Upscale an image 2x or 4x with detail enhancement, for print, hero images and ad placements.
fal:
all inputs ✓
✓ marks a combination proven with a real provider call. Others are wired and unit-tested; their first live run verifies them.
| Provider | Status |
|---|---|
fal |
live |
Unit: per_image · unmatched results billed: no
2x $0.30, 4x $1.00, quoted for a source of about 1 megapixel; the provider bills per output megapixel. The quote is the price floor: if the provider's actual cost overruns it, the run bills at about 1.43x cost (a 30% margin), capped at 1.5x the quote.
The exact quote is returned by /v1/inspect before every call and held with headroom (1.5x the quote) on execution. The quote is the price floor: if the provider's actual cost overruns it, the run bills at about 1.43x cost (a 30% margin), never above the hold. The unused part of every hold is released.
curl https://api.routergrowth.com/v1/run \ -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \ -d '{ "capability": "creative.upscale", "input": { "image_url": "..." }, "routing": {"provider": "auto"} }'
{
"properties": {
"image_url": {
"description": "Public URL of the source image",
"type": "string"
},
"upscale_factor": {
"default": 2,
"enum": [
2,
4
],
"type": "integer"
}
},
"required": [
"image_url"
],
"type": "object"
}
model · image