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.

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.


Use via API
For developersOne 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"

