Google Upscaler

AI Image Editing Model

Image #4 $ · 0.5¢

Google's straightforward image upscaler that supports 2x or 4x magnification with minimal configuration

Supported Modes
Upscale
Active

Details

Model ID
google-upscaler
Creator
Released
December 2023
Max Input Images
1
Tags
image-upscaling super-resolution
// Get Started

Ready to integrate?

Access google-upscaler via our unified API.

Create Account
Available at 1 provider

Starting from

$0.0050 /image via Replicate

Prices shown are in USD

Full pricing details

Providers & Pricing (1)

Google Upscaler is available exclusively through Replicate, starting at $0.005/image.

Replicate
replicate/google-upscaler
Provider Model ID: google/upscaler

Output

Image
$0.0050 per image
Pricing Notes (1)
  • Replicate bills this model by hardware seconds; per-image cost varies. Approximation based on typical run time.
View official pricing • As of

Google Upscaler API OpenAI-compatible

Base URL
https://api.lumenfall.ai/openai/v1
Model
google-upscaler

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=google-upscaler" \
  -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.

Google Upscaler Benchmarks

Google Upscaler is ranked #4 in Image Upscaling with an Elo of 986 on the Lumenfall Arena, where real users pick the better image in blind comparisons. These rankings are based on 1 blind-vote competition.

Lumenfall Arena
#4
Image Upscaling
986 Elo

Image Upscaling Landscape

1 model without pricing omitted

Elo vs Speed

Speed data is still warming up

We only have enough recent requests for Crystal Upscaler (41.4s average).

3 models waiting for enough speed data

Competition Results

Uncategorized

Google Upscaler edited result for Weave Warfare
Original image before Google Upscaler editing
Original Upscaled
×4
#4
Weave Warfare
4 models
Image Upscaling
Prompt

“”

Top Matchups

See how Google Upscaler performs head-to-head against other AI models, ranked by community votes in blind comparisons.

Help rank Google Upscaler Pick the better image in blind matchups. Results update rankings in real time.
Start Voting

Google Upscaler FAQ

How much does Google Upscaler cost?

Google Upscaler starts at $0.005 per image through Lumenfall. Pricing varies by provider. Lumenfall does not add any markup to provider pricing.

How do I use Google Upscaler via API?

You can use Google Upscaler through Lumenfall's OpenAI-compatible API. Send requests to the unified endpoint with model ID "google-upscaler". Code examples are available in Python, JavaScript, and cURL.

Which providers offer Google Upscaler?

Google Upscaler is available through Replicate on Lumenfall. Lumenfall automatically routes requests to the best available provider.

Try Google Upscaler in Playground

Generate images with custom prompts — no API key needed.

Open Playground