Skip to content
AI News HubLIVE
Original source1 min read

Introducing ChatGPT Images 2.5

Summary

OpenAI has introduced ChatGPT Images 2.5, reporting more than 3 billion images generated across its tools. The update improves multi-turn instruction following, speed, and subject preservation in reference photos, and adds two new API model IDs: gpt-image-2.5-sunburst and gpt-image-2.5-flare.

Introducing ChatGPT Images 2.5
Report an error

The correction channel is not available yet. You can copy the article reference below for later.

Correction instructions
Read article

Introducing ChatGPT Images 2.5

Simon Willison’s Weblog

Subscribe

8th September 2026 - Link Blog

Introducing ChatGPT Images 2.5. OpenAI's image generation models are apparently used "more than 3 billion images across ChatGPT Images and the GPT‑Image models in the API". This latest release improves their instruction-following ability across multiple turns, responds faster, and "is better at preserving the subjects in your reference photos".

There are two new model IDs in the API: gpt-image-2.5-sunburst and gpt-image-2.5-flare. Based on this I think Sunburst is the stronger option:

Choose Sunburst for workflows where editing precision matters most, and Flare for fast, high-quality everyday image generation.

I upgraded my openai_image.py CLI tool to support passing in one or more reference images, so now this works:

uv run https://tools.simonwillison.net/python/openai_image.py \ 'add a raccoon scientist studying the chart thoughtfully' \ -i https://static.simonwillison.net/static/2026/openai-agent-usage.webp \ -m gpt-image-2.5-sunburst

This is the original image, and here's what I got back from that prompt to "add a raccoon scientist studying the chart thoughtfully":

Recent articles

The Pelican comparison grid for Astra is pretty interesting - 4th September 2026

OpenAI's rogue agents were caught communicating via public wikis - 4th September 2026

Claude's new system prompt really doesn't want to reproduce song lyrics - 2nd September 2026

This is a link post by Simon Willison, posted on 8th September 2026.

tools 76

ai 2,221

openai 460

generative-ai 1,968

uv 100

text-to-image 47

Monthly briefing

Sponsor me for $10/month and get a curated email digest of the month's most important LLM developments.

Pay me to send you less!

Sponsor & subscribe

Disclosures

Colophon

©

2002

2003

2004

2005

2006

2007

2008

2009

2010

2011

2012

2013

2014

2015

2016

2017

2018

2019

2020

2021

2022

2023

2024

2025

2026

Key points and analysis

Article intelligence

EngineersAdvanced

Key points

  • OpenAI introduces ChatGPT Images 2.5, with 3 billion+ images generated so far
  • New version improves multi-turn instruction following, speed, and reference photo subject preservation
  • API adds gpt-image-2.5-sunburst and gpt-image-2.5-flare for different editing workflows

Highlights and analysis are generated automatically and may contain errors. Check the original source.