You're looking at a specific version of this model. Jump to the model overview.
bytedance /seedream-3:9b49a0d8
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 |
|---|---|---|---|
| prompt |
string
|
Text prompt for image generation
|
|
| seed |
integer
|
Random seed. Set for reproducible generation
|
|
| aspect_ratio |
None
|
16:9
|
Image aspect ratio. Set to 'custom' to specify width and height.
|
| size |
None
|
regular
|
Big images will have their longest dimension be 2048px. Small images will have their shortest dimension be 512px. Regular images will always be 1 megapixel. Ignored if aspect ratio is custom.
|
| width |
integer
|
2048
Min: 512 Max: 2048 |
Image width
|
| height |
integer
|
2048
Min: 512 Max: 2048 |
Image height
|
| guidance_scale |
number
|
2.5
Min: 1 Max: 10 |
Prompt adherence. Higher = more literal.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}