gpt-5.5OpenAI
- endpoints
- 8
- regions
- 7
- best tok/s
- 60
- api
- chat
- released
- April 2026
- eu routing
- available
capabilities 5/8
The same weights cost 2.2x more on aws bedrock than on openai inc.. That is what the endpoints table is for.
| # | flags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | Global | 1.1M | $2.50 | $15.00 | $0.25 | 4.35s | 60.0 | no-train | ||
| 2 | Global | 1.1M | $5.00 | $30.00 | $0.50 | 4.35s | 60.0 | no-train | ||
| 3 | eastus2 | 1.1M | $5.00 | $30.00 | $0.50 | 877ms | 46.0 | zdr | ||
| 4 | germanywestcentral | 1.1M | $5.00 | $30.00 | $0.50 | 877ms | 46.0 | zdr | ||
| 5 | swedencentral | 1.1M | $5.00 | $30.00 | $0.50 | 877ms | 46.0 | zdr | ||
| 6 | westeurope | 1.1M | $5.00 | $30.00 | $0.50 | 877ms | 46.0 | zdr | ||
| 7 | us-east-1 | 1.1M | $5.50 | $33.00 | $0.55 | 496ms | 47.0 | - | zdr | |
| 8 | us-east-2 | 1.1M | $5.50 | $33.00 | $0.55 | 496ms | 47.0 | - | zdr |
| provider | now | low | high | change |
|---|---|---|---|---|
| AWS Bedrock | 496ms | 1.59s | 2.09s | -23% |
| Microsoft Azure AI | 877ms | 710ms | 1.45s | -43% |
| OpenAI Inc. | 4.35s | 703ms | 2.04s | -32% |
median wait before the first token lands. this is the number a user feels, and it moves with provider load through the day.
Lines are steps: each sample is one week of traffic held flat, not a slide from the week before. Click a name in the key to drop it from the plot. Measured through Sep 12.
| eval | Score as a share of 100 | /100 |
|---|---|---|
| τ²-Bench | 93.9 | |
| GPQA Diamond | 93.5 | |
| Coding Index | 74.9 | |
| Terminal-Bench Hard | 60.6 | |
| SciCode | 55.8 | |
| Humanity's Last Exam | 45.8 | |
| Intelligence Index | 38.6 | |
| 7 evals | mean | 66.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 2026-04-23.
gpt-5.5requesty routes this id across every provider serving gpt-5.5, picking on price and health and failing over automatically. the id stays valid when a provider changes underneath it
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="gpt-5.5", 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.5 is OpenAI's frontier model designed for complex professional workloads, building on GPT-5.4 with stronger reasoning, higher reliability, and improved token efficiency on hard tasks. It features a 1M+ token context window (922K input, 128K output) with support for text and image inputs, enabling large-scale reasoning, coding, and multimodal workflows within a single system.
questions 7
Which providers serve gpt-5.5?
How much does gpt-5.5 cost?
Is gpt-5.5 open weights?
What is the context window of gpt-5.5?
Which provider is fastest for gpt-5.5?
How do I use gpt-5.5 with the OpenAI SDK?
Should I call gpt-5.5 by its managed id or a provider id?
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.4-nano | 400K | $0.10 | 1 |
route gpt-5.5 through one endpoint
One key for 3 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
