You're looking at a specific version of this model. Jump to the model overview.
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
|
|
aspect_ratio |
string
(enum)
|
16:9
Options: 1:1, 3:4, 4:3, 9:16, 16:9, 9:21, 21:9 |
Aspect ratio of the video. Ignored if a start frame, end frame or video ID is given.
|
loop |
boolean
|
False
|
Whether the video should loop, with the last frame matching the first frame for smooth, continuous playback. This input is ignored if end_image_url or end_video_id are set.
|
start_image_url |
string
|
URL of an image to use as the starting frame
|
|
end_image_url |
string
|
URL of an image to use as the ending frame
|
|
start_video_id |
string
|
Continue or extend a video generation with a new generation. You can combine this with end_image_url, or end_video_id.
|
|
end_video_id |
string
|
Prepend a new video generation to the beginning of an existing one (Also called 'reverse extend'). You can combine this with start_image_url, or start_video_id.
|
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'}