You're looking at a specific version of this model. Jump to the model overview.

lightricks /ltx-video-0.9.7:b1a80c6d

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 for image-to-video generation. If not provided, text-to-video generation will be used.
negative_prompt
string
worst quality, inconsistent motion, blurry, jittery, distorted
Negative prompt for video generation.
width
integer
704
Width of the output video. Actual width will be a multiple of 32.
height
integer
480
Height of the output video. Actual height will be a multiple of 32.
num_frames
integer
161
Number of frames to generate. Actual frame count will be 8N+1 (e.g., 9, 17, 25, 161).
num_inference_steps
integer
50
Number of denoising steps.
guidance_scale
number
3

Min: 1

Max: 10

Guidance scale. Recommended range: 3.0-3.5.
fps
integer
24
Frames per second for the output video.
seed
integer
Random seed for reproducible results. Leave blank for a random seed.

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'}