the short version
- Astra's overall advantage over GPT-5.6 Sol in CodeRabbit's actionable bug coverage is approximately 4%, rising to 20% on the harder cross-file subset; against Opus 5 it is 22% overall and 33% cross-file.
- At $10 per million input and $50 per million output tokens, Astra costs 2.5x Sol, about 4.7x Terra and about 47x Luna on a fixed 100k-in/10k-out task, which works out to $1.50 versus $0.60, $0.32 and $0.032.
- P50 latency on OpenRouter ranges from 3.10 s on OpenAI's endpoint to 8.51 s on Azure, and OpenAI Flex serves the same model at half price ($5/$25) with 4.00 s latency and 48 tps.
- Zero data retention is available to eligible OpenAI API customers on Astra; Anthropic's Fable defaults to 30-day retention, with ZDR for eligible customers on Fable 5 and 5.1 and negotiated terms required for products serving other businesses.
CodeRabbit's evaluation, posted September 4, 2026, puts GPT-6 Astra approximately 4% above GPT-5.6 Sol on actionable bug coverage across its full review set, and 22% above Opus 5. On the harder cross-file subset the gap widens to 20% over Sol and 33% over Opus 5. Astra's standard API rate is $10 per million input tokens and $50 per million output tokens, 2.5 times Sol's $4/$20. On a mixed review queue, 4% more coverage for a 2.5x per-token price is a weak trade; the case for routing to Astra rests on the cross-file work, which is the only place CodeRabbit measured a gain in the double digits.
The metric is actionable bug coverage: how many labeled bugs a model catches through findings a developer can act on. CodeRabbit's own explanation for the small overall number is that the full evaluation includes simpler reviews, where there is less room for a stronger model to differentiate itself. That is also the shape of most review queues, which is why the routing decision matters more than the headline.
CodeRabbit calls this an early, directional result. The findings do not establish an overall ranking of review quality, predict a team's defect rate, or promise the same gain on every pull request. Anyone porting the decision into their own review or agent harness should treat it as a hypothesis to re-test locally.
What the Astra code review evaluation measured
Coverage is rounded to one decimal and relative gains are computed on unrounded values. Two comparisons were published: an overall set and a harder cross-file subset. CodeRabbit states that models should be compared within each chart because review difficulty differs between them, so the 4% and the 20% are not two views of the same population.
The cross-file result carries the engineering claim. CodeRabbit's interpretation is that Astra's advance lies in connecting the right information across a codebase, identifying which pieces of a large context matter and reaching a conclusion supported by evidence. The post is explicit that the result does not isolate the cause of that progress or prove that more context alone improves performance.
A change can look correct in isolation and still break code elsewhere in the system.
The $10/$50 premium against Sol, Terra and Luna
CodeRabbit modeled an illustrative task at 100,000 uncached input tokens and 10,000 billable output tokens including reasoning tokens, using publicly listed standard API prices checked September 4, 2026 and OpenAI short-context rates. The example excludes caching, cache writes, tools, retries, regional uplifts and service-tier adjustments.
- GPT-5.6 Luna: $0.20 in / $1.20 out per 1M - $0.032 per illustrative task
- GPT-5.6 Terra: $2.00 / $12.00 - $0.32
- GPT-5.6 Sol: $4.00 / $20.00 - $0.60
- GPT-6 Astra: $10.00 / $50.00 - $1.50
- Claude Fable 5.1: $10.00 / $50.00 - $1.50
At that fixed usage Astra costs 2.5 times Sol, about 4.7 times Terra, and about 47 times Luna. Fable 5.1 shares Astra's base input and output rates, though caching prices differ. CodeRabbit notes that Sol's public promotional pricing is available at least through November 21, 2026; the source does not say what the rate becomes after that date, so the 2.5x multiple is anchored to a price that is explicitly promotional.
Fixed-usage arithmetic is not cost per completed task, and CodeRabbit says so directly: a model that needs fewer tokens or fewer attempts could narrow the gap. It adds that OpenAI reports lower estimated task costs for Astra in some of its own evaluations despite higher token prices. Artificial Analysis reports the same tension from the other side, finding Astra more token efficient than almost every other model near the intelligence frontier and using fewer tokens than GPT-5.6 Sol for similar Intelligence Index performance, but concluding that the efficiency is outweighed by higher prices.
Latency and provider spread on OpenRouter
OpenRouter's provider table lists five endpoints for GPT-6 Astra, although its FAQ describes the model as served by two providers, OpenAI and Azure (US). OpenAI's own endpoint posts $10/$50 with $1.00 per million cache read, 3.10 s P50 latency, 25 tps and 99.59% uptime. OpenAI Flex is half price at $5/$25 with $0.50 cache read, 4.00 s latency and 48 tps. OpenAI Fast doubles the rate to $20/$100 at 3.70 s and 41 tps; Azure sits at $10/$50 with 8.51 s and 23 tps, and Azure (US) at $11/$55 with 7.63 s and 29 tps.
For a review harness that fans out many calls per pull request, endpoint choice moves the posted rate by 4x and P50 round-trip latency by about 2.7x on the same model. OpenRouter defines time-to-first-token on the page but does not list a TTFT figure for Astra, so the latency column is total round-trip time. Over the past three days it reports 100.00% uptime for the best provider and 99.11% availability; over the past 24 hours, availability is 99.14% with routing against 96.26% without, the gap being what automatic failover recovers.
The model has a 1,050,000 token context window with up to 128,000 completion tokens, accepts PDFs, images and text, returns text, and supports tool calling and structured outputs via a JSON schema in response_format. Cache write is $12.50 per million and web search $10.00 per 1,000 calls. The top apps by token volume are Codex at 12.2B tokens, Hermes Agent at 8.04B, Cursor at 1.85B, omp at 1.81B and Claude Code at 1.63B, which is a reasonable proxy for the agent harnesses this model is already wired into.
Where Astra sits on Intelligence Index v4.2
Artificial Analysis published Intelligence Index v4.2 on September 4, 2026, adding AA-Briefcase and Surge AI's GDP.pdf and removing GPQA Diamond as saturated. Claude Fable 5.1 leads the Index, with GPT-6 Astra second and showing a 4pt gain over GPT-5.6 Sol. Held-out private test sets now carry 40% of the Index weighting, double the figure from v4.1.
On AA-Briefcase, which grades multi-week agentic knowledge work projects with many linked tasks and thousands of input source files using rubric and pairwise grading, Fable 5.1 and Opus 5 lead, followed by Astra and Muse Spark 1.3. Astra shows a gain of roughly 85 Elo points over Sol. On GDP.pdf, which synthesizes evidence across 4,592 PDF pages against 1,275 expert-authored atomic criteria and credits a task only when every criterion is satisfied, OpenAI leads with Astra at 33.2%, Sol at 28.2% and Fable 5.1 at 26.2%.
Separately, Artificial Analysis reports that Astra makes significant gains in the Coding Agent Index, scoring equal to Fable 5 at lower cost. That comparison is against Fable 5, not Fable 5.1. Anthropic, OpenAI, Meta and Z.AI share the updated Cost per Task Pareto frontier.
What practitioners are pushing back on
Commenters on Hacker News read the release as a pattern: both OpenAI and Anthropic shipping a model that is slightly better at roughly double the previous price. One commenter argued that Astra is costlier for the same intelligence tasks as Sol while Fable is not in the same position. Another noted that labs do not publish model sizes, so the scaling-law explanation cannot be checked from outside.
The evaluation's setting drew the sharpest criticism. One commenter, describing themselves as a software engineer and former security researcher who did manual code audit, said scoping the comparison to CodeRabbit's own review tool makes it practically irrelevant to them and characterized the tool's output as noise and friction in CI review. Another argued that a dedicated review layer bolted on top of a model is the wrong shape, and that review should consume test results, the original task and the open spec. The sources do not settle this: CodeRabbit reports coverage against labeled bugs and says nothing about false-positive rate or comment volume.
Latency reports conflict. One commenter found Astra definitely slower than 5.6 Sol on the same tasks and speculated that it reads more context. Another found Astra faster than Sol with both on medium reasoning for simple agentic coding, while adding that comparison is hard because Sol may miss something on open-ended tasks and yield a cheaper but worse outcome. The 3.10 s to 8.51 s P50 spread across OpenRouter providers suggests some of that disagreement is endpoint rather than model.
One question the thread raised and the sources do not answer is whether Astra should be benchmarked against Mythos rather than Opus 5, on the argument that Fable is a Sol-class model. CodeRabbit's comparison set is Sol and Opus 5; neither Fable 5.1 nor Mythos appears in its coverage charts.
Astra's ZDR path versus Fable's negotiated terms
CodeRabbit states that neither it nor its model providers train AI models on customers' proprietary code or personal information collected during private code reviews, and that any model used for customer reviews must meet its data-protection requirements. The two providers reach that bar by different routes.
- OpenAI: GPT-6 Astra supports zero data retention for eligible API customers, per OpenAI's API data controls, which describe ZDR eligibility and supported capabilities.
- Anthropic: Fable requires 30-day retention by default for safety monitoring; eligible customers can now use Fable 5 and 5.1 with ZDR while Enterprise Frontier Safeguards is being introduced, and for products serving other businesses that option requires terms agreed with Anthropic. EFS is designed to keep retained activity data in customer-controlled infrastructure.
For a review harness that touches customer repositories, that asymmetry is a procurement item before it is a benchmark item. Astra's ZDR path is available to eligible API customers directly; the Fable equivalent for a business-to-business product runs through negotiated terms and a programme still being introduced.
What the sources do not report
CodeRabbit's post reports relative gains only, with coverage rounded to one decimal; absolute coverage figures appear in charts rather than in the text. There is no false-positive rate, no per-review latency and no observed cost per completed review - the $1.50 figure is a fixed-usage calculation, not a bill. OpenAI's own announcement, titled "GPT-6 Astra: A new generation of intelligence", was not retrievable beyond its title, so nothing in it is asserted here.
CodeRabbit also used Astra to build NIGHTSHIFT, an action RPG made with Godot and GDScript with seven character classes, a 988-node passive skill tree, and 40 zones across 10 acts, plus native PS5 and Xbox controller support, native macOS, web and Linux builds, and co-op requiring a new Xcode project, App Store Connect account, certificates, entitlements and notarization. That is an anecdote about long-horizon agentic work, not a measurement, and CodeRabbit does not claim otherwise.
The test CodeRabbit recommends is the one worth running: put Astra alongside your current model on the same tasks and compare answer quality, verification time and total cost. Two dates bound the arithmetic. Sol's promotional pricing runs at least through November 21, 2026, and Artificial Analysis says Index v5 is in progress with more incremental releases planned and the held-out share rising above 40%.
Questions this raises
is GPT-6 Astra worth the price for code review?
On a mixed review queue, 4% more actionable bug coverage for a 2.5x per-token price is a weak trade. The case for Astra rests on cross-file reviews, the only place CodeRabbit measured a double-digit gain of 20% over GPT-5.6 Sol.
how much does GPT-6 Astra cost compared to GPT-5.6 Sol?
Astra lists $10 per million input tokens and $50 per million output tokens against Sol's $4/$20. On CodeRabbit's illustrative task of 100,000 uncached input and 10,000 billable output tokens, that is $1.50 for Astra versus $0.60 for Sol, about 4.7x Terra and about 47x Luna.
what is actionable bug coverage in CodeRabbit's evaluation?
It measures how many labeled bugs a model catches through findings a developer can act on. CodeRabbit calls the result early and directional, and says it does not establish an overall ranking of review quality or predict a team's defect rate.
These daily notes are drafted by a model I run and operate myself - the same kind of pipeline this site is about - from sources published in the previous 24 hours, and every one lists what it read. The longer essays, the talks and the preprint are mine, written by hand.
