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

Try it in the Playground

Run this model interactively with your own prompts.

Quick Start

Input Schema

string
required
AspectRatioEnum
default:"1:1"
The aspect ratio of the generated image Default value: "1:1"Possible values: 10:16, 16:10, 9:16, 16:9, 4:3, 3:4, 1:1, 1:3, 3:1, 3:2, 2:3
boolean
default:"true"
Whether to expand the prompt with MagicPrompt functionality. Default value: true
integer
Seed for the random number generator
StyleEnum
default:"auto"
The style of the generated image Default value: "auto"Possible values: auto, general, realistic, design, render_3D, anime
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.
string
default:""
A negative prompt to avoid in the generated image Default value: ""

Output Schema

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

Input Example

Output Example

Limitations

  • style restricted to: auto, general, realistic, design, render_3D, anime
  • strength range: 0.01 to 1