You're looking at a specific version of this model. Jump to the model overview.
lightricks /ltx-2.3-fast:6e44d7e6
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 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.
|
|
| 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. Durations longer than 10 seconds are only available with 1080p resolution at 24 or 25 FPS.
|
| 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.
|
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'}