← 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 |
|---|---|---|
| prompt | string | Optional instructions describing which elements to separate. When empty, the model automatically separates the major elements. Normalized `<bbox>left top right bottom</bbox>` tags may be used for precise coordinate targeting. |
| image_urlrequired | string | URL of the image to decompose into a base image and independently editable layers. The image must contain between 512x512 and 6000x6000 total pixels, have an aspect ratio between 1/16 and 16, and be no larger than 30 MB. |
| 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 | stringenum: auto, auto_1K, auto_1.5K, auto_2K | Resolution tier for the output base image and layers. `auto` adapts to the input image while preserving each element's aspect ratio. |
| enhance_prompt_mode | stringenum: standard, fast | Prompt optimization mode. `standard` prioritizes image quality; `fast` reduces generation time. |
| enable_safety_checker | boolean | If set to true, the safety checker will be enabled. Disabling it requires account authorization; unauthorized requests are always checked. |
Output
| Field | Type | Description |
|---|---|---|
| images | array | The same images as `layers`, in the same order, flattened for gallery rendering. |
| layers | array | The base image followed by up to 16 separated layers, ordered by increasing z_index. |