lightricks/ltx-2-3-quality-audio-to-video/Released Jun 2026

LTX 2.3 Quality: Audio to Video

High-quality audio-driven video

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

Ready to build with LTX 2.3 Quality: Audio to Video?

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-quality-audio-to-video",
  "prompt": "A cat sitting on a chair",
  "input_audio": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/audios/example.mp3",
  "match_audio_length": true,
  "num_frames": 121,
  "resolution": "auto",
  "frames_per_second": 24,
  "image_strength": 0.7,
  "generate_audio": true,
  "video_quality": "high",
  "negative_prompt": "color distortion, overexposure, static, blurry details, subtitles, style, artwork, painting, frame, still, dim overall tone, worst quality, low quality, JPEG compression artifacts, ugly, mutilated, extra fingers, poorly drawn hands, poorly drawn face, deformed, disfigured, malformed limbs, fused fingers, motionless frame, cluttered background, three legs, crowded background, walking backwards"
}'