I
Ideogram V2 Remix
Ideogram V2 Remix, an image model from Ideogram.
imageModelOverride: { model: "ideogram-v2-remix" }
IIdeogram·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.| Parameter | Type | Default | Range / options |
|---|---|---|---|
image_url | Image URL | — | — |
image_weight | Number | 50 | 1–100 |
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-remix", config: { image_weight: 50, model: "V_2", }, }, });