Developer evaluation
GPT-6 Astra: Architecture, Benchmarks, Capabilities, and Developer Evaluation
GPT-6 Astra: 1.05M context, $10/$50 per MTok, computer use, coding, and OpenAI-reported scores. How to evaluate end-to-end agents before production.
September 4, 2026·11 min read·OmniKit Editorial
GPT-6 Astra identity and limits
OpenAI’s model card describes GPT-6 Astra as its most capable model for the hardest end-to-end work: complex reasoning, coding, computer use, research, and document creation. reasoning.effort supports low, medium, high, xhigh, and max. Context window is 1,050,000 tokens; max output is 128,000 tokens. Knowledge cutoff is 30 April 2026.
- API ID
- gpt-6-astra
- Context window
- 1,050,000 tokens
- Max output
- 128,000 tokens
- Knowledge cutoff
- 30 April 2026
- reasoning.effort
- low, medium, high, xhigh, max
- Input / output modalities
- Text and image in; text out
- Date checked
- 4 September 2026
- Official source
- https://developers.openai.com/api/docs/models/gpt-6-astra
GPT-6 Astra standard API prices
OpenAI API standard list prices for GPT-6 Astra are $10.00 per million input tokens, $1.00 per million cached input tokens, $12.50 per million cache-write tokens, and $50.00 per million output tokens. Prompts with more than 272K input tokens are priced at 2× input and cache rates and 1.5× output for the full request. Batch and Flex are 50% of standard rates. Fast mode is 2× the applicable rates. Tool calls such as computer use can add separate fees.
- Input
- $10.00 / 1M tokens
- Cached input
- $1.00 / 1M tokens
- Cache writes
- $12.50 / 1M tokens
- Output
- $50.00 / 1M tokens
- Long-context threshold
- >272K input tokens (2× input/cache, 1.5× output, full request)
- Batch / Flex
- 50% of standard
- Fast mode
- 2× applicable rates
- Official source
- https://developers.openai.com/api/docs/models/gpt-6-astra
Computer use: OSWorld 2.0 (OpenAI report)
OpenAI states that in latency simulations on OSWorld 2.0, Astra scores 72.6% at roughly 40 minutes per task, compared with 65.7% at roughly 75 minutes for GPT-5.6 Sol — about 47% less time per task. The published table labels this OSWorld 2.0 (v2026.08.08, offline set, partial score). 72.6% is a task-success score, not a latency percentage.
- Astra score
- 72.6% (partial, offline set)
- GPT-5.6 Sol score
- 65.7%
- Time per task (OpenAI sim)
- ~40 min (Astra) vs ~75 min (Sol)
- Time reduction (OpenAI)
- ~47% less time per task vs Sol
- Official source
- https://openai.com/index/gpt-6-astra/
Selected OpenAI-reported benchmarks
Figures below are OpenAI’s published evaluation scores (maximum at any effort, research or API harness). They are not independent third-party audits. FrontierMath: the launch prose says 98%; the Academic table on the same page lists FrontierMath Tier 4 (v2) at 97.6%.
- FrontierMath Tier 4 (v2) table
- 97.6%
- FrontierMath (launch prose)
- 98%
- ARC-AGI-3
- 99.9%
- ARC-AGI-2
- 95.0%
- ARC-AGI-1
- 98.5%
- ExploitBench
- 100%
- ExploitGym
- 42.4%
- Terminal-Bench Science 0.1
- 64.6%
- Terminal-Bench 4.0
- 57.9%
- MRCR v2 8-needle 256K–512K
- 100.0%
- MRCR v2 8-needle 512K–1M
- 96.3%
- Official source
- https://openai.com/index/gpt-6-astra/
Cybersecurity preparedness (OpenAI)
OpenAI states Astra meets the Critical threshold in cybersecurity under its Preparedness Framework. Without production safeguards, OpenAI reports 100% on ExploitBench and 42.4% on ExploitGym. OpenAI also reports that during an internal ExploitBench (June–August 2026) evaluation, Astra discovered and used two previously unknown zero-day vulnerabilities, which OpenAI says it is disclosing to maintainers.
- Preparedness
- Critical threshold (OpenAI framework)
- ExploitBench
- 100% (no production safeguards in the test)
- ExploitGym
- 42.4%
- Zero-days in internal eval
- Two, per OpenAI; disclosed to maintainers
- Official sources
- https://openai.com/index/gpt-6-astra/ and https://openai.com/index/path-to-astra/
You can no longer pick a model by chat quality alone. Shipping work now means agents that drive software, hold long tasks, write and test code, handle messy instructions, and produce documents people can use. GPT-6 Astra is OpenAI’s flagship for those end-to-end jobs. OpenAI describes it as its most capable model for complex work, with reported gains in computer use, software engineering, science, cybersecurity, and professional tasks.
Specs and scores in this article follow OpenAI’s GPT-6 Astra announcement and the GPT-6 Astra model card. They are vendor evaluation results. Confirm them on your code, tools, and pricing before you commit a production path.
What is GPT-6 Astra?
GPT-6 Astra is OpenAI’s flagship model for complex reasoning and agent control. OpenAI says it combines advances in pre-training, reinforcement learning, and alignment so the model can handle multi-step work, not a single generated reply.
OpenAI positions Astra for complex reasoning, programming, computer use, research, and document creation. Through the API, you set reasoning effort with `low`, `medium`, `high`, `xhigh`, and `max`. Astra’s context window is 1,050,000 tokens. Maximum output is 128,000 tokens. The published API ID is `gpt-6-astra`.
That mix matters if you are building agents that touch large repositories, long documents, software environments, and multi-stage workflows. OpenAI is rolling Astra out first through its Trusted Access Program, then to ChatGPT Plus, Pro, Business, and Enterprise, the OpenAI API, and AWS.
| Item | OpenAI-published value |
|---|---|
| Model ID | gpt-6-astra |
| Context window | 1,050,000 tokens |
| Max output tokens | 128,000 |
| Knowledge cutoff | 30 April 2026 |
| reasoning.effort | low, medium, high, xhigh, max |
| Standard input / output | $10 / $50 per 1M tokens |
| Cached input / cache writes | $1 / $12.50 per 1M tokens |
Astra’s GPT-6 architecture: what OpenAI actually reveals
OpenAI’s public materials do not describe a full layer-by-layer architecture. Claims about a specific “looping transformer” design do not belong here unless OpenAI publishes technical documentation that supports them.
Training story vs. internal wiring
What OpenAI does publish is the training story: pre-training, reinforcement learning, and alignment, plus extra work on reasoning, computer interaction, long-running tasks, and user intent. Path to Astra covers preparedness and safeguards. It is not a paper-style architecture dump.
That distinction matters for builders. You cannot infer a model’s internal routing from a leaderboard. Until OpenAI publishes more architectural detail, judge Astra on observed behavior: tool use, error recovery, and cost per completed task.
Computer use is one of Astra’s biggest improvements
Computer use sits at the center of GPT-6 Astra. OpenAI says the model can work inside software environments: fill forms, update CRM records, organize calendars, search, analyze scientific data, plot graphs, create websites, and run interface quality checks. It can also help install and test software and troubleshoot issues visible on screen.
That changes the job of the assistant. Instead of asking “how do I update this customer record?”, an agent can run the workflow in the application. The OpenAI model card lists computer use as a supported Responses API tool, with separate tool-call fees possible on top of token prices.
OSWorld 2.0: score vs. time
OpenAI reports latency simulations on OSWorld 2.0 in which Astra scores 72.6% at roughly 40 minutes per task, versus 65.7% at roughly 75 minutes for GPT-5.6 Sol. OpenAI describes that as about 47% less time per task. The table on the same page labels the metric OSWorld 2.0 (v2026.08.08, offline set, partial score).
72.6% is a success score on that eval, not a “latency percentage.” OpenAI ran the comparison. Re-run computer-use jobs on your own stack before you treat the 40-minute figure as a production SLA.
| Model | Score (OpenAI) | Time per task (OpenAI sim) |
|---|---|---|
| GPT-6 Astra | 72.6% (offline, partial) | ~40 minutes |
| GPT-5.6 Sol | 65.7% | ~75 minutes |
GPT-6 Astra for software development
Software development is another stated focus. OpenAI calls Astra its best model to date for software engineering: code generation, debugging, refactoring, codebase understanding, and longer agent workflows. That claim is OpenAI’s. Pair it with your own review of why writing code is not the same as building software.
Long coding sessions and Codex notes
One practical change is how Astra handles long coding sessions. Classic context compaction summarizes the earlier conversation when the window fills. That summary can drop failed approaches, test results, requirements, or why a previous implementation failed.
In Codex, OpenAI says Astra can keep notes across context windows while earlier windows stay searchable. The model can pull prior requirements, tool output, and test results instead of relying only on a compressed summary. OpenAI describes this as an experimental Codex setting that it plans to make default for Astra.
For large refactors and long debugging sessions, searchable prior context can matter more than adding tokens you never retrieve.
Larger context does not automatically mean better reasoning
Astra supports more than a million context tokens. Context size is still the wrong single metric. The useful question is whether the model can find and apply the right slice of that context.
OpenAI reports 100% on MRCR v2 with 8 needles in the 256k–512k range, and 96.3% in the 512k–1 million range. A software agent still has to locate an API requirement in docs, tie it to an implementation in another file, confirm a failing test, and patch the right component. Long context earns its keep only when those links hold.
Teams with heavy retrieval can model that bill with the LLM cost calculator or the RAG cost estimator, then compare routes in the model router recommender.
GPT-6 Astra benchmark results: what the numbers reveal
OpenAI publishes high scores across several evals. The launch post’s prose and the tables on the same page are the source. They are not a substitute for your failure rate, latency, or token spend.
| Evaluation | GPT-6 Astra (OpenAI) | GPT-5.6 Sol (OpenAI, where listed) |
|---|---|---|
| FrontierMath Tier 4 (v2) | 97.6% (prose also says 98%) | 83.0% |
| ARC-AGI-3 | 99.9% | 7.8% |
| ARC-AGI-2 | 95.0% | 92.5% |
| ARC-AGI-1 | 98.5% | 97.5% |
| ExploitBench | 100% | 78.5% |
| Terminal-Bench Science 0.1 | 64.6% | 22.4% |
| Terminal-Bench 4.0 | 57.9% | 37.3% |
| MRCR v2 8-needle 256K–512K | 100.0% | 91.5% |
| MRCR v2 8-needle 512K–1M | 96.3% | 73.8% |
How to read a saturated benchmark
These results show strong performance on the listed tests. They do not prove Astra solves every real workflow. As a model nears an eval’s ceiling, the test stops separating frontier systems. Combine the table with task-specific tests, failure rates, latency, token use, and reliability in production.
GPT-6 Astra pricing and token economics
Astra uses frontier list pricing. OpenAI’s model card specifies $10 per million input tokens, $1 per million cached input tokens, $12.50 per million cache writes, and $50 per million output tokens.
Token efficiency decides whether that rate is usable. Do not cost an agent from output tokens alone. Long-running agents re-read files, reload context, call tools, and keep going. Input, cache, and tools often dominate.
Standard rates vs. the 272K surcharge
OpenAI also prices prompts with more than 272K input tokens at 2× input and cache rates and 1.5× output for the entire request. Batch and Flex are 50% of standard. Fast mode is 2×. Map those tiers with batch vs realtime and LLM cost planning.
A practical cost model is: total model cost = input + cached input + cache writes + output + tool fees. Estimate cache reuse with the prompt cache savings calculator before you lock an architecture. Check rate-limit planner against OpenAI’s published TPM tiers if you expect bursty agent traffic.
| Token type | Standard (≤272K input) | Long context (>272K input, full request) |
|---|---|---|
| Input | $10.00 / 1M | $20.00 / 1M |
| Cached input | $1.00 / 1M | $2.00 / 1M |
| Cache writes | $12.50 / 1M | $25.00 / 1M |
| Output | $50.00 / 1M | $75.00 / 1M |
GPT-6 Astra and cybersecurity
OpenAI states that Astra is a jump in cybersecurity capability and meets the Critical threshold in its Preparedness Framework. In tests without production safeguards, OpenAI reports 100% on ExploitBench and 42.4% on ExploitGym. OpenAI also reports that Astra found two previously unknown zero-day vulnerabilities during an internal evaluation, and that those issues are being disclosed to maintainers. Details sit on the announcement and on Path to Astra.
OpenAI describes defensive uses such as secure code review and patching. It also describes misuse risk. The launching product, OpenAI says, refuses more advanced cyber tasks such as creating proof-of-concept exploits, with extra protections against jailbreaks and monitoring for unauthorized behavior. Extra safety checks can pause or stop legitimate work, including defensive security work.
What GPT-6 Astra means for developers
The important change is not one leaderboard cell. Astra is built to move AI toward end-to-end task execution: analyze a problem, use software, call tools, work in large context, write code, test, and produce structured professional artifacts.
If you evaluate Astra, five questions beat a single “best model” ranking:
- Can it finish my real workflow?
- How often does it need a human?
- What does each completed task cost (tokens plus tools)?
- How reliably does it recover from errors?
- Do its computer-use and data-access patterns meet my security rules?
A league table can help you shortlist. It cannot replace tests on your code, data, tools, and users.
GPT-6 Astra: developer assessment
GPT-6 Astra is a step toward systems that run complete digital workflows, not only generate answers. OpenAI’s stated strengths are computer use, software development, long context, professional documents, scientific workflows, and cybersecurity. The published scores are high. The more useful story is reasoning plus direct software and tool interaction.
For developers, the useful question is not whether Astra is universally the “best” model. It is whether capability, reliability, latency, and token economics make it the right model for one production task. That shift—from comparing chatbots to evaluating task-completion systems—is the evaluation frame that matches how OpenAI is selling Astra.
Frequently asked questions
What is GPT-6 Astra?
GPT-6 Astra is OpenAI’s flagship model for complex reasoning, coding, computer use, research, and document creation. The API model ID is gpt-6-astra. OpenAI lists a 1,050,000-token context window and up to 128,000 output tokens.
How much does GPT-6 Astra cost on the OpenAI API?
Standard list prices are $10 per million input tokens and $50 per million output tokens. Cached input is $1 per million tokens. Cache writes are $12.50 per million tokens. Prompts over 272K input tokens are billed at 2× input and cache rates and 1.5× output for the full request. Batch and Flex are 50% of standard. Fast mode is 2×. Tool calls can add extra fees.
What reasoning.effort settings does Astra support?
OpenAI’s model card lists low, medium, high, xhigh, and max.
What is GPT-6 Astra’s context window?
OpenAI lists 1,050,000 tokens of context and a maximum of 128,000 output tokens. Long context still needs retrieval quality; OpenAI reports MRCR v2 8-needle scores of 100% at 256K–512K and 96.3% at 512K–1M.
Did Astra score 72.6% latency on OSWorld?
No. OpenAI reports a 72.6% OSWorld 2.0 task score (offline set, partial score) at about 40 minutes per task, versus 65.7% at about 75 minutes for GPT-5.6 Sol. The ~47% figure is less time per task, not a latency percentage of 72.6%.
Is GPT-6 Astra OpenAI’s best coding model?
OpenAI says Astra is its best model to date for software engineering. That is a vendor claim. OpenAI also reports 57.9% on Terminal-Bench 4.0 versus 37.3% for GPT-5.6 Sol. Confirm it on your repositories, tests, and review process.
Does OpenAI publish Astra’s neural architecture?
No detailed public architecture paper is cited on the launch page or model card. OpenAI describes training across pre-training, reinforcement learning, and alignment. Do not assume a specific looping-transformer design unless OpenAI documents it.
What cybersecurity scores does OpenAI report for Astra?
OpenAI reports 100% on ExploitBench and 42.4% on ExploitGym in tests without production safeguards, and says Astra meets the Critical threshold in its Preparedness Framework. OpenAI also reports two previously unknown zero-days found in an internal evaluation, disclosed to maintainers. Production Astra adds extra cyber safeguards.