š 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.0-t2i/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "Beautiful cherry blossom garden in spring, soft lighting"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-def456",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-def456"
}
}
}SOTA multimodal image model supporting text, single-image, and multi-image inputs for subject-consistent fusion, image editing, and group generation.
curl --request POST \
--url https://api.modellix.ai/api/v1/bytedance/seedream-4.0-t2i/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "Beautiful cherry blossom garden in spring, soft lighting"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-def456",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-def456"
}
}
}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"Beautiful cherry blossom garden in spring, soft lighting"
Image size in format 'widthxheight'. Range: Total pixels 921,600 to 16,777,216, aspect ratio 1/16 to 16
"2048x2048"
Batch generation mode. 'auto': auto batch generate up to 15 images, 'disabled': generate single image only
auto, disabled "auto"
Maximum number of images for batch generation. (input images + generated images ⤠15)
1 <= x <= 155
Prompt optimization mode. 'standard': high quality (longer time), 'fast': fast optimization (shorter time)
standard, fast "standard"