Advanced image generation model with support for text-to-image, image-to-image, and multi-image reference capabilities
input.size supports these forms:
2K, 3K1:1, 4:3, 3:4, 16:9, 9:16, 3:2, 2:3, 21:9WIDTHxHEIGHT, for example 2304x1728{ "width": 2304, "height": 1728 }size is supported in both text-to-image and seedream-5.0-lite-edit.
In edit mode:
2K and 3K are handled automatically by the upstream model2304x1728 or { "width": 2304, "height": 1728 } 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