The Rundown AI homepage

Independent tool overview

GPT-5.2 at a glance

GPT-5.2 is an older OpenAI frontier reasoning model that remains available through the API for complex professional and agentic work. It has a 400,000-token context window, up to 128,000 output tokens, image input, tool calling, structured outputs, and reasoning effort from none through xhigh. It was retired from ChatGPT on June 12, 2026, and OpenAI now recommends GPT-5.6 for new API work, so GPT-5.2 is mainly relevant to teams maintaining or benchmarking an existing integration.

Visit the official GPT-5.2 site ↗
GPT-5.2 product preview
Current status
Active previous-generation API model; retired from ChatGPT
API model
gpt-5.2
Pinned snapshot
gpt-5.2-2025-12-11
Context window
400,000 tokens
Maximum output
128,000 tokens
Knowledge cutoff
August 31, 2025
Modalities
Text and image input; text output
Reasoning effort
none, low, medium, high, or xhigh
Reviewed
August 31, 2026

Overview

What GPT-5.2 is

GPT-5.2 launched in December 2025 as OpenAI's flagship family for professional knowledge work, long-context reasoning, coding, vision, spreadsheets, presentations, and multi-step agents. The family included Instant, Thinking, Pro, Chat, and coding-oriented variants, but those names do not all have the same current availability or API behavior.

The important current distinction is platform status. GPT-5.2 Instant, Thinking, and Pro were removed from ChatGPT on June 12, 2026, and existing conversations moved to corresponding GPT-5.5 models. The standard gpt-5.2 and gpt-5.2-pro API models remain listed and usable as previous-generation models; gpt-5.2-chat-latest is deprecated.

The standard API model supports a 400,000-token context window, 128,000 maximum output tokens, an August 31, 2025 knowledge cutoff, text and image input, streaming, function calling, and structured outputs. It supports reasoning.effort values none, low, medium, high, and xhigh, with none as the default.

OpenAI currently recommends GPT-5.6 for new general API work. GPT-5.2 can still make sense when a team has a tested prompt suite, needs the lower $1.75/$14 token price, relies on the 2025-12-11 snapshot, or wants a stable baseline during migration. New production systems should compare quality, latency, safety, and total task cost against current models rather than choosing it because it was once the flagship.

Like every language model, GPT-5.2 can hallucinate facts, produce incorrect code or calculations, misuse tools, miss material details in a long context, and follow malicious instructions embedded in retrieved content. Use external sources, deterministic validation, least-privilege tools, human approval, and monitoring for any consequential workflow.

Use cases

Who GPT-5.2 is best for

The strongest fit depends on the job you need the product to complete, not the size of its feature list.

Maintaining a validated integration

Teams with production prompts, evaluations, and safeguards already tuned to GPT-5.2 that need time to migrate without changing behavior abruptly.

Pinned regression baselines

Developers comparing newer models against the dated 2025-12-11 snapshot for repeatable quality, latency, and cost measurements.

Long-context analysis

Document, codebase, and multi-file tasks that fit within a 400,000-token window and benefit from configurable reasoning.

Tool-using agents

Existing Responses API systems that require function calling, structured outputs, allowed-tool controls, and long-running context management.

Code and artifact workflows

Generating or reviewing code, spreadsheets, presentations, and structured professional work with deterministic downstream checks.

Cost-aware frontier-model fallback

Workloads where evaluations show GPT-5.2 still meets the target and its $1.75 input and $14 output rates beat the total cost of migrating.

Capabilities

Core GPT-5.2 features

1

Configurable reasoning

Supports none, low, medium, high, and xhigh reasoning effort; none is the default and prioritizes lower latency.

2

Large context and output

Accepts up to 400,000 tokens of context and can return up to 128,000 tokens, including internal reasoning-token use within the model's budget.

3

Text and vision

Takes text and image input and returns text, supporting document, chart, screenshot, diagram, and interface analysis.

4

Function calling

Can choose and populate developer-defined tools as part of a multi-step workflow.

5

Structured outputs

Supports schema-constrained responses for applications that need reliably shaped JSON rather than free-form text.

6

Custom tool grammars

Can constrain custom-tool output with context-free grammars for SQL, domain-specific languages, and other exact syntaxes.

7

Verbosity control

Lets developers steer toward shorter or more detailed final responses separately from reasoning effort.

8

Responses API compaction

Supports encrypted, opaque conversation compaction for long-running tool workflows that would otherwise exceed the standard context window.

9

Streaming

Streams response events so applications can present progress before a long output finishes.

10

Stable snapshot

The gpt-5.2-2025-12-11 snapshot can lock model behavior for regression testing and controlled production changes.

11

GPT-5.2 Pro option

A slower Responses-API-only variant uses more compute for difficult problems and supports medium, high, and xhigh reasoning.

Process

How the GPT-5.2 workflow works

  1. Step 1

    Confirm why 5.2 is still required

    Document the prompt, latency, cost, compatibility, contractual, or regression reason for keeping GPT-5.2 instead of the current recommended model.

  2. Step 2

    Pin the snapshot

    Use gpt-5.2-2025-12-11 when reproducibility matters. Treat the moving alias as a separate deployment target and test it before switching.

  3. Step 3

    Build a representative evaluation set

    Include normal, ambiguous, adversarial, long-context, tool-error, multilingual, safety, and high-impact cases with human-approved expected outcomes.

  4. Step 4

    Start with minimal reasoning

    Test none first for simple tasks, then raise to medium, high, or xhigh only where measured quality gains justify added latency and output cost.

  5. Step 5

    Constrain the output

    Use structured outputs or a grammar for machine-consumed results and validate every field, enum, identifier, date, amount, and citation server-side.

  6. Step 6

    Treat retrieved content as untrusted

    Separate instructions from documents, strip active content, defend against prompt injection, and never let a retrieved page grant itself tool authority.

  7. Step 7

    Limit tool permissions

    Give the model only the tools and records required for the current step. Use read-only operations by default and require confirmation for messages, purchases, deletes, account changes, or production writes.

  8. Step 8

    Verify consequential output

    Recalculate numbers, run tests, check citations and source dates, scan code, reconcile records, and route medical, legal, financial, security, or eligibility decisions to qualified reviewers.

  9. Step 9

    Monitor cost and failures

    Track input, cached input, reasoning, output, tool calls, retries, latency, refusals, schema failures, hallucinations, and human overrides by task type.

  10. Step 10

    Run a current-model bakeoff

    Compare GPT-5.2 with GPT-5.6 or another current candidate on the same evaluation set, including total task cost and operational failure rate—not token price alone.

  11. Step 11

    Migrate gradually

    Shadow traffic, review disagreements, canary a small cohort, retain a rollback path, and update prompts and reasoning settings before expanding the successor.

Cost

GPT-5.2 pricing and free plan

GPT-5.2 remains usage-priced in the OpenAI API. Standard gpt-5.2 costs $1.75 per million input tokens, $0.175 per million cached input tokens, and $14 per million output tokens. GPT-5.2 Pro costs $21 per million input tokens and $168 per million output tokens. Tool calls and some platform features can add charges. GPT-5.2 is no longer a selectable ChatGPT model, so a ChatGPT subscription is not a way to buy current GPT-5.2 access.

gpt-5.2

$1.75 input / $14 output per 1M tokens

Previous flagship reasoning model for complex professional and agentic work.

  • $0.175 per 1M cached input tokens
  • 400K context and 128K maximum output
  • Reasoning effort none through xhigh
  • Responses and Chat Completions APIs
  • Tool-specific fees can apply

gpt-5.2-pro

$21 input / $168 output per 1M tokens

Higher-compute previous-generation Pro model for difficult tasks where quality is worth substantially higher cost and latency.

  • Responses API only
  • 400K context and 128K maximum output
  • Reasoning effort medium, high, or xhigh
  • Structured outputs are not supported
  • Requests can take several minutes; background mode is recommended

ChatGPT GPT-5.2

No longer available

GPT-5.2 Instant, Thinking, and Pro were retired from ChatGPT on June 12, 2026.

  • Existing conversations moved to corresponding GPT-5.5 models
  • This retirement is separate from standard API availability
  • gpt-5.2-chat-latest is deprecated
  • Use a current ChatGPT model for new conversations

Pricing checked . Check current pricing at the source ↗

Assessment

GPT-5.2 strengths and limitations

Where it stands out

  • Still offers capable reasoning, coding, vision, document analysis, and tool use at a lower token price than some newer flagship models.
  • A 400,000-token window supports substantial documents, repositories, and multi-step agent state.
  • The 128,000-token output ceiling accommodates large structured artifacts and code changes.
  • Reasoning effort from none to xhigh provides a useful latency-quality control.
  • Function calling and structured outputs support reliable application integration when paired with validation.
  • A dated snapshot helps teams reproduce results and manage controlled migrations.
  • Responses API compaction extends long-running workflows beyond the normal context boundary.
  • Image understanding broadens use to charts, screenshots, diagrams, and visual reports.
  • Cached-input pricing can materially reduce repeated-context costs.
  • API business data is not used for model training by default, with additional approved retention controls available.

What to consider

  • GPT-5.2 is no longer OpenAI's recommended general model; the current model page recommends GPT-5.6 for new API work.
  • All GPT-5.2 variants were retired from ChatGPT on June 12, 2026, and the ChatGPT-aligned API alias is deprecated.
  • A large context window does not guarantee perfect recall or synthesis; relevant evidence can still be missed, misweighted, or combined incorrectly.
  • The August 31, 2025 knowledge cutoff is stale for current events, prices, laws, product changes, people, vulnerabilities, and other time-sensitive facts unless the application supplies current sources.
  • GPT-5.2 can hallucinate citations, facts, code behavior, calculations, tool results, and confident explanations.
  • Higher reasoning effort increases latency and can increase output-token cost without guaranteeing a better answer.
  • The none setting is default; developers expecting automatic deep reasoning can get weaker results if they do not evaluate and set effort deliberately.
  • Temperature, top_p, and logprobs are only supported with reasoning effort set to none; incompatible parameter combinations raise errors.
  • Fine-tuning and predicted outputs are not supported on the standard model.
  • GPT-5.2 Pro is dramatically more expensive, can take minutes, is Responses-API-only, and does not support structured outputs.
  • Audio and video are not native input or output modalities for these models.
  • Tool calling creates action risk: the model can select the wrong tool, populate a bad argument, repeat an action, or follow prompt injection from retrieved content.
  • Long outputs require careful schema, truncation, timeout, retry, idempotency, and partial-failure handling.
  • Token price excludes tool-call charges, retries, retrieval, storage, human review, and the engineering cost of operating a safe agent.
  • API inputs and outputs are not used for training by default, but default abuse-monitoring logs can retain customer content for up to 30 days; approved retention controls and endpoint behavior must be reviewed.
  • Benchmark results describe tested conditions, not guaranteed performance on a specific organization's data, tools, languages, or risk profile.
  • No model output should independently authorize medical, legal, financial, employment, credit, security, safety, or other high-impact decisions.

Compare

GPT-5.2 alternatives

The right alternative depends on the specific output, workflow, controls and budget your project requires.

Consumer

GPT 5.5

Choose GPT-5.5 when you want the successor that replaced GPT-5.2 conversations in ChatGPT and a newer frontier baseline.

Explore GPT 5.5

Consumer

GPT 5.4

Choose GPT-5.4 for a newer OpenAI reasoning generation with native computer-use positioning and a larger context design.

Explore GPT 5.4

Consumer

GPT-5.4 mini & nano

Choose GPT-5.4 mini or nano for higher-volume, lower-cost agents and focused subagent tasks where frontier-model depth is unnecessary.

Explore GPT-5.4 mini & nano

Project Management

Claude

Choose Claude when Anthropic's model behavior, tooling, enterprise controls, or long-document workflow performs better on your evaluations.

Explore Claude

Content Creator

Gemini

Choose Gemini when Google's model and Workspace ecosystem, multimodal features, or current pricing is a better operational fit.

Explore Gemini

Questions

GPT-5.2 FAQs

Is GPT-5.2 still available?

Yes in the API, but not in ChatGPT. The standard gpt-5.2 and gpt-5.2-pro API models remain listed as previous-generation models. GPT-5.2 Instant, Thinking, and Pro were retired from ChatGPT on June 12, 2026.

Is GPT-5.2 deprecated?

The standard gpt-5.2 API model is listed as a previous flagship rather than deprecated. The gpt-5.2-chat-latest alias is deprecated, and OpenAI recommends GPT-5.6 for new general API usage.

What is GPT-5.2's context window?

The standard API model has a 400,000-token context window and a 128,000-token maximum output. Its Chat-aligned deprecated alias had smaller limits.

How much does GPT-5.2 cost?

Standard API pricing is $1.75 per million input tokens, $0.175 per million cached input tokens, and $14 per million output tokens. Tools and other platform services can add charges.

How much does GPT-5.2 Pro cost?

GPT-5.2 Pro costs $21 per million input tokens and $168 per million output tokens. It is Responses-API-only, can take several minutes, and does not support structured outputs.

What reasoning levels does GPT-5.2 support?

The standard model supports none, low, medium, high, and xhigh. None is the default. Test the lowest setting that meets your quality target before paying the latency and token cost of higher effort.

Does GPT-5.2 support images?

Yes. It accepts images as input alongside text and returns text. Native audio and video input or output are not supported.

Does GPT-5.2 support structured outputs and tools?

The standard model supports function calling, structured outputs, streaming, and custom-tool grammars. GPT-5.2 Pro supports function calling but not structured outputs.

Should I start a new project on GPT-5.2?

Usually not without a measured reason. OpenAI recommends GPT-5.6 for new general API work. Use GPT-5.2 when its tested quality, cost, compatibility, or fixed snapshot is specifically valuable.

Does OpenAI train on GPT-5.2 API data?

OpenAI says API inputs and outputs are not used for model training by default unless the customer opts in. Default abuse-monitoring logs can retain content for up to 30 days, and approved Zero Data Retention or Modified Abuse Monitoring controls have endpoint-specific rules.

Can GPT-5.2 replace a professional reviewer?

No. It can assist with research, analysis, drafting, coding, and calculations, but high-impact work needs current sources, deterministic validation, qualified review, and an accountable human decision-maker.

Bottom line

Our GPT-5.2 verdict

GPT-5.2 is still a capable API model, but it is now a maintenance and benchmarking choice rather than the obvious starting point. Its 400K context, 128K output, strong tool support, stable snapshot, and $1.75/$14 pricing can justify keeping a proven integration alive. The ChatGPT retirement, deprecated chat alias, older knowledge cutoff, and explicit recommendation to use GPT-5.6 make migration planning essential. Keep it only where evaluations show a real advantage, pin behavior when needed, constrain every machine-consumed output, sandbox tools, and move consequential decisions through independent checks and human approval.

Visit GPT-5.2 website ↗

Last reviewed . Reviewed OpenAI's current GPT-5.2 and GPT-5.2 Pro API model pages, GPT-5.2 launch announcement, model guidance, ChatGPT release notes, system-card update, API data-controls documentation, and enterprise privacy commitments. Current API and ChatGPT status, model IDs, snapshot, context and output limits, knowledge cutoff, modalities, reasoning levels, endpoint and feature support, prices, compaction behavior, parameter compatibility, data-use defaults, retention caveats, and current replacement guidance were checked against official OpenAI sources. No API request, paid account, rate limit, tool call, compaction request, data-retention configuration, latency benchmark, safety evaluation, or model comparison was independently tested.

Sources reviewed: GPT-5.2 API model · GPT-5.2 Pro API model · GPT-5.2 model guidance · Introducing GPT-5.2 · ChatGPT release notes · GPT-5.2 system card update · OpenAI API data controls · OpenAI enterprise privacy

The Rundown University

AI training for the future of work.

Get access to all our AI courses, hundreds of real-world AI use cases, live expert-led workshops, an exclusive network of AI early adopters, and more.

AI Courses

Get unlimited access to all of our current & upcoming industry-specific AI courses for the duration of your subscription.

Daily Guides

To keep up with the rapid pace of AI, our team publishes AI implementation guides daily. Our library contains 300+ practical use cases to automate real-world work.

Workshops

Join weekly, live, interactive sessions with industry leaders who are at the forefront of AI for hands-on implementation guidance and exclusive insights.

Community

Network with an exclusive community of AI-first professionals who are working smarter with AI. Learn how early adopters are using AI in their work and businesses.