topazlabs/topazlabs-upscale-starlight-2-6-video/Released Aug 2026

Topaz Starlight Precise 2.6

Detail-preserving video upscaling with softness control

Commercial use
Video
Usage-based
1080p$0.10 / sec (estimated at 30fps)
2k$0.13 / sec (estimated at 30fps)
4k$0.21 / sec (estimated at 30fps)

Ready to build with Topaz Starlight Precise 2.6?

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": "topazlabs-upscale-starlight-2-6-video",
  "input_video": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/videos/waterfall.mp4",
  "resolution": "4k",
  "softness": 1,
  "interpolate_frames": true,
  "target_fps": 30
}'