Reference
I

Ideogram V2

Ideogram V2, an image model from Ideogram.
imageModelOverride: { model: "ideogram-v2" }
Ideogram·Released August 2024
Pricing
Per generation
$0.080
Per generation
$0.050
Specifications
Context window
10,000 tokens
Aspect ratios
11
Released
August 2024
Parameters
Model options, passed in imageModelOverride.config.
ParameterTypeDefaultRange / options
modelSelectV_2V_2V_2_TURBO
magic_prompt_optionSelectAUTOAUTOONOFF
style_typeSelectGENERALREALISTICDESIGNRENDER_3DANIME
aspect_ratioSelectASPECT_1_1ASPECT_1_1ASPECT_1_3ASPECT_9_16ASPECT_10_16ASPECT_2_3ASPECT_3_4+5
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-v2",
    config: {
      model: "V_2",
      magic_prompt_option: "AUTO",
    },
  },
});