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

lightricks /ltx-2.3-pro:2560a82a

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
task
None
text_to_video
The generation task to perform
prompt
string
Text prompt describing the video to generate
image
string
First frame image for image-to-video generation
last_frame_image
string
Last frame image for image-to-video generation. When provided, the video interpolates between the first frame and this last frame.
audio
string
Input audio file for audio_to_video task
video
string
Input video for retake or extend tasks
resolution
None
1080p
Resolution quality of the generated video. Only 1080p is supported for audio_to_video, retake, and extend tasks.
duration
None
6
Duration of the video in seconds
aspect_ratio
None
16:9
Aspect ratio of the generated video
fps
None
25
Frame rate in frames per second
camera_motion
None
none
Camera motion effect to apply to the generated video. Use 'none' for no camera motion.
generate_audio
boolean
True
Generate audio for the video. Used for text_to_video and image_to_video tasks.
retake_start_time
number
0
Start time in seconds of the section to edit. Used for retake task.
retake_duration
number
2

Min: 2

Duration in seconds of the section to edit. Must be at least 2 seconds. Used for retake task.
retake_mode
None
replace_audio_and_video
What to replace in the retake section. Used for retake task.
extend_mode
None
end
Where to extend the video. Used for extend task.

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