🎁 Apply to join the Core Integrator Program and get a $10-$30 bonus.
curl --request POST \
--url https://api.modellix.ai/api/v1/bytedance/seedream-4.5-t2i/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "Majestic dragon flying over medieval castle, epic fantasy art"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-ghi789",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-ghi789"
}
}
}ByteDance’s latest image model with improved editing consistency, portrait refinement, small-text rendering, and enhanced multi-image composition.
curl --request POST \
--url https://api.modellix.ai/api/v1/bytedance/seedream-4.5-t2i/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "Majestic dragon flying over medieval castle, epic fantasy art"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-ghi789",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-ghi789"
}
}
}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.
API Key authentication. Format: Bearer YOUR_API_KEY.
Image description text, supports Chinese and English
1 - 600"Majestic dragon flying over medieval castle, epic fantasy art"
Image size in format 'widthxheight'. Minimum pixels: 2560x1440 (approx 2K) = 3,686,400. Range: Total pixels 3,686,400 to 16,777,216, aspect ratio 1/16 to 16
"2048x2048"
Batch generation mode
auto, disabled "auto"
Maximum number of images for batch generation
1 <= x <= 155
Prompt optimization mode. Only 'standard' mode is supported for 4.5
standard "standard"