← All models
ByteDance's Seedream 3 generates native 2K resolution images from text with bilingual support, accurate text rendering, and cinematic quality. Use Seedream 3 with an API.
images
Details
- Accepts
- text
Pricing
- Price
- 3.75 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | integer | Random seed. Set for reproducible generation |
| size | —enum: small, regular, big | 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 | Image width |
| height | integer | Image height |
| promptrequired | string | Text prompt for image generation |
| aspect_ratio | —enum: 1:1, 3:4, 4:3, 16:9, 9:16, 2:3… | Image aspect ratio. Set to 'custom' to specify width and height. |
| guidance_scale | number | Prompt adherence. Higher = more literal. |