Skip to content

Build1 publisher3 min readPublished

Astra bills at long-context rates once a request passes 30 percent of its input window

OpenAI's spec lets gpt-6-astra take 922,000 input tokens, but requests above 272,000 move to higher long-context rates. Provisioning a model that drives a desktop, a shell and MCP servers starts with that threshold.

The Engineer · Build desk

Illustration accompanying Astra bills at long-context rates once a request passes 30 percent of its input window

What happened

  • OpenAI announced GPT-6 Astra on September 3, 2026, and calls it its most intelligent and aligned model.
  • The model browses, drives a desktop, inspects codebases, runs a shell, edits files, calls MCP servers and produces documents and spreadsheets while continuing multistep tasks through tools.
  • The API model gpt-6-astra takes text and images, returns text, supports a 1,050,000-token context window with up to 922,000 input and 128,000 output tokens, and has an April 30, 2026 knowledge cutoff.
  • OpenAI classifies Astra as the first broadly deployed model to reach the Critical cybersecurity threshold of its Preparedness Framework.

Compiled by The EngineerSomething wrong?How this is made

Why it matters

  • cost At standard rates a full-window call costs $9.22 for 922,000 input tokens plus $6.40 for 128,000 output tokens, and both are floors because a request that size bills at long-context rates.
  • constraint A request leaves standard pricing at 272,000 input tokens, about 30 percent of the way into the maximum input, so a long operator session has to prune or split context to stay under the line.
  • exposure Whoever grants shell, browser and network access now owns that decision for a system OpenAI has rated Critical for cyber capability under its Preparedness Framework.
  • contradiction OpenAI reports better restriction-following and worse chain-of-thought legibility in the same release, so review gates built on reasoning traces have to move to action and full-trajectory logs.

Cache pricing is where an operator loop gets designed. A cached read costs $1 per million tokens against $10 standard, and a cache write costs $12.50 [5]. The write premium is $2.50 per million and each read saves $9, so one read pays the premium back about three and a half times over [1]. An agent that re-reads the same repo tree and the same shell transcript on every turn should write that prefix once and read it for the rest of the session.

Output is billed five times input, $50 against $10 per million [5][4]. A model that produces documents, spreadsheets and file edits works on the expensive side of that ratio [2]. The dev.to post does not publish the long-context rates that apply above 272,000 input tokens [18].

The computer-use numbers are claims about OpenAI's setup. Astra scores 72.6 percent on OSWorld 2.0, and OpenAI reports roughly 47 percent less simulated task time than GPT-5.6 Sol on the compared setting [3][6]. For the time saving to transfer, your desktop tasks have to look like OSWorld's, and simulated task time has to track what you are billed for. The success rate travels worse: 72.6 percent leaves about 27 tasks in 100 unfinished [5], and an operator fails inside a workspace with a shell open.

I did not expect the post to argue against its own headline chart. It says the 100 percent ExploitBench score uses known V8 vulnerabilities and may be contaminated, and points instead to recent-vulnerability tests and supervised work against hardened targets [8]. A benchmark built on known V8 bugs largely measures how much of V8's bug history was in training. The stronger evidence it cites is the expert-led evaluation, where Astra found unknown vulnerabilities and built working exploit chains against hardened browser and operating-system targets [15]. On coding, Astra leads Terminal-Bench 4.0 at 57.9 percent while OpenAI's own tables put other models ahead on some coding and general-intelligence indices [7].

Gray Swan's indirect prompt injection evaluation ran 1,810 attacks, and the estimated chance of at least one successful attack in 15 attempts was 8.5 percent [13]. I would take that number into a design review. Treating attempts as independent, that is about 0.6 percent per attempt, and 100 attempts reaches roughly 45 percent [6]. IPI Arena is adversarial, so that rate comes from attackers who are actively trying.

Deployed Astra ships behind refusals, classifiers, misalignment monitoring, Auto-review, a confirmation policy, account enforcement and trusted-access programs, according to the post [12]. Its conclusion is that a deployment like this needs its own identity, workspace, permissions, network boundary and incident trail [16]. The spec supports the shape of that argument: something that runs shell commands and calls MCP servers on your behalf is a principal in your systems, and every access grant has to name which one. All of these figures come from one dev.to writeup summarising OpenAI's system card and pricing without reproducing them [17].

What to watch

  • Whether OpenAI publishes the long-context rates that apply above 272,000 input tokens; the routing budget for an operator loop depends on them.
  • Whether shell, browser and MCP tooling is gated through the trusted-access program now that OpenAI has classified Astra Critical for cyber capability.
  • An ExploitBench run on vulnerabilities disclosed after the April 30, 2026 knowledge cutoff, which would test the contamination caveat.
Loading claim ledger
Loading source directory links
Loading share composer
Loading topic controls
Loading related stories