Lightricks/ltx-2-3-pro-22b-IC-LoRA-Union-Control/Released Mar 2026

LTX-2.3 Pro 22B IC-LoRA Union Control

Controllable text/image-to-video generation

Video

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.

POSThttps://hub.oxen.ai/api/ai/videos/generate
FieldTypeRequiredDefaultDescription
promptstringYes
Text prompt describing the video to generate
input_imagestring
uri
No
First frame image for image-to-video generation
input_videostring
uri
No
Primary conditioning video URL.
durationintegerNo6
Range: 610
aspect_ratiostringNo"16:9"
16:99:16
resolutionstringNo"1080p"
1080p2k4k
fpsintegerNo25Frame rate in frames per second
242530485060
video_conditioning_strengthnumberNo1Default strength applied to conditioning videos when per-item strength is not provided.
Range: 01
conditioning_attention_strengthnumberNo1Attention strength for IC-LoRA conditioning.
Range: 01
seedinteger
nullable
No
Random seed. Set for reproducible generation.