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."
bash
curl -sSf -X POST https://hub.oxen.ai/api/videos/generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "happyhorse-1.0-r2v",
"prompt": "Image 1 walks through a beautiful garden, cinematic lighting.",
"aspect_ratio": "16:9",
"resolution": "1080P",
"duration": 5
}'