SeedVR Image Upscale

AI Image Editing Model

Image $ · 0.1¢

ByteDance's SeedVR image restoration and upscaling model with target resolution presets and configurable noise scale

Example outputs coming soon

Supported Modes
Upscale
Active

Details

Model ID
seedvr-image-upscale
Also known as: seedvr-upscale, seedvr2
Creator
Released
June 2025
Max Input Images
1
Tags
image-upscaling super-resolution image-enhancement
// Get Started

Ready to integrate?

Access seedvr-image-upscale via our unified API.

Create Account
Available at 1 provider

Starting from

$0.0010 /image via fal.ai

Prices shown are in USD · Some prices estimated from per-megapixel or per-token pricing

Full pricing details

Providers & Pricing (1)

SeedVR Image Upscale is available exclusively through fal.ai, starting at $0.001/image.

fal.ai
fal/seedvr-image-upscale
$0.0010 /megapixel

seedvr-upscale API OpenAI-compatible

Base URL
https://api.lumenfall.ai/openai/v1
Model
seedvr-image-upscale

Code Examples

Upscale

/v1/images/edits
curl -X POST \
  https://api.lumenfall.ai/openai/v1/images/edits \
  -H "Authorization: Bearer $LUMENFALL_API_KEY" \
  -F "model=seedvr-image-upscale" \
  -F "[email protected]" \
  -F "prompt=Add a starry night sky to this image" \
  -F "size=1024x1024"
# Response:
# { "created": 1234567890, "data": [{ "url": "https://...", "revised_prompt": "..." }] }

Parameter Normalization

How we handle parameters across different providers

Not every provider speaks the same language. When you send a parameter, we handle it in one of four ways depending on what the model supports:

Behavior What happens Example
passthrough Sent as-is to the provider style, quality
renamed Same value, mapped to the field name the provider expects prompt
converted Transformed to the provider's native format size
emulated Works even if the provider has no concept of it n, response_format

Parameters we don't recognize pass straight through to the upstream API, so provider-specific options still work.

SeedVR Image Upscale FAQ

How much does SeedVR Image Upscale cost?

SeedVR Image Upscale starts at $0.001 per image through Lumenfall. Pricing varies by provider. Lumenfall does not add any markup to provider pricing.

How do I use SeedVR Image Upscale via API?

You can use SeedVR Image Upscale through Lumenfall's OpenAI-compatible API. Send requests to the unified endpoint with model ID "seedvr-image-upscale". Code examples are available in Python, JavaScript, and cURL.

Which providers offer SeedVR Image Upscale?

SeedVR Image Upscale is available through fal.ai on Lumenfall. Lumenfall automatically routes requests to the best available provider.

Try SeedVR Image Upscale in Playground

Generate images with custom prompts — no API key needed.

Open Playground