You're looking at a specific version of this model. Jump to the model overview.
lightricks /ltx-2-distilled:6707072d
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
|
Optional input image for image-to-video generation.
|
|
| aspect_ratio |
None
|
16:9
|
Aspect ratio of the generated video. Ignored if an image is provided.
|
| num_frames |
integer
|
121
Min: 25 Max: 241 |
Number of frames to generate. Must follow formula: 8*k + 1 (e.g., 81, 97, 113, 121).
|
| seed |
integer
|
Random seed for reproducibility.
|
|
| enhance_prompt |
boolean
|
False
|
Use the model's prompt enhancement to expand and improve your prompt.
|
| image_strength |
number
|
1
Max: 1 |
Strength of image conditioning for i2v (0.0-1.0). Higher values follow the image more closely.
|
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'}