OpenAI Developers (@OpenAIDevs) on X
gpt-5 openai
| Source: Mastodon | Original article
OpenAI’s developer channel on X announced that, effective 14 April, the Codex models that power ChatGPT‑based code assistance will be retired and replaced by a new suite of GPT‑5‑series models. The post listed the supported offerings – gpt‑5.4, gpt‑5.4‑mini, gpt‑5.3‑codex, gpt‑5.3‑codex‑spark (available to Pro subscribers only) and gpt‑5.2 – and warned that any API calls made with a personal key after the deprecation date will fall back to the older models only if developers explicitly opt‑in.
The shift matters because Codex has been the backbone of OpenAI’s code‑completion features, from the “Explain Code” button in ChatGPT to third‑party IDE plugins. By moving to the GPT‑5 family, OpenAI promises higher accuracy, broader language coverage and tighter integration with its latest reasoning capabilities. For developers, the change could translate into faster suggestions, fewer hallucinations, and a more consistent pricing model that aligns code generation with the same tiered rates used for text generation.
OpenAI’s move also signals a broader strategy to consolidate its model portfolio under the GPT‑5 banner, reducing the maintenance burden of legacy stacks and positioning the company against rivals such as Anthropic’s Claude and Google’s Gemini, which have already unified their code‑related services. The Pro‑only “spark” variant suggests a premium tier aimed at enterprises that need higher throughput or lower latency.
What to watch next: OpenAI will publish migration guides and updated pricing on its developer portal in the coming days, and the community will test the new models in popular extensions like GitHub Copilot and VS Code. Early performance benchmarks, especially on large codebases, will reveal whether the promised gains materialise. Finally, any shift in usage fees could influence the economics of SaaS tools that embed OpenAI’s code‑generation APIs, prompting competitors to adjust their own offerings.
Sources
Back to AIPULSEN