Video bailian

HappyHorse 1.1 Image to Video

阿里云百炼 HappyHorse 1.1 图生视频模型,以首帧图片生成 3 至 15 秒有声视频。

Capabilities

Basic generation

Parameters and specs

Resolutions
720p / 1080p
Durations
3s / 4s / 5s / 6s / 7s / 8s / 9s / 10s / 11s / 12s / 13s / 14s / 15s

Model API

Model endpoints route to this capability through the model field or app/action fields in the request body. Include a MediaGo developer API key before calling them.

Method

POST

Endpoint

/api/v1/videos

Auth

Authorization: Bearer <mgak_...>

Result

/api/v1/videos/{generation_id}

The video endpoint returns generation_id and polling_url; poll the video job endpoint for status and results.

Key fields

model
Required. Use the current model ID.
prompt
Required. The generation prompt.
aspect_ratio
Optional. Output aspect ratio. Defaults to the model setting when omitted.
duration
Required. Video duration in seconds; -1 means adaptive.
resolution
Optional. Output resolution. Defaults to the model setting when omitted.
seed
Optional. Random seed.

Request example

{
  "model": "happyhorse-1.1-i2v",
  "prompt": "Generate a 5-second product demo: slow camera push-in, screen turns on, interface data starts flowing.",
  "aspect_ratio": "16:9",
  "duration": 3,
  "resolution": "720p"
}

Example uses

Example prompt

Generate a 6-second product demo: slow camera push-in, device screen turns on, interface data starts flowing.

Example prompt

Extend the rooftop city first frame into a sunset time-lapse while preserving the composition and person placement.

Example prompt

Create a vertical short-video shot list: coffee cup lands on table, steam rises, rainy window bokeh in the background.