> 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/starlight/starlight-hq.md).

# Starlight HQ

### Model Overview

**Starlight HQ** is a high quality enhancement model designed for modern, high resolution video sources. It delivers a strong balance of detail and sharpness while preserving the visual intent of the original footage.

Unlike restoration focused models such as Starlight Mini, HQ is optimized for clean progressive video and larger source resolutions. It supports inputs from 480p through 4K and can render native 4K outputs, making it well suited for modern digital camera footage and high resolution finishing.

**Starlight HQ** can run locally in Topaz Video or in the cloud via API. For local processing, the model uses a larger architecture that prioritizes visual fidelity over speed and requires an NVIDIA GPU with at least 10GB of VRAM, with 12GB or more recommended.

### Key Capabilities

* High fidelity diffusion enhancement for modern digital camera sources
* Supports larger inputs up to 4K with native 4K output
* Ideal for high resolution workflows where maximum visual quality is the priority

### Pricing

| Frames Per Credit — 1080p | Frames Per Credit — 4k |
| ------------------------- | ---------------------- |
| \~26                      | \~12                   |

{% hint style="info" %}
For more accurate estimates 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` — `"slhq-1"`

**Model-Specific Parameters**

* `start_idx` — integer, default 0
* `end_idx` — decimal, default 1000000.0
* `upscaling_factor` — decimal, default 1.0
* `low_sharpness` — boolean, default false
* `keep_original` — boolean, default false
* `ffmpeg_encoding` — string, optional
* `ffmpeg_preproc_filters` — string, default `""`

### 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/psLCql2XE0tL5ThyblSl">/files/psLCql2XE0tL5ThyblSl</a></td><td><a href="https://compare.topazlabs.com/share/video?src1=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2F6080099_Wild%20Horse%20Roadside%20Fence_By_Yuval_Aloni_Artlist_4K_tvai.mp4&#x26;src1label=Before&#x26;src2=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2F6080099_Wild%20Horse%20Roadside%20Fence_By_Yuval_Aloni_Artlist_4K_slhq.mp4&#x26;src2label=Starlight%20HQ&#x26;zoom=1">https://compare.topazlabs.com/share/video?src1=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2F6080099_Wild%20Horse%20Roadside%20Fence_By_Yuval_Aloni_Artlist_4K_tvai.mp4&#x26;src1label=Before&#x26;src2=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2F6080099_Wild%20Horse%20Roadside%20Fence_By_Yuval_Aloni_Artlist_4K_slhq.mp4&#x26;src2label=Starlight%20HQ&#x26;zoom=1</a></td></tr><tr><td align="center">Click to view</td><td><a href="/files/n6qzyAColEs7cM0GqDnk">/files/n6qzyAColEs7cM0GqDnk</a></td><td><a href="https://compare.topazlabs.com/share/video?src1=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2F6341427_Elderly%20Couple%20Christmas%20Eve_By_Kristian_Ozer_Kettner_Artlist_HD.mp4&#x26;src1label=Before&#x26;src2=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2F6341427_Elderly%20Couple%20Christmas%20Eve_By_Kristian_Ozer_Kettner_Artlist_HD_slhq.mp4&#x26;src2label=Starlight%20HQ&#x26;zoom=1">https://compare.topazlabs.com/share/video?src1=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2F6341427_Elderly%20Couple%20Christmas%20Eve_By_Kristian_Ozer_Kettner_Artlist_HD.mp4&#x26;src1label=Before&#x26;src2=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2F6341427_Elderly%20Couple%20Christmas%20Eve_By_Kristian_Ozer_Kettner_Artlist_HD_slhq.mp4&#x26;src2label=Starlight%20HQ&#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/starlight/starlight-hq.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.
