gpt-6-astraOpenAI
- endpoints
- 3
- regions
- 2
- api
- chat
- released
- September 2026
capabilities 6/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 | 1.1M | $5.00 | $25.00 | $0.50 | no-train | |
| 2 | Global | 1.1M | $10.00 | $50.00 | $1.00 | no-train | |
| 3 | eastus2 | 1.1M | $10.00 | $50.00 | $1.00 | zdr |
no measured traffic for this model yet. the endpoints table above carries provider pricing
| eval | Score as a share of 100 | /100 |
|---|---|---|
| GPQA Diamond | 96.1 | |
| Coding Index | 76.9 | |
| SciCode | 56.5 | |
| Humanity's Last Exam | 54.7 | |
| Intelligence Index | 52.8 | |
| 5 evals | mean | 67.4 |
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-09-03.
gpt-6-astrarequesty routes this id across every provider serving gpt-6-astra, 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-6-astra", 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-6 Astra is OpenAI's most capable model, built for the hardest end-to-end work. It is suited for complex reasoning, coding, computer use, research, and document creation, with reasoning effort levels from low up to xhigh and max.
questions 6
Which providers serve gpt-6-astra?
How much does gpt-6-astra cost?
Is gpt-6-astra open weights?
What is the context window of gpt-6-astra?
How do I use gpt-6-astra with the OpenAI SDK?
Should I call gpt-6-astra by its managed id or a provider id?
more from openai 6
| model | context | from /M | providers |
|---|---|---|---|
| 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 |
| gpt-5.4-nano | 400K | $0.10 | 1 |
route gpt-6-astra 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
