lightricks
lightricks/ltx-2-3-pro-text-to-video/Released Mar 2026

LTX 2.3 Pro: Text to Video

Text-to-video generation up to 4K@50FPS with optional audio and camera motion.

Provider
lightricks
Modality
text-to-video
Released
Mar 2026
Pricing
$0.12 / sec$0.24 / sec (hi-res)

Ready to build with LTX 2.3 Pro: Text to Video?

Sign in to grab your API key and start making requests.
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-text-to-video",
  "prompt": "A cat sitting on a chair",
  "task": "text_to_video",
  "resolution": "1080p",
  "duration": 6,
  "aspect_ratio": "16:9",
  "fps": 25,
  "camera_motion": "none",
  "generate_audio": true
}'