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.
|
|
| image |
string
|
Input image to generate video from (image-to-video). Supports jpg, jpeg, png, webp.
|
|
| audio |
string
|
Input audio to condition video generation. Supports flac, mp3, wav.
|
|
| duration |
integer
|
5
Min: 1 Max: 10 |
Duration of the video in seconds (1-10). Ignored when audio is provided.
|
| aspect_ratio |
None
|
16:9
|
Aspect ratio of the video. Ignored when an input image is provided.
|
| resolution |
None
|
720p
|
Resolution of the video.
|
| fps |
None
|
24
|
Frames per second of the video.
|
| draft |
boolean
|
False
|
Draft mode. Generates a lower-quality preview of the video.
|
| prompt_upsampling |
boolean
|
True
|
Use prompt upsampling to enhance the prompt.
|
| disable_safety_filter |
boolean
|
False
|
Disable safety filter for prompts (and input image). When disabled, prompts are not checked for unsafe content before generation.
|
| save_audio |
boolean
|
True
|
Save the video with audio.
|
| 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'}