On September 22, Anthropic shipped Claude Opus 5.5 (claude-opus-5-5), and the headline for anyone running AI in their sales stack is simple: it's the flagship Opus model, and it costs 20% less than Opus 5. If you use Claude to enrich lists, write email copy, or analyze call transcripts, your unit economics just improved without you touching a thing.
Here's what changed, and the specific plays we'd run with it.
What Anthropic shipped
Claude Opus 5.5 is Anthropic's model for long-running agentic coding and knowledge work. The specs, straight from the release notes:
- Pricing: $4 per million input tokens, $20 per million output tokens. Opus 5 was $5 / $25, so this is 20% cheaper on both sides.
- Context window: 1M tokens by default, with 128k max output tokens.
- Always-on adaptive thinking: the model reasons before it answers, and thinking can't be turned off. You control depth with the effort parameter instead.
- Availability: Claude API, Amazon Bedrock, Claude Platform on AWS, Google Cloud, and Microsoft Foundry.
- Fast mode: available for Opus 5.5 on the Claude API as a research preview, for lower-latency output.
A few breaking changes matter if you're wiring it into automations. Sending thinking: {"type": "disabled"} now returns a 400 error, so drop that field and use effort. The tool_choice types any and tool also return 400 now; use auto with strict tool use instead. And computer use on the Claude API and Google Cloud requires the new computer_toolset_20260801 toolset.
Anthropic's framing is that this is the top-tier Opus model, now cheaper. Our read: the interesting part isn't a single benchmark, it's that the most capable Opus tier got less expensive at the same time as the context window stayed at a million tokens. That combination is what changes what's affordable at scale.
Why this matters for outbound teams
Most outbound teams don't buy AI models directly. They buy tools like Clay, Instantly, and Retell that run models under the hood, or they run their own scripts against the API. Either way, the model's price per token is the floor on what large-volume AI work costs you.
When the flagship model drops 20%, three things get cheaper at once:
Enrichment at volume. Every Claygent run, every AI research column, every "read this company's site and tell me X" task is tokens in and tokens out. Cut the rate and the same 10,000-row table costs less to enrich, or the same budget covers more rows.
Personalized copy. If you generate first lines or full emails per lead, output tokens are your expensive side. A 20% cut on output is a direct cut on your cost-per-personalized-send.
Call and reply analysis. Feeding long call transcripts or full inbox threads into a model to score sentiment, extract next steps, or route replies leans on the big context window. A 1M window plus a lower rate makes "analyze the whole conversation, not a summary" the default instead of a luxury.
Cheaper flagship intelligence usually beats a discount on a weaker model, because the failure cost in outbound is high. A bad enrichment poisons a whole segment. A hallucinated personalization line burns a real prospect. Paying less for the tier you already trust is the good version of a price cut.
How we'd use it
Here's where we'd point Opus 5.5 in a real outbound system.
1. Re-run enrichment waterfalls you'd paused on cost. Every account has research columns that got shelved because the per-row cost didn't pencil out at scale, things like "summarize their last three job posts" or "read the about page and infer their ICP." A 20% cheaper flagship is often the difference between "nice idea" and "run it on the whole list." We'd revisit the enrichment logic we cut and re-price it.
2. Push more of the personalization to the big context window. Instead of feeding the model a thin summary of a prospect, feed it the whole pile: their site copy, recent posts, the enrichment columns, prior email threads. With 1M tokens of context and a lower rate, you can write copy that references specifics without a fragile pre-summarization step that loses signal.
3. Score and route replies with the full thread. For clients running high-volume campaigns, we use Claude to read inbound replies and decide: interested, not now, wrong person, or unsubscribe. Handing it the entire thread rather than the latest message cuts misroutes. Cheaper tokens make it viable to run that on every reply, not just the ambiguous ones.
4. Use adaptive thinking where accuracy pays for itself. Always-on thinking is a feature for judgment tasks: qualifying a lead against a nuanced ICP, deciding whether a company actually fits, catching a personalization line that's technically true but off-tone. We'd turn effort up on those steps and keep it low on cheap, high-volume tasks to control spend.
The through-line: a cheaper flagship doesn't mean do the same work for less money. It means do the work you couldn't justify before.
FAQ
How much does Claude Opus 5.5 cost?
$4 per million input tokens and $20 per million output tokens on the Claude API, down from $5 / $25 for Claude Opus 5. It's available on the Claude API, Amazon Bedrock, AWS, Google Cloud, and Microsoft Foundry.
Is Claude Opus 5.5 good for sales and outbound tasks?
It's built for long-running agentic and knowledge work, which maps to enrichment, personalization, and transcript or reply analysis. The 1M-token context window is the standout for outbound, since it lets you analyze full conversations and rich prospect data in one pass instead of summarizing first.
Do I need to change my code to use Opus 5.5?
Possibly. Thinking can't be disabled anymore, so remove thinking: {"type": "disabled"} and use the effort parameter. The tool_choice values any and tool now error; switch to auto with strict tool use. Computer use on the API and Google Cloud needs the newer computer_toolset_20260801 toolset.
We build the systems that run on it
A cheaper, stronger model is only worth it if it's wired into a system that actually sends. AnaqVisual builds and runs cold outbound end to end: cold email infrastructure, Clay list building and enrichment, and AI calling on Bland, Vapi, and Retell, with the Claude-powered logic doing the research and personalization behind it.