Skip to content
English

HappyHorse 1.0

ProviderAlibaba
Model namehappyhorse-1-0
Endpoint/v1/videos
ModeText-to-video only
Resolution720p, 1080p
Duration3, 5, 8, 10, 15 seconds
Aspect Ratios16:9, 9:16, 1:1, 4:3, 3:4
PricingSee HiAPI Pricing
  • 1080P HD output
  • Flexible duration from 3 to 15 seconds
  • Five aspect ratios for landscape, portrait, and square
  • Per-second billing
  • Best for short-form, ad storyboards, and social media clips
ParameterTypeDescription
modelstringFixed to happyhorse-1-0
promptstringSubject, motion, environment, and lighting
secondsstring"3", "5", "8", "10", "15"
resolutionstring"720p" or "1080p"
sizestring"16:9", "9:16", "1:1", "4:3", "3:4"

HappyHorse 1.0 is text-to-video only. Do not send image inputs to this model.

Terminal window
curl -X POST https://api.hiapi.ai/v1/videos \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "happyhorse-1-0",
"prompt": "A wuxia swordswoman leaps across temple rooftops at dusk, silk robes billowing in slow motion",
"seconds": "5",
"resolution": "1080p",
"size": "16:9"
}'

Video generation is asynchronous. The POST returns a top-level id. Poll GET /v1/videos/{id} until status is completed, then read the video URL.

Terminal window
curl -X GET https://api.hiapi.ai/v1/videos/video_task_001 \
-H "Authorization: Bearer YOUR_API_KEY"

A ready-made local Skill is published for Codex / Claude Code / OpenCode / OpenClaw: