All models
HappyHorse 1.0 I2V
alibaba/hh1-i2v
Alibaba Image-to-VideoVideo Generation
Alibaba's HappyHorse 1.0 image-to-video model. Animates a reference image with an optional text prompt. Supports 720P and 1080P output with durations from 3 to 15 seconds.
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-i2v",
"image": "https://example.com/input.jpg"
}'
# 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-i2v", "image": "https://example.com/input.jpg"}'Examples
Parameters
Input
image string required
Input image (HTTPS URL or upload) to guide or edit from.
duration integer optional
Length of the output in seconds.
negative_prompt string optional
What to avoid in the output.
prompt string optional
Text prompt describing what to generate.
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