- Character
- Edit
- Remix
Endpoint:
POST https://fal.run/fal-ai/ideogram/character
Endpoint ID: fal-ai/ideogram/characterTry 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, QUALITYColorPalette
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, FICTIONboolean
default:"true"
Determine if MagicPrompt should be used in generating the request or not. Default value:
trueinteger
default:"1"
Number of images to generate. Default value:
1Range: 1 to 8integer
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_9string
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
Related
- Ideogram V3 Character Edit — Image Generation
- Ideogram V3 Character Remix — Image Generation
- Ideogram V3 Character — Image Generation
Limitations
rendering_speedrestricted to:TURBO,BALANCED,QUALITYstylerestricted to:AUTO,REALISTIC,FICTIONnum_imagesrange: 1 to 8image_sizerestricted to:square_hd,square,portrait_4_3,portrait_16_9,landscape_4_3,landscape_16_9strengthrange: 0.01 to 1