Recraft Creative Upscale

AI Image Editing Model

Image $$$$ · 25¢

Recraft's creative image upscaler that enhances textures and fine details, adding depth and polish to complex elements

Example outputs coming soon

Supported Modes
Upscale
Active

Details

Model ID
recraft-creative-upscale
Creator
Released
October 2024
Max Input Images
1
Tags
image-upscaling image-enhancement creative-control
// Get Started

Ready to integrate?

Access recraft-creative-upscale via our unified API.

Create Account
Available at 2 providers

Starting from

$0.250 /image via fal.ai, Replicate

Prices shown are in USD

See all providers

Providers & Pricing (2)

Recraft Creative Upscale is available from 2 providers, with per-image pricing starting at $0.25 through fal.ai.

fal.ai
fal/recraft-creative-upscale
$0.250 /image
Replicate
replicate/recraft-creative-upscale
$0.250 /image

Recraft Creative Upscale API OpenAI-compatible

Base URL
https://api.lumenfall.ai/openai/v1
Model
recraft-creative-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=recraft-creative-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.

Recraft Creative Upscale FAQ

How much does Recraft Creative Upscale cost?

Recraft Creative Upscale starts at $0.25 per image through Lumenfall. Pricing varies by provider. Lumenfall does not add any markup to provider pricing.

How do I use Recraft Creative Upscale via API?

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

Which providers offer Recraft Creative Upscale?

Recraft Creative Upscale is available through Replicate and fal.ai on Lumenfall. Lumenfall automatically routes requests to the best available provider.

Try Recraft Creative Upscale in Playground

Generate images with custom prompts — no API key needed.

Open Playground