Seedream-5.0-Lite
Seedream-5.0-Lite Image Generation
- Asynchronous processing mode, returns task ID for subsequent queries
- Supports multiple generation modes including text-to-image, image-to-image, and sequential image generation
- Supports 2K / 3K resolution with PNG / JPEG output formats
- Generated image links are valid for 72 hours, please save them promptly
POST
Documentation Index
Fetch the complete documentation index at: https://gccai.heqingsong.uk/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
All API endpoints require Bearer Token authenticationGet your API Key:Visit the API Key Management Page to get your API KeyAdd it to the request header:
Body
Image generation model nameSupported models:
doubao-seedream-5-0-lite, doubao-seedream-5.0-lite, Doubao-Seedream-5.0-liteExample: "doubao-seedream-5-0-lite"Text description for image generation
Image aspect ratioSupported aspect ratios:
1:1- Square (default)4:3- Landscape 4:33:4- Portrait 3:416:9- Landscape widescreen9:16- Portrait vertical3:2- Landscape 3:22:3- Portrait 2:321:9- Ultra-wideauto- Auto-match reference image aspect ratio (requires image_urls)
Note: Seedream-5.0-Lite does not support 9:21 ratio
Image resolutionSupported resolutions:
2K- Standard resolution (default)3K- High definition
Note: Seedream-5.0-Lite only supports 2K and 3K resolutions, 1K and 4K are not supportedResolution reference sizes:
| Resolution | 1:1 Size | 16:9 Size |
|---|---|---|
| 2K | 2048x2048 | 2848x1600 |
| 3K | 3072x3072 | 4096x2304 |
Number of images to generateRange: 1-4Default: 1Note:
- When
n > 1, sequential image generation mode is automatically enabled - Must enter a plain number (e.g.,
1), do not use quotes or it will cause an error
Reference image URL list for image-to-image generationTwo formats are supported:1. Full image URL
- Publicly accessible image URL (http:// or https://)
- Example:
https://example.com/image.jpg
- Must use the full Data URI format
- Format:
data:image/{format};base64,{base64data} - Supported image formats: jpeg, png
- Example:
data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABg... - ⚠️ Note: Must include the
data:image/jpeg;base64,prefix
- Image formats: jpeg, png
- Aspect ratio (width/height) range: [1/3, 3]
- Width and height (px) > 14
- Size: not exceeding 10MB per image
- Total pixels: not exceeding 6000×6000 px
Output image format
jpeg: JPEG format (default)png: PNG format, suitable for transparent backgrounds and similar use cases
Note: The output_format parameter is exclusive to Seedream-5.0-Lite. Other image models will ignore this parameter.
Sequential image generation modeControls whether to generate multiple images:
disabled: Disable sequential mode (default)auto: Enable sequential mode, can generate multiple images
- When
n > 1, it will automatically be set toauto
Sequential image generation optionsAvailable when
sequential_image_generation is set to autoProperties:max_images(integer): Specify the number of images to generate
Whether to add a watermark to the generated image
true: Add watermarkfalse: No watermark (default)
Response
Response status code
Response data array