lightricks/ltx-2-3-pro-22b-IC-LoRA-Union-Control/Released Mar 2026
LTX-2.3 Pro 22B IC-LoRA Union Control
Baseten-configured LTX 2.3 Pro 22B model with IC/Union-Control support for text-to-video and image-conditioned video generation.
Provider
lightricks
Modality
multi-to-video
Released
Mar 2026
Pricing
$0.0028 / sec
bash
curl -sSf -X POST https://hub.oxen.ai/api/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
}'