Try LTX 2.3 Pro: Text to Video in the Workbench
Run this model interactively, tune parameters, and compare outputs.
ltx-2-3-pro-text-to-video
High-fidelity text-to-video generation from Lightricks LTX-2.3 Pro. Creates video from text prompts up to 4K at 50 FPS with optional synchronized audio, camera motion effects, and flexible resolution (1080p, 2K, 4K).
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
- All parameters
Fetch model details
The models endpoint returns the full model object, including itsjson_request_schema.
Request parameters
Required parameters
| Field | Type | Default | Description |
|---|---|---|---|
prompt | string | — | Text prompt describing the video to generate |
Optional parameters
| Field | Type | Default | Description |
|---|---|---|---|
task | string | "text_to_video" | The generation task (fixed for this model) One of: text_to_video. |
resolution | string | "1080p" | Resolution quality of the generated video One of: 1080p, 2k, 4k. |
duration | integer | 6 | Duration of the video in seconds One of: 6, 8, 10. |
aspect_ratio | string | "16:9" | Aspect ratio of the generated video One of: 16:9, 9:16. |
fps | integer | 25 | Frame rate in frames per second One of: 24, 25, 48, 50. |
camera_motion | string | "none" | Camera motion effect to apply to the generated video. Use ‘none’ for no camera motion. One of: none, dolly_in, dolly_out, dolly_left, dolly_right, jib_up, jib_down, static, focus_shift. |
generate_audio | boolean | true | Generate audio for the video |