Alibaba Cloud Bailian
HappyHorse 1.1
From $0.181 per second
≤ 2500 chars · optional in image-to-video mode
Default 1080P
Ignored in image-to-video and edit modes
3 to 15 · ignored in edit mode
Default off
[0, 2147483647] · same seed ≈ similar output
Try one of these prompts
Happy Horse 1.0 is Alibaba Cloud's unified video model, exposed on reAPI as one async endpoint that picks its mode from the request body: a prompt alone for text-to-video, a first-frame image for image-to-video, 1 to 9 reference images for reference-to-video, or a source clip for video editing with up to 5 style references and a keep-or-regenerate audio switch. Clips run 3 to 15 seconds at 720P or 1080P with prompts up to 2,500 characters. Pricing depends only on resolution and duration — the mode never changes the rate — and edit jobs bill from the source clip's server-probed length.

Real-world workflows and production use cases you can build and ship with this model.
Pass a first-frame image and a motion prompt. The Happy Horse 1.0 API returns a 3 to 15 second clip from the same endpoint as your text-to-video calls — no model swap.
Generate a clipSend 1 to 9 reference images alongside a prompt. The Happy Horse 1.0 API fuses subject, style, and props into a brand-new scene — product shots, character reskins, stylized social posts.
Pass video_url to the Happy Horse 1.0 API and the source motion stays intact — only the look changes. Combine with up to 5 style images and audio_setting=origin to keep the original soundtrack.
Credit-based — 1 credit = $0.001 USD. Pay only for completed generations.
One 5-second sample at the cheapest tier.
| Model | Category | Price |
|---|---|---|
| Standard | 720P | $0.163 163 credits · 1 second |
| 1080P | $0.288 288 credits · 1 second | |
| Official | 720P | $0.147 147 credits · 1 second |
| 1080P | $0.259 259 credits · 1 second |
The Happy Horse 1.0 API auto-routes T2V, I2V, R2V, and EDIT by request shape. Routing priority is video_url > first_frame_image > image_urls > prompt-only. No model swap, no second integration.
The Happy Horse 1.0 API is billed per-second × resolution. See current 720P and 1080P rates in the pricing table on this page. Mode does not change the rate, and failed jobs refund automatically.
Set audio_setting=origin to retain the source soundtrack or auto to regenerate audio. The Happy Horse 1.0 API ships voiced clips without a separate TTS step.
Sign up and grab a key from the dashboard. Free credits cover your first Happy Horse 1.0 API calls — no card required.
OpenPOST to /api/v1/videos/generations with model = happyhorse-1.0. The Happy Horse 1.0 API returns a task ID immediately.
OpenGET /api/v1/tasks/:id until status is completed. Download the Happy Horse 1.0 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.0",
"prompt": "A coastal road at sunset, slow-motion camera push-in",
"resolution": "1080P",
"size": "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.181 per second
Kuaishou
From $0.077 per second
MiniMax
From $0.055 per second
ByteDance
From $0.071 per second
Try it in the playground or grab an API key to integrate now.