All models

HappyHorse 1.1 T2V

alibaba/hh1.1-t2v
Alibaba Text-to-VideoVideo Generation

Alibaba's HappyHorse 1.1 text-to-video model. Generates videos from a text prompt with stronger dynamic expressiveness, better visual quality, and improved instruction following over 1.0. 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.1-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.1-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 generation.

watermark boolean optional

Add a watermark to the output video.

Output
video: string