You're looking at a specific version of this model. Jump to the model overview.

sourceful /riverflow-2.0-fast:65ac23db

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
instruction
string
Generation instruction (text-to-image or edit). Minimum 2 characters.
init_images
array
Optional init images (i2i). URLs or uploads. Pro: up to 10, Fast: up to 4.
super_resolution_refs
array
Optional reference images for detail fix (up to 4). Used in i2i and refsr.
resolution
None
1K
Target resolution: 1K, 2K, or 4K (4K only for pro).
aspect_ratio
None
auto
Aspect ratio for output. auto uses model choice.
font_urls
array
Optional font URLs (ttf/otf/woff/woff2). Up to 2.
font_texts
array
Text strings matching font_urls (≤300 chars each).
transparency
boolean
False
Enable transparent background when supported.
enhance_prompt
boolean
True
Let model enhance the instruction.
max_iterations
integer
3

Min: 1

Max: 3

Number of internal reasoning iterations (1-3).
safety_checker
boolean
True
Enable Sourceful safety checker (t2i).

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'items': {'format': 'uri', 'type': 'string'},
 'title': 'Output',
 'type': 'array'}