Try LTX-2.3 Pro 22B IC-LoRA Union Control in the Workbench
Run this model interactively, tune parameters, and compare outputs.
ltx-2-3-pro-22b-IC-LoRA-Union-Control
LTX-2.3 Pro 22B IC LoRA Union Control is a high-fidelity video generation model for text-to-video and image-conditioned workflows. It supports prompt-driven generation, camera control, and optional keyframe conditioning for controlled cinematic outputs.
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
- 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 |
|---|---|---|---|
input_image | string | — | First frame image for image-to-video generation Format: uri. |
input_video | string | — | Primary conditioning video URL. Format: uri. |
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. |
resolution | string | "1080p" | Resolution quality of the generated video One of: 1080p, 2k, 4k. |
fps | integer | 25 | Frame rate in frames per second One of: 24, 25, 48, 50. |
video_conditioning_strength | number | 1.0 | Default strength applied to conditioning videos when per-item strength is not provided. Range: 0.0 – 1.0. |
conditioning_attention_strength | number | 1.0 | Attention strength for IC-LoRA conditioning. Range: 0.0 – 1.0. |
seed | integer | — | Random seed. Set for reproducible generation. |