About Happy Horse - Reference to Video
HappyHorse 1.0 reference-to-video generates video from a text prompt and up to 9 reference images for character or scene consistency. Output up to 1080P with durations from 3 to 15 seconds and configurable aspect ratio.
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 - Reference to Video?
Try Happy Horse - Reference to Video in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.
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.0-r2v",
"prompt": "@Image1 walks through a beautiful garden, cinematic lighting.",
"aspect_ratio": "16:9",
"resolution": "1080P",
"duration": 5
}'