lightricks/ltx-2-3-retake/Released Mar 2026

LTX 2.3 Retake

Regenerate a section of a clip

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

Ready to build with LTX 2.3 Retake?

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-retake",
  "input_video": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/videos/waterfall.mp4",
  "retake_start_time": 0,
  "retake_duration": 4,
  "retake_mode": "replace_audio_and_video"
}'