lightricks/ltx-2-3-pro-ic-lora/Released Jul 2026

LTX-2.3 Pro (IC-LoRA)

Reference-video control fine-tuning

Fine-tunable
Video
Time-based
Compute$0.0028 / sec

Ready to build with LTX-2.3 Pro (IC-LoRA)?

Sign in to grab your API key and start making requests.
bash
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-ic-lora",
  "prompt": "A cat sitting on a chair",
  "input_video": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/videos/waterfall.mp4",
  "duration": 6,
  "fps": 24,
  "width": 1536,
  "height": 1024,
  "video_conditioning_strength": 1,
  "conditioning_attention_strength": 1
}'