lightricks
lightricks/ltx-2-19b-image-to-video/Released Jan 2026

LTX-2 Pro

Generates high-res 4K@25FPS videos from image+text, camera control, and synced audio.

Fine-tunable
Provider
lightricks
Modality
multi-to-video
Released
Jan 2026
Pricing
$0.12 / sec$0.24 / sec (hi-res)

Ready to build with LTX-2 Pro?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "ltx-2-19b-image-to-video",
  "prompt": "A cat sitting on a chair",
  "resolution": "1080p",
  "duration": 6,
  "generate_audio": true
}'