Remix with Ideogram 3.0
Remix provided images synchronously based on a given prompt and optional parameters with the Ideogram 3.0 model.
Input images are cropped to the chosen aspect ratio before being remixed.
Supported image formats include JPEG, PNG, and WebP.
Images links are available for a limited period of time; if you would like to keep the image, you must download it.
Headers
Request
The image to remix binary (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
The prompt to use to generate the image.
Random seed. Set for reproducible generation.
The resolutions supported for Ideogram 3.0.
The aspect ratio to use for image generation, which determines the image’s resolution. Cannot be used in conjunction with resolution. Defaults to 1x1.
The rendering speed to use.
Determine if MagicPrompt should be used in generating the request or not.
Description of what to exclude from an image. Descriptions in the prompt take precedence to descriptions in the negative prompt.
Number of images to generate.
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.
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.
The style type to generate with.
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.
Response
Image(s) generated successfully.
The time the request was created.
A list of ImageObjects that contain the generated image(s).