← All models
Seedream 5.0 Flash is a fast image generation and editing model, built for workflows where speed and budget matter.
images
Details
- Accepts
- text
Pricing
- Price
- 3.38 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| promptrequired | string | The text prompt used to generate the image. |
| sync_mode | boolean | If `True`, the media will be returned as a data URI and the output data won't be available in the request history. |
| image_size | — | The size of the generated image. Total pixels must be between 1024x1024 and 2048x2048, with aspect ratio between 1/16 and 16. |
| num_images | integer | Number of separate model generations to run with the prompt. |
| output_format | stringenum: jpeg, png | The file format of the generated image. |
| enable_safety_checker | boolean | If set to true, the safety checker will be enabled. Disabling it requires account authorization; unauthorized requests are always checked. |
| image_urls | array | List of URLs of input reference images. Up to 10 images are supported; if more are sent, only the last 10 are used. |
Output
| Field | Type | Description |
|---|---|---|
| images | array | Generated images. |