Seedance 2.5 is live — 30-second cinematic video with native audio & real-person references

Happy Horse 1.0 API — Text, Image & Video Edit in One Endpoint

One Happy Horse 1.0 API call covers text-to-video, image-to-video, reference video, and video edit. 720P or 1080P, 3 to 15 seconds, native audio in edit mode.

Highlights
3–15 s · 720P / 1080P · video edit mode
Best for
Ads, dance clips, video edits
Input
Text, images, or a source video
Output
Video (mp4)
Input

≤ 2500 chars · optional in image-to-video mode

Default 1080P

Ignored in image-to-video and edit modes

5

3 to 15 · ignored in edit mode

Default off

[0, 2147483647] · same seed ≈ similar output

Result

Try one of these prompts

What is the Happy Horse 1.0 API?

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.

Happy Horse 1.0 API generating video from text, image, and reference inputs

What you can build with this model

Real-world workflows and production use cases you can build and ship with this model.

Animate any photo with the Happy Horse 1.0 API

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 clip

Compose fresh scenes from reference images

Send 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.

Restyle existing footage without re-shooting

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.

Pricing

Credit-based — 1 credit = $0.001 USD. Pay only for completed generations.

First test cost
$0.732732 credits

One 5-second sample at the cheapest tier.

Testing budget guide
Add credits
$10
≈ 13 tests
$50
≈ 68 tests
$100
≈ 136 tests
ModelCategoryPrice
Standard720P
$0.163
163 credits · 1 second
1080P
$0.288
288 credits · 1 second
Official720P
$0.147
147 credits · 1 second
1080P
$0.259
259 credits · 1 second

Why reAPI

One endpoint, four modes

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.

Pricing by resolution × seconds

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.

Native audio in edit mode

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.

Ship the Happy Horse 1.0 API in three steps

  1. step 01

    Create an API key

    Sign up and grab a key from the dashboard. Free credits cover your first Happy Horse 1.0 API calls — no card required.

    Open
  2. step 02

    Submit a video task

    POST to /api/v1/videos/generations with model = happyhorse-1.0. The Happy Horse 1.0 API returns a task ID immediately.

    Open
  3. step 03

    Poll the result

    GET /api/v1/tasks/:id until status is completed. Download the Happy Horse 1.0 video and ship it.

    Open
docs/api/happyhorse-1-0

API reference

Drop-in code and the full parameter table.

curl -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
  }'

Parameter validation failed

Rejected synchronously with the failing field named. Check enum values, ranges, and URL fields — nothing is charged.

Authentication or balance issue

401 means a missing or invalid Bearer key; 402 means the reserve exceeds your balance. Manage keys and credits in the console.

Content or material rejected

Reference material and outputs pass automated moderation. Rejected tasks fail with a clear error and a full refund.

Task failed or timed out

A task that reaches a failed state is never charged — the reserve refunds automatically. Keep the task id and retry when ready.

Frequently asked questions

Common questions about this model.

The Happy Horse 1.0 API is Alibaba Cloud Bailian's unified video generation endpoint. One model id (happyhorse-1.0) auto-routes text-to-video, image-to-video, reference-to-video, and video edit based on which fields the request carries.

start building

Ready to ship?

Try it in the playground or grab an API key to integrate now.