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

Try it in the Playground

Run this model interactively with your own prompts.

Quick Start

Input Schema

list<string>
A set of images to use as style references (maximum total size 10MB across all style references). The images should be in JPEG, PNG or WebP format
RenderingSpeedEnum
default:"BALANCED"
The rendering speed to use. Default value: "BALANCED"Possible values: TURBO, BALANCED, QUALITY
ColorPalette
A color palette for generation, must EITHER be specified via one of the presets (name) or explicitly via hexadecimal representations of the color with optional weights (members)
list<string>
A list of 8 character hexadecimal codes representing the style of the image. Cannot be used in conjunction with style_reference_images or style
StyleEnum
default:"AUTO"
The style type to generate with. Cannot be used with style_codes. Default value: "AUTO"Possible values: AUTO, REALISTIC, FICTION
boolean
default:"true"
Determine if MagicPrompt should be used in generating the request or not. Default value: true
integer
default:"1"
Number of images to generate. Default value: 1Range: 1 to 8
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.
string
required
The prompt to fill the masked part of the image.
ImageSize | Enum
default:"square_hd"
The resolution of the generated image Default value: square_hdPossible values: square_hd, square, portrait_4_3, portrait_16_9, landscape_4_3, landscape_16_9
string
default:""
Description of what to exclude from an image. Descriptions in the prompt take precedence to descriptions in the negative prompt. Default value: ""
list<string>
required
A set of images to use as character references. Currently only 1 image is supported, rest will be ignored. (maximum total size 10MB across all character references). The images should be in JPEG, PNG or WebP format
list<string>
A set of masks to apply to the character references. Currently only 1 mask is supported, rest will be ignored. (maximum total size 10MB across all character references). The masks should be in JPEG, PNG or WebP format

Output Schema

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

Input Example

Output Example

Limitations

  • rendering_speed restricted to: TURBO, BALANCED, QUALITY
  • style restricted to: AUTO, REALISTIC, FICTION
  • num_images range: 1 to 8
  • image_size restricted to: square_hd, square, portrait_4_3, portrait_16_9, landscape_4_3, landscape_16_9
  • strength range: 0.01 to 1