Reference
I

Ideogram V3 Remix

Ideogram V3 Remix, an image model from Ideogram.
imageModelOverride: { model: "ideogram-v3-remix" }
Ideogram·Released March 2025
Pricing
Per generation
$0.080
Specifications
Context window
10,000 tokens
Aspect ratios
15
Released
March 2025
Parameters
Model options, passed in imageModelOverride.config.
ParameterTypeDefaultRange / options
image_urlImage URL
image_weightNumber501–100
rendering_speedSelectDEFAULTDEFAULTFLASHTURBOQUALITY
magic_promptSelectAUTOAUTOONOFF
style_typeSelectNONENONE80S_ILLUSTRATION90S_NOSTALGIAABSTRACT_ORGANICANALOG_NOSTALGIAART_BRUT+57
aspect_ratioSelect1x11x33x11x22x19x1616x9+9
negative_prompt
Description of what to exclude from an image.
Text
seed
A specific value that is used to guide the 'randomness' of the generation.
Seed0–2147483647
Use this model
await mindstudio.generateImage({
  prompt: "...",
  imageModelOverride: {
    model: "ideogram-v3-remix",
    config: {
      image_weight: 50,
      rendering_speed: "DEFAULT",
    },
  },
});