I
Ideogram V1 Remix
Ideogram V1 Remix, an image model from Ideogram.
imageModelOverride: { model: "ideogram-v1-remix" }
IIdeogram·Released 2023
Pricing
- Per generation
- $0.060
- Per generation
- $0.020
Specifications
- Context window
- 10,000 tokens
- Aspect ratios
- 11
- Released
- 2023
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_1 | V_1V_1_TURBO |
magic_prompt_option | Select | AUTO | AUTOONOFF |
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-v1-remix", config: { image_weight: 50, model: "V_1", }, }, });