GPT-5.2 Chat was OpenAI’s ChatGPT-aligned GPT-5.2 route, released with the GPT-5.2 family on December 11, 2025. It is now best understood as a compatibility and lifecycle question: the API model page still documents gpt-5.2-chat-latest, but marks it deprecated, and OpenAI’s Help Center says GPT-5.2 was removed from ChatGPT on June 12, 2026.
The decision anchor is a route mismatch. The API page lists 128K context, 16,384 maximum output, and $1.75 input / $14 output per million tokens. Those numbers describe an API endpoint, not ChatGPT subscription access, Codex allowance, Azure lifecycle or a Tabbit model picker. Start with the GPT-5.2 Chat model resource, then record the exact product and provider you can still call.
Key takeaways
gpt-5.2-chat-latestwas the ChatGPT-aligned route; generalgpt-5.2andgpt-5.2-prowere separate API choices.The checked Chat route lists 128,000 context, 16,384 output, text/image input and no audio/video input.
API Standard pricing is $1.75 input, $0.175 cached input and $14 output per million tokens.
ChatGPT removed GPT-5.2 on June 12, 2026; the API page marks the route deprecated, and provider schedules can differ.
Community reactions split between complaints about tone and positive reports for Thinking, research and coding; neither replaces a fixed regression test.
GPT-5.2 Chat at a glance
The prompt collection and review collection preserve model-specific sources. They do not grant API credits, ChatGPT access, Codex quota or browser availability.
| Question | Checked answer | Boundary |
|---|---|---|
| Route | gpt-5.2-chat-latest, aligned to the ChatGPT snapshot | Do not substitute general gpt-5.2 silently. |
| Release | GPT-5.2 family: December 11, 2025 | Release date is not current access. |
| Context/output | 128,000 / 16,384 tokens | API ceiling; clients may compact earlier. |
| Input | Text and image; no audio/video listed | Modality belongs to the endpoint. |
| API price | $1.75 input / $0.175 cached / $14 output per million | Subscription, tools and providers are separate. |
| Lifecycle | ChatGPT unavailable since June 12; API card deprecated | Azure, Codex and gateways have their own dates. |
Chat, API, Codex and the newer GPT family
OpenAI’s model guidance separates gpt-5.2 for complex general tasks, gpt-5.2-chat-latest for ChatGPT-aligned behavior and gpt-5.2-pro for problems needing more compute. A familiar ChatGPT label is therefore not an API model ID.
The later GPT-5.4 overview owns native computer use and professional work. GPT-5.5 owns the later migration notice, while GPT-5.6 Sol and GPT-5.6 Terra own newer current routes. Those pages are migration context, not evidence that GPT-5.2 Chat still appears in your account.
| Surface | What it means | What to verify |
|---|---|---|
| ChatGPT | Consumer/workspace product surface | Current model picker, plan, region and retirement notice. |
| API | gpt-5.2-chat-latest or a dated snapshot | Endpoint, deprecation, rate limits and price. |
| Codex | Coding product with its own model/allowance policy | App version, repository access, quota and supported fallback. |
| Azure/provider | Provider-specific deployment | Alias, region, retirement schedule and data terms. |
| Tabbit Browser | Separate browser client | Live picker, account, context, tools and billing. |
Evidence without pretending it is one score
The release page describes GPT-5.2 improvements in general intelligence, instruction following, token efficiency, vision, coding, tool calling, context management and spreadsheet work. Those are release claims. Tom’s Guide compared GPT-5.2 and Gemini 3.0 on seven real-world prompts; TechRadar reported early users’ style and safety complaints. These sources help identify tasks and trade-offs, not a universal winner.
Community feedback is deliberately mixed. A launch thread records access uncertainty. A highly engaged r/OpenAI post says GPT-5.2 felt “less like a tool” and more scripted; another user says GPT-5.2 Thinking felt like a legitimate upgrade. The difference can reflect mode, account, prompt and expectation. Treat Chat style as a product-surface observation, not API quality.
Pricing and lifecycle in separate ledgers
| Ledger | Current evidence | Do not merge it with |
|---|---|---|
| API | $1.75 input / $0.175 cached / $14 output per million | ChatGPT subscription price. |
| ChatGPT | GPT-5.2 removed June 12, 2026 | API deprecation or Azure retirement. |
| Codex | Product-specific model and allowance | API token invoice. |
| Azure/provider | Microsoft lists provider-specific retirement | OpenAI’s global route or Tabbit. |
| Tabbit | No authenticated test in this draft | Any OpenAI access claim. |
For a migration, freeze the old model ID, choose 10–20 representative tasks, record accepted output, tokens, retries and reviewer edits, then repeat with GPT-5.4, GPT-5.5 or GPT-5.6 Sol/Terra. The agentic reasoning guide can structure that sample. Do not use the API rate as a proxy for a ChatGPT or Codex subscription.
A practical browser boundary: Tabbit Browser
When a workflow starts with live pages, grouped tabs or local documents, Tabbit Browser is a separate browser layer. It does not provide OpenAI API credits, restore a retired ChatGPT picker or guarantee GPT-5.2 Chat availability. This draft did not run an authenticated task or collect qualified screenshots. If the model appears in your live selector, begin with a public reversible page, record the visible model label and compare one known-answer task. For workflow context, see the AI browser guide and browser automation guide.

Scenario self-check and verdict
| Scenario | First check | Acceptance condition |
|---|---|---|
| Chat writing or research | Same prompt in the replacement route | Tone, citations and corrections meet a written rubric. |
| API integration | Fixed request fixture and exact endpoint | Response schema, cost and deprecation status are recorded. |
| Codex repository work | Disposable branch and tests | Diff is in scope and fallback model is documented. |
| Browser workflow | Public page, no write permission | Model label, tool events and stop behavior are visible. |
GPT-5.2 Chat is valuable as a historical compatibility baseline and as a reminder that model names do not define product access. It is not a safe default for a new dependency while the API route is deprecated and ChatGPT access has ended. Migrate only after a fixed task sample shows that GPT-5.4, GPT-5.5 or GPT-5.6 Sol/Terra meets your acceptance rules.
Sources and questions
Primary sources are OpenAI’s GPT-5.2 release, model guidance, Chat API card and ChatGPT release notes. Independent context includes Tom’s Guide and TechRadar.
Is GPT-5.2 Chat still in ChatGPT?
OpenAI’s Help Center says GPT-5.2 was no longer available in ChatGPT as of June 12, 2026. A provider or API card can have a different status.
Is gpt-5.2-chat-latest the same as gpt-5.2?
No. OpenAI describes ChatGPT-aligned behavior for the Chat route and a general route for complex tasks. Pin the exact endpoint.
What does it cost?
The checked API card lists $1.75 input, $0.175 cached input and $14 output per million tokens. ChatGPT, Codex and provider prices are separate.
Can Codex still use it?
Do not infer that from the old release. Check the current Codex model list, allowance and migration fallback for your account.
Is the model good for coding?
OpenAI reports improved coding and tool calling, while community experience varies by Chat mode and task. Use a fixed repository and tests.
Can Tabbit use it?
This draft did not verify an authenticated Tabbit account. Check the live selector and treat any success as account-level evidence.
FAQ
What is GPT-5.2 Chat?
GPT-5.2 Chat is the ChatGPT-aligned GPT-5.2 snapshot exposed as `gpt-5.2-chat-latest` in the API. OpenAI released the GPT-5.2 family on December 11, 2025; the current API page marks the Chat route deprecated.
What are its limits?
The API page lists a 128,000-token context window, 16,384 maximum output tokens, text and image input, and no audio or video input. A client, provider or product can expose less.
How much does GPT-5.2 Chat cost?
The checked API page lists $1.75 per million input tokens, $0.175 cached input and $14 output. ChatGPT subscriptions, Codex allowances and third-party rates are separate products.
Is GPT-5.2 Chat still available?
OpenAI's Help Center says GPT-5.2 models were no longer available in ChatGPT as of June 12, 2026, while the API card still documents the route but marks it deprecated. Provider and Codex timelines require separate checks.
Is GPT-5.2 Chat good for coding?
The general GPT-5.2 guidance describes improved code generation, tool calling and context management, while community reports vary by ChatGPT mode and task. Use a fixed repository, tests and a pinned replacement before migrating.
Can I use GPT-5.2 Chat in Tabbit Browser?
This draft did not run an authenticated Tabbit GPT-5.2 Chat task. Check the live selector and verify one small reversible task; ChatGPT or API history does not prove Tabbit availability.