Limited Time Offer: Save up to 32% OFF now!
VideoAlibaba · DashScope

HappyHorse 1.0

Fast, affordable video generation for everyday creators.

HappyHorse 1.0 turns text, images, and references into video quickly and cost-effectively. The go-to when you need volume — daily social clips, quick concepts, and batch iterations — without burning your budget.

Sample output generated with HappyHorse 1.0
Generated with HappyHorse 1.0

Capabilities

  • Text → Video
  • Image → Video
  • Reference → Video
  • Quick iteration & batching

At a glance

Output
Up to 1080p
Inputs
Text · Image
Strength
Speed & cost
Best for
High-volume social video

Sample outputs

Official sample outputs from HappyHorse 1.0.

Painterly image-to-video source frame
Painterly image-to-video source frame
Surreal scene composition
Surreal scene composition

Use via API

For developers

One endpoint, one key — just switch the model parameter to call any model. No need to integrate Alibaba directly, manage separate billing, or maintain four SDKs.

curl -X POST https://pixmo.ai/api/v1/jobs/createTask \
  -H "Authorization: Bearer $PIXMO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "happyhorse",
    "inputs": { "prompt": "your prompt here" }
  }'

# returns { "taskId": "..." } — then poll:
curl "https://pixmo.ai/api/v1/jobs/queryTask?taskId=TASK_ID" \
  -H "Authorization: Bearer $PIXMO_API_KEY"