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": "<your prompt>"
}'
# 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": "<your prompt>"}'Examples
Parameters
Input
prompt string required
Text prompt describing what to generate.
duration integer optional
Length of the output in seconds.
ratio string optional
Output aspect ratio.
resolution string optional
Output resolution / quality tier.
seed integer optional
Random seed for reproducible results — same seed + inputs gives the same output.
watermark boolean optional
Whether to add a watermark to the output.
Output
video: string