lightricks/ltx-2-3/Released Mar 2026

LTX 2.3

Text, image, and audio to video, up to 4K

Commercial use
Video
Per video output second
Standard$0.08 / sec

Ready to build with LTX 2.3?

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",
  "prompt": "A red bird flies in and lands in-between the two birds on the wire. They fight for positioning before settling in their spots.",
  "video_mode": "fast",
  "resolution": "1080p",
  "aspect_ratio": "16:9",
  "duration": 6,
  "fps": 24,
  "generate_audio": true,
  "camera_motion": "none"
}'