Try LTX 2.3 Pro: Audio to Video in the Workbench
Run this model interactively, tune parameters, and compare outputs.
ltx-2-3-pro-audio-to-video
High-fidelity audio-to-video generation from Lightricks LTX-2.3 Pro. Creates video from an input image and audio file, synchronizing visuals with the audio. Supports 1080p output at up to 50 FPS.
Example request
- Sync
- Async
- Async with SSE
This blocks until the video is ready (typically 5-15 minutes). Prefer Async or Async with SSE for anything beyond quick experimentation.See the video generation reference for more details.
- Minimal
- Basic parameters
Fetch model details
The models endpoint returns the full model object, including itsjson_request_schema.
Request parameters
Required parameters
| Field | Type | Default | Description |
|---|---|---|---|
input_audio | string | — | URL of the audio file to generate a video from. Duration must be between 2 and 20 seconds. Format: uri. |
Optional parameters
| Field | Type | Default | Description |
|---|---|---|---|
prompt | string | — | Text description of how the video should be generated. Required if image is not provided. When image is provided, this describes how the image should be animated. |
input_image | string | — | URL of an image to use as the first frame of the video. If not provided, prompt is required. Format: uri. |