topazlabs
topazlabs/topazlabs-upscale-starlight-2-5-video/Released Apr 2026

Topaz Starlight Precise 2.5

Video restoration and upscaling model from Topaz for detail-preserving 1080p/4k outputs.

Provider
topazlabs
Modality
video-to-video
Released
Apr 2026

Ready to build with Topaz Starlight Precise 2.5?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "topazlabs-upscale-starlight-2-5-video",
  "input_video": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/videos/waterfall.mp4",
  "resolution": "4k",
  "enable_clc": true,
  "is_optimized_mode": true,
  "target_fps": 24
}'