> 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/astra/astra-1-deprecated.md).

# Astra 1 (Deprecated)

### Model Overview

**Astra** **1** is a creative diffusion-based upscaling model designed specifically for GenAI video. It transforms AI-generated footage to 4K by adding new, dynamic detail and texture, producing expressive and stylized results beyond traditional enhancement.

Astra 1 allows creators to control the level of creative transformation, from subtle refinement to bold, highly stylized output. It enhances clarity, richness, and visual complexity by adding new detail and texture to GenAI video. Due to its scale and creative flexibility, Astra 1 is a cloud-only model optimized for high-capacity processing.

### Key Capabilities

* Creative diffusion-based upscaling for GenAI video at 4K
* Adds new detail and texture with adjustable creative intensity
* Cloud-optimized model for expressive, stylized enhancement workflows

### Pricing

| Frames Per Credit — 1080p | Frames Per Credit — 4k |
| ------------------------- | ---------------------- |
| \~7.7                     | 4.3                    |

### Getting Started

**Endpoint**

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

**Model-Specific Parameters**

* `input_frame_count` — integer, optional; maximum 450
* `creativity` — string (`"low"` | `"middle"` | `"high"`), required
* `video_profile` — string, optional
* `video_bit_depth` — integer, optional
* `video_codec` — string, optional

### 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/KYbAtzB6ju9LGyJN1Ucr">/files/KYbAtzB6ju9LGyJN1Ucr</a></td><td><a href="https://compare.topazlabs.com/share/video?src1=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2FAnimated_Dude_Before.mp4&#x26;src1label=Before&#x26;src2=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2FAnimated_Dude_Before_Creative_Starlight_Creative_Bold.mp4&#x26;src2label=After&#x26;zoom=1">https://compare.topazlabs.com/share/video?src1=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2FAnimated_Dude_Before.mp4&#x26;src1label=Before&#x26;src2=https%3A%2F%2Fdownloads.topazlabs.com%2Fweb-assets%2Fmodel-examples%2FAnimated_Dude_Before_Creative_Starlight_Creative_Bold.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/astra/astra-1-deprecated.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.
