---
title: "Topaz API — All variants, pricing, code samples | RunAPI"
url: "https://runapi.ai/models/topaz.md"
canonical: "https://runapi.ai/models/topaz.md"
locale: "en"
model: "Topaz"
provider: "Topaz"
modality: "image"
variant_count: 2
price_from_cents: 12
---

# Topaz

AI-powered image and video upscaling — enhance resolution and detail without artifacts.

**Provider:** Topaz
**Modality:** Image
**Catalog:** 2 variants

Topaz Labs provides AI-powered upscaling for both images and video, using deep learning models trained specifically for enhancing detail, reducing noise, and increasing resolution without artifacts.

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| topaz-image-upscale | `image-upscale` | $0.400 | call | https://runapi.ai/models/topaz/image-upscale.md |
| topaz-video-upscale | `video-upscale` | $0.120 | second | https://runapi.ai/models/topaz/video-upscale.md |


## Install

```sh
npm install @runapi.ai/topaz
# or
gem install runapi-topaz
```

## Quickstart

```sh
curl -X POST https://runapi.ai/api/v1/topaz/upscale_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "model": "topaz-image-upscale", "prompt": "..." }'
```

## Context

Topaz Labs specializes in AI media enhancement with dedicated image and video upscaling models. Through RunAPI, both upscale endpoints share unified billing.

## FAQ

### Which variant should I start with?

Pick the cheapest variant that meets your quality bar. Most teams start on the fast variant and graduate to pro for production.

### Is there a free tier?

New accounts get free first calls on every model. After that, pay per call.

### Do you stream results?

Where streaming is available, RunAPI streams end-to-end.

### How are failures billed?

Failed generations are not charged.

### Are outputs cached?

Generated outputs are stored and retrievable by task ID. Inputs are not cached.

### Can I use commercially?

Yes — commercial use is included for every variant unless a model license explicitly restricts it, which is called out on the variant page.

### What about rate limits?

Per-key rate limits scale with usage tier. See pricing page for current limits.

### Where can I report issues?

Open an issue on the public GitHub repo or email support.

