lightricks/ltx-2-3-quality-hdr/Released Jun 2026

LTX 2.3 Quality: Video to HDR

Lift SDR video into HDR

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

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

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-hdr",
  "prompt": "A cat sitting on a chair",
  "input_video": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/videos/waterfall.mp4",
  "num_frames": 121,
  "resolution": "auto",
  "frames_per_second": 24,
  "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"
}'