gpt-5.2OpenAI
- endpoints
- 3
- regions
- 2
- api
- chat
- released
- December 2025
capabilities 5/8
The same weights cost 2.0x more on openai inc. than on openai inc.. That is what the endpoints table is for.
| # | flags | ||||||
|---|---|---|---|---|---|---|---|
| 1 | Global | 400K | $0.88 | $7.00 | $0.09 | no-train | |
| 2 | Global | 400K | $1.75 | $14.00 | $0.17 | no-train | |
| 3 | eastus2 | 400K | $1.75 | $14.00 | $0.17 | zdr |
no measured traffic for this model yet. the endpoints table above carries provider pricing
| eval | Score as a share of 100 | /100 |
|---|---|---|
| Math Index | 99.0 | |
| AIME 2025 | 99.0 | |
| GPQA Diamond | 90.3 | |
| LiveCodeBench | 88.9 | |
| MMLU Pro | 87.4 | |
| τ²-Bench | 84.8 | |
| Terminal-Bench Hard | 47.0 | |
| Humanity's Last Exam | 37.7 | |
| Intelligence Index | 30.4 | |
| 9 evals | mean | 73.8 |
Scores from Artificial Analysis and public leaderboards, normalised to 100. Bar colour is the band, not the rank: green 80 and up, blue 55 and up, amber 30 and up. Benchmarks measure narrow skills, so test on your own workload before committing. Released 2025-12-11.
openai/gpt-5.2:flexthis model has no managed policy yet, so call the provider endpoint directly. every id in the endpoints table works the same way
Base url is https://router.requesty.ai/v1 for every id here. One key reaches the whole catalog.
from openai import OpenAI client = OpenAI( api_key="YOUR_REQUESTY_API_KEY", base_url="https://router.requesty.ai/v1",) response = client.chat.completions.create( model="openai/gpt-5.2:flex", messages=[ {"role": "user", "content": "Explain quantum computing in one paragraph."}, ],) print(response.choices[0].message.content)
Change the base url, use your Requesty key, set the model to any id in the call pane. Existing OpenAI SDK code needs no other edit, and the same key reaches every other model in the catalog, so switching later is a one-parameter change. Browse all models
GPT-5.2 is the latest frontier-grade model in the GPT-5 series, offering stronger agentic and long context perfomance compared to GPT-5.1. It uses adaptive reasoning to allocate computation dynamically, responding quickly to simple queries while spending more depth on complex tasks. Built for broad task coverage, GPT-5.2 delivers consistent gains across math, coding, sciende, and tool calling workloads, with more coherent long-form answers and improved tool-use reliability.
questions 5
Which providers serve gpt-5.2?
How much does gpt-5.2 cost?
Is gpt-5.2 open weights?
What is the context window of gpt-5.2?
How do I use gpt-5.2 with the OpenAI SDK?
more from openai 6
| model | context | from /M | providers |
|---|---|---|---|
| gpt-6-astra | 1.1M | $5.00 | 2 |
| gpt-5.6-luna | 1.1M | $0.10 | 3 |
| gpt-5.6-terra | 1.1M | $1.00 | 3 |
| gpt-5.6-sol | 1.1M | $2.50 | 3 |
| gpt-5.5-pro | 1.1M | $30.00 | 1 |
| gpt-5.5 | 1.1M | $2.50 | 3 |
route gpt-5.2 through one endpoint
One key for 2 providers on this model and 600+ others. No markup on provider prices, automatic failover, caching built in. Weekly aggregates in the measured pane come from production traffic routed through Requesty, one line per provider on a shared axis. Methodology
