HappyHorse 1.0 T2V is the text-to-video variant of Alibaba’s HappyHorse video generation series. It uses the async task API — submit a task, then poll until ready.Documentation Index
Fetch the complete documentation index at: https://docs.anyfast.ai/llms.txt
Use this file to discover all available pages before exploring further.
Key capabilities
- Text-to-video — Generate videos purely from text prompts
- Resolution — 720P / 1080P
- Aspect ratios — 16:9, 9:16, 1:1, 4:3, 3:4
- Duration — 3–15 seconds
- Watermark control — Optionally disable the bottom-right “Happy Horse” watermark
Workflow
Quick example
Parameters
Optional parameters can sit at the top level or inside aparameters object — both forms are equivalent.
| Parameter | Type | Required | Description |
|---|---|---|---|
model | string | Yes | Must be happyhorse-1.0-t2v |
prompt | string | Yes | Text description of the video |
resolution | string | No | 720P / 1080P. Default: 1080P |
ratio | string | No | 16:9, 9:16, 1:1, 4:3, 3:4. Default: 16:9 |
duration | integer | No | Seconds, 3–15. Default: 5 |
watermark | boolean | No | Default true. Set false to remove watermark |
seed | integer | No | Random seed [0, 2147483647] for reproducibility |
Billing
Charged by resolution tier × user-requested duration. Pre-deducted amount equals the final amount:duration: 5→ billed for 5 seconds (even if upstream actually generated 6)- Failed tasks → automatically refunded
API Reference
Interactive playground for HappyHorse 1.0 T2V.
Task Query
Poll task status and retrieve the final video URL.