🎁 Apply to join the Core Integrator Program and get a $10-$30 bonus.
curl --request POST \
--url https://api.modellix.ai/api/v1/alibaba/wan2.6-image/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "<string>"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-abc123",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-abc123"
}
}
}The wan-2.6-image supports image editing and mixed text-image output, meeting diverse generation and integration needs.
curl --request POST \
--url https://api.modellix.ai/api/v1/alibaba/wan2.6-image/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "<string>"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-abc123",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-abc123"
}
}
}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.
Generation prompt
1 - 2000Input image URLs (0-4). With enable_interleave=true: 0-1 images; with enable_interleave=false: 1-4 images required. Order follows the returned image definition area.
4Negative prompt
500Output image resolution
Number of images to generate
1 <= x <= 4Random seed
0 <= x <= 2147483647Enable intelligent prompt rewriting
Enable text-image interleaving mode
Max images in interleave mode output
1 <= x <= 5