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": <string>,
    "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-i2v", "image": "<string>", "prompt": "<string>"}'

Examples

Parameters

Input
duration integer
image string required
negative_prompt string
prompt string
resolution string
seed integer
watermark boolean
Output
video: string