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 |
---|---|---|---|
user_prompt |
string
|
Text prompt for video generation
|
|
guidance_scale |
number
|
7.5
Max: 20 |
Guidance scale
|
num_sampling_steps |
integer
|
20
Min: 10 Max: 100 |
Number of sampling steps
|
enable_cpu_offload |
boolean
|
False
|
Enable CPU offload (reduces GPU memory usage but increases inference time)
|
num_frames |
integer
|
88
Min: 16 Max: 128 |
Number of frames to generate
|
height |
integer
|
720
Min: 256 Max: 1024 |
Height of the generated video
|
width |
integer
|
1280
Min: 256 Max: 1920 |
Width of the generated video
|
fps |
integer
|
15
Min: 1 Max: 60 |
Frames per second for the output video
|
seed |
integer
|
Random seed (set to None for random)
|
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'}