{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-i2v001",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-i2v001"
}
}
}Kuaishou’s first-generation image-to-video model that animates static images into 5s or 10s videos with motion brush support and adjustable prompt relevance.
{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-i2v001",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-i2v001"
}
}
}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
Starting frame image URL or Base64 (at least one of image or image_tail required)
"https://example.com/image.jpg"
Ending frame image URL or Base64 (mutually exclusive with motion brush and camera control)
"https://example.com/end.jpg"
Video generation prompt, supports Chinese and English
1 - 2500"Camera slowly zooms in on the mountain landscape"
Negative prompt describing undesired elements
1 - 2500"blurry, low quality, static"
Prompt relevance (0.0-1.0). Only supported by V1 and V1.6.
0 <= x <= 10.6
Generation mode: std (standard, faster) or pro (professional, higher quality but longer processing)
std, pro "std"
Static mask image URL or Base64 for motion brush (mutually exclusive with image_tail)
"https://example.com/mask.jpg"
Video duration in seconds
5, 10 5