Happyhorse-1.1-i2v

Alibaba HappyHorse 1.1 image-to-video model

Capabilities
"POST", "endpoint": "/v1/async/video/generations", "protocol": "video-gen", "parameters": {"required": ["model", "prompt"]}, "validation": {"timeout_ms": 600000, "status_codes": [202], "response_path": "id", "must_be_non_empty": true}, "test_request": {"size": "480P", "model": "{{model}}", "prompt": "A small red sphere moving slowly"}}
Input
Image, Text, Video
Output
Video
Regions
cn, global
Last verified
2026-08-15T05:05:43.163208410+00:00
Price
0 IFT / second
Documentation
-

Example

curl https://api.inferlink.ai/v1/chat/completions \
  -H 'Authorization: Bearer $INFERLINK_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"model":"aliyun/aliyun/happyhorse-1.1-i2v","messages":[{"role":"user","content":"Hello"}]}'