All models
HappyHorse 1.0 T2V
alibaba/hh1-t2v
Alibaba Text-to-VideoVideo Generation
Alibaba's HappyHorse 1.0 text-to-video model. Generates videos from a text prompt with configurable resolution, aspect ratio, and duration (3-15s).
Quick start
# Inspect the price — a plain request returns the 402 challenge:
curl -i https://api.glianalabs.com/v1/infer \
-H "content-type: application/json" \
-d '{
"model": "alibaba/hh1-t2v",
"prompt": <string>
}'
# Pay + run in one step with the mppx CLI (create a wallet: npx mppx account create):
npx mppx https://api.glianalabs.com/v1/infer \
-J '{"model": "alibaba/hh1-t2v", "prompt": "<string>"}'Examples
Parameters
Input
duration integer
prompt string required
ratio string
resolution string
seed integer
watermark boolean
Output
video: string