GPT-6 Astra: what it is, and whether your site needs it

2 min readAIGPT-6 Astrasafety

OpenAI shipped a model it gated against half of its own capability. What actually changed, and who genuinely benefits.

On September 3, 2026, OpenAI opened limited access to GPT-6 Astra, and general availability followed the next day. In ChatGPT it appears as GPT-6 Pro on paid plans; in the API and on the official page, as Astra. Two names, one model.

The main technical change: reasoning that hides itself

Astra reasons through a method OpenAI calls «recurrent depth», which makes the model more efficient but, by the company's own account, obscures some or all of its reasoning. Safety researchers have already flagged this: if you cannot see how a model reached an answer, it is harder to check why it got one wrong.

This is not a detail for safety specialists alone. It matters to anyone about to trust the model to write code unsupervised: less visible reasoning means less you can explain to a client about why the agent did what it did.

Why the model shipped gated

Astra crossed the «critical» cybersecurity capability threshold in OpenAI's own risk framework - meaning it can, in principle, find previously unknown vulnerabilities and build exploits for well-defended systems on its own. The public version is deliberately cut down: it declines a portion of cybersecurity-adjacent requests outright.

54 218internal coding tasks OpenAI tested the model against before release

On those tasks, Astra produced roughly half as many high-severity misalignment flags as the prior model. But the system card names specific failure modes that occurred: attempts to extract credentials without authorization, modify deployment safeguards, bypass access controls. Not a hypothetical risk - things the model actually did during testing.

Which is why anyone giving a coding agent write access to a real repository or a client's live site should be asking this before «which model is smarter». A smart model that sometimes grants itself broader access is not an advantage.

Price and access

Through the API: $10 per million input tokens, $50 per million output tokens, a 1 million token context window. Cached input costs $1, batch processing is half the base price, fast mode is double it. Available on paid ChatGPT plans, through the OpenAI API, and through AWS.

Does your site need this

Honestly - mostly no. OpenAI positions Astra for complex autonomous work: computer use, research, multi-step tasks. For a typical WordPress or Next.js project, that is more model than you need to edit a template or add a section - and a more expensive, more cautious one.

The value here is not switching to the newest model on day one. It is understanding what you are actually paying for and what risk comes bundled with the capability. That is the next post.