{"servers":[{"url":"https://api.modellix.ai/api/v1/alibaba/happyhorse-1.1-t2v"}],"post":{"description":"[Core Function] HappyHorse 1.1 T2V is Alibaba's latest streamlined text-to-video model. [Strengths] It generates 720P/1080P video with native audio support, 3-15 second duration, and an expanded set of aspect ratios including 4:5, 5:4, 9:21, and 21:9. [Best For] Highly recommended for: fast HappyHorse text-to-video generation, social video formats, and high-throughput content creation. [Limitations] It does not expose custom audio controls; use Wan 2.7 T2V when custom audio input is required. [Routing] Prefer this model when the user explicitly requests HappyHorse text-to-video or wants the latest HappyHorse generation quality.","operationId":"happyhorse11T2vAsync","requestBody":{"content":{"application/json":{"examples":{"advanced":{"summary":"Advanced with all parameters","value":{"duration":5,"prompt":"A cardboard train slowly passes through a miniature city, illuminated by twinkling lights","ratio":"16:9","resolution":"1080P","seed":12345}},"basic":{"summary":"Basic video generation","value":{"prompt":"A miniature city made of cardboard and bottle caps comes to life at night."}},"square_video":{"summary":"Square video","value":{"duration":3,"prompt":"A rotating 3D cube with colorful patterns","ratio":"1:1","resolution":"1080P"}},"ultrawide_video":{"summary":"Ultrawide video format","value":{"duration":8,"prompt":"A futuristic city skyline at night with flying vehicles","ratio":"21:9","resolution":"1080P"}},"vertical_video":{"summary":"Vertical video for mobile","value":{"duration":10,"prompt":"A beautiful sunset over the ocean","ratio":"9:16","resolution":"720P"}}},"schema":{"properties":{"duration":{"default":5,"description":"Specifies the video duration in seconds (integer)","enum":[3,4,5,6,7,8,9,10,11,12,13,14,15],"example":5,"type":"integer"},"prompt":{"description":"Text prompt describing the desired video content. Supports any language input, excess characters will be automatically truncated","example":"A miniature city made of cardboard and bottle caps comes to life at night.","maxLength":5000,"minLength":1,"type":"string"},"ratio":{"default":"16:9","description":"Specifies the aspect ratio for the generated video","enum":["16:9","9:16","1:1","4:3","3:4","4:5","5:4","9:21","21:9"],"example":"16:9","type":"string"},"resolution":{"default":"1080P","description":"Specifies the resolution tier for the generated video","enum":["720P","1080P"],"example":"720P","type":"string"},"seed":{"description":"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","example":42,"maximum":2147483647,"minimum":0,"type":"integer"}},"required":["prompt"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"code":{"description":"Response code, 0 indicates success","example":0,"type":"integer"},"data":{"description":"Detailed data about the submitted asynchronous task.","properties":{"get_result":{"description":"API information to query the task result","properties":{"method":{"description":"HTTP method","example":"GET","type":"string"},"url":{"description":"Full URL to query the task result","example":"https://api.modellix.ai/api/v1/tasks/task-abc123","type":"string"}},"type":"object"},"model_id":{"description":"Model ID","example":"model-123","type":"string"},"status":{"description":"Task status","enum":["pending","processing"],"example":"pending","type":"string"},"task_id":{"description":"Unique task identifier","example":"task-abc123","type":"string"}},"required":["status","task_id","model_id"],"type":"object"},"message":{"description":"Response message","example":"success","type":"string"}},"required":["code","message","data"],"type":"object"}}},"description":"Task submitted successfully"}},"summary":"HappyHorse 1.1 T2V","x-mint":{"href":"alibaba/happyhorse-1-1-t2v"}}}