← ChatGPT & Codex changelog
OpenAI API — February, 2026
This release introduces several powerful new models, including gpt-5.3-codex, GPT-Realtime-1.5, and gpt-audio-1.5. The Responses API sees significant enhancements with WebSocket mode, support for Skills, expanded input_file types, and the new 'phase' labeling for messages. Developers using GPT-5.2 and GPT-5.2-Codex will benefit from a 40% inference speed improvement, while image model users gain Batch API support and easier JSON requests for image edits. These updates offer greater flexibility, performance, and advanced capabilities across multiple APIs.
Added
- Released phase to the Responses API. It labels an assistant message as intermediate commentary (commentary) or the final answer (final_answer). Read more here.
- Released gpt-5.3-codex to the Responses API. Read more here.
- Launched WebSocket mode for the Responses API. Learn more here.
- Released GPT-Realtime-1.5 to the Realtime API.
- Released gpt-audio-1.5 to the Chat Completions API. Read more here.
- Launched server-side compaction in the Responses API.
- Launched support for Skills in the Responses API. We support Skills across both local execution and hosted container-based execution.
- Launched a new Hosted Shell tool, as well as support for networking in containers.
- Added support for application/json requests on /v1/images/edits for GPT image models. JSON requests use images (and optional mask) with image_url or file_id references instead of multipart uploads.
Changed
- Expanded input_file support in the Responses API to accept more document, presentation, spreadsheet, code, and text file types. Learn more here.
- Batch API is now supported for GPT Image models: gpt-image-1.5, chatgpt-image-latest, gpt-image-1, and gpt-image-1-mini.
- Updated the gpt-5.2-chat-latest slug to point to the latest model currently used in ChatGPT.
- We have optimized our inference stack for API customers and GPT-5.2 and GPT-5.2-Codex now run ~40% faster. Model and model weights are unchanged.