Skip to content
Docs menu

Video models

HappyHorse-1.1

On this page

HappyHorse-1.1 — high-quality AI video generation.

modelIdhappyhorse-1-1-reference-to-video
Modalityvideo
PricingSee this model on the Pricing page for the current per-call price (with your markup).

Operations

OperationEndpointDescription
Text to videoPOST /api/v1/generateBase generation from a text prompt.
Image to videoPOST /api/v1/generateCondition on a reference image — upload it via /api/v1/files/upload and pass the URL.
Poll taskGET /api/v1/task/{id}?model=happyhorse-1-1-reference-to-videoRetrieve state and result URLs.

Input parameters

FieldTypeRequiredValues / example
prompttextarearequiredEnter your text here...
reference_imageimagerequiredDrag and drop or click to upload your image
resolutionselectoptional720p, 1080p
aspect_ratioselectoptional16:9, 9:16, 3:4, 4:3, 4:5, 5:4, 1:1, 9:21, 21:9
durationnumberoptional

Example request

bash
curl -X POST https://you.bot/api/v1/generate \
  -H "Authorization: Bearer $YOUBOT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"modelId":"happyhorse-1-1-reference-to-video","input":{"prompt":"Slow cinematic push-in with gentle ambient motion, soft light gradually shifting, and subtle parallax that brings the scene quietly to life.","resolution":"1080p","aspect_ratio":"16:9","duration":5}}'