I
Ideogram V3
Ideogram V3, an image model from Ideogram.
imageModelOverride: { model: "ideogram-v3" }
IIdeogram·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.| Parameter | Type | Default | Range / options |
|---|---|---|---|
rendering_speed | Select | DEFAULT | DEFAULTFLASHTURBOQUALITY |
magic_prompt | Select | AUTO | AUTOONOFF |
style_type | Select | NONE | NONE80S_ILLUSTRATION90S_NOSTALGIAABSTRACT_ORGANICANALOG_NOSTALGIAART_BRUT+57 |
aspect_ratio | Select | 1x1 | 1x33x11x22x19x1616x9+9 |
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-v3", config: { rendering_speed: "DEFAULT", magic_prompt: "AUTO", }, }, });