Animate any photo with HappyHorse 1.1
Pass a single first-frame image and a motion prompt. HappyHorse 1.1 returns a 3 to 15 second clip and reads orientation straight from the image — no aspect-ratio guesswork, no model swap.
Generate a clipOptional in image-to-video · use bracket Image-N tags to cite references
Default 720p
Ignored in image-to-video
3 to 15 · default 5
Try one of these prompts
Credit-based — 1 credit = $0.001 USD. Pay only for completed generations.
One 5-second sample at the cheapest tier.
HappyHorse 1.1 is Alibaba Cloud's unified video model, exposed on reAPI as one async endpoint that picks its mode from the request shape: a prompt alone for text-to-video, exactly one first-frame image for image-to-video, or 1 to 9 reference images for reference-to-video. Clips run 3 to 15 seconds at 720p or 1080p across nine aspect ratios, and prompts take up to 5,000 non-CJK characters (2,500 for CJK). Billing depends only on resolution and duration, so the routing mode never changes the rate.

Real-world workflows and production use cases you can build and ship with this model.
Pass a single first-frame image and a motion prompt. HappyHorse 1.1 returns a 3 to 15 second clip and reads orientation straight from the image — no aspect-ratio guesswork, no model swap.
Generate a clipSend one to nine reference images alongside a prompt. HappyHorse 1.1 fuses subject, style, and props into a brand-new scene — cite specific frames with bracket Image-N tags for product shots, character reskins, and stylized social posts.
Describe the shot and HappyHorse 1.1 returns it in any of nine aspect ratios at 720p or 1080p. One endpoint covers Reels, Shorts, and TikTok without a storyboard or an edit timeline.
HappyHorse 1.1 auto-routes text-to-video, image-to-video, and reference-to-video by request shape. A prompt alone runs T2V, one first-frame image runs I2V, and one to nine reference images run R2V. No model swap, no second integration.
HappyHorse 1.1 bills per-second by resolution. See the current 720p and 1080p rates in the pricing table on this page. The routing mode never changes the rate, and failed jobs refund automatically.
Over version 1.0, HappyHorse 1.1 lands better prompt understanding, smoother motion, stronger subject consistency, and higher overall quality — so it holds a scene together across the full 3 to 15 second clip.
How HappyHorse 1.1 on reAPI compares to Runway Gen-4 for text, image, and reference-driven video.
Comparison reflects publicly documented Runway Gen-4 behavior as of mid-2026 and may change. Model details reflect this page.
Sign up and grab a key from the dashboard. Free credits cover your first generations — no card required.
OpenPOST to /api/v1/videos/generations with model = happyhorse-1-1. The endpoint returns a task ID immediately.
OpenGET /api/v1/tasks/:id until status is completed. Download the output video and ship it.
Opencurl -X POST https://reapi.ai/api/v1/videos/generations \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "happyhorse-1-1",
"prompt": "A coastal road at sunset, slow-motion camera push-in",
"resolution": "1080p",
"aspect_ratio": "16:9",
"duration": 5
}'Rejected synchronously with the failing field named. Check enum values, ranges, and URL fields — nothing is charged.
401 means a missing or invalid Bearer key; 402 means the reserve exceeds your balance. Manage keys and credits in the console.
Reference material and outputs pass automated moderation. Rejected tasks fail with a clear error and a full refund.
A task that reaches a failed state is never charged — the reserve refunds automatically. Keep the task id and retry when ready.
Common questions about this model.
Explore more models in the same category.
Alibaba Cloud Bailian
From $0.146 per second

Alibaba
From $0.056 per second
Kuaishou
From $0.077 per second
ByteDance
From $0.071 per second
Try it in the playground or grab an API key to integrate now.