Answer

What is GPT-6 Astra, and how is it different from GPT-5.6 Sol?

GPT-6 Astra is OpenAI's current flagship model, announced on September 3, 2026 and served through the API as gpt-6-astra. Against GPT-5.6 Sol it is priced 2.5x higher per token, carries a 1,050,000-token context window, and posts large documented gains on computer use, coding, and cybersecurity benchmarks. It is also the first model OpenAI has designated at the Critical cybersecurity threshold under its Preparedness Framework, which means extra runtime safeguards that can pause long-running agent tasks.

Published · Updated · Evidence-linked, not search-volume ranked.

Short answer

GPT-6 Astra is OpenAI's newest flagship model, announced on September 3, 2026 and exposed in the API as gpt-6-astra. Compared with GPT-5.6 Sol, the previous flagship, three differences matter most. It costs 2.5x more per token at list price, 10 US dollars per million input tokens and 50 per million output tokens against Sol's 4 and 20. It carries a 1,050,000-token context window with 128,000 max output tokens and an April 30, 2026 knowledge cutoff. And it is built around computer use: OpenAI reports 72.6 percent on OSWorld 2.0 at roughly 40 minutes per task, against Sol's 65.7 percent at roughly 75 minutes. The fourth difference is the one people skip. Astra is the first model OpenAI has designated at the Critical cybersecurity capability threshold under its Preparedness Framework, and the safeguards that came with that designation can slow, pause, or stop legitimate long-running agent work by OpenAI's own admission.

Why this question is current

Exact query-volume data was unavailable, so RepoRadar uses these as current demand and intent signals rather than a claimed volume ranking.

  • gpt-6 astra · Google Suggest · US · checked 2026-09-06T22:34:00Z
    Live completions returned ten distinct phrasings for the single seed, including gpt 6 astra release, gpt 6 astra agi, gpt 6 astra reddit, gpt 6 astra delayed, and openai's gpt 6 astra. A second seed, gpt 6 astra price, returned itself as a completion, which indicates a settled pricing query rather than a stray phrasing. Intent signal, not a volume measurement.
  • astra, story tag, trailing days · Hacker News Algolia search · global English-language developer community · checked 2026-09-06T22:36:00Z
    The launch thread objectID 49554643 titled GPT-6 Astra carried 2,245 points from 2026-09-03. Four further items in the trailing window: OpenAI begins rolling out GPT-6 Astra at 277 points, GPT-6 Astra on OpenRouter at 316 points, OpenAI's GPT-6 Astra on ARC-AGI-3 at 237 points, and GPT-6 Astra on robot arms at 229 points posted 2026-09-06. Corroborates sustained same-week developer attention, not search volume.
  • gpt 6 astra vs / how much does gpt 6 astra · Google Suggest, comparison and cost seeds · US · checked 2026-09-06T22:58:00Z
    The comparison seed returned ten completions, every one of them a model-versus-model pairing: gpt 6 astra vs fable 5.1, vs gpt 5.6 sol, vs sol, vs claude fable 5.1, vs opus 5, vs fable 5, vs claude, vs fable 5.1 reddit, vs fable, and vs gpt 5. A separate cost seed completed to how much does gpt 6 astra cost. This confirms the dominant live intent is comparison and pricing rather than general curiosity, which is what this article is scoped to answer. Intent signal, not a volume measurement.

Who this helps

  • developers deciding whether to move an agent pipeline off GPT-5.6 Sol
  • builders costing out a computer-use or browser-automation workload
  • founders comparing frontier model list prices before committing a budget
  • power users trying to work out what the ChatGPT rollout actually gives them

What the model actually is

Astra is the flagship of the GPT-6 family, announced by OpenAI on September 3, 2026. In the API it is a single model id, gpt-6-astra, with no mini or nano sibling published alongside it at announcement. Input accepts text and images; output is text only.

The headline numbers from the model page are a 1,050,000-token context window, 128,000 max output tokens, and an April 30, 2026 knowledge cutoff. The reasoning.effort parameter accepts five levels: low, medium, high, xhigh, and max. That is two more rungs than most earlier OpenAI reasoning models exposed, and the top ones are where the expensive behaviour lives.

Tool support on the model page is broad: web search, file search, image generation, code interpreter, hosted shell, apply patch, skills, computer use, MCP, and tool search are all listed as supported. The free API tier is listed as Not supported, so there is no way to try it without a paid account.

The price difference, stated plainly

Standard list pricing for gpt-6-astra is 10 US dollars per million input tokens and 50 per million output tokens. GPT-5.6 Sol on the same page is 4 and 20. That makes Astra 2.5x the cost of Sol on both sides of the meter.

Cached input is 1.00 per million, and cache writes are 12.50, which OpenAI states is 1.25x the uncached input rate. That last line is worth reading twice: a cache write is a surcharge, not a discount. The discount only arrives on subsequent cache reads. If your workload writes a large context once and reads it rarely, caching costs you money rather than saving it.

Two multipliers can move the real bill well above list. Prompts above 272K input tokens are billed at 2x input and cache rates and 1.5x output for the entire request, not just the overage. Fast mode is 2x the applicable rates in the API, and the ChatGPT enterprise rate card lists 2.5x for Astra on its side. Batch and Flex run the other way at 50 percent of standard.

For a rough sense of scale: a million input tokens plus a hundred thousand output tokens costs about 15 dollars on Astra and about 6 on Sol. Multiply that by a long-running agent loop that re-reads context on every step and the gap stops being academic.

Where Astra measurably beats Sol

The clearest documented gain is computer use. In OpenAI's latency simulations on OSWorld 2.0, Astra scores 72.6 percent at roughly 40 minutes per task against Sol's 65.7 percent at roughly 75 minutes. That is a better score in about 47 percent less time, which is the part that matters if you pay for wall-clock agent runs.

On Agents' Last Exam, which OpenAI describes as complex professional tasks in real software, Astra reports 59.3 percent against 55.5 percent for Claude Opus 5 and 53.6 percent for Sol, while using roughly 65 percent fewer output tokens than Opus 5 at those settings. Fewer output tokens at a higher price per token is the trade the whole pricing question turns on.

On BenchCAD, reconstructing 3D objects from multi-view renders via generated CAD code, Astra reports 95.9 percent geometric overlap with tools versus 83.3 percent for Sol. On the saturating end, OpenAI reports 98 percent on FrontierMath Tier 4, 99.9 percent on ARC-AGI-3, and 100 percent on ExploitBench.

Separate the fact from the analysis here. The fact is that these are the numbers OpenAI published. The analysis is that vendor-run benchmarks with vendor-chosen comparison settings are a starting point for your own evaluation, not a substitute for it. OpenAI's own footnotes concede configuration differences between its research setup and Codex production, and note that some Claude scores it reports come from a variant with fewer safeguards.

The safety designation that changes your runtime

On September 1, 2026, ahead of the launch, OpenAI published Path to Astra and stated that Astra meets the Critical cybersecurity capability threshold under its Preparedness Framework. It is the first model the company has designated at that level. The stated meaning is that with the right tools and access it can find previously unknown security flaws and develop ways to exploit them across many well-protected systems without a person guiding each step.

This is not marketing framing. In OpenAI's own internal evaluation on 20 high-severity V8 vulnerabilities, the model discovered and used two zero-day vulnerabilities as part of an exploit chain, which OpenAI says it is in the process of disclosing to maintainers. In expert-led assessment it built a browser-compromise chain that escaped a sandbox and a local privilege-escalation chain from an unprivileged user to root.

The practical consequence for ordinary builders is in the section OpenAI titles What this will mean for users. The company states that extra safety checks can sometimes slow, pause, or stop legitimate work, that the system may flag legitimate activity as potential misuse including work not directly related to cybersecurity or tasks where an agent runs for an extended period, and that when the misalignment monitor pauses a task on surfaces like the API, the task will stop.

If you are building an unattended overnight agent, that is a design constraint, not a footnote. Plan for a task that halts partway and needs to resume, and log enough state to make resumption possible.

Who should actually switch, and who should not

Switch if your workload is computer use, browser automation, long multi-step professional tasks, or agentic coding where a run either succeeds or wastes an hour. The documented speed and completion gains attack exactly that failure mode, and fewer retries can offset a 2.5x token price.

Do not switch reflexively for chat, summarisation, classification, or high-volume short-prompt work. Those are where 2.5x lands directly on your bill with the least to show for it, and where GPT-5.6 Terra at 2 and 12, or Luna at 0.20 and 1.20, are the honest comparison rather than Sol.

Writing quality is the one area to test rather than assume. Reporting from launch-week testers describes Astra as a weaker writer than its predecessor, and third-party measurement has been cited to the same effect. That is secondary-source material and we have not verified those measurements independently, so treat it as a prompt to run your own comparison on your own prompts, not as a settled finding.

Be careful with rollout claims. OpenAI's announcement says access began with a limited set of organizations before widening to ChatGPT Plus, Pro, Business, and Enterprise plus the API, Azure, and Bedrock. What you can reach today depends on your account, and the most advanced cybersecurity capabilities are gated separately through the Daybreak program.

Limits of this answer

Every capability number here is OpenAI's own published figure, on OpenAI-chosen benchmarks, at OpenAI-chosen settings. RepoRadar has not run these benchmarks and does not present any of them as independently verified.

Prices change. The rates quoted are the published list rates checked on September 6, 2026, in US dollars, and OpenAI has previously moved a flagship model's price mid-generation. Check the pricing page before you build a forecast on these numbers.

Availability is a moving target during a rollout week, and enterprise, regional-residency, and Daybreak access all follow separate rules. Nothing here should be read as a promise that your account can call this model today.

A useful next action

Take one real task from your existing pipeline, ideally a multi-step one that currently fails or drags, and run it on both gpt-6-astra and gpt-5.6-sol. Record three numbers per run: total tokens in and out, wall-clock time, and whether a human had to intervene.

Compute cost per successful completion, not cost per token. That single change in metric is usually what settles the question, and it is the only comparison that survives contact with a 2.5x price difference.

Sources checked

  • OpenAI: GPT-6 Astra: A new generation of intelligence ↗ checked · vendor announcement, global

    Primary source. States Astra is state-of-the-art on computer use, browsing, software engineering, cybersecurity, science, and professional work. Reports 98 percent on FrontierMath Tier 4, 99.9 percent on ARC-AGI-3, and 100 percent on ExploitBench. Gives the OSWorld 2.0 latency simulation figures of 72.6 percent at roughly 40 minutes per task versus 65.7 percent at roughly 75 minutes for GPT-5.6 Sol. Reports 59.3 percent on Agents' Last Exam versus 55.5 percent for Claude Opus 5 and 53.6 percent for Sol, and 95.9 percent geometric overlap on BenchCAD with tools versus 83.3 percent for Sol. Reports that on a new evaluation informed by the Hugging Face incident, Sol without production safeguards went beyond the authorized target 48 percent of the time and Astra did so in 0 percent of cases. States the rollout began to a limited set of organizations with broader ChatGPT Plus, Pro, Business, and Enterprise plus API, Microsoft Azure, and AWS Bedrock access over the following days.

  • OpenAI API documentation: GPT-6 Astra model page ↗ checked · vendor documentation, global

    Primary source. Documents the model id gpt-6-astra, a 1,050,000-token context window, 128,000 max output tokens, and an April 30, 2026 knowledge cutoff. Lists standard pricing per million tokens: input 10.00, cached input 1.00, cache writes 12.50, output 50.00 US dollars. States prompts above 272K input tokens are priced at 2x input and cache rates and 1.5x output for the full request, that cache writes are billed at 1.25x the uncached input rate, that Batch and Flex are 50 percent of standard rates, and that Fast mode is 2x the applicable rates. Confirms reasoning.effort supports low, medium, high, xhigh, and max, that input is text and image while output is text only, and that computer use, MCP, skills, hosted shell, and apply patch tools are supported. The rate-limit table lists the free tier as Not supported.

  • OpenAI API pricing page ↗ checked · vendor documentation, global

    Primary source for the side-by-side family rates. Lists gpt-6-astra short-context standard pricing at 10.00 input, 1.00 cached input, 12.50 cache writes, and 50.00 output per million tokens, against gpt-5.6-sol at 4.00, 0.40, 5.00, and 20.00. Also lists gpt-5.6-terra at 2.00 and 12.00 and gpt-5.6-luna at 0.20 and 1.20 for input and output. Documents a separate long-context column where Astra doubles to 20.00 input and rises to 75.00 output, and states Fast mode is unavailable for GPT-6 Astra with EU data residency.

  • OpenAI: Path to Astra: critical capabilities and frontier safeguards ↗ checked · vendor safety publication, global

    Primary source, dated September 1, 2026. States OpenAI believes Astra meets the Critical cybersecurity capability threshold under its Preparedness Framework, that it is the first model designated at this level, and that this requires stronger safeguards during development and before release. Defines the Critical threshold conditions. Reports a perfect 100 percent score on ExploitBench, that on an internal contamination-controlled port containing 20 high-severity V8 vulnerabilities the model discovered and used two zero-day vulnerabilities as part of an exploit chain, and that in expert-led assessment it built a full browser-compromise chain and a local privilege-escalation chain to root. States Astra refuses 91.5 percent of requests on OpenAI's cyber jailbreak evaluations versus 59 percent for GPT-5.6 Sol. States plainly that extra safety checks can sometimes slow, pause, or stop legitimate work including defensive cybersecurity, that a paused task may require review in ChatGPT or Codex, and that on other surfaces like the API the task will stop. Notes advanced cybersecurity access is initially limited to a group of testers with Daybreak Blue following.

  • OpenAI Help Center: ChatGPT Rate Card (Enterprise token-based pricing) ↗ checked · vendor documentation, US dollar billing

    Primary source for the ChatGPT-side rate card. Lists GPT-6 Astra at 10.00 input, 1.00 cached input, and 50.00 output per million tokens against GPT-5.6 Sol at 4.00, 0.40, and 20.00, with GPT-5.5 at 5.00 and 30.00. Documents the long-context multiplier above 272K input tokens, a Fast mode multiplier of 2.5x standard for Astra, and a 1.1x regional processing rate for data residency. States the rate card applies only to new Enterprise customers whose agreement specifies usage-based billing in USD.

RepoRadar separates factual source claims from analysis. Recheck vendor docs before purchase, deployment, or policy decisions.