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

LTX 2.3 Reframe

Convert a clip to a new aspect ratio

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

Ready to build with LTX 2.3 Reframe?

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-reframe",
  "input_video": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/videos/waterfall.mp4",
  "aspect_ratio": "9:16",
  "resolution": "1080p"
}'