LTX Video-0.9.7 13B Distilled
/v1/runLtx 0.9.7 13b Distilled is Lightricks's text-to-video AI model. Turn written scripts and prompts into professional-quality video clips with realistic motion, lighting, and scene composition.
Request body
Submit an async generation request. The model field selects the model; other fields are model-specific input parameters.
Model identifier. Set to lightricks/ltx-0.9.7-13b-distilled.
Default: lightricks/ltx-0.9.7-13b-distilled
Text prompt to guide generation
The aspect ratio of the generated image.
Allowed values: 21:9, 16:9, 3:2, 4:3, 5:4, 1:1, 4:5, 3:4, 2:3, 9:16
Resolution of the generated video.
Allowed values: 480p, 720p
Default: 720p
Random seed for generation
Number of inference steps during the second pass.
Range: 2 to 12
Default: 8
Whether to use a detail pass. If True, the model will perform a second pass to refine the video and enhance details. This incurs a 2.0x cost multiplier on the base price.
Default: false
The frame rate of the video.
Range: 1 to 60
Default: 24
Number of inference steps during the first pass.
Range: 2 to 12
Default: 8
The number of frames in the video.
Range: 9 to 1441
Default: 121
LoRA weights to use for generation
Default:
The factor for adaptive instance normalization (AdaIN) applied to generated video chunks after the first. This can help deal with a gradual increase in saturation/contrast in the generated video by normalizing the color distribution across the video. A high value will ensure the color distribution is more consistent across the video, while a low value will allow for more variation in color distribution.
Range: 0 to 1
Default: 0.5
The number of inference steps to skip in the initial steps of the second pass. By skipping some steps at the beginning, the second pass can focus on smaller details instead of larger changes.
Range: 1 to 11
Default: 5
The compression ratio for tone mapping. This is used to compress the dynamic range of the video to improve visual quality. A value of 0.0 means no compression, while a value of 1.0 means maximum compression.
Range: 0 to 1
Default: 0
Whether to expand the prompt using a language model.
Default: false
Whether to reverse the video.
Default: false
Response Schema
The submit endpoint returns an accepted generation task. Poll the result endpoint with the returned id for terminal outputs or errors.
Error message if the task failed. Empty on success.
Unique identifier for the generation task.
Model ID used for the prediction.
Array of generated content. Empty when status is not completed.
Status of the task: pending, running, completed, failed, or timeout.
Allowed values: pending, running, completed, failed, timeout
Model capabilities
Capabilities declared by the model registry.
Default: text-to-video
Execution mode declared by the model registry.
Default: async

