curl --request POST \
--url https://api.modellix.ai/api/v1/bytedance/seedream-5.0-lite/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "A cinematic sunset over a futuristic city skyline"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-seedream50lite001",
"model_id": "bytedance/seedream-5.0-lite",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-seedream50lite001"
}
}
}ByteDance Seedream 5.0 Lite text-to-image model with 2K/3K custom resolutions and configurable output format.
curl --request POST \
--url https://api.modellix.ai/api/v1/bytedance/seedream-5.0-lite/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "A cinematic sunset over a futuristic city skyline"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-seedream50lite001",
"model_id": "bytedance/seedream-5.0-lite",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-seedream50lite001"
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.modellix.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key authentication. Format: Bearer YOUR_API_KEY.
Body
Image description text, supports Chinese and English
1 - 600"A futuristic city at sunset, ultra detailed"
Image size in format 'widthxheight'. Seedream 5.0 Lite supports custom 2K/3K resolutions.
"3072x3072"
Batch generation mode. 'auto': model-controlled batch generation, 'disabled': generate single image only.
auto, disabled "auto"
Maximum number of images for batch generation. This value is an upper limit, actual generated count may be less.
1 <= x <= 153
Prompt optimization mode. Only 'standard' mode is supported.
standard "standard"
Output image format. Supported values: 'jpeg' and 'png'.
jpeg, png "png"