Skip to content

Topaz

Modes: image · video · Models: 2

Vendor: Topaz Labs · Official API docs: developer.topazlabs.com

Topaz Labs provides AI image and video enhancement. topaz-upscale-image exposes selectable presets for low-resolution photos, CGI/3D renders, high-fidelity preservation, text/graphics, and generative recovery. topaz-upscale-video offers the Proteus, Artemis, Nyx, Gaia, and Starlight model families for video sources.

Models

idNameInput type
topaz-upscale-imageTopaz Image Upscalei2i
topaz-upscale-videoTopaz Video Upscalev2v

CLI

bash
# upscale a low-resolution photo
gen-ai generate -m topaz-upscale-image -i ./old-scan.jpg --model "Low Resolution V2"

# upscale a video with the Proteus model
gen-ai generate -m topaz-upscale-video --video ./clip.mp4 --model Proteus

MCP

json
{ "name": "picsart_generate",
  "arguments": {
    "model": "topaz-upscale-image",
    "imageUrls": ["https://example.com/portrait.jpg"]
  } }

The task-shaped picsart_enhance tool also routes to Topaz upscaling:

json
{ "name": "picsart_enhance",
  "arguments": {
    "imageUrls": ["https://example.com/portrait.jpg"]
  } }

Parameters

Full parameter surface for every model, sourced from gen-ai models info <id> --json. CLI flags show the primary short form; the canonical --kebab-case long form always works too.

topaz-upscale-image — Topaz Image Upscale

Try topaz-upscale-image in Playground ↗

Input type: i2i

ParamCLI flagTypeValues
imageUrls-ifilerequired image (up to 1)
model--modelenumStandard V2 · Standard MAX · Low Resolution V2 · High Fidelity V2 · CGI · Text Refine · Redefine · Recovery · Recovery V2 · Wonder · Wonder 3 (default Standard V2)

topaz-upscale-video — Topaz Video Upscale

Try topaz-upscale-video in Playground ↗

Input type: v2v

ParamCLI flagTypeValues
videoUrl--videofilerequired video
model--modelenumProteus · Artemis HQ · Artemis MQ · Artemis LQ · Nyx · Nyx Fast · Nyx XL · Nyx HF · Gaia HQ · Gaia CG · Gaia 2 · Starlight Precise 1 · Starlight Precise 2 · Starlight Precise 2.5 · Starlight HQ · Starlight Mini · Starlight Sharp · Starlight Fast 1 · Starlight Fast 2 (default Proteus)

Pricing

bash
gen-ai pricing topaz-upscale-image
gen-ai pricing topaz-upscale-video

Run gen-ai pricing for the selected model and input before generating; image and video upscaling use separate pricing entries.

Built on @picsart/ai-sdk · gen-ai CLI · Picsart MCP · Media Studio · Skills