You're looking at a specific version of this model. Jump to the model overview.
alibaba /happyhorse-1.1:57e8eee0
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| prompt |
string
|
|
Text prompt for video generation. Optional when a single image is provided (image-to-video). Required for text-to-video and reference-to-video. When providing multiple reference images, refer to them in the prompt as [Image 1], [Image 2], etc.
|
| images |
array
|
[]
|
Input images. Provide no images for text-to-video, one image to animate it as the first frame (image-to-video), or multiple images (up to 9) for reference-to-video. Accepts jpg/png/bmp/webp, <=10MB each, aspect ratio between 1:2.5 and 2.5:1, each side >=300px.
|
| resolution |
None
|
1080p
|
Output video resolution
|
| aspect_ratio |
None
|
16:9
|
Aspect ratio of the generated video. Only applies to text-to-video and reference-to-video. When a single image is provided (image-to-video), the image's aspect ratio is used.
|
| duration |
None
|
5
|
Duration of the generated video in seconds
|
| seed |
integer
|
Random seed for reproducible generation. Range: 0-2147483647
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}