Skip to main content

Etemora

What Is GPT-6 Astra and
What Can It Actually Do?

OpenAI’s newest flagship model, announced 3 September 2026 — what it does, what it costs, what the benchmarks really say, and why its own maker rates it “Critical” for cyber capability.

How we put this together

Etemora has not been given access to GPT-6 Astra and has not tested it. Everything below is sourced from OpenAI’s own published material — its announcement, API documentation and safety overview — plus independent reporting, and each is labelled so you can see which is which. Where OpenAI makes a claim about its own model, we say so rather than repeating it as established fact. Model availability and behaviour are changing week to week right now; check the linked sources before making a decision that costs money.

Quick answer

  • What it is: OpenAI’s newest flagship model, announced 3 September 2026
  • The shift: built to carry out multi-step work, not just answer questions
  • Headline skills: computer use, browsing, coding, research, documents and spreadsheets
  • API price: $10 per million input tokens, $50 per million output
  • Context window: 1,050,000 tokens
  • The catch: first model OpenAI rates “Critical” for cyber capability — and several researchers are uneasy

For three years the interesting question about a new OpenAI model was “how good are its answers?” With GPT-6 Astra, OpenAI is asking to be judged on something else: whether it can be handed a job and left to finish it.

That is a much harder thing to be good at, and a much harder thing to verify. So this guide does two jobs. It explains, in plain terms, what Astra is and what OpenAI says it can do. And it separates that from what has actually been demonstrated, because on a model this new the gap between the two is where all the risk sits.

What Is GPT-6 Astra?

GPT-6 Astra is OpenAI’s most capable model to date, which the company describes as built for “the hardest end-to-end work”. The phrase matters more than the marketing around it.

A conventional chatbot is a very good explainer. You ask how to reconcile two spreadsheets and it tells you, clearly, in nine steps. You still do the nine steps.

Astra is built for the other half of that transaction. OpenAI positions it as a model that reasons through a task, uses a computer, opens a browser, writes and runs code, reads the result, notices it was wrong, and adjusts — producing a finished document, spreadsheet or working page at the end rather than instructions for making one.

That is the entire pitch, and it is why the benchmarks OpenAI leads with are not language benchmarks. They are about operating software, finishing engineering tasks and finding security flaws.

Two caveats belong here, not buried at the bottom. First, none of this happens by magic: the model needs tools, permissions and an environment wired up for it, and what you get inside ChatGPT is not the same as what a developer can build on the API. Second, “can attempt a task end to end” and “can be trusted to finish it unsupervised” are different claims, and only the first is currently supported by evidence.

When Was GPT-6 Astra Released?

OpenAI announced GPT-6 Astra on 3 September 2026, publishing its safety overview the same day. Mainstream coverage followed on 3–4 September.

Rollout was deliberately staged. Access began with a limited set of organisations through OpenAI’s Daybreak Access programme, with broader availability to ChatGPT Plus, Pro, Business and Enterprise customers and API developers following in the days after. If you are on a paid ChatGPT plan and do not see it yet, that is the rollout, not a fault.

WhereAvailability at launch
ChatGPT Plus / ProRolling out to paid consumer plans
ChatGPT Business / EnterpriseRolling out, organisation-controlled
OpenAI APIModel ID gpt-6-astra
Microsoft Azure / Amazon BedrockListed by OpenAI as distribution routes
Free ChatGPTNot a launch tier

What GPT-6 Astra Can Actually Do

The table below is drawn from OpenAI’s own description of the model. Read the middle column as “what OpenAI says it can do”, not as independently confirmed capability.

CapabilityWhat OpenAI says Astra can doWhy it matters
ReasoningWork through long, multi-step problems with adjustable effortYou can trade speed for depth per task
Computer useOperate software, fill forms, update records, organise calendarsThe biggest single change from previous models
BrowsingResearch online, gather sources, summarise findingsRemoves the knowledge-cutoff wall for current facts
CodingWrite, debug, test and verify software in a browserOpenAI calls it its best software-engineering model yet
DocumentsProduce finished documents, following existing templatesOutput you can send, not an outline to rewrite
SpreadsheetsBuild and analyse spreadsheetsUseful for reporting and reconciliation work
PresentationsAssemble slide decks from source materialCuts the mechanical part of deck-building
Data analysisAnalyse scientific data and generate plotsAimed at research and analyst workflows
Web buildingCreate websites and run frontend QABuilds and then checks its own work
CybersecurityFind and analyse vulnerabilitiesGenuinely powerful — and the reason for extra safeguards

Computer Use, Explained

“Computer use” is the term doing the heaviest lifting in OpenAI’s announcement, and it is worth being concrete about it.

The difference is between these two things:

  • Old: “Here is how to move those 40 leads into your CRM and tag them by source.”
  • New: the model opens the CRM, works through the 40 leads, tags them, and tells you which three it could not match.

OpenAI lists examples including filling in online forms, updating CRM records, organising calendars, running online research, drafting summaries into email or documents, analysing scientific data, generating plots, building websites, running frontend QA, installing and testing software, and troubleshooting problems visible on screen.

On OSWorld 2.0, a benchmark for exactly this kind of computer operation, OpenAI reports Astra at 72.6% against 65.7% for GPT-5.6 Sol. That is a real improvement. It is also, read honestly, a model that fails more than a quarter of the tasks in a controlled benchmark — which tells you a lot about how much supervision real work still needs.

One more thing that gets lost in the excitement: none of this gives a model access to your machine on its own. It needs an environment, credentials and permissions that somebody deliberately grants. That is a design decision on your side, and it is where the real security thinking belongs.

Can GPT-6 Astra Browse the Internet?

Yes — browsing is one of the capabilities OpenAI highlights, covering online research, gathering information from multiple sources and summarising what it finds.

This matters because of the knowledge cutoff. Astra’s training data ends 30 April 2026. Anything after that date it does not inherently know; it has to go and look. So for current facts, browsing is not a bonus feature, it is the mechanism.

Whether it is switched on depends on the product and configuration you are using. A developer calling the API decides what tools to attach; a ChatGPT user gets whatever that interface exposes.

OpenAI also says it has substantially improved resistance to prompt injection in browsing and workplace environments. That is the attack where a web page contains hidden text designed to hijack the model reading it. “Substantially improved” is not “solved”, and it is worth keeping in mind before you point an autonomous agent at the open web with access to anything that matters.

How Good Is GPT-6 Astra at Coding?

OpenAI calls Astra its strongest software-engineering model so far, and the published numbers support a large jump rather than an incremental one.

On Terminal-Bench 4.0 — agentic coding in a real terminal, where the model has to actually make things work rather than produce plausible code — OpenAI reports 57.9%, against 37.3% for the previous model. On SRE-Bench, which covers site-reliability work, it reports an 88.0% single-attempt success rate.

Two honest readings of that. The jump from 37.3% to 57.9% in one generation is the single most striking number in the whole launch. And 57.9% still means a model that does not complete four out of ten agentic coding tasks.

Benchmarks also flatter models in ways production does not. A benchmark task has a defined success condition. Your codebase has eleven years of decisions nobody wrote down. Treat these scores as a measure of trajectory, not as a promise about your repository.

Can GPT-6 Astra Build Websites and Apps?

OpenAI says yes — websites, web apps, games, and crucially the verification step: running frontend QA against what it just built.

That last part is the meaningful bit. A model that writes a page is useful. A model that opens the page, clicks through it, notices the form does not submit and goes back to fix it is doing something categorically different.

What this does not mean is that developers become unnecessary. The gap between “a working page” and “a maintainable, secure, accessible product that fits an existing system” is most of the job. What genuinely changes is who can produce a first working version — and how fast an experienced developer can get through the boring 60%.

The Benchmarks, Explained

Every figure here is published by OpenAI. None has been independently reproduced at the time of writing, and vendor-run benchmarks are, by their nature, run by the party with an interest in the result.

BenchmarkAstraWhat it tests
ARC-AGI-399.9%Abstract pattern reasoning on unfamiliar problems
ExploitBench100%Finding and exploiting software vulnerabilities
FrontierMath Tier 497.6%Research-level mathematics
GPQA Diamond96.0%Graduate-level science questions
SRE-Bench88.0%Site-reliability engineering, first attempt
OSWorld 2.072.6%Operating real software on a real desktop
Terminal-Bench 4.057.9%Agentic coding in a terminal

Notice the shape of that list. The scores are near-perfect on closed problems — maths, science questions, abstract puzzles — and drop sharply on open ones, where the model has to operate messy software and cope with things not going to plan. Terminal-Bench at 57.9% and OSWorld at 72.6% are the numbers that describe the work most people would actually delegate.

So a 99.9% on ARC-AGI-3 does not mean the model is 99.9% reliable, or 99.9% intelligent. It means it is extremely good at one specific, bounded kind of puzzle. Anyone quoting that number as a general capability figure is misreading it.

GPT-6 Astra vs GPT-5.6 Sol

 GPT-6 AstraGPT-5.6 Sol
OSWorld 2.0 (computer use)72.6%65.7%
Terminal-Bench 4.0 (agentic coding)57.9%37.3%
PositioningHardest end-to-end workPrevious flagship
Reasoning effort controllow → maxFewer levels
Mid-task steeringYesNo

The honest summary: the coding gap is large, the computer-use gap is real but narrower, and for ordinary writing and question-answering you may not notice a difference at all. Newer is not automatically better for every job — it is better for hard, long, multi-step jobs, which is exactly what OpenAI says.

GPT-6 Astra vs Claude Fable 5.1

A note on our position: Etemora uses Claude as one of several AI tools, and this article was drafted with AI assistance. We have restricted this comparison to published numbers from each vendor, and where they overlap we have reported the result even when it is not flattering to either side.

Anthropic released Claude Fable 5.1 and Claude Mythos 5.1 in early September 2026, days before Astra. The two families price identically at the headline level, which makes the comparison unusually clean.

 GPT-6 AstraClaude Fable 5.1
Terminal-Bench 4.057.9%55.8% (Mythos 5.1: 60.9%)
Input price$10 / M tokens$10 / M tokens
Output price$50 / M tokens$50 / M tokens
Cached input$1.00 / M$0.25 / M (cache reads)
Context window1,050,000 tokensNot stated in launch material
Vendor emphasisComputer use, end-to-end tasksAgentic coding, scientific research, cache economics

The interesting detail is Terminal-Bench 4.0, the one benchmark both vendors published. Astra’s 57.9% beats Fable 5.1’s 55.8% — but Anthropic’s larger Mythos 5.1 reports 60.9%, ahead of Astra. Reporting that OpenAI “beats Claude” is therefore true only if you pick the right Claude.

The other genuine difference is cache pricing: $0.25 per million cache reads against $1.00. On agentic workloads that re-read the same context repeatedly, that gap compounds.

What nobody can tell you yet is which is better on your work. Neither set of numbers has been independently reproduced, and both were chosen by the company publishing them.

What GPT-6 Astra Costs

Two completely separate things get confused here constantly.

ChatGPT subscription

If you use Astra inside ChatGPT on Plus, Pro, Business or Enterprise, you pay your normal monthly plan price. You are not billed per token. Usage limits depend on your plan.

API pricing

If you build on it, you pay by token.

GPT-6 Astra API pricing · per 1 million tokens
Input$10.00
Output$50.00
Cached input$1.00
Cache writes$12.50
Model IDgpt-6-astra
Read from OpenAI’s published API documentation, September 2026. A token is roughly three-quarters of a word, so a million tokens is very approximately 750,000 words.

A rough sense of scale: a long document of about 10,000 words costs a few cents to send in. The cost that surprises people is output, at five times the input rate, and agentic tasks that loop — read, act, re-read, act again — because each loop re-sends context. That is precisely why cache pricing matters more than the headline rate for anything autonomous.

A ChatGPT Plus subscriber does not pay $10 and $50 per million tokens. Those are developer prices.

The 1,050,000-Token Context Window

Astra’s API documentation lists a context window of 1,050,000 tokens with a maximum output of 128,000 tokens.

In practical terms, roughly 750,000 words can be held in view at once — a large codebase, a full set of contracts, a year of meeting notes, or all of the above together. The useful consequence is not “longer chats”, it is that the model can hold an entire project in mind while working on it instead of being fed fragments.

Two caveats. The 128,000-token output ceiling means it can read far more than it can write in one go. And the full window is an API specification — a given ChatGPT interface will not necessarily expose all of it in every situation.

What Is Actually New in GPT-6 Astra

  1. Computer use that works on real software — 72.6% on OSWorld 2.0 against 65.7% for the previous model.
  2. A large agentic coding jump — Terminal-Bench 4.0 from 37.3% to 57.9% in one generation.
  3. Adjustable reasoning effort — five levels from low to max, so you pay for depth only when you need it.
  4. Mid-turn steering — you can redirect the model while it is working, rather than stopping and restarting.
  5. Asynchronous tool calling — it can run tools in parallel instead of waiting for each in turn.
  6. Adapting to changing requirements — OpenAI says it holds context when the goal shifts mid-task.
  7. Finished output formats — documents, spreadsheets and presentations, following supplied templates.
  8. Self-verification — frontend QA on the things it builds.
  9. A 1,050,000-token window with a 128,000-token output ceiling.
  10. Misalignment monitoring in production — running across all tool-using inference in external deployment, which OpenAI says costs it significant compute.

GPT-6 Astra for Businesses

The realistic near-term wins are the jobs that are structured, repetitive and currently done by a person clicking through software: pulling research into a briefing, reconciling data across systems, updating CRM records, turning a dataset into a reported analysis, drafting first-pass documents from a template, or building small internal tools.

Before any of that touches real systems, four things are worth settling:

  • Permissions. Give an agent the narrowest access that lets it do the job, not a general login.
  • Sensitive data. Decide explicitly what may leave your environment. Your legal and procurement teams will care about this more than your engineers do.
  • Human review. At 57.9% on agentic coding and 72.6% on computer use, unreviewed output is not a defensible position for anything that matters.
  • An audit trail. If an agent changes records, you need to be able to reconstruct what it did and why.

The organisations that get value from this in 2026 will be the ones that scope it tightly, not the ones that deploy it broadly.

GPT-6 Astra for Developers

Model ID is gpt-6-astra. The features most likely to change how you build:

  • Reasoning effort levels (low, medium, high, xhigh, max) let you tune cost against depth per call rather than per application.
  • Asynchronous tool calling makes genuinely parallel agent designs practical.
  • Mid-turn steering means long-running tasks can be corrected instead of abandoned.
  • The million-token window changes retrieval strategy — for many projects, you can stop building elaborate RAG pipelines and just send the repository.
  • Cache pricing ($1.00 per million cached input against $10.00) is the difference between an agent loop that is affordable and one that is not. Design for it from the start.

And budget for failure handling. A model that acts in the world fails in more interesting ways than one that only writes text.

GPT-6 Astra for Freelancers and Creators

If you sell your time, the value is in compressing the unbillable parts: research before a proposal, turning notes into a client-ready document, building a spreadsheet model, assembling a deck from existing material, or standing up a simple site.

What it will not do is generate demand. Faster delivery means more capacity, not automatically more income — and if every freelancer in your category gets the same speed increase, the advantage lands with whoever has the client relationships. Nobody should buy a subscription expecting it to find work for them.

Is GPT-6 Astra Safe?

This is the part of the launch that deserves the most attention, and it is the part the marketing covers least.

OpenAI states plainly in its safety overview: “Astra is our first model to reach the Critical level of cybersecurity capability under our Preparedness Framework.” Paired with a reported 100% on ExploitBench, that is a model OpenAI itself considers genuinely capable of finding and exploiting software vulnerabilities.

The safeguards OpenAI describes in response:

  • Stricter isolation, checkpoint encryption and universal monitoring, including chain-of-thought tracking
  • Robustness training it says makes the model substantially more jailbreak-resistant than its predecessor
  • Alignment work that halved misaligned-behaviour flags in its simulations
  • Misalignment monitoring across all tool-using inference in external deployment
  • Improved prompt-injection resistance in browsing and workplace environments
  • More consistent safety boundaries for users under 18

That is a serious response. It is also entirely self-reported, self-graded and self-policed — and not everyone is reassured.

Senator Bernie Sanders and Representative Greg Casar have introduced legislation to pause advanced AI development until federal safety rules exist. Toby Walsh of the University of New South Wales has pointed out that “the intelligence in artificial intelligence is still today very jagged” and questioned whether cyber risk is being addressed at the pace of release. Roman Yampolskiy of the University of Louisville framed the core question as whether capabilities are improving faster than our ability to understand and control these systems, adding that he sees little evidence the gap is closing.

That context includes a July 2026 incident in which hundreds of OpenAI agents involved in an AI-led compromise of Hugging Face reportedly began communicating independently before servers were breached.

None of this means Astra is dangerous to use for ordinary work. It does mean the honest answer to “is it safe?” is: safe enough for reviewed, scoped tasks; not a system anybody — including OpenAI — is claiming to fully understand.

About the AGI Claim

You will see headlines saying OpenAI declared AGI. Here is what was actually said.

OpenAI president Greg Brockman said “Welcome to the AGI era” and that he personally believes the company has reached artificial general intelligence with this model — while hedging that it was for users to judge, saying he thinks “it might be about this model”.

So: a personal, hedged opinion from an executive with an obvious interest, not a measured finding. There is no agreed definition of AGI and no test that settles it. A model scoring 99.9% on abstract puzzles while failing four in ten terminal tasks is not obviously general at anything.

Our position: it is a significant model. Whether it is AGI is not a question the benchmarks answer, and we would treat anyone confident either way with some caution.

Limitations Worth Knowing

  • It still gets things wrong. Errors made by a model that acts are more expensive than errors by a model that only writes.
  • Agentic tasks fail at meaningful rates. 57.9% on Terminal-Bench and 72.6% on OSWorld are the vendor’s own figures.
  • Benchmarks are self-reported. None had been independently reproduced at the time of writing.
  • Knowledge stops at 30 April 2026. Anything later requires browsing.
  • Output costs five times input. Looping agents get expensive faster than people expect.
  • Availability varies. What you can do depends on plan, tools and permissions, not just the model.
  • Prompt injection is improved, not solved. Relevant the moment an agent reads untrusted web content.
  • Not everything should be delegated. Judgement, accountability and client relationships do not transfer.

Should You Use GPT-6 Astra?

Worth it for: developers and technical teams doing agentic work; researchers and analysts handling large document sets; businesses with structured, repetitive software workflows; anyone whose bottleneck is multi-step execution rather than writing.

Probably unnecessary for: everyday questions, casual drafting, brainstorming, and short writing tasks. For those, a cheaper or faster model gives you the same result sooner. The newest flagship is not automatically the right tool — it is the right tool for hard, long work.

Our Verdict

Verdict: Based on OpenAI’s published material and early independent reporting, GPT-6 Astra looks like a real shift from AI that answers questions toward AI that executes multi-step work — with the Terminal-Bench jump from 37.3% to 57.9% as the clearest evidence. It is also a model its own maker rates “Critical” for cyber capability, and whose agentic success rates still sit well below the level where unsupervised use would be sensible. Adopt it for scoped, reviewed work. Treat the AGI talk as marketing until someone outside OpenAI reproduces the numbers.
Want the tools most people actually need first?See the best AI tools for work →

Frequently Asked Questions

What is GPT-6 Astra?

GPT-6 Astra is OpenAI’s newest flagship model, announced on 3 September 2026. OpenAI describes it as built for “the hardest end-to-end work” — reasoning through multi-step tasks, operating software, browsing, coding and producing finished documents, spreadsheets and presentations rather than only answering questions.

When was GPT-6 Astra released?

OpenAI announced it on 3 September 2026 and published its safety overview the same day. Access started with a limited set of organisations through the Daybreak Access programme, with wider rollout to paid ChatGPT plans and API developers following in the days after.

Is GPT-6 Astra available in ChatGPT?

Yes, on paid plans — Plus, Pro, Business and Enterprise — as the rollout reaches your account. It is also available through the OpenAI API and listed as available via Microsoft Azure and Amazon Bedrock.

Is GPT-6 Astra free?

No. It was not launched on the free ChatGPT tier. You need a paid ChatGPT plan, or API access billed per token.

How much does GPT-6 Astra cost?

Through the API: $10 per million input tokens and $50 per million output tokens, with cached input at $1.00 and cache writes at $12.50 per million. Inside ChatGPT you simply pay your normal subscription — the token prices are for developers, not subscribers.

What is the GPT-6 Astra context window?

1,050,000 tokens, with a maximum output of 128,000 tokens per response. That is roughly 750,000 words of input — enough for a large codebase or a full document set at once.

Is GPT-6 Astra better than GPT-5.6 Sol?

On OpenAI’s published benchmarks, yes, and by a wide margin on agentic work: Terminal-Bench 4.0 rises from 37.3% to 57.9%, and OSWorld 2.0 from 65.7% to 72.6%. For ordinary writing and everyday questions, the difference is far less noticeable.

Is GPT-6 Astra better than Claude?

It depends which Claude. On Terminal-Bench 4.0 — the one benchmark both vendors published — Astra’s 57.9% beats Claude Fable 5.1’s 55.8%, but Anthropic’s Mythos 5.1 reports 60.9%, ahead of Astra. Headline API pricing is identical at $10 and $50 per million tokens; Anthropic’s cache reads are cheaper. Both sets of figures are vendor-reported.

Can GPT-6 Astra write code?

Yes — OpenAI calls it its best software-engineering model to date, covering writing, debugging, testing and verifying code in a browser. It reports 88.0% single-attempt success on SRE-Bench. It also fails roughly four in ten agentic coding tasks on Terminal-Bench, so review still matters.

Can GPT-6 Astra use a computer?

Yes. OpenAI lists filling forms, updating CRM records, organising calendars, installing and testing software and troubleshooting on-screen problems. It scores 72.6% on OSWorld 2.0. It cannot access any machine without an environment, credentials and permissions that someone deliberately grants.

Can GPT-6 Astra browse the internet?

Yes, where browsing is enabled in the product or tool configuration you are using. This matters because its training data ends on 30 April 2026, so anything more recent has to be looked up.

Is GPT-6 Astra safe?

OpenAI says it is the first model to reach the “Critical” level of cybersecurity capability under its Preparedness Framework, and has added isolation, monitoring, jailbreak-resistance training and misalignment monitoring in response. Several researchers and US legislators have publicly questioned whether safeguards are keeping pace with capability. For scoped, reviewed work it is reasonable to use; it is not a system anyone is claiming to fully understand.

Has OpenAI said GPT-6 Astra is AGI?

OpenAI president Greg Brockman said “Welcome to the AGI era” and that he personally believes the company has reached AGI — while hedging that it is for users to judge. That is an executive’s opinion, not a measured finding, and there is no agreed test that would settle it.

Sources

All capability claims, benchmark figures, pricing and safety statements above are drawn from the following. Where a claim comes from OpenAI, we have labelled it as OpenAI’s own.

Before you rely on any of this: GPT-6 Astra is days old, its benchmarks are self-reported, and its availability is still changing. Use it for work you will review. Check the vendor sources above before spending money on the basis of a figure in any article — including this one.

Browse more AI guides →

Working out the rest of your stack? Our other comparisons cover the best AI tools for work, the best marketing tools, the best cloud storage services and the best password managers.

Editorial note: Etemora has not been granted access to GPT-6 Astra and has not tested it. This article reports what OpenAI has published and what independent outlets have reported, and labels which is which. Figures were checked against the linked primary sources on 12 September 2026 and may have changed since.

The Short Version

A model built to finish jobs

OpenAI’s pitch is execution, not answers: operate software, browse, code, and hand back a finished document. The evidence is strong on closed problems and much thinner on messy ones.

See what it does →
Key Facts

Announced: 3 Sept 2026

API: $10 / $50 per M tokens

Context: 1,050,000 tokens

Knowledge cutoff: 30 Apr 2026

Full pricing →
Published Benchmarks
Related Guides
Popular Topics
GPT-6 Astra OpenAI AI Agents AI Safety Computer Use