gpt-5OpenAI
- endpoints
- 10
- regions
- 7
- api
- chat
- released
- August 2025
- eu routing
- available
capabilities 5/8
The same weights cost 4.0x more on openai inc. than on openai inc.. That is what the endpoints table is for.
| # | flags | ||||||
|---|---|---|---|---|---|---|---|
| 1 | Global | 400K | $0.63 | $5.00 | $0.06 | no-train | |
| 2 | Global | 400K | $1.25 | $10.00 | $0.13 | zdr | |
| 3 | Global | 400K | $1.25 | $10.00 | $0.13 | no-train | |
| 4 | eastus2 | 400K | $1.25 | $10.00 | $0.13 | zdr | |
| 5 | francecentral | 400K | $1.38 | $11.00 | $0.14 | zdr | |
| 6 | germanywestcentral | 400K | $1.38 | $11.00 | $0.14 | zdr | |
| 7 | swedencentral | 400K | $1.38 | $11.00 | $0.14 | zdr | |
| 8 | uksouth | 400K | $1.38 | $11.00 | $0.14 | zdr | |
| 9 | westeurope | 400K | $1.38 | $11.00 | $0.14 | zdr | |
| 10 | Global | 400K | $2.50 | $20.00 | $0.25 | no-train |
no measured traffic for this model yet. the endpoints table above carries provider pricing
| eval | Score as a share of 100 | /100 |
|---|---|---|
| Math Index | 94.3 | |
| AIME 2025 | 94.3 | |
| MMLU Pro | 87.1 | |
| GPQA Diamond | 85.4 | |
| τ²-Bench | 84.8 | |
| LiveCodeBench | 84.6 | |
| Coding Index | 37.8 | |
| Terminal-Bench Hard | 32.6 | |
| Humanity's Last Exam | 28.5 | |
| Intelligence Index | 23.0 | |
| 10 evals | mean | 65.2 |
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-08-07.
gpt-5@eusame routing, restricted to eu-hosted providers. use this id when data residency is a requirement; requests never leave the eu
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: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 is OpenAI’s most advanced model, offering major improvements in reasoning, code quality, and user experience. It is optimized for complex tasks that require step-by-step reasoning, instruction following, and accuracy in high-stakes use cases. It supports test-time routing features and advanced prompt understanding, including user-specified intent like "think hard about this." Improvements include reductions in hallucination, sycophancy, and better performance in coding, writing, and health-related tasks.
questions 5
Which providers serve gpt-5?
How much does gpt-5 cost?
Is gpt-5 open weights?
What is the context window of gpt-5?
How do I use gpt-5 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 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
