# Starlight Sharp

### Model Overview

**Starlight Sharp** is a diffusion-based video enhancement model optimized for local or cloud processing. It is designed to sharpen low-res blurry videos and improve clarity on small faces.&#x20;

Starlight Sharp is used for restoration, detail recovery and compression cleanup. Unlike Mini, Starlight Sharp assumes a progressive input and does not perform automatic deinterlacing.

### Key Capabilities

* Local first diffusion-based restoration optimized for speed and sharp detail
* Restores clarity in degraded or low resolution footage
* Best suited for progressive or pre-deinterlaced sources in local desktop workflow

### 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` — `"wonder-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
* `wm_path` — 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/BWiJ0nROLN3BwpqEBMKU">/files/BWiJ0nROLN3BwpqEBMKU</a></td><td><a href="https://compare.topazlabs.com/share/video?src1=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2F0002.MP4&#x26;src1label=Before&#x26;src2=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2F0002_1_sls.mp4&#x26;src2label=After&#x26;zoom=1">https://compare.topazlabs.com/share/video?src1=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2F0002.MP4&#x26;src1label=Before&#x26;src2=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2F0002_1_sls.mp4&#x26;src2label=After&#x26;zoom=1</a></td></tr><tr><td align="center">Click to view</td><td><a href="/files/5Aolw92pIhZuz5dow2mz">/files/5Aolw92pIhZuz5dow2mz</a></td><td><a href="https://compare.topazlabs.com/share/video?src1=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2FEPRIII_FamilyTrip_2006_01_1_ddv3_2.mp4&#x26;src1label=Before&#x26;src2=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2FEPRIII_FamilyTrip_2006_01_1_ddv3_2_sls.mp4&#x26;src2label=After&#x26;zoom=1">https://compare.topazlabs.com/share/video?src1=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2FEPRIII_FamilyTrip_2006_01_1_ddv3_2.mp4&#x26;src1label=Before&#x26;src2=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2FEPRIII_FamilyTrip_2006_01_1_ddv3_2_sls.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/starlight/starlight-sharp.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.
