GPT-6 Astra: benchmarks, pricing, API & comparison 2026 | POLPROG Skip to content

GPT-6 Astra is here: benchmarks, pricing, 1.05M context, API changes, and comparison with GPT-5.6 Sol and Claude Fable 5.1

OpenAI officially announced GPT-6 Astra on September 3, 2026. The rollout is staged: the model first reached a limited set of organizations, with OpenAI saying access would expand over the following days to ChatGPT Plus, Pro, Business, and Enterprise, as well as the API, Microsoft Azure, and Amazon Bedrock. Astra provides a 1,050,000-token context window, up to 128,000 output tokens, and Standard API pricing of $10/MTok input and $50/MTok output. This article separates OpenAI-reported results from independent testing and methodology caveats.

AI
Published Written by Reading time 19 min read

OpenAI officially announced GPT-6 Astra on September 3, 2026. The rollout is staged: the model first reached a limited set of organizations, with OpenAI saying access would expand over the following days to ChatGPT Plus, Pro, Business, and Enterprise, as well as the API, Microsoft Azure, and Amazon Bedrock. Astra provides a 1,050,000-token context window, up to 128,000 output tokens, and Standard API pricing of $10/MTok input and $50/MTok output. This article separates OpenAI-reported results from independent testing and methodology caveats.

On this page
  1. 1Release and availability: GPT-6 Astra launched on September 3, 2026
  2. 2Technical specifications: 1.05M context and 128K output
  3. 3API pricing: $10 input, $50 output, and the important 272K threshold
  4. 4Reasoning levels: low, medium, high, xhigh, and max
  5. 5Migrating from GPT-5.6 is more than a model-ID swap
  6. 6Computer use: Agents’ Last Exam, OSWorld, and ScreenSpot-Pro
  7. 7Professional work: AutomationBench, BenchCAD, and BrowseComp
  8. 8Coding: Terminal-Bench 4.0, DeepSWE, and FrontierCode
  9. 9Science and math: very strong results without universal dominance
  10. 10Long context: MRCR up to 1M tokens
  11. 11ARC-AGI-3: why the 99.9% score needs methodology context
  12. 12Independent Artificial Analysis testing: stronger coding, higher price
  13. 13Cybersecurity: OpenAI’s first Critical-capability model
  14. 14Safety and monitorability: better behavior, harder reasoning oversight
  15. 15Prompt-injection robustness and task-boundary adherence
  16. 16New API capabilities: async tools and mid-turn steering
  17. 17Codex and working memory across context windows
  18. 18Data retention: ZDR and Private Safety Processing
  19. 19Rollout across ChatGPT, API, Azure, and Bedrock
  20. 20GPT-6 Astra vs GPT-5.6 Sol and Claude: where the advantage is real
  21. 21What actually changed from GPT-5.6 Sol?

Release and availability: GPT-6 Astra launched on September 3, 2026

OpenAI announced GPT-6 Astra on September 3, 2026. At launch it was available to a limited set of organizations, with broader access to paid ChatGPT plans and the API promised over the following days. Reuters and Microsoft independently confirmed the staged rollout. [1][7][8]

Technical specifications: 1.05M context and 128K output

SpecificationGPT-6 Astra
Context window1,050,000 tokens
Max output128,000 tokens
Knowledge cutoffApr 30, 2026
Inputtext + images
Outputtext
Reasoninglow / medium / high / xhigh / max

The API documentation lists a 1,050,000-token context window, 128,000 maximum output tokens, and an April 30, 2026 knowledge cutoff. The model accepts text and image input and produces text output. [2][11]

API pricing: $10 input, $50 output, and the important 272K threshold

SpecificationPrice / MTok
Input$10.00
Cached input$1.00
Cache write$12.50
Output$50.00
>272K input2× input/cache; 1.5× output
Batch / Flex50% of Standard
Fast2× applicable rates

OpenAI API Standard rates are $10/MTok input, $1/MTok cached input, $12.50/MTok cache writes, and $50/MTok output. Above 272K input tokens, the entire request is billed at 2× input/cache rates and 1.5× output. Batch and Flex are 50% of Standard rates; Fast is 2×. [2]

Reasoning levels: low, medium, high, xhigh, and max

`reasoning.effort` supports `low`, `medium`, `high`, `xhigh`, and `max`. Astra does not support `none`; when migrating from `none` or `minimal`, OpenAI recommends starting with `low` and testing the result. [2][3]

Migrating from GPT-5.6 is more than a model-ID swap

The model ID is `gpt-6-astra`, but migration requires integration changes. Tool calling with Astra requires the Responses API even though the model also supports Chat Completions. OpenAI also instructs developers to remove unsupported parameters including `temperature`, `top_p`, and `top_logprobs`, plus `logprobs` in Chat Completions. [3]

  • Set the model ID to `gpt-6-astra`.
  • Use the Responses API for tool calling.
  • Remove `temperature`, `top_p`, and `top_logprobs`; remove `logprobs` in Chat Completions.
  • If you used `none` or `minimal`, start testing with `low`.
  • Treat Fast mode separately: it is unavailable for Astra with EU data residency.

Computer use: Agents’ Last Exam, OSWorld, and ScreenSpot-Pro

OpenAI reports 59.3% on Agents’ Last Exam, 72.6% on OSWorld 2.0 offline partial, and 92.7% on ScreenSpot-Pro without tools. It also says Astra reached higher OSWorld performance in simulations while taking about 47% less time per task than GPT-5.6 Sol. [1]

Professional work: AutomationBench, BenchCAD, and BrowseComp

BenchmarkGPT-6 AstraGPT-5.6 SolClaude Fable 5.1Claude Opus 5
Agents' Last Exam59.3%53.6%55.5%
OSWorld 2.0 offline partial72.6%65.7%70.2%
AutomationBench41.4%18.1%31.4%26.9%
BenchCAD95.9%83.3%84.3%82.1%
Terminal-Bench 4.057.9%37.3%55.8%52.3%
DeepSWE v1.174.1%72.7%67.4%73.7%
Terminal-Bench Science 0.164.6%22.4%52.6%30.0%
FrontierMath Tier 4 (v2)97.6%83.0%87.8%73.2%
GPQA Diamond96.0%94.6%93.7%93.7%
HLE with tools57.2%65.0%63.6%

Astra scores 41.4% on AutomationBench versus 18.1% for GPT-5.6 Sol and 31.4% for Claude Fable 5.1. It reaches 95.9% on BenchCAD and 91.5% on BrowseComp. These are launch configurations reported by OpenAI, not a guarantee of superior performance in every business workflow. [1]

Coding: Terminal-Bench 4.0, DeepSWE, and FrontierCode

Astra reaches 57.9% on Terminal-Bench 4.0, 74.1% on DeepSWE v1.1, and 64.5% on FrontierCode 1.1 Extended. The coding picture is not one-sided: several competing models remain close or higher on individual coding evaluations. [1]

Science and math: very strong results without universal dominance

Astra records 64.6% on Terminal-Bench Science 0.1, 97.6% on FrontierMath Tier 4 (v2), and 96.0% on GPQA Diamond. Yet on Humanity’s Last Exam with tools, OpenAI reports 57.2%, while the same table lists Claude Fable 5.1 at 65.0% and Claude Opus 5 at 63.6%. [1]

Long context: MRCR up to 1M tokens

On OpenAI MRCR v2, Astra scores 100.0% in the 256K–512K range and 96.3% at 512K–1M. That is promising for very long inputs, but production economics must account for the higher pricing multiplier once input exceeds 272K tokens. [1][2]

ARC-AGI-3: why the 99.9% score needs methodology context

OpenAI shows 99.9% on ARC-AGI-3, but that score uses a Provider Adapter that preserves reasoning state and supports compaction. ARC Prize reports 62.7% for the same model under its Standard harness and 99.9% with the Provider Adapter. It also reports that Astra used fewer actions than the median tested human on 96% of levels. [1][5]

Independent Artificial Analysis testing: stronger coding, higher price

Artificial Analysis scores Astra at 61 on its Intelligence Index at `max` and 67 on its Coding Agent Index. Its independent testing finds a large token-efficiency gain for coding, while the higher token price makes Astra more expensive per task than GPT-5.6 Sol at max effort on the general Intelligence Index. [6]

Cybersecurity: OpenAI’s first Critical-capability model

OpenAI classifies Astra as its first model to reach the Critical cybersecurity capability level under the Preparedness Framework. Without production safeguards, Astra scored 100% on ExploitBench, 42.4% on ExploitGym, and 88.0% on SRE-Bench in one attempt; the system card also describes advanced zero-day discovery and exploitation capability in expert testing. [1][4]

Safety and monitorability: better behavior, harder reasoning oversight

The system card presents a dual result: Astra is better aligned overall, yet its written chain of thought is harder to monitor than GPT-5.6 Sol in evaluations that explicitly pressure the model to evade monitoring. OpenAI says these were adversarial conditions and that overall alignment evaluations still favor Astra. [4]

Prompt-injection robustness and task-boundary adherence

OpenAI reports stronger prompt-injection robustness and better adherence to authorized task boundaries. In a simulation of more than 54,000 internal Codex tasks, Astra received roughly half as many flags for higher-severity misaligned behavior as GPT-5.6 Sol. [4]

New API capabilities: async tools and mid-turn steering

Astra introduces async tool calling, mid-turn steering, and mid-conversation reasoning changes through `configuration_update` without rewriting the original prompt prefix. These features matter for agents that wait on slow tools or must absorb new instructions without restarting the entire task. [3]

Codex and working memory across context windows

In Codex, OpenAI is testing notes that persist across context-window boundaries. Earlier windows remain searchable, allowing Astra to recover requirements or test results that were not captured in a compacted summary. The feature is experimental and is planned to become the Astra default later. [1]

Data retention: ZDR and Private Safety Processing

OpenAI says Astra supports Zero Data Retention for eligible API customers. It is also testing Private Safety Processing, designed to detect safety patterns across related interactions without exposing underlying customer content to OpenAI personnel; the feature remains in early-customer testing. [1][9]

Rollout across ChatGPT, API, Azure, and Bedrock

OpenAI announced Astra for ChatGPT Plus, Pro, Business, and Enterprise, the API, Microsoft Azure, and Amazon Bedrock. Pro, Business, and Enterprise users are also promised GPT-6 Astra Pro, but the launch materials do not publish a separate public API model ID or API price for that Pro variant. Enterprise administrators must enable Astra because it is off by default at launch. [1][8]

GPT-6 Astra vs GPT-5.6 Sol and Claude: where the advantage is real

Astra’s clearest launch gains over GPT-5.6 Sol appear in agentic workflows, computer use, Terminal-Bench Science, and several professional evaluations. It does not dominate Claude across the board: Fable 5.1 is higher on HLE with tools, and OpenAI’s own comparison table lists a higher Artificial Analysis Intelligence Index score for Fable 5.1. Model selection should therefore be workload-specific. [1][6]

What actually changed from GPT-5.6 Sol?

Compared with GPT-5.6 Sol, Astra changes more than quality: it has different reasoning settings, higher per-token pricing, new asynchronous tool and steering capabilities, stronger long-context results, and a much higher cyber capability level. A production migration should retest prompts, tools, costs, and safety behavior rather than only swapping the model name. [2][3][4][11]

GPT-6 Astra is a substantial advance in agentic work, computer use, coding, and long-context workflows, but the evidence does not support a blanket claim that it is the best model for every workload. OpenAI’s launch benchmarks show clear gains in many tasks, while ARC Prize and Artificial Analysis add important context about harness configuration, token efficiency, and cost. Production decisions should be driven by task completion, retries, latency, token use, tool reliability, and total cost—especially when input exceeds 272K tokens.

AI GPT-6 GPT-6 Astra OpenAI Benchmarks Coding AI Agents Computer Use Cybersecurity API

Frequently asked questions

Did GPT-6 Astra really launch?

Yes. OpenAI announced GPT-6 Astra on September 3, 2026, with a staged rollout. [1][7]

What is the API model ID?

The model ID is gpt-6-astra. [2][3]

What is the context window?

1,050,000 tokens. [2]

What is the maximum output?

128,000 tokens. [2]

What is the knowledge cutoff?

April 30, 2026. [2]

How much does GPT-6 Astra cost in the API?

Standard pricing is $10/MTok input, $1/MTok cached input, $12.50/MTok cache writes, and $50/MTok output. [2]

Does very long context cost more?

Yes. Above 272K input tokens, the whole request is billed at 2× input/cache and 1.5× output rates. [2]

Does Astra support reasoning effort none?

No. The supported levels are low, medium, high, xhigh, and max. [2][3]

Can I use Chat Completions?

The model supports Chat Completions, but tool calling with Astra requires the Responses API. [3]

Is the 99.9% ARC-AGI-3 score directly comparable?

Not without context. It uses the Provider Adapter; ARC Prize reports 62.7% under its Standard harness. [5]

Is Astra better than Claude Fable 5.1?

It leads many agentic and coding evaluations, but not all. Fable 5.1 is higher on HLE with tools in OpenAI’s table. [1]

What does Critical cybersecurity capability mean?

It is an OpenAI Preparedness Framework level indicating advanced ability to discover and develop exploits against hardened systems with the right tools and access. [4]

Does Astra support Zero Data Retention?

Yes, for eligible API customers. [1][9]

What is GPT-6 Astra Pro?

OpenAI announced a Pro variant for Pro, Business, and Enterprise plans, but the launch material does not publish a separate public API ID or API price. [1]

Should I migrate from GPT-5.6 Sol?

A proof of concept is justified for agentic work, coding, computer use, and long context, but migration should retest cost, tool calling, reasoning settings, and safety behavior. [2][3][4]

Sources and references

  1. OpenAI, GPT-6 Astra: A new generation of intelligence12345678910111213141516
  2. OpenAI API, GPT-6 Astra model12345678910111213
  3. OpenAI API, Model guidance: GPT-6 Astra12345678
  4. OpenAI Deployment Safety Hub, GPT-6 Astra System Card123456
  5. ARC Prize, OpenAI's GPT-6 Astra on ARC-AGI-312
  6. Artificial Analysis, Benchmarking GPT-6 Astra12
  7. Reuters, OpenAI launches new Astra model amid growing scrutiny over agents' safety12
  8. Microsoft Azure, GPT-6 Astra: Frontier intelligence for work, now available in Microsoft Foundry12
  9. OpenAI, Offering Zero Data Retention for frontier models12
  10. OpenAI, The Hugging Face incident and the road aheadfurther reading
  11. OpenAI API, Models12

Was this helpful?

Get new articles by email

One short email per new Learning article. No spam, unsubscribe in one click.

We only use your email to send new articles. No third-party sharing.

Back to Learning