seedvr

Upscale and enhance images and videos using the SeedVR API via Pixazo.

Updated May 2, 2026
One-click install
npx skills add https://github.com/Pixazo-AI/skills --skill seedvr-pixazo-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seedvr
Source: https://github.com/Pixazo-AI/skills/tree/main/skills/seedvr
Command: npx skills add https://github.com/Pixazo-AI/skills --skill seedvr-pixazo-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Low-resolution images and videos often need quality enhancement before publishing or editing, and doing this manually requires specialized tools. This Skill lets an AI agent call the SeedVR Upscale API through the Pixazo gateway to sharpen and upscale media programmatically. ## Core Features & Use Cases - Image Upscaling: Enhance image resolution with configurable upscale factors using SeedVR2 3B or 7B models. - Video Upscaling: Improve video quality through the SeedVR video-to-video upscale endpoint. - Guided API Key Setup: Walks the agent through acquiring and storing a Pixazo API key so authentication happens only once. - Use Case: A content creator has a low-resolution product photo and asks the agent to upscale it 2x to PNG; the agent calls the SeedVR endpoint and returns the enhanced image URL. ## Quick Start Ask the agent to upscale an image with SeedVR, for example: "Upscale this image 2x using SeedVR and give me the enhanced PNG."

Frequently Asked Questions about seedvr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upscale an image with the SeedVR API?▼

Send a POST request to the Pixazo gateway endpoint /seedvr-upscale/v1/upscale-image/generate with your API key, an image_url, an upscale_factor such as 2, and an output_format like png. The response returns a JSON object containing the enhanced image URL.

Can SeedVR upscale videos as well as images?▼

Yes, SeedVR2 3B supports video-to-video upscaling through the /seedvr-upscale/v1/upscale-video/generate endpoint. Image upscaling is available on both the 3B and 7B model versions.

What do I need to authenticate SeedVR API requests?▼

You need a free Pixazo API key from api-console.pixazo.ai, sent as the Ocp-Apim-Subscription-Key header. The key can be stored in the PIXAZO_API_KEY environment variable or in ~/.pixazo/api-key.

Why did my SeedVR upscale request return a 401 or 402 error?▼

A 401 means the API key is missing or invalid, so generate a fresh key at the Pixazo console. A 402 means your account is out of credits and needs a top-up on the Pixazo dashboard.

Is SeedVR upscaling synchronous or does it require polling?▼

Image upscaling through SeedVR is synchronous, returning the result URL directly in the JSON response with no polling loop required. You can immediately display or download the enhanced output.