I
Ideogram V3 Remix
Ideogram V3 Remix, an image model from Ideogram.
imageModelOverride: { model: "ideogram-v3-remix" }
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 |
|---|---|---|---|
image_url | Image URL | — | — |
image_weight | Number | 50 | 1–100 |
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-remix", config: { image_weight: 50, rendering_speed: "DEFAULT", }, }, });