alibaba/happyhorse-1.1-t2v/Released Jun 2026

Happy Horse 1.1 - Text to Video

Cinematic text-to-video with multi-shot consistency, atmospheric mood, and near-live-action visual quality.

Commercial use
Video
Per video output second
Standard$0.20 / sec
High res$0.26 / sec

See what this model can do

A handful of real prompts and their outputs.

Nature
Misty Pasture
"Wide aperture, golden mountain dawn, breath steaming in cold air."
Cinematic
Rain Confessional
"Slow motion, raindrops in streetlamp glow, shallow depth-of-field."
Action
Tokyo Backstreet
"High-speed tracking shot, anamorphic lens flares, neon reflections on wet ground."
Suspense
Empty Corridor
"Flickering fluorescents, eerie quiet, cinematic confrontation framing."
Multi-shot
Rainy Night Cuts
"Quick cinematic cuts with consistent moody color grade."

Ready to build with Happy Horse 1.1 - Text to Video?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/ai/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "happyhorse-1.1-t2v",
  "prompt": "A cinematic shot of a horse running through a meadow at sunset.",
  "aspect_ratio": "16:9",
  "resolution": "1080P",
  "duration": 5
}'