Generates images synchronously based on a given prompt and optional parameters using the Ideogram 3.0 model. Images links are available for a limited period of time; if you would like to keep the image, you must download it. More details: https://developer.ideogram.ai/api-reference/api-reference/generate-v3
Request
Header Params
Content-Type
string
optional
Example:
multipart/form-data
Body Params multipart/form-data
prompt
string
required
The prompt to use to generate the image.
seed
integer
optional
Random seed. Set for reproducible generation.
resolution
string
optional
The resolutions supported for Ideogram 3.0.
aspect_ratio
string
optional
The aspect ratio to use for image generation, which determines the image’s resolution. Cannot be used in conjunction with resolution. Defaults to 1x1.
rendering_speed
string
optional
The rendering speed to use.
magic_prompt
string
optional
Determine if MagicPrompt should be used in generating the request or not.
num_images
integer
optional
Number of images to generate.
color_palette
string
optional
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). Not supported by V_1, V_1_TURBO, V_2A and V_2A_TURBO models.
style_codes
string
optional
A list of 8 character hexadecimal codes representing the style of the image. Cannot be used in conjunction with style_reference_images or style_type.
style_type
string
optional
The style type to generate with.
style_reference_images
string
optional
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.