Skip to main content
Endpoint: POST https://fal.run/fal-ai/ideogram/upscale Endpoint ID: fal-ai/ideogram/upscale

Try it in the Playground

Run this model interactively with your own prompts.

Quick Start

Capabilities

  • Image input
  • Text prompt input
  • Reproducible generation (seed)
  • Synchronous mode

API Reference

Input Schema

string
required
The image URL to upscale
string
default:""
The prompt to upscale the image with Default value: ""
integer
default:"50"
The resemblance of the upscaled image to the original image Default value: 50Range: 1 to 100
integer
default:"50"
The detail of the upscaled image Default value: 50Range: 1 to 100
boolean
default:"false"
Whether to expand the prompt with MagicPrompt functionality.
integer
Seed for the random number generator
boolean
default:"false"
If True, the media will be returned as a data URI and the output data won’t be available in the request history.

Output Schema

list<File>
required
integer
required
Seed used for the random number generator

Input Example

Output Example

Limitations

  • resemblance range: 1 to 100
  • detail range: 1 to 100