alibaba/happyhorse-1.0-video-edit/Released Apr 2026

Happy Horse - Video Edit

Prompt-based video editing up to 1080p

Provider
alibaba
Modality
Video
Released
Apr 2026
Pricing
$0.18 / sec$0.23 / sec (hi-res)

Ready to build with Happy Horse - Video Edit?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "happyhorse-1.0-video-edit",
  "prompt": "A cat sitting on a chair",
  "input_video": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/videos/waterfall.mp4",
  "resolution": "1080P",
  "audio_setting": "auto"
}'