ReferenceAsk
Remy Reference/models/GPT Image 2.5 Flare
O

GPT Image 2.5 Flare

GPT Image 2.5 Flare, an image model from OpenAI.
imageModelOverride: { model: "gpt-image-2.5-flare" }
OpenAI·Released September 2026
Pricing
List price
~$0.006+/image (dynamic)
Input
$8.00 / 1M
Input
$5.00 / 1M
Output
$30.00 / 1M
Output
$0 / 1M
Specifications
Context window
4,000 tokens
Aspect ratios
43
Released
September 2026
Capabilities
Fast
Parameters
Model options, passed in imageModelOverride.config.
ParameterTypeDefaultRange / options
sizeSelectautoauto1024x10241280x12801536x15361792x17922048x2048+37
qualitySelectautoautolowmediumhighxhighmax
backgroundSelectautoautoopaquetransparent
source_images
If you want to edit an existing image, provide the URL(s) or variables
Image URLs
Use this model
await mindstudio.generateImage({
  prompt: "...",
  imageModelOverride: {
    model: "gpt-image-2.5-flare",
  },
});