Remix an image synchronously using the Ideogram 4.0 model with an initial image and a prompt.
Mirrors /v1/ideogram-v3/remix semantics (including image_weight for how strongly the
output should resemble the input image) but routes the request through the V_4_0 model.
Images links are available for a limited period of time; if you would like to keep the image, you must download it.
API key for access control. Use in the header with the name “Api-Key”
The initial image binary (max 10MB); only JPEG, WebP and PNG formats are supported.
Optional. How strongly the output should resemble the input image. Higher values keep the input image’s structure; lower values allow the prompt to drive the output more. When omitted, the weight is chosen automatically from the edit instruction; supplying a value overrides that automatic choice.
Optional. Opt this request into post-generation copyright detection (Hive likeness + logo checks). See GenerateImageRequestV3 for details.
Image(s) generated successfully.
A list of ImageObjects that contain the generated image(s).