Advanced image generation model with support for text-to-image, image-to-image, and multi-image reference capabilities
input.size supports these forms:
2K, 4K1:1, 4:3, 3:4, 16:9, 9:16, 3:2, 2:3, 21:9WIDTHxHEIGHT, for example 1920x4096{ "width": 2304, "height": 3072 }size is supported in both text-to-image and seedream-4.5-edit.
In edit mode:
2K and 4K are handled automatically by the upstream model1920x4096 or { "width": 2304, "height": 3072 } uses the explicit width and height you providePOST /api/generate/submit
Preset size example:
All API endpoints require Bearer Token authentication
Get your API Key:
Visit the API Key Management Page to get your API Key
Add it to the request header:
Authorization: Bearer YOUR_API_KEY