OpenAI sunsets GPT-4.5 and auto-migrates ChatGPT users to GPT-5.5
On June 27 OpenAI finished a 30-day sunset it had flagged in late-May release notes, pulling GPT-4.5 from ChatGPT and dropping it out of the model picker. Existing conversations move automatically to the matching GPT-5.5 model, so users don't have to lift a finger. It's a routine housekeeping event, but a pointed one: a model that felt frontier not long ago is now retired to clear room for a newer tier.
Why it matters: The consumer side of this is a non-event — chats migrate silently — but the lesson for builders is the opposite of frictionless. If you ship on these APIs, a model version is not a stable foundation; it's a depreciating asset with a sunset clock you don't control. Thirty-day windows and forced migrations mean version pinning, regression-testing against successors, and a standing migration playbook are now table stakes, not optional hygiene. The deeper trend is that model lifecycles are compressing faster than most product roadmaps, so prompts and eval suites tuned to one model's quirks become liabilities the moment it's deprecated. My take: teams that treat the model as a swappable dependency behind an abstraction layer will absorb these transitions calmly, while teams that hard-code behavior to a specific version will keep getting surprised.