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

LTX 2.3 Quality: Image to Video

High-quality image-to-video with audio

Commercial use
Provider
lightricks
Modality
Video
Released
Jun 2026
Pricing
$0.12 / sec

Ready to build with LTX 2.3 Quality: 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-quality-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",
  "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"
}'