> 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.md).

# Denoise

### Model Family Overview

Specialized denoise models designed for high-resolution footage and challenging low-light conditions.

### Key Features

**High fidelity denoising with speed or quality options**

* Choose models optimized for faster processing or maximum noise reduction accuracy.

**Reduce low-light and sensor noise without smearing detail**

* Clean pixel noise and grain introduced by camera sensors while preserving image integrity.

**Dedicated noise reduction for advanced workflows**

* Use Nyx High Fidelity to export noise pass for compositing or further refinement.

### 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 pricing is for our "Quality" models. "Fast" models are priced at roughly 50% of the "Quality" models for common output resolutions and durations.\
\
For more accurate estimates we recommend checking out our [Credit Calculator](https://developer.topazlabs.com/credit/calculator).
{% endhint %}

### Models

#### "Quality" Models

<table 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"><code>Nyx</code></td><td><a href="/files/ptKERNpLOJQvXRdDVsls">/files/ptKERNpLOJQvXRdDVsls</a></td><td><a href="/pages/7k4sYbZxetGwBC7ITaWQ">/pages/7k4sYbZxetGwBC7ITaWQ</a></td></tr><tr><td align="center"><code>Nyx High Fidelity</code></td><td><a href="/files/vziq4Wm0JIgJVbBGIcGV">/files/vziq4Wm0JIgJVbBGIcGV</a></td><td><a href="/pages/6YF8cnnUsVxCJzlpOelI">/pages/6YF8cnnUsVxCJzlpOelI</a></td></tr><tr><td align="center"><code>Nyx XL</code></td><td><a href="/files/R7rJlYdeaCfgWKB9JNqF">/files/R7rJlYdeaCfgWKB9JNqF</a></td><td><a href="/pages/C3XrFvR3gc9CAUBRknnK">/pages/C3XrFvR3gc9CAUBRknnK</a></td></tr></tbody></table>

#### "Fast" Models

<table 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"><code>Nyx Fast</code></td><td><a href="/files/48QcUSkjNeGRi7iOYXcD">/files/48QcUSkjNeGRi7iOYXcD</a></td><td><a href="/pages/Pe9a9zZBnPDMOY4weOn7">/pages/Pe9a9zZBnPDMOY4weOn7</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.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.
