Robots Atlas>ROBOTS ATLAS
GPT-5.2

GPT-5.2

5.2 · Family: GPT
OpenAI's 3-model family (Instant, Thinking, Pro) plus a Codex variant, released Dec 11, 2025 as a response to Google Gemini 3 Pro. Better at spreadsheets, financial modeling, presentations, and multi-step projects.
✓ Active✓ Public accessFeaturedLLMMultimodalReasoning modelTool-using model📁 GPT
Context window
Nieujawnione publicznie w komunikacie OpenAI dla GPT-5.2 (rodzina GPT-5 standardowo operuje w zakresie 400K tokenów wejścia)
tokens
Parameters
Nieujawnione publicznie
parameters
Release date
11 December 2025
Access:APIHostedDeployment:☁ Cloud

Overview

GPT-5.2 is a family of three large language models from OpenAI's GPT-5 series, released on December 11, 2025 in response to the dominance of Google Gemini 3 Pro. Media reported an internal 'Code Red' memo at OpenAI that accelerated the launch from the originally planned late-December window. Fidji Simo (OpenAI's CEO of Applications) told Wired the launch was not purely reactive, while acknowledging that the additional resources allocated to ChatGPT after 'Code Red' helped finalise the deployment.

Family variants

GPT-5.2 Instant — a variant optimised for speed and efficiency, successor to GPT-5.1 Instant.

GPT-5.2 Thinking — a reasoning model available in two time modes (standard and extended), enabling a trade-off between answer quality and speed.

GPT-5.2 Pro — the top reasoning tier with two time selectors (standard and extended). Uses more compute and inference than Thinking. Aimed at power users, developers, and enterprise agents.

GPT-5.2-Codex — a specialised coding variant released on December 18, 2025. A key element of OpenAI's strategy in the competition for the developer AI market; per VentureBeat, it weaves built-in security patterns into large-scale agentic refactors.

Key improvements over GPT-5.1

GPT-5.2 focuses on professional tasks rather than casual chat. Main areas of improvement:

Spreadsheets — creating functional spreadsheets with formulas, pivot tables, and multi-sheet structures.

Financial modeling — DCF, valuations, cap table, scenario analysis; precise numerical reasoning.

Presentations — complete slides with layout, content, and graphic suggestions tailored to the presentation's purpose.

Multi-step projects — autonomously running tasks spread over multiple steps, key for agents.

Aaron Levie, CEO of Box, reports that GPT-5.2 scores '7 points better than GPT-5.1' on the company's internal tests of real-world knowledge work.

Availability, successors, and controversies

Available in ChatGPT and Microsoft Copilot. The Codex variant was released a week later (December 18, 2025). In February 2026 it was succeeded by GPT-5.3-Codex (February 5, 2026, 25% faster per ZDNET, going beyond coding), and in March 2026 by the full GPT-5.4 generation (March 5, 2026, in Pro and Thinking variants). Controversy: in January 2026 The Guardian reported that GPT-5.2 uses Elon Musk's Grokipedia as a source; Nina Jankowicz criticised Grokipedia's quality as a reference source.

Classification
LLMMultimodalReasoning modelTool-using model
Family: GPT
Access & deployment
APIHosted
Cloud
Weights: Closed
Key parameters
📏 Context: Nieujawnione publicznie w komunikacie OpenAI dla GPT-5.2 (rodzina GPT-5 standardowo operuje w zakresie 400K tokenów wejścia)
🧩 Parameters: Nieujawnione publicznie
Tools
📥 Input: text, image, documents

Technical specification

Context window
Nieujawnione publicznie w komunikacie OpenAI dla GPT-5.2 (rodzina GPT-5 standardowo operuje w zakresie 400K tokenów wejścia)
tokens
Parameters
Nieujawnione publicznie
parameters
License
Proprietary (OpenAI Terms of Use; ChatGPT / API commercial terms)
Hardware requirements
Not applicable — the model is available only as hosted on the OpenAI API and in the ChatGPT products (Instant / Thinking / Pro / Codex). No on-device or local version.
Features:Tool use
Modalities
⬇ Input
textimagedocuments
⬆ Output
textcodestructured_data

Capabilities and applications

Native model capabilities
Advanced reasoning
The ability to perform multi-step, structured reasoning: analysing problems, planning steps, and drawing conclusions from hypotheses. Reasoning-first models (e.g. GPT-5.1 Thinking) dedicate a portion of inference to chains of thought before responding.
Category: reasoning
Adaptive reasoning effort
The model decides how much 'thinking' to allocate to a given query: simple questions are answered quickly, complex problems receive more inference cycles. A GPT-5.1 feature (both Instant and Thinking) that shortens time on easy tasks and extends it for hard ones.
Category: reasoning
Extended thinking mode
A reasoning-model variant with a larger inference budget: more thinking cycles, higher answer precision at the cost of response time. Choice between 'standard' and 'extended' thinking is left to the user (e.g. the selector in GPT-5.2 Pro).
Category: reasoning
Coding
Generating, analysing and modifying code in many programming languages. Covers writing functions, debugging, refactoring, code review, and creating tests. Measured by benchmarks such as HumanEval and SWE-bench.
Category: coding
Agentic coding
Multi-hour, multi-step programming tasks performed autonomously by the model: cloning a repository, running tests, iterating on fixes, integrating with CLI tools. Characteristic of Codex variants (GPT-5.1-Codex-Mini, Codex-Max).
Category: coding
Tool use
The model's ability to call external functions, APIs and tools during a conversation: calculator, search engine, code editor, database. The model decides when and how to use a tool and interprets its result.
Category: planning
Long context
Support for large context windows — tens to hundreds of thousands (or millions) of input tokens. Enables analysis of entire codebases, long documents, and many parallel conversations without losing earlier information. GPT-5.1 supports 400,000 tokens.
Category: language
Instruction following
Precisely following instructions contained in the prompt: response format, length, style, constraints (e.g. 'reply in six words'). GPT-5.1 significantly improved this capability compared to GPT-5.
Category: language
Multilingual
Competence in many natural languages (from a few to over a hundred): understanding, generation, translation, and code-switching within a single conversation. Frontier models support a wide range of languages with comparable quality.
Category: language
Natural conversation
Conducting a conversation with a tone close to human: a warmer voice, empathy in emotional responses, humour, and avoiding the stiff 'AI assistant jargon'. Introduced as a deliberate improvement in GPT-5.1 Instant.
Category: language
Personality customization
The ability to tailor the model's response style and tone to the user's preferences via personality presets (e.g. Default, Friendly, Professional, Candid, Quirky, Efficient, Nerdy, Cynical) or fine-grained parameters (length, tone, emojis).
Category: language
Prompt caching
Cost-performance optimisation: repeated prompt fragments (e.g. system prompt, long documentation) are cached server-side and cheaper in subsequent calls. Significantly reduces cost for applications with long contexts.
Category: other
Shell and apply_patch tool use
The model's ability to invoke a system shell and the apply_patch tool to modify code files in agentic workflows. Characteristic of GPT-5.1 Codex variants (Mini, Max) and Claude Code / OpenCode-style pipelines.
Category: coding
Agentic capability
The model's ability to autonomously plan and execute multi-step tasks by sequentially using tools, maintaining context, and adapting to intermediate results.
Category: planning
Multimodal understanding
Category: multimodal
Spreadsheet generation
Generating complete spreadsheets (Excel, Google Sheets, CSV) with formulas, conditional formatting, pivot tables, and multi-sheet data structures based on a natural-language description.
Category: structured_generation
Financial modeling
Building financial models: DCF, company valuations, scenario analysis, budget forecasts, P&L sheets, cap table models. Requires precise numerical reasoning and knowledge of accounting conventions.
Category: reasoning
Presentation creation
Generating presentations (PowerPoint, Google Slides, Keynote): slide structure, text content, graphic suggestions, and a talking-points outline. The model picks a layout and narrative appropriate to the presentation's purpose.
Category: structured_generation
Multi-step project execution
The ability to autonomously drive multi-hour, multi-step projects: decomposing the task, planning the sequence of actions, iteratively delivering results, and adjusting based on feedback. Key for enterprise and knowledge-work agents.
Category: planning

Benchmark results

1 benchmark
Box internal knowledge work benchmark
score delta · real-world knowledge-work tests, Box internal evaluation
+7 punktów vs GPT-5.1points
📅 11 Dec 2025📄 Aaron Levie (CEO Box) via VentureBeat, 2025-12-11
A result reported publicly by Box's CEO; the absolute value and methodology were not disclosed. Suggests measurable progress of GPT-5.2 over GPT-5.1 on knowledge-work tasks.

Pricing

Deployment and security

🔒 Security / Enterprise
✓ Verified enterprise information

GPT-5.2 inherits OpenAI's security stack: SOC 2, GDPR, business terms in ChatGPT Enterprise/Edu/Business. The GPT-5.2-Codex variant explicitly addresses enterprise coding safety — per VentureBeat it 'weaves security into large-scale software refactors', introducing built-in security patterns into agentic large-scale code changes.

Safety context: OpenAI publishes separate system cards for GPT-5.x iterations. Note the controversy reported by The Guardian (2026-01-24) about the use of Grokipedia as a source — a training-data / retrieval quality issue, not the enterprise security stack itself.
Updated: 13 Jul 2026↗ Security documentation