Claude Opus 5.5
LLMFable 5.1-level performance at 2.5x lower cost per token: Anthropic's model for long tasks
Anthropic announcement video from the @claudeai post: a promo animation without a product window. The model itself works in the Claude apps, Claude Code and via API; examples of its work are collected in chapter 3.
API from $4
per 1M input tokens, output $20
1M context
up to 128K tokens per API response
Not officially available from Russia
Russia is not on Anthropic's country list
Closed weights
local deployment is not supported
Choose it for lengthy code and document tasks that previously warranted Fable 5.1 pricing. Do not choose it for cybersecurity and biology: the model routes such requests to Opus 4.8 and Opus 5.
Claude Opus 5.5 is an Anthropic model released on September 22, 2026. It reads text and images, writes responses and code, while the Claude and Claude Code apps give it files, a terminal, and a browser. Anthropic calls it the first in the Claude 5.5 family and promises Fable 5.1-level performance on most tasks at a price one fifth lower than Opus 5. You cannot download the weights and run the model yourself.
Where Opus 5.5 is on the big AI map
Nearby: Other models
1. What users say
In the first 24 hours after release, prominent developers praised the generous limits, personality, and clarity of responses; they criticized dense language, max mode, and mistakes on tricky questions. Below are practitioners' words in translation, with a date for each entry; all assessments are personal and use no common methodology, with our analysis and measurements in later sections.
User reviews from X, September 22–23, 2026
Posts on X, captured 23.09.2026, with dates in Moscow Time; translated by the editorial team, originals linked in “Sources”. Anthropic employees (Cherny, Albert, Osmani) are not included in the table. Limit and test figures are according to the authors; Wrigley's “plus 25% limit” is his estimate, Anthropic does not state a percentage.
2. Get it or not
Opus 5.5 can be connected the same day and compared on your own work with Opus 5 or Fable 5.1. It has no free tier, and its weights are closed.
What people want from Opus 5.5
Questions were carried over from demand for Opus 5, which has the same use cases: Wordstat, Russia, 22.09.2026 knows “opus 5” 6,961, “opus 5 free” 225, “fable 5 vs opus” 232, “opus 5 or sonnet 5” 171, “opus 5 api” 160, “download claude opus 5” 64 searches per month. There were no phrases about 5.5 in Wordstat on release day, so the new model has not been assigned those frequencies.
Two of the six requests hit a hard no, both about money and hardware: Opus 5.5 is not available free or locally. Everything else is solved with a subscription or API.
You run long tasks in Claude Code: auditing someone else's project, a migration, rebasing dozens of branches. In Anthropic's Terminal-Bench 4.0 benchmarks, Opus 5.5 scores 66.4% versus 55.8% for Fable 5.1 and 52.3% for Opus 5.
You paid for Fable 5.1 for quality and counted every token. Opus 5.5 rates are 2.5 times lower, and cache reads cost $0.20 per million versus $0.25.
You make 3D scenes and games: Blender, Unreal, Three.js. In the first day, users showed a city in Unreal, a house from a photo in Blender, and a lens lab in an hour and a half; video examples are in chapter 3.
Your work involves vulnerabilities, exploits, or biology. Safety checks route such requests to Opus 4.8 and Opus 5, while extended access comes through separate review programs.
You have code for Opus 5 with reasoning disabled or a forced tool call. Both requests will return an error on Opus 5.5, so you will need to rewrite the calls.
Ways to get started are collected in chapter 4, pricing and access from Russia in chapter 6, and comparisons with Fable 5.1 and Astra in chapter 8. If you are just getting started with AI-assisted work, begin with an introduction to vibe coding.
3. What Opus 5.5 can do
Opus 5.5 does the same work as Opus 5 and Fable 5.1: it reads materials, writes and edits code, and operates a browser and terminal through the app. In the first day, users showed it on 3D scenes, formal code verification, and long tasks, while Anthropic measured the difference in time and cost for the same work.
An algorithm with a proof in 15 hours. Vals AI's evaluation lab gave ten agents on Opus 5.5 the task of devising a faster shortest-path algorithm and proving it in Lean. After 15 hours, they produced C-HD, a formally verified improvement on published bounds. The post contains no preprint or code; this is the lab's claim (22.09.2026).
A lens lab in an hour and a half. Ryan Sael asked the model to explain camera focus and build an interactive lens lab. It did so in one prompt in 1 hour 26 minutes and $25,66 via API: lens.lab.sael.net is live, and the focus ring moves the focal plane through the scene. Figures and conditions are according to the creator (23.09.2026).
16 fixes through formal verification. Boris Cherny of Anthropic, who leads Claude Code, tasked the model with formally verifying Claude Agent SDK in Lean. A couple of short prompts produced 16 pull requests fixing bugs and race conditions, while he says he barely knows Lean. He is a vendor employee, so treat this case as a demonstration (22.09.2026).
San Francisco in Unreal with Jev. Matthew Berman tasked Opus 5.5 with recreating the city in Unreal Engine, while giving the behavior of people, cars, and animals to Jev. In the video, the camera flies over an intersection with tram tracks, traffic lights, and pedestrians. The creator does not say how long it took (22.09.2026).
A house from a photo and floor plans. Higgsfield gave the model one photo of a house and its floor plans. Opus 5.5 built a complete 3D model in Blender with a Python script, from site layout to the second-floor slab, and added an offline browser viewer with X-ray walls. This is a partner-platform demo (22.09.2026).
Auditing a large project. Opus 5.5 audited and fixed a 200-thousand-line codebase in under three hours, while Opus 5 took more than twenty on the same task. Token usage and provenance are in the figure below: this is an early tester's case from Anthropic's announcement, without independent verification (22.09.2026).
Our run. We gave both models the same task via API: a TypeScript function for parsing Russian dates with a test suite. Opus 5.5 answered in 22 seconds, Opus 5 in 37; both test suites passed for us without edits, while the new model's response bill was 43% lower (22.09.2026, default settings).
Our run, 22.09.2026
One prompt per model via API on 22.09.2026, default effort, responses unedited; tests run with vitest. This illustrates direction, not a benchmark: we did not measure run-to-run variation, and the models have different default effort levels (medium for 5.5, high for Opus 5).
More. The model translated HAProxy from C to Rust in 9,5 hours versus 12 for Fable 5.1 and at 51% lower cost; it completed an Excel deal analysis in 63 minutes versus 93 for Opus 5; at low effort, it found 72% of bugs in a Deloitte review, while Opus 5 at high effort found 56%. A 680-thousand-line migration for one tester took under a day, and Christian Rivera of Stripe gave it a rebase of forty pull requests. From practitioners: Mia got 100 HTML pages with none broken, Shikhar builds a Three.js game at Medium effort, and Alex Albert of Anthropic built 1906 Market Street in Blender. All stories come from the 22.09.2026 announcement and posts from the following day; none has independent verification.
Where it stumbled. At maximum effort, Simon Willison says the model overthought a pelican breakage: it spent all 128 thousand output tokens without a result, at $2,56 and nearly 20 minutes per attempt, and he called max mode useless. Victor Taelin got either output cut off by the limit or a refusal under model-copying rules in the API while trying to build a Game Boy game. Yuchen Jin stayed with Astra: Opus 5.5 got his tricky question wrong, and he prefers Astra for code. Anthropic itself warns that the model thinks longer at the same effort and asks users to leave room in max_tokens (posts dated 22.09.2026 and 23.09.2026).
4. Where it is available and how to enable it
In the Claude app on paid plans, Opus 5.5 is the default and is listed simply as Opus. The free plan gets Sonnet and Haiku. Before a long task, check your remaining limit in settings: Anthropic raised five-hour limits for Pro, Max, Team, and seat-based Enterprise, and added one limit reset that can be saved for later.
Claude Code docs, Anthropic pricing and model overview, claude.com/pricing, checked 22.09.2026. The app plans section does not name the Opus version, while the API section on the same page lists Opus 5.5; that “Opus” on paid plans is now 5.5 follows from the default setting in the Claude Code docs.
In Claude Code. Update the client with claude update: Opus 5.5 requires version 2.1.280 or later. Then use /model opus in an open session or claude --model claude-opus-5-5 at launch. On Pro, Max, Team, and Enterprise, it is already the default model, so no changes are needed.
Effort. Opus 5.5 defaults to medium, while Opus 5 used high. At equal effort, the new model thinks longer, especially on xhigh and max, so Anthropic advises against carrying over the old setting and recommends trying the levels again. Effort is changed with the effort parameter in the API and a setting in Claude Code.
Via API. The exact ID is claude-opus-5-5; on Bedrock, anthropic.claude-opus-5-5. Reasoning is always enabled: a request with thinking disabled or a manual budget returns a 400 error, as does tool_choice with the any and tool values. The old computer tool computer_20251124 is not accepted on the Claude API and Google Cloud; the computer_toolset_20260801 set is required.
From Russia. Russia is not on Anthropic's official country list for either the app or the API. Installing the client and paying for a subscription do not change this on their own. Available intermediary routes and their terms are covered on the page about paying for AI from Russia; before paying, verify the exact model ID and data-retention rules.
5. What the benchmarks show
In Anthropic's release table, Opus 5.5 leads Fable 5.1 and Opus 5 on every row. The terminal result was taken at xhigh effort, while the Astra row comes from OpenAI's publication at high effort, so these are each model's best results rather than one shared run. Anthropic itself adds that its gap with Fable 5.1 is narrower than the scores suggest.
Anthropic announcement table, checked 22.09.2026. Anthropic models were measured with safety checks enabled; a dash means Anthropic did not provide an Astra result. Astra won Terminal-Bench-Science, 64,6% versus 58,7%; its 41,4% versus 40,0% in AutomationBench was measured by Zapier without safety fallbacks, so Opus 5.5's score there is understated.
Independent index. Artificial Analysis measured the model before release and on announcement day ranked it first: 58 Intelligence Index points at maximum effort, versus 53 each for Fable 5.1 and Astra (22.09.2026). The model leads in six of the index's ten measurements, including Humanity's Last Exam and SciCode, and trails in CritPt, AA-LCR, and GDP.pdf.
In Artificial Analysis's Terminal-Bench 4.0 run, Opus 5.5 scored 59,6%, level with Astra and 11 points above Opus 5; this is below the 66,4% in Anthropic's table because effort and run conditions differ. The high variant with fallback scored 54 points and cost $1,82 per index task.
Price of results. According to the same lab, Opus 5.5 at maximum effort uses about 119 thousand output tokens per index task, versus 73 thousand for Opus 5 and 27 thousand for Astra. Reduced rates kept task cost at Opus 5's level, and four of five effort levels sit on the “intelligence for money” frontier. Per index task at maximum effort, Opus 5.5 costs $5,98 and Astra $3,26. Anthropic calculates differently: at default effort, Terminal-Bench level with Astra costs it about 40% of Astra's task price.
Opus 5.5 has no RuBench run of its own yet: our fleet was running on Opus 5 on 22.09.2026, and the first paired measurement is described in chapter 3. The run result will appear on the profile after the client is updated.
6. How much it costs and whether it is available from Russia
API rates fell by a fifth from Opus 5: $4 per million input tokens and $20 for output. Cache reads dropped the most, from $0.50 to $0.20, and that is the main source of the promised 40% savings on long coding work.
Anthropic pricing, checked 22.09.2026. The full million-token window for models from 4.6 is billed at standard rates with no long-context surcharge. Fast mode is available in the Claude API and Claude Code, not in partner clouds, and cannot be combined with Batch.
Task price. Calculate by task, not by rate. Anthropic estimates 40% savings on typical work at default settings. Artificial Analysis calculated the same task price as Opus 5 because the new model writes 1.6 times more tokens at maximum effort. In our run at default effort, the response was 43% cheaper.
Subscription. There is no separate subscription for the model: Opus is included in Pro for $20 per month or $17 with annual billing, in Max from $100, and in Team for $20 per seat with annual billing. Free does not include Opus. The API is billed separately by token; the subscription does not cover its bill.
Limits in practice. Over five consecutive hours at high effort, Leighton Gott used 8% of the weekly limit, without naming the plan. On a $200 plan, Max Weinbach used 6% of his weekly allowance in six hours of model work. Freddy Vega from Platzi notes lower usage than Fable 5.1. These are observations from the first day; Anthropic does not publish its own usage figures (23.09.2026).
From Russia. Russia is not on Anthropic's list of supported countries. Paying through an intermediary does not change Anthropic's rules, and the intermediary has its own rates and limits. Restrictions and payment options are collected on a separate page.
7. Can you trust it with work
Opus 5.5 launched with the same safeguards as Fable 5.1 because Anthropic places it alongside Mythos 5.1 in biology and cybersecurity. For ordinary coding work, this means one thing: another model may handle some requests, and the response will state who answered.
System card and Opus 5.5 announcement, checked 22.09.2026. According to Anthropic Help, substitution is always marked in the response; it can be turned off in Capabilities settings (Config in Claude Code), and external text from a file or search can trigger it. Opus 5.5 is not yet in the Cyber Verification Program as of 22.09.2026; applications for the biology program have been accepted since 22.09.2026.
Behavior audit. In an automated audit of nearly 2,000 scenarios, the model showed less undesirable behavior than any recent Claude, and in a new test of crossing set boundaries, it tried to circumvent them about 85% less often than Opus 5 and Mythos 5.1. Anthropic calls all attempts non-serious and self-reported. This is the developer's own assessment; external evaluators METR and Frontier Design reviewed the model before release.
A fly in the ointment from the system card. The model follows harmful instructions hidden in text pasted into the prompt by the user more often than earlier models. In a training scenario with access to a package registry, it took potentially harmful actions in about half of runs, and in conversations about surveillance gave an appropriate response in 65% of cases versus 88% for Opus 5. Anthropic calls this an improvement over earlier models, but still an alarming result.
Maximum effort. The max mode does not speed up the response and may not produce one at all: Simon Willison's model spent its entire output limit on reasoning and returned nothing, while Viktor Taelin saw the same thing in the API even at medium effort. For work tasks, start with medium and high, and reserve max for cases where you are willing to wait twenty minutes and pay for an empty attempt (23.09.2026).
Other people's instructions on the page. Across all prompt injection tests, Opus 5.5 is no worse than Opus 5, and Anthropic calls it the most resilient Opus-class model. When cyber defense triggers, Opus 4.8 completes the response; its defenses against such attacks were strengthened after the release of Fable 5.1. The right to change data and send emails is still set by the application, so check what will require confirmation.
Data retention. Like earlier Opus models, this model is available with zero data retention by contract. For API accounts created from August 31, 2026, preserved thinking applies: the context around already received reasoning blocks cannot be changed, which is how Anthropic prevents distillation. Text is watermarked under EU AI Act requirements, and no-reasoning mode is disabled permanently.
Our experience. We build the site with agents, and as of 22.09.2026 its fleet runs on Opus 5: the installed Claude Code had not been updated to a version with Opus 5.5. We made our first test of the new model through the API that same evening; its result is in chapter 3. We will migrate the fleet after updating the client and running a paired test on our tasks.
8. Opus 5.5, Fable 5.1 or Astra
Opus 5.5 or Fable 5.1. Anthropic itself recommends starting with Opus 5.5 and switching to Fable 5.1 when you need the most complex reasoning and very long autonomous work. Rates differ by 2.5 times, $4 and $20 versus $10 and $50, while cache reads are even cheaper with Opus 5.5. In the release table, Opus 5.5 leads on every row, and it is five points higher in the independent index. On his own tasks, Victor Taelin saw a clear gap over Fable 5.1, while noting that Anthropic trains models in his field.
Anthropic and OpenAI prices checked 22.09.2026. The Artificial Analysis index was measured at maximum effort, with fallback enabled for Claude. Terminal-Bench rows are from Anthropic's table: Opus 5.5 at xhigh, Astra at high according to OpenAI data.
Opus 5.5 or Astra. According to Artificial Analysis, the models are tied on Terminal-Bench 4.0; Opus 5.5 is higher in the overall index, while GPT-6 Astra costs 2.5 times more per token. Yet Astra is cheaper per Artificial Analysis index task, $3.26 versus $5.98 for Opus 5.5 at maximum effort, because it writes four times fewer tokens; Anthropic calculated the reverse at default effort, around 40% of Astra's price for the same Terminal-Bench. Astra leads on scientific Terminal-Bench-Science in Anthropic's own table. Which editor you use matters too: Claude lives in Claude Code, Astra in Codex. On release day, Simon Willison made both Sol and Opus 5.5 his default coding models; Yuchen Jin stayed with Astra.
Opus 5.5 or Opus 5. The new model is cheaper, faster, and ahead in every benchmark, so the only reason to stay on Opus 5 is code that expects it. Reasoning can no longer be disabled, forced tool calls are unsupported, the old computer tool is not accepted in the Claude API, and default effort has dropped to medium.
For a first comparison, give the models one familiar task and track time, number of edits, and the price of the accepted result. Our run with figures is in chapter 3; the Fable 5.1 profile collects its real-world work.
9. History
Two months passed from Opus 5 to Opus 5.5. In between, Anthropic changed its tone: ten days before release, Dario Amodei called for slowing the capabilities race, and Opus 5.5 became the first model after that call. Hidden tests in Claude web were spotted a day before the announcement.
24.07
Claude Opus 5 launches at $5 and $25 per million tokens.
12.09
Dario Amodei’s essay “We Must Pace the Frontier” on slowing the capabilities race.
21.09
Covert testing of a model on the Claude web under the code name claude-wafer-eap.
22.09
Claude Opus 5.5 release: $4 and $20 per million tokens, the first model in the 5.5 family.
10. Frequently asked questions
What is Claude Opus 5.5 in simple terms?+
This is a new Anthropic model released on September 22, 2026. It writes text and code, reads images, and works with files, a terminal, and a browser through the app. According to Anthropic, it is on par with Fable 5.1 on most tasks and costs the same as Opus.
Can you use Opus 5.5 for free?+
No. Claude's free plan includes Sonnet and Haiku; Opus starts with Pro at $20 per month. There is no free tier in the API either, though Anthropic gives new accounts a small trial credit. Checked against Anthropic plans and pricing on 22.09.2026.
How much does Opus 5.5 cost in the API?+
$4 per million input tokens and $20 per output tokens, cache reads $0.20, 5-minute cache writes $5. Batch is twice as cheap, fast mode is twice as expensive. The full million-token window is billed at these rates with no surcharge. Anthropic pricing, checked 22.09.2026.
How do I enable Opus 5.5 in Claude Code?+
Update the client to 2.1.280 or later with claude update, then use /model opus in a session or claude --model claude-opus-5-5 at launch. On Pro, Max, Team, and Enterprise, the default model is already Opus 5.5. Specifying the ID alone does not grant access.
How does Opus 5.5 differ from Opus 5?+
20% cheaper per token and 40% cheaper for typical work by Anthropic's estimate, responds more than 30% faster, and leads on every row in Anthropic's measurements. Reasoning can no longer be disabled, and the default effort is now medium rather than high, so it is best to review old settings.
Opus 5.5 or Claude Fable 5.1?+
Anthropic itself recommends starting with Opus 5.5 and choosing Fable 5.1 for the hardest reasoning and very long autonomous work. Fable costs $10 and $50 versus $4 and $20. In Intelligence Index v4.3, Opus 5.5 at maximum effort scores 58 points, while Fable 5.1 scores 53 (22.09.2026).
What have people already made with Opus 5.5 in its first day?+
A lens lab in the browser in 1 hour 26 minutes and $25.66, a formally verified shortest-path algorithm in 15 hours by ten agents, San Francisco in Unreal Engine, a house from photos and plans in Blender, 100 HTML pages without a single broken one. Videos and links are collected in chapter 3; all figures are according to their authors (22–23.09.2026).
What do prominent developers say about Opus 5.5?+
Theo from t3.gg and Mackay Wrigley praise the model's limits and character; Ethan Mollick calls it the first Fable-class model outside Fable and Astra, but with dense language. Simon Willison advises against max mode, while Yuchen Jin stayed with Astra. Verbatim quotes with dates are collected in chapter 1 (22–23.09.2026).
Opus 5.5 or GPT-6 Astra?+
According to Artificial Analysis, they are tied on Terminal-Bench 4.0, while Opus 5.5 is five points ahead in the overall index. Per token, Astra is 2.5x more expensive, but cheaper per index task, $3.26 versus $5.98, because it writes less. Astra leads in scientific Terminal-Bench-Science according to Anthropic's own table. Test your task in the application where you will work.
Why did the model return nothing at maximum effort?+
Opus 5.5 thinks longer at the same effort, and at max, reasoning can consume the entire 128-thousand-token output limit: Simon Willison lost a $2.56, 20-minute attempt this way. Anthropic recommends leaving headroom in max_tokens and trying the levels again; for work, use medium or high.
What are Opus 5.5's context window and knowledge cutoff?+
The API context window is one million tokens, with responses up to 128 thousand, or up to 300 thousand in Batch with the beta header. Its reliable knowledge cutoff is June 2026. A large window does not guarantee that the model will retain every requirement of a long instruction.
Why did Opus 5.5 suddenly answer as Opus 4.8?+
This is how safety checks work: cybersecurity requests go to Opus 4.8, biology and advanced LLM development requests go to Opus 5, and distillation attempts are blocked without substitution. The response notes which model answered; substitution can be disabled in settings, then the conversation in the app will stop, while the API will return a response with the stop reason. This does not affect normal code work or finding bugs in your own project.
Can I download Opus 5.5 and run it on my own computer?+
No. The model weights are not published; the Claude app or Claude Code connects to the cloud. An installed client does not remove account and payment requirements.
Is Opus 5.5 available from Russia?+
Russia is not on Anthropic's official list of countries for either Claude or the API. Installing the client and paying for a subscription does not change that. Intermediaries have their own prices, limits, and data-retention rules; check the exact model ID before paying.
When will Sonnet 5.5 and Haiku 5.5 be released?+
Anthropic promises them in the coming weeks after September 22, 2026, with similar improvements to speed, price, and safety. The company gives no exact dates; as of 22.09.2026, Opus is the only 5.5 family model on sale.
Sources
- Introducing Claude Opus 5.5: release, benchmarks, tester tasks · 22.09.2026 — official release
- @claudeai post with announcement video · 22.09.2026 — official statement
- Opus 5.5: ID, context, output, pricing and platforms · checked 22.09.2026 — official documentation
- What is new in Opus 5.5: breaking changes, effort, fast mode · checked 22.09.2026 — official documentation
- API, cache, Batch and fast mode pricing · checked 22.09.2026 — official pricing
- Anthropic model overview: which one to start with · checked 22.09.2026 — official documentation
- Model selection in Claude Code: version 2.1.280, /model, effort · checked 22.09.2026 — official documentation
- Claude plans: Free, Pro, Max, Team, Enterprise · checked 22.09.2026 — official pricing
- Opus 5.5 system card: safeguards, audit, prompt injection · 22.09.2026 — official report
- Preserved thinking for accounts since 31.08.2026 · checked 22.09.2026 — official help
- Anthropic access countries · checked 22.09.2026 — official list
- Artificial Analysis: Opus 5.5 first in the Intelligence Index, chart · 22.09.2026 — independent benchmark
- Artificial Analysis: Opus 5.5 high with fallback, 54 points and task price · checked 22.09.2026 — independent benchmark
- Introducing Claude Opus 5: release and pricing · 24.07.2026 — official release
- Dario Amodei, We Must Pace the Frontier · 12.09.2026 — official statement
- TestingCatalog: hidden claude-wafer-eap tests · 21.09.2026 — press
- Habr: Anthropic released Claude Opus 5.5 · 22.09.2026 — press
- Our Opus 5.5 run against Opus 5: script and full output · 22.09.2026 — our benchmark
- GPT-6 Astra: specification and API pricing · checked 08.09.2026 — official documentation
- Vals AI: ten Opus 5.5 agents and the C-HD algorithm in Lean · 22.09.2026 — lab statement
- Ryan Sael: lens lab in 1 h 26 min and $25,66 · 23.09.2026 — practitioner testimonial
- Live lens lab · checked 23.09.2026 — live result
- Boris Cherny (Anthropic): Lean verification of Claude Agent SDK, 16 PR · 22.09.2026 — vendor employee demo
- Matthew Berman: San Francisco in Unreal Engine with Jev · 22.09.2026 — practitioner testimonial
- Higgsfield: a house from photos and plans in Blender · 22.09.2026 — partner demo
- Mia: 100 HTML files, results with prompts · 22.09.2026 — practitioner testimonial
- Shikhar: a Three.js game on Medium effort · 23.09.2026 — practitioner testimonial
- Alex Albert (Anthropic): 1906 Market Street in Blender · 22.09.2026 — vendor employee demo
- Simon Willison: Opus 5.5, Sol and Luna, pelicans, and an empty attempt at max · 22.09.2026 — practitioner testimonial
- Viktor Taelin: noticeably better than Fable 5.1 on his tasks · 22.09.2026 — practitioner testimonial
- Viktor Taelin: truncated output and an API refusal · 22.09.2026 — practitioner testimonial
- Yuchen Jin: not impressed, Astra is better on his tasks · 23.09.2026 — practitioner testimonial
- Leighton Gott: 8% of the weekly limit in five hours on High · 23.09.2026 — practitioner testimonial
- Max Weinbach: 6% of the $200 plan's weekly allowance in six hours · 23.09.2026 — practitioner testimonial
- Freddy Vega: lower usage than Fable 5.1 · 23.09.2026 — practitioner testimonial
- Theo (t3.gg): limits are barely used · 22.09.2026 — practitioner testimonial
- Theo (t3.gg): still prefer Fable 5.1, Opus 5.5 is close enough · 23.09.2026 — practitioner testimonial
- Mackay Wrigley: the personality of 4.6 plus the intelligence of Fable 5.1, an S-class release · 22.09.2026 — practitioner testimonial
- Ethan Mollick: the first Fable-class model outside Fable and Astra · 22.09.2026 — practitioner testimonial
- Guillermo Rauch: Next.js tests, 97% for three models · 22.09.2026 — practitioner testimonial
- Dan Shipper (Every): Vibe Check GPT-6 Sol vs. Opus 5.5 · 22.09.2026 — practitioner testimonial
- Nate Herk: thrilled with Opus 5.5 · 23.09.2026 — practitioner testimonial
- Matthew Berman: the best model in the world · 23.09.2026 — practitioner testimonial
Useful reading before you start
- Claude Fable 5.1: the senior model in the same lineup
- Claude Code: an app for working with code
- Claude: chat, files, and plans
- GPT-6 Astra: the main benchmark rival
- Jev: the model that controls people and machines in Berman's scene
- Release news: pricing and first figures
- What is vibe coding and how to get started
