I
Ideogram V2
Ideogram V2, an image model from Ideogram.
imageModelOverride: { model: "ideogram-v2" }
Ideogram·Released August 2024Pricing
- 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.| Parameter | Type | Default | Range / options |
|---|---|---|---|
model | Select | V_2 | V_2V_2_TURBO |
magic_prompt_option | Select | AUTO | AUTOONOFF |
style_type | Select | — | GENERALREALISTICDESIGNRENDER_3DANIME |
aspect_ratio | Select | ASPECT_1_1 | ASPECT_1_1ASPECT_1_3ASPECT_9_16ASPECT_10_16ASPECT_2_3ASPECT_3_4+5 |
negative_promptDescription of what to exclude from an image. | Text | — | — |
seedA specific value that is used to guide the 'randomness' of the generation. | Seed | — | 0–2147483647 |
Use this model
await mindstudio.generateImage({ prompt: "...", imageModelOverride: { model: "ideogram-v2", config: { model: "V_2", magic_prompt_option: "AUTO", }, }, });