Key Capabilities
- Image-to-image — Generate images using reference images and text prompts
- Sequential generation — Generate multiple images in a single request
- Custom size — Flexible output dimensions
- Watermark control — Optional watermark and logo configuration
Quick Example
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
model | string | Yes | Must be doubao-seedream-4-0-250828 |
prompt | string | Yes | Image generation prompt |
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 |
logo_info | object | No | Logo config: add_logo, position, language, opacity |
API Reference
View the interactive API Playground for Seedream 4.0 Image-to-Image.

