Ltx 2.3 Quality
/v1/runLtx 2.3 Quality Hdr is Lightricks's video-to-video AI model. Transform, enhance, and edit video content using text prompts - from style changes to object manipulation and scene modification.
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-2.3-quality/hdr.
Default: lightricks/ltx-2.3-quality/hdr
The prompt to guide generation.
SDR input video to lift into HDR. This mode is video-conditioned.
Output video size. The output is generated at up to ~720p (shorter side capped at 704px); larger requested sizes are scaled down, preserving the aspect ratio.
Allowed values: auto, square_hd, square, portrait_4_3, portrait_16_9, landscape_4_3, landscape_16_9
Default: auto
Whether to include audio in the returned video. When disabled, the final MP4 is returned without an audio track.
Default: true
Classifier-free guidance scale. The default is tuned for fast, high-quality generation.
Range: 1 to 20
Default: 1
Number of inference steps. Defaults to 15 and can be increased up to 30.
Range: 8 to 30
Default: 15
Random seed for reproducibility. If None, a random seed is chosen.
The write mode of the generated video.
Allowed values: fast, balanced, small
Default: balanced
The number of frames to generate.
Range: 9 to 481
Default: 121
Frames per second of the generated video.
Range: 1 to 60
Default: 24
The quality preset of the generated video.
Allowed values: low, medium, high, maximum
Default: high
Response Schema
The submit endpoint returns a run response. If its status is pending or running, poll GET /v1/run/{id} with the returned opaque ID until it reaches a terminal state.
Opaque SandBase run identifier. Use it exactly as returned; no prefix is guaranteed.
Current public run status.
Allowed values: pending, running, completed, failed, timeout
Public SandBase model name used for this run.
Present only for completed runs. Each object is capability-specific; inspect the selected model schema for its fields.
Present only for failed or timeout runs. Contains a public error type and sanitized message.
Stable public error category.
Sanitized error message safe to show to clients.
Usage details when available.
Model capabilities
Capabilities declared by the model registry.
Default: video-to-video
Execution mode declared by the model registry.
Default: async