lightricks/ltx-2-5/Released Aug 2026

LTX 2.5

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

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

Ready to build with LTX 2.5?

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-5",
  "prompt": "A man making it to the summit on top of a mountain. The man raises his arms in victory and exhales a sigh of relief.",
  "video_mode": "fast",
  "resolution": "1080p",
  "aspect_ratio": "16:9",
  "duration": 6,
  "fps": 24,
  "generate_audio": true,
  "camera_motion": "none"
}'