# Nyx Fast

### Model Overview

**Nyx Fast** is a performance-optimized variant of Nyx designed for faster denoising with reduced computational cost. It provides effective noise reduction for workflows where speed and turnaround time are prioritized.

Nyx Fast is well suited for previews, batch processing, and time-sensitive workflows where clean results are needed quickly.

### Key Capabilities

* Faster denoising optimized for speed and efficiency
* Effective noise reduction for high-volume workflows
* Ideal for rapid turnaround and preview processing

### Pricing

| Duration | 720p | 1080p | 4K  |
| -------- | ---- | ----- | --- |
| **1s**   | 2    | 2     | 2   |
| **5s**   | 2    | 2     | 2   |
| **10s**  | 2    | 2     | 4   |
| **1m**   | 4    | 6     | 20  |
| **5m**   | 12   | 24    | 94  |
| **10m**  | 22   | 48    | 186 |

{% 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;>)
  * `model` — `"nxf-1"`

**Model-Specific Parameters**

* `video_type` — `"Progressive"`, `"Interlaced"`, or `"ProgressiveInterlaced"`
* `auto` — `"Auto"`, `"Manual"`, or `"Relative"`
* `field_order` — `"TopFirst"`, `"BottomFirst"`, or `"Auto"`
* `focus_fix_level` — `"None"`, `"Normal"`, or `"Strong"`
* `compression` — decimal between -1 and 1
* `details` — decimal between -1 and 1
* `prenoise` — decimal between 0 and 0.1
* `noise` — decimal between -1 and 1
* `halo` — decimal between -1 and 1
* `preblur` — decimal between -1 and 1
* `blur` — decimal between -1 and 1
* `grain` — decimal between 0 and 0.1
* `grain_sigma` — decimal between 0 and 1
* `grain_size` — decimal between 0 and 5
* `grain_type` — `"silver_rich"`, `"gaussian"`, or `"grey"`
* `recover_original_detail_value` — decimal between 0 and 1

### 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/48QcUSkjNeGRi7iOYXcD">/files/48QcUSkjNeGRi7iOYXcD</a></td><td><a href="https://compare.topazlabs.com/share/image?src1=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2F6309552_Raver-Man-Fire-Twirling-Torch_By_Justinography_Artlist_4K_short_tvai.mp4&#x26;src1label=Before&#x26;src2=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2F6309552_Raver-Man-Fire-Twirling-Torch_By_Justinography_Artlist_4K_short_nxf1.mp4&#x26;src2label=After&#x26;zoom=1">https://compare.topazlabs.com/share/image?src1=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2F6309552_Raver-Man-Fire-Twirling-Torch_By_Justinography_Artlist_4K_short_tvai.mp4&#x26;src1label=Before&#x26;src2=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2F6309552_Raver-Man-Fire-Twirling-Torch_By_Justinography_Artlist_4K_short_nxf1.mp4&#x26;src2label=After&#x26;zoom=1</a></td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://developer.topazlabs.com/video-models/denoise/nyx-fast.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
