← All models
Seedream 5.0 lite is ByteDance's image generation model with built-in reasoning, example-based editing, and deep domain knowledge. Generate up to 3K resolution images, edit with reference examples, and create batch image sets.
images
Details
- Accepts
- text + image
Pricing
- Price
- 4.38 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| size | —enum: 2K, 3K | Image resolution: 2K (2048px) or 3K (3072px). |
| promptrequired | string | Text prompt for image generation |
| max_images | integer | Maximum number of images to generate when sequential_image_generation='auto'. Range: 1-15. Total images (input + generated) cannot exceed 15. |
| image_input | array | Input image(s) for image-to-image generation. List of 1-14 images for single or multi-reference generation. |
| aspect_ratio | —enum: match_input_image, 1:1, 4:3, 3:4, 16:9, 9:16… | Image aspect ratio. Use 'match_input_image' to automatically match the input image's aspect ratio. |
| output_format | —enum: png, jpeg | Output image format. |
| sequential_image_generation | —enum: disabled, auto | Group image generation mode. 'disabled' generates a single image. 'auto' lets the model decide whether to generate multiple related images (e.g., story scenes, character variations). |