Reference
Remy Reference/models/Ideogram Upscale
I

Ideogram Upscale

Ideogram Upscale, an image model from Ideogram.
imageModelOverride: { model: "ideogram-upscale" }
Ideogram·Released June 2024
Pricing
Per generation
$0.060
Specifications
Context window
10,000 tokens
Released
June 2024
Capabilities
Multimodal
Parameters
Model options, passed in imageModelOverride.config.
ParameterTypeDefaultRange / options
image_urlImage URL
resemblanceNumber501–100
detailNumber501–100
magic_prompt_optionSelectAUTOAUTOONOFF
seed
A specific value that is used to guide the 'randomness' of the generation.
Seed0–2147483647
Use this model
await mindstudio.generateImage({
  prompt: "...",
  imageModelOverride: {
    model: "ideogram-upscale",
    config: {
      resemblance: 50,
      detail: 50,
    },
  },
});