GPT-6 Astra is sold on one capability: it can drive a computer for hours without losing the thread. The headline price is $10 per million input tokens and $50 per million output. Both numbers are close to useless on their own.

The first is useless because the comparison everyone made was the wrong one. The second is useless because the effective rate moves by a factor of a hundred depending on how you call it.

Strip the launch language and Astra is one capability sold hard: it can drive a computer for hours without losing the thread. Everything else in the announcement is downstream of that.

The pricing is $10 per million input tokens and $50 per million output. Two comparisons matter and most coverage only made the first:

Against GPT-5.6 Sol, it is 2.5x. That is the number your CFO will ask about, and the capability gain is real but not obviously 2.5x real for general work.

Against Claude Fable, it is identical. That is the number that should drive your decisions. At the same price you are choosing between a model that is ahead on operating software and one that is ahead on reasoning quality. Price has stopped being the tiebreaker, which means task shape is the only tiebreaker left.

The spec that matters for long-horizon work, because it is what lets a run survive a full working day:

Note what is missing, because it constrains architecture: no fine-tuning, no embeddings, no realtime, no audio. If your plan involved tuning a model on your own corpus, that plan is not available here. The intended path is context and tools, not weights.

Fig. 1
The numbers behind "runs for hours"
A million tokens of working memory. CONTEXT BUDGET, 1,050,000 TOKENS INPUT  922,000 MAX OUT 128K Knowledge cutoffApril 30, 2026 Reasoning effortlow / medium / high / xhigh / max Built-in tools10, incl. computer_use, hosted_shell, skills, mcp In / outtext + image in, text only out NO FINE-TUNING, NO EMBEDDINGS, NO REALTIME, NO AUDIO. ONE SNAPSHOT: GPT-6-ASTRA.
The 922K input ceiling is the number that makes the knowledge-base pattern in section 6 possible at all.
Data: OpenAI API documentation, September 2026

The price is not $10/$50

The headline rate is the least useful number in the pricing table. The effective rate moves by a factor of a hundred depending on how you call it, and long agentic runs sit at both extremes at once.

Four consequences worth acting on:

Cached input is $1 per million against $10 standard. Cache writes bill at 1.25x uncached, so the write pays for itself on the second read. A long-running agent that re-reads the same codebase, policy set or corpus every turn should be hitting cache on nearly all of it. If your bill looks like standard input all the way down, you are paying ten times more than the workload requires.

The 272K cliff is real. Cross it and input bills at 2x and output at 1.5x. A million-token context is available, not free, and drifting over the line mid-run is a silent doubling. Compaction is the countermeasure, and it is the same mechanism that bought the 37 points in section 3.

Batch and Flex are half price. Overnight QA sweeps, corpus assembly and nightly regression runs have no latency requirement, which makes them exactly the workloads that should never run at standard rates. Fast mode is 2x and is for the handful of paths where a human is waiting.

Tool calls bill per call on top of tokens. Search and computer use are metered separately, and computer use is the thing you bought the model for, so this line grows with adoption rather than shrinking.

Rate limits scale hard by tier, from 500 requests and 500K tokens per minute at Tier 1 to 15,000 requests and 40M tokens per minute at Tier 5. A fleet plan that works in a pilot can hit a wall on the day you scale it, and moving tiers is a spend history, not a support ticket.

Fig. 2
Effective price per million tokens
Same model. A 100x spread. INPUT, PER MILLION cached $1 standard $10 over 272K prompt $20 OUTPUT, PER MILLION batch / flex $25 standard $50 over 272K prompt $75 fast mode $100 Cache hits cost a tenth of standard input. That is the lever, and long runs are where it lives.
Cache writes bill at 1.25x the uncached rate, so caching pays back on the second call and every call after. Bars drawn to scale.
Data: OpenAI API documentation, September 2026. Chart: nativefirst.ai

Put the four levers together and the same workload can differ by an order of magnitude on the invoice with no change at all to what the agent does. Caching is the biggest lever and the least discussed.

What would your agent workload actually cost?

Book a free Diagnostic: 30 to 45 minutes, no deck, no pitch. We price one real workflow against cached, batch and standard rates before you commit to a model.

Book the Diagnostic →

Part 1 of Working with GPT-6 Astra: The Operator Guide.

Sources
1OpenAI API documentation, September 2026, for the technical spec: 1,050,000 token context window (922,000 max input, 128,000 max output), knowledge cutoff April 30 2026, reasoning.effort levels low/medium/high/xhigh/max, ten built-in tools (web_search, file_search, image_generation, code_interpreter, hosted_shell, apply_patch, skills, computer_use, mcp, tool_search), text and image input with text-only output, no fine-tuning, embeddings, realtime or audio. Pricing: $10/M input, $1/M cached input, cache writes at 1.25x uncached ($12.5/M), $50/M output; prompts over 272K bill at 2x input and 1.5x output; Batch and Flex at 50%; Fast mode at 2x. Rate limits run from 500 RPM / 500K TPM at Tier 1 to 15,000 RPM / 40M TPM at Tier 5. developers.openai.com
2OpenAI, "GPT-6 Astra: A new generation of intelligence", September 3, 2026: claimed state of the art on FrontierMath Tier 4, ARC-AGI 3, TerminalBench-4.0, Terminal-Bench Science 0.1 and HealthBench Pro; ExploitBench 100% (GPT-5.6 Sol 78.5%); OSWorld 2.0 offline 72.6% (Sol 65.7%, Claude Opus 5 70.2%). Rollout via limited Daybreak Access, then ChatGPT Plus/Pro/Business/Enterprise, the API and AWS. Defensive cyber work supported; advanced offensive work such as proof-of-concept exploits refused. openai.com
3Simon Willison, "GPT-6 Astra", September 3, 2026, for pricing and the benchmark caveat: $10/million input and $50/million output, matching Claude Fable; "clearly OpenAI's Fable competitor"; on Artificial Analysis's Intelligence Index Astra scores 61, level with GPT-5.6 Sol and behind Claude Fable 5.1 at 66. simonwillison.net
John Tan
John Tan

Founder and CEO of nativefirst.ai. Embeds with scaling founders and CEOs to ship Level-3 agents and AI workflows in production.