Key Points
- A new-generation flagship: OpenAI released
gpt-6-astraon September 3, 2026, calling it “the most intelligent and aligned model in the world”, built for computer use, software engineering, science, and long-horizon agent work. APIYI has it live in thedefault/svipofficial-relay groups and the half-priceCodex_Reversegroup - Priced item-for-item with OpenAI: $10 in / $50 out per 1M tokens, $1 cached reads, $12.50 cache writes. That is 2.5x the current promotional price of
gpt-5.6-sol($4 / $20) and identical to Claude Fable 5.1 on input and output - Specs stepped up across the board: 1,050,000-token context, 128,000-token max output, knowledge cutoff April 30, 2026. Reasoning effort gains two new levels,
xhighandmax, for five in total - Big jumps on agent benchmarks: Terminal-Bench 4.0 from 37.3% to 57.9%, ScreenSpot-Pro from 76.9% to 92.7%, FrontierMath Tier 4 from 83.0% to 97.6%. OpenAI says it uses roughly 70% fewer tokens than Sol on equivalent tasks
- Cyber capability rated “Critical”: this is the first OpenAI model to cross the cybersecurity Critical threshold in its Preparedness Framework. The public API refuses vulnerability discovery and exploit-writing tasks. Regular development work is unaffected
Background
Less than two months after GPT-5.6 shipped as the Sol / Terra / Luna trio in July, OpenAI has moved the generation number to 6. Unlike 5.6, GPT-6 currently comes as a single model,gpt-6-astra, and OpenAI has not announced a mini or lightweight tier.
The positioning is unambiguous: this is a model for getting work done, not a chat model. The one-line pitch from the launch is “anything you can do on a computer, Astra can do for you. Fast.” Every headline benchmark is about computer use (OSWorld, ScreenSpot-Pro), terminal and software engineering (Terminal-Bench 4.0, DeepSWE), science (FrontierMath, Terminal-Bench Science), and professional tasks. Conventional conversational benchmarks are almost absent from the official material.
The other first is a staged rollout. On September 3 the model went to enterprises in the Trusted Access program and to defenders in the Daybreak cybersecurity program. Over the following days it expanded to ChatGPT Plus / Pro / Business / Enterprise, the OpenAI API, and AWS. APIYI completed onboarding on September 5.
Daybreak is the cybersecurity defense program OpenAI announced alongside Astra, with a stated commitment of $1 billion in credits for defenders and critical-infrastructure organizations. Vetted organizations get access with looser safeguards. What APIYI serves is the standard public release.
Deep Dive
Benchmarks (retrieved September 5, 2026)
The three largest gains are all agentic: terminal operation, screen grounding, exploit tasks. Knowledge QA (GPQA Diamond) and patch-writing (DeepSWE) move by one or two points. This generation is about finishing the task, not answering more accurately.
Figures come from OpenAI’s announcement as relayed by third-party outlets (MarkTechPost, Yotta Labs, September 3-4, 2026) and have not been independently reproduced. On ARC-AGI-3 the official figure is 99.9%, but per Latent Space’s roundup that is with OpenAI’s adapter harness; direct answers land around 63-66%. Quote it with the caveat.
Core Capabilities
Computer Use
Browsers, spreadsheets, desktop apps, and terminals. OSWorld 2.0 72.6%, ScreenSpot-Pro 92.7%. OpenAI reports average completion time on complex tasks dropping from about 75 minutes to 40
Five Reasoning Levels
reasoning_effort accepts low / medium / high / xhigh / max; xhigh and max are new this generation. OpenAI says switching levels does not break the prompt cacheToken Efficiency
OpenAI reports roughly 70% fewer tokens than GPT-5.6 Sol on equivalent tasks (about one third of Sol’s usage in the Codex harness). The unit price is 2.5x, so the real per-task gap is smaller than the price gap
Agent Toolchain
Web search, file search, code interpreter, hosted shell, computer use, MCP, and tool search on the Responses side, plus new async function calling and mid-turn steering
Specifications
Practical Use
Recommended Scenarios
- Long-horizon agent tasks: multi-step browser / desktop automation, cross-system data transfer and reconciliation. This is where Astra improves most over the previous generation
- Complex software engineering: large code migrations (OpenAI reports 68% migration accuracy, 10 points ahead of second place), cross-repo refactors, SRE incident triage
- Science and professional analysis: near-perfect FrontierMath Tier 4, well suited to mathematical derivation, scientific scripting, and professional document drafting
- Very long context: 1.05M tokens fits a mid-sized codebase or several hundred pages of documents in one request
gpt-5.6-luna; leave those workloads to Luna / Terra.
Code Example
Best Practices
- Pick the reasoning level per task:
low/mediumfor deterministic steps,xhigh/maxfor planning and debugging that needs extended thinking.maxgrows reasoning tokens sharply and output bills at $50, so measure on a small sample before scaling up - Lean on the cache: cached reads at $1 are one tenth of the standard input price. In agent loops, keep stable prefixes such as system prompts, tool definitions, and codebase context at the front of the conversation so every turn hits the cache
- Watch input size: as on OpenAI, a request whose input exceeds 272K tokens moves to a higher billing tier for the whole request (input and cache double). Unless you genuinely need the whole repo in one shot, keep day-to-day context under 272K
- Migrating from 5.6 Sol is a model-name change: request structure and parameters stay in the OpenAI-compatible format; swap the
modelfield and enablexhigh/maxas needed
Pricing and Availability
Pricing
All four items match OpenAI’s standard-tier list price. OpenAI also offers Batch / Flex at half price and a Fast tier at 2x; the figures here are the standard tier.
Those are the prices in the
default / svip official-relay groups. The Codex_Reverse group (the Codex reverse-engineered economy channel) also carries this model at a 0.5x discount off the official price: $5 in / $25 out, $0.50 cached reads. It suits Codex coding, client chat, and agent workloads where cost matters; for production, use the official-relay groups. See the group guide for the differences.
Compared with Peers
Astra and Claude Fable 5.1 are priced identically on input and output. The difference is cached reads: $0.25 for Fable 5.1 versus $1.00 for Astra. In multi-turn agent workloads with high cache hit rates, that line item widens the real cost gap.
Long-Context Tiered Billing
Matching OpenAI,gpt-6-astra bills in two tiers by the input token count of each request; once input passes 272K, the whole request moves to the second tier:
The tier is decided per request, not by account volume: on the same key, a 200K request bills at tier one and a 300K request at tier two. Keep everyday context under 272K and the first row is what you pay. Treat the live figures on the model pricing page as authoritative.
Stack the Recharge Promotions
APIYI matches provider pricing item for item, and discounts come through recharge bonuses that stack on top of the prices above: 📖 Recharge promotion detailsSummary and Recommendations
GPT-6 Astra is not a clean-sweep upgrade. On raw general intelligence, independent evaluations still put it slightly behind Claude Fable 5.1, and it costs 2.5x GPT-5.6 Sol. Where it pulls away is finishing multi-step tasks: terminal operation, screen grounding, and long-horizon agent benchmarks all move 15 to 20 points, and with the claimed 70% token-efficiency gain, the per-task cost gap should be smaller than the unit-price gap. The recommendation is straightforward: if you already run agents, automation, or complex engineering tasks,gpt-6-astra deserves a head-to-head trial, judged on task completion rate and end-to-end token spend rather than list price. For everyday chat, classification, and extraction, gpt-5.6-terra / gpt-5.6-luna remain the sensible choice.
Sources: OpenAI announcement and developer docs
developers.openai.com/api/docs/models/gpt-6-astra (September 3, 2026), the OpenAI Developer Community announcement, MarkTechPost, Latent Space, Yotta Labs, CloudZero (September 3-4, 2026), and Artificial Analysis indices. Availability and pricing from the APIYI platform (September 5, 2026); the live model pricing page is authoritative.