🐎 Happy Horse 1.1

Alibaba's 15B model. It debuted anonymously on the Artificial Analysis Video Arena in April 2026 and took #1 in both Text-to-Video and Image-to-Video on blind human preference votes. Its signature trick: joint video + synchronized audio in a single pass, with phoneme-level lip-sync across seven languages. 1.1 adds reference-to-video with up to 9 reference images. And it's fast.

Developer: Alibaba (Taotian / Tongyi) Launched Apr 2026 T2V I2V R2V · up to 9 refs Video edit Native audio Cloud API

Why it stands out

Specs at a glance

Parameters
~15B · 40-layer
Resolution
720p & 1080p
Reference images
up to 9
Duration
3–15 s
Prompt length
up to 2,500 chars
Aspect ratios
16:9 · 9:16 · 1:1 · 4:3 · 3:4

How to access

On Venice, Happy Horse 1.1 runs through the async video API: price a job with /video/quote, submit with /video/queue, then poll /video/retrieve. Reference-to-video takes up to 9 images in reference_image_urls; you name the language and write the spoken line inside the prompt. Confirm the exact model ID against the live models list. (Alibaba's release is closed-source, cloud-API only.)

curl -X POST 'https://api.venice.ai/api/v1/video/queue' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "happy-horse-1-1-reference-to-video",
    "prompt": "Medium close-up of a presenter in a bright studio. She looks into the lens and says, in clear English: \"Privacy is a human right.\" Precise lip-sync, quiet room tone.",
    "reference_image_urls": ["https://.../face1.jpg", "https://.../face2.jpg"],
    "duration": "6s",
    "aspect_ratio": "16:9",
    "resolution": "720p",
    "audio": true
  }'

Draft on 720p, finalize keepers at 1080p. Audio on/off changes the credit cost; run Quote before Queue.

What Happy Horse is best for

T2V
Top-tier general quality, fast. The #1 blind-preference ranking makes it a safe default when you want the best-looking clip fast.
R2V + audio
Talking characters, dubbing & localization. Lock a face with up to 9 reference images, then regenerate one line across all seven languages with native lip-sync — explainers, presenters, localized ads.
I2V
One strong portrait driven into a talking clip with native sound when you don't have a full reference set.

Optimal prompt pattern

Same director formula. Because audio is native and prompts can run long (2,500 chars), describe the soundscape and (for talking heads) the exact dialogue line and language for the lip-sync engine.

Medium close-up of a friendly female presenter in a bright modern studio, soft key light from the left, shallow depth of field. She looks into the lens and says warmly in English: "Welcome back, today we're keeping it simple." Natural blinking and subtle head movement, precise lip-sync. Quiet room tone, faint keyboard clack.
A majestic eagle soars through golden sunlit clouds, camera tracking alongside in slow motion, individual feathers catching the light, wind rush and a distant cry. Epic, awe-inspiring tone.

Pro tips

Content policy

Happy Horse is geared toward mainstream/commercial use; it is closed-source and cloud-API only, so standard content filters apply and mature-content tooling lags far behind the Wan ecosystem. For adult work, prefer Seedance 2.0 or Wan 2.7; reach for Happy Horse when you want the best-looking SFW clip fast, especially talking characters and multilingual localization.

Building this in code? Generate with the Venice video API: quote a job, queue it, then poll for the result.
API reference →