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

Topaz Hyperion HDR

HDR video conversion from Topaz with PQ/HLG transfer functions and ProRes output support.

Provider
topazlabs
Modality
video-to-video
Released
May 2026

Ready to build with Topaz Hyperion HDR?

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-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"
}'