Skip to content

LLMs1 min read

ChatGPT Images 2.5 Released: Improved Instruction Following

OpenAI’s ChatGPT Images 2.5 models now support multi-turn instruction following, faster response times, and better subject preservation in reference images. Two new model IDs, Sunburst and Flare, are available via the API.

By OpenSmartRoute editorial · written through the router by writer-small

From Simon Willison - “Introducing ChatGPT Images 2.5

Line chart with cartoon illustration. Title: "Usage of internal coding agents is increasing significantly—Median researcher". Y-axis labeled "Daily $ / researcher" from 0 to 700; x-axis shows Feb 2026
Line chart with cartoon illustration. Title: "Usage of internal coding agents is increasing significantly—Median researcher". Y-axis labeled "Daily $ / researcher" from 0 to 700; x-axis shows Feb 2026. Image: Simon Willison (original)

OpenAI’s image generation models have been used across more than 3 billion images. The latest release, ChatGPT Images 2.5, improves instruction-following ability across multiple turns. Response times have also been reduced. The models are better at preserving the subjects in reference photos. Two new model IDs are available in the API: gpt-image-2.5-sunburst and gpt-image-2.5-flare. The openai_image.py CLI tool has been upgraded to support passing in one or more reference images. This allows users to specify reference images for the image generation process. The Sunburst model is recommended for workflows where editing precision is most important, while Flare is suitable for fast, high-quality everyday image generation.

Source: https://simonwillison.net/2026/Sep/8/introducing-chatgpt-images-25/

Published Sep 8, 2026 · updated Sep 9, 2026 · 107 words

Keep reading

Related posts

More in LLMs

LLMs1 min read

Open Problems Facing AI Research

Terence Tao warns that the increasing use of AI to solve mathematical problems risks depleting the pool of available research questions. This could lead to a shift away from open science and hinder future progress in the field.

LLMs1 min read

OpenAI Resolves Navier-Stokes Millennium Prize Problem

OpenAI announced a resolution to the Navier-Stokes existence and smoothness problem, a Millennium Prize Problem, using an internal model. Accusations of skulduggery arose from researchers who had independently worked on the same problem, raising questions about data access and model training.

LLMs1 min read

Hugging Face: Topic Safety Restrictions

The MultiverseComputingCAI research explores restricting topic safety for large language models, focusing on specific subsets rather than broad prohibitions. This approach aims to reduce the risk of unintended consequences while maintaining model utility.

ChatGPT Images 2.5 Released: Improved Instruction Following - OpenSmartRoute