🎁 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-t2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "A cute cat running in the moonlight."
}
'{
"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"
}
}
}Wan text-to-video model generates videos from text with rich artistic styles. Wan 2.6 adds multi-shot narrative, automatic dubbing, and custom audio support.
curl --request POST \
--url https://api.modellix.ai/api/v1/alibaba/wan2.6-t2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "A cute cat running in the moonlight."
}
'{
"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.
Video content description, supports Chinese and English
1 - 1500"A cute cat running in the moonlight"
Negative prompt describing unwanted content
500"blurry, low quality"
Custom audio URL (supports wav/mp3, 3-30 seconds, ≤15MB)
"https://example.com/audio.mp3"
Video resolution in format 'width*height'
1280*720, 720*1280, 960*960, 1088*832, 832*1088, 1920*1080, 1080*1920, 1440*1440, 1632*1248, 1248*1632 "1920*1080"
Video duration in seconds (integer)
2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 5
Enable prompt intelligent rewriting
false
Shot type
single, multi "single"
Random seed for reproducibility
0 <= x <= 214748364742