GPT Image 2.5 Flare Edit
GPT Image 2.5 Flare Edit costs $0.015804/image on FairStack · a image editing model for Mask-based inpainting and outpainting, Multi-reference composition edits, Text corrections inside an existing image. No subscription required. Pay per generation with full REST API access. FairStack applies a transparent 20% margin on infrastructure cost so you always see the real price.
What is GPT Image 2.5 Flare Edit?
GPT Image 2.5 Flare Edit is one of the two models OpenAI shipped with ChatGPT Images 2.5 on 2026-09-08. Flare is the more stylised of the pair — in our first side-by-side it produced stronger backlighting, a heavier colour grade and shallower foreground focus. It keeps the 2.x strengths — strong text rendering, neutral colour, high prompt adherence — and adds a wider quality ladder plus materially faster generation. The headline change is the quality ladder: 2.5 exposes five paid tiers (low, medium, high, xhigh, max) where earlier GPT Image models exposed three. The tiers were also re-spread, so a 2.5 tier name does NOT correspond to the same-named tier on GPT Image 2 — pick a tier by its price and output, not by its label. FairStack price at 1024×1024 (base model cost plus the flat 20% platform fee, shown before you spend): $0.0071 low, $0.0158 medium, $0.0632 high, $0.1124 xhigh, $0.2529 max. Requests run against OpenAI directly, with fal.ai wired as a same-model fallback so a provider outage reroutes without changing the model.
Key Features
What are GPT Image 2.5 Flare Edit's strengths?
What are GPT Image 2.5 Flare Edit's limitations?
What is GPT Image 2.5 Flare Edit best for?
How much does GPT Image 2.5 Flare Edit cost?
How does GPT Image 2.5 Flare Edit perform across capabilities?
Estimated from OpenAI's ChatGPT Images 2.5 release notes plus a single low-quality smoke generation on FairStack (PRD-1019, 2026-09-09). Not independently benchmarked; no A/B against GPT Image 2 has been run yet.
How do I use the GPT Image 2.5 Flare Edit API?
curl -X POST https://api.fairstack.ai/v1/generations/image \
-H "Authorization: Bearer $FAIRSTACK_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-image-2-5-flare-i2i",
"prompt": "Your prompt here"
}' import requests
response = requests.post(
"https://api.fairstack.ai/v1/generations/image",
headers={
"Authorization": f"Bearer {FAIRSTACK_API_KEY}",
"Content-Type": "application/json",
},
json={
"model": "gpt-image-2-5-flare-i2i",
"prompt": "Your prompt here",
},
)
result = response.json()
print(result["url"]) const response = await fetch(
"https://api.fairstack.ai/v1/generations/image",
{
method: "POST",
headers: {
Authorization: `Bearer ${process.env.FAIRSTACK_API_KEY}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
model: "gpt-image-2-5-flare-i2i",
prompt: "Your prompt here",
}),
}
);
const result = await response.json();
console.log(result.url); What parameters does GPT Image 2.5 Flare Edit support?
Frequently Asked Questions
How much does GPT Image 2.5 Flare Edit cost?
GPT Image 2.5 Flare Edit costs $0.015804/image on FairStack as of 2026-09-22. This price includes FairStack's transparent 20% margin on infrastructure cost. No subscription or monthly fee — you pay per generation only. Minimum deposit is $1.
What is GPT Image 2.5 Flare Edit and what is it best for?
GPT Image 2.5 Flare Edit is one of the two models OpenAI shipped with ChatGPT Images 2.5 on 2026-09-08. Flare is the more stylised of the pair — in our first side-by-side it produced stronger backlighting, a heavier colour grade and shallower foreground focus. It keeps the 2.x strengths — strong text rendering, neutral colour, high prompt adherence — and adds a wider quality ladder plus materially faster generation. The headline change is the quality ladder: 2.5 exposes five paid tiers (low, medium, high, xhigh, max) where earlier GPT Image models exposed three. The tiers were also re-spread, so a 2.5 tier name does NOT correspond to the same-named tier on GPT Image 2 — pick a tier by its price and output, not by its label. FairStack price at 1024×1024 (base model cost plus the flat 20% platform fee, shown before you spend): $0.0071 low, $0.0158 medium, $0.0632 high, $0.1124 xhigh, $0.2529 max. Requests run against OpenAI directly, with fal.ai wired as a same-model fallback so a provider outage reroutes without changing the model. GPT Image 2.5 Flare Edit is best for Mask-based inpainting and outpainting, Multi-reference composition edits, Text corrections inside an existing image. Available via FairStack's REST API with curl, Python, and Node.js SDKs.
Does GPT Image 2.5 Flare Edit have an API?
Yes. GPT Image 2.5 Flare Edit is available via FairStack's REST API at api.fairstack.ai. Send a POST request to /v1/generations/image with your API key and prompt. Works with curl, Python requests, Node.js fetch, and any HTTP client. No SDK installation required.
How does GPT Image 2.5 Flare Edit compare to other image models?
GPT Image 2.5 Flare Edit excels at Mask-based inpainting and outpainting, Multi-reference composition edits, Text corrections inside an existing image. It is a image editing model priced at $0.015804/image on FairStack. Key strengths: Wide quality/price ladder — five tiers to trade cost against fidelity, Fast for its quality class. Compare all image models at fairstack.ai/models.
See how GPT Image 2.5 Flare Edit compares
Side-by-side pricing comparisons with competitors
Start using GPT Image 2.5 Flare Edit today
$0.015804/image. Full API access. No subscription.
Start Creating