Happyhorse 1.1
Alibaba's latest HappyHorse — top-of-arena text-to-video and image-to-video, now on the 1.1 release.
Image to videoAlibaba$0.11 / secondimage-to-videoalibabacinematic
$0.11/ second
$0.11 per second. $1 ≈ 9 seconds of video.
Pay only for successful generations. No idle, no minimums, no per-seat.
API
Wire it up.
Endpoint
POST https://api.tryinfer.com/v1/inference/happyhorse-1.1/image-to-videorequest
curl https://api.tryinfer.com/v1/inference/happyhorse-1.1/image-to-video \
-H "Authorization: Bearer $INFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input": {
"prompt": "subtle parallax, soft wind",
"image_url": "https://example.com/input.jpg"
}
}'
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| seed | integer | — | — | — |
| audio | boolean | — | false | — |
| prompt | string | Yes | — | — |
| image_url | string (URL) | Yes | — | — |
| resolution | string | — | 720p | 720p1080p |
| aspect_ratio | string | — | 16:9 | 16:99:161:14:33:44:55:49:2121:9 |
| duration_seconds | integer | — | 5 | — |
Authenticate with a bearer token. Get an API key →