About 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.
Ready to build with LTX-2.3 Pro 22B IC-LoRA Union Control?
Try LTX-2.3 Pro 22B IC-LoRA Union Control in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.
curl -sSf -X POST https://hub.oxen.ai/api/ai/videos/generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "ltx-2-3-pro-22b-IC-LoRA-Union-Control",
"prompt": "A cat sitting on a chair",
"duration": 6,
"aspect_ratio": "16:9",
"resolution": "1080p",
"fps": 25,
"video_conditioning_strength": 1,
"conditioning_attention_strength": 1
}'Request parameters
Every field LTX-2.3 Pro 22B IC-LoRA Union Control accepts in the request body. See the API reference for response formats.
POST
https://hub.oxen.ai/api/ai/videos/generate| Field | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | Yes | — | Text prompt describing the video to generate |
input_image | stringuri | No | — | First frame image for image-to-video generation |
input_video | stringuri | No | — | Primary conditioning video URL. |
duration | integer | No | 6 | Range: 6 – 10 |
aspect_ratio | string | No | "16:9" | 16:99:16 |
resolution | string | No | "1080p" | 1080p2k4k |
fps | integer | No | 25 | Frame rate in frames per second242530485060 |
video_conditioning_strength | number | No | 1 | Default strength applied to conditioning videos when per-item strength is not provided. Range: 0 – 1 |
conditioning_attention_strength | number | No | 1 | Attention strength for IC-LoRA conditioning. Range: 0 – 1 |
seed | integernullable | No | — | Random seed. Set for reproducible generation. |