> For the complete documentation index, see [llms.txt](https://developer.topazlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.topazlabs.com/video-models/denoise/nyx-high-fidelity.md).

# Nyx High Fidelity

### Model Overview

**Nyx High Fidelity** is a denoise-only model designed to remove grain and noise from high resolution sources while preserving the original image exactly as captured. It performs no sharpening, enhancement, or creative modification, making it ideal for workflows where source fidelity must remain untouched.

Nyx High Fidelity supports advanced finishing pipelines by generating noise passes for external compositing, allowing teams to reintroduce grain or manage noise downstream with full control.

### Key Capabilities

* Maximum detail preservation during noise reduction
* Supports noise pass export for advanced compositing workflows
* Ideal for high-end post-production and finishing pipelines

### Pricing

| Duration | 720p | 1080p | 4K  |
| -------- | ---- | ----- | --- |
| **1s**   | 1    | 1     | 1   |
| **5s**   | 1    | 1     | 3   |
| **10s**  | 1    | 2     | 6   |
| **1m**   | 4    | 8     | 31  |
| **5m**   | 17   | 38    | 151 |
| **10m**  | 34   | 76    | 302 |

{% hint style="info" %}
The above credit costs are all estimates calculated at 30fps. For more accurate pricing, we recommend checking out our [Credit Calculator](https://developer.topazlabs.com/credit-calculator).
{% endhint %}

### Getting Started

**Endpoint**

* [https://api.topazlabs.com/video](<https://api.topazlabs.com/video&#xA;&#xA;>)
  * `model` — `"nxhf-1"`

**Model-Specific Parameters**

* No parameters

{% hint style="info" %}
Nyx High Fidelity Denoise is designed to be a dedicated denoise model and **does not support the ability to upscale**.
{% endhint %}

### Examples

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center">Click to view</td><td><a href="/files/vziq4Wm0JIgJVbBGIcGV">/files/vziq4Wm0JIgJVbBGIcGV</a></td><td><a href="https://compare.topazlabs.com/share/video?src1=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2Fcar_guy_short.mp4&#x26;src1label=Before&#x26;src2=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2Fcar_guy_short_1_denoise.mp4&#x26;src2label=After&#x26;zoom=1">https://compare.topazlabs.com/share/video?src1=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2Fcar_guy_short.mp4&#x26;src1label=Before&#x26;src2=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2Fcar_guy_short_1_denoise.mp4&#x26;src2label=After&#x26;zoom=1</a></td></tr><tr><td align="center">Click to view</td><td><a href="/files/mFXxiAXq9VfmgvWVwMOH">/files/mFXxiAXq9VfmgvWVwMOH</a></td><td><a href="https://compare.topazlabs.com/share/video?src1=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2F6553847_Eating-Fish-Faroe-Islands-Puffin_By_Nathan_Moine_Artlist_4K_tvai.mp4&#x26;src1label=Before&#x26;src2=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2F6553847_Eating-Fish-Faroe-Islands-Puffin_By_Nathan_Moine_Artlist_4K_tvai_denoise.mp4&#x26;src2label=After&#x26;zoom=1">https://compare.topazlabs.com/share/video?src1=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2F6553847_Eating-Fish-Faroe-Islands-Puffin_By_Nathan_Moine_Artlist_4K_tvai.mp4&#x26;src1label=Before&#x26;src2=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2F6553847_Eating-Fish-Faroe-Islands-Puffin_By_Nathan_Moine_Artlist_4K_tvai_denoise.mp4&#x26;src2label=After&#x26;zoom=1</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developer.topazlabs.com/video-models/denoise/nyx-high-fidelity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
