Key capabilities
- Image-to-Image — Generate images with reference images and text prompts
- Sequential Generation — Batch generate multiple images in one request
- Custom Size — Flexible output sizes
- Watermark Control — Optional watermark and logo configuration
Quick example
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
model | string | Yes | Must be doubao-seedream-4-5-251128 |
prompt | string | Yes | Text prompt for image generation |
image | array | Yes | Array of reference image URLs |
sequential_image_generation | string | No | Set to auto to enable batch generation |
sequential_image_generation_options | object | No | Options: max_images (int) |
size | string | No | Output image size, e.g. 1024x1024, 2K |
watermark | boolean | No | Default: false |
seed | integer | No | Random seed for reproducibility |
logo_info | object | No | Logo config: add_logo, position, language, opacity |
API Reference
View the interactive API playground for Seedream 4.5 i2i.