🎁 Apply to join the Core Integrator Program and get a $10-$30 bonus.
curl --request POST \
--url https://api.modellix.ai/api/v1/alibaba/happyhorse-1.0-t2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "A miniature city made of cardboard and bottle caps comes to life at night."
}
'{
"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"
}
}
}HappyHorse text-to-video model generates physically realistic and smoothly animated video content from text prompts. The model focuses on physical realism and motion fluidity, supporting various resolution and aspect ratio combinations with 3-15 seconds duration.
curl --request POST \
--url https://api.modellix.ai/api/v1/alibaba/happyhorse-1.0-t2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "A miniature city made of cardboard and bottle caps comes to life at night."
}
'{
"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.
Text prompt describing the desired video content. Supports any language input, excess characters will be automatically truncated
1 - 5000"A miniature city made of cardboard and bottle caps comes to life at night."
Specifies the resolution tier for the generated video
720P, 1080P "720P"
Specifies the aspect ratio for the generated video
16:9, 9:16, 1:1, 4:3, 3:4 "16:9"
Specifies the video duration in seconds (integer)
3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 5
Random number seed. To improve reproducibility of generated results, it is recommended to fix the seed value. Note: Due to the probabilistic nature of model generation, even using the same seed cannot guarantee completely identical results each time
0 <= x <= 214748364742