Reference
I

Ideogram V3

Ideogram V3, an image model from Ideogram.
imageModelOverride: { model: "ideogram-v3" }
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
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",
    config: {
      rendering_speed: "DEFAULT",
      magic_prompt: "AUTO",
    },
  },
});