lightricks/ltx-2-3-fast-image-to-video/Released Mar 2026

LTX 2.3 Fast: Image to Video

Fast image-to-video with native audio

Commercial use
Provider
lightricks
Modality
Video
Released
Mar 2026
Pricing
$0.04 / sec$0.16 / sec (hi-res)

Ready to build with LTX 2.3 Fast: Image 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-fast-image-to-video",
  "prompt": "A cat sitting on a chair",
  "input_image": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/ox_zoom_out_1926_1076.png",
  "duration": 6,
  "resolution": "1080p",
  "aspect_ratio": "auto",
  "fps": 25,
  "generate_audio": true
}'