topazlabs/topazlabs-hyperion-hdr-video/Released May 2026

Topaz Hyperion HDR

HDR video conversion

Commercial use
Video
Usage-based
720p$0.0080 / sec (estimated at 30fps)
1080p$0.02 / sec (estimated at 30fps)
4k$0.05 / sec (estimated at 30fps)

Ready to build with Topaz Hyperion HDR?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/ai/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "topazlabs-hyperion-hdr-video",
  "input_video": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/videos/waterfall.mp4",
  "transfer_function": "hlg",
  "adjust_exposure": 0.5,
  "boost_saturation": 0.5,
  "highlight_threshold": 0.65,
  "output_encoder": "H265",
  "output_profile": "422 HQ"
}'