topazlabs
topazlabs/topazlabs-rhea-video/Released Jul 2024

Topaz Rhea - Fine Detail Video Upscaler

Next-generation general-purpose Topaz video upscaler with tunable detail, noise, blur, and grain controls.

Provider
topazlabs
Modality
video-to-video
Released
Jul 2024
Pricing
$0.0084 / sec$0.03 / sec (hi-res)

Ready to build with Topaz Rhea - Fine Detail Video Upscaler?

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": "topazlabs-rhea-video",
  "input_video": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/videos/waterfall.mp4",
  "resolution": "1080p",
  "blur": 0,
  "compression": 0,
  "details": 0,
  "grain": 0.05,
  "halo": 0,
  "noise": 0,
  "target_fps": 24
}'