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 describing the edit to be applied to the input video.
|
|
| video |
string
|
Input video to edit. Videos must be between 2 and 30 seconds and less than 16MB.
|
|
| keyframe_images |
array
|
[]
|
Up to 5 optional keyframe images used as more precise control over edits. The position of each keyframe is given by keyframe_positions.
|
| keyframe_positions |
array
|
[]
|
Position of each keyframe in keyframe_images. One entry per image. Each value must be 'first', 'last', or a timestamp in seconds (e.g. '1.67').
|
| seed |
integer
|
Random seed. Set for reproducible generation
|
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'}