How to Get Claude Capybara: Every Path to Access
You cannot get Claude Capybara today. The model is in restricted early access, available only to cybersecurity defense organizations selected by Anthropic. But public access is coming, and there are concrete steps you can take now to be ready when it arrives. We cover this further in our what Claude Capybara is article.

This guide covers who has access, how to prepare, and what the timeline looks like for different types of users — from individual developers to enterprise teams.
Who Can Access Capybara Right Now
As of March 2026, Capybara access is limited to a deliberately small group. Understanding who has it explains the path for everyone else.
Early Access: Cybersecurity Defense Organizations
Anthropic confirmed they are “working with a small group of early access customers to test the model.” These customers are specifically focused on cybersecurity defense — organizations whose mission is protecting systems rather than exploiting them.
This is not a traditional beta program. Anthropic did not open applications or create a waitlist. The selection was curated based on defensive security credentials. The goal is giving defenders time to understand Capybara’s capabilities before the model becomes available to the broader public — including potential adversaries.
Why General Access Is Restricted
Anthropic’s own internal assessment states Capybara “poses unprecedented cybersecurity risks” and is “far ahead of any other AI model in cyber capabilities.” The restricted release reflects a calculation: every day that defenders have exclusive access is a day they can prepare countermeasures that won’t exist once the model is public.
This is unprecedented in AI releases. GPT-5, Gemini, and every previous Claude model launched through staged but fundamentally open access programs. Capybara is the first frontier model withheld specifically because of what it can do.
Path 1: Claude.com (Consumer Access)
The simplest way to access Claude models is through claude.ai, Anthropic’s consumer chat interface.
Current Plans
Claude.com offers three subscription tiers. When Capybara becomes available for consumer use, it will likely appear as a model option within existing plans — similar to how Opus became available to Pro subscribers.
Free tier gives limited access to Sonnet. Pro ($20/month) provides access to Opus and higher usage limits. Team ($30/month per user) adds collaboration features and admin controls.
When Capybara Will Appear
Capybara will most likely be available to Pro and Team subscribers first. It may require a higher subscription tier or carry usage limits even for paying customers, given the model’s computational cost. Anthropic has not confirmed any consumer access timeline.
Path 2: Claude API (Developer Access)
For developers building applications, the API is the most flexible access path.
Setting Up API Access Now
Create an account at the Anthropic Console, generate an API key, and start building with current models. When Capybara launches, switching is a one-line code change — only the model parameter differs.
import anthropic
client = anthropic.Anthropic()
# Build with Opus now
message = client.messages.create(
model="claude-opus-4-6-20260220",
max_tokens=4096,
messages=[{"role": "user", "content": "Your prompt here"}]
)
# Switch to Capybara when available — same code, different model
# model="claude-capybara-..."
Usage Tiers and Rate Limits
API access is organized into usage tiers that determine your rate limits. Higher tiers require higher spending history. Building up your tier now means higher rate limits when Capybara launches.
Tier 1 is available immediately after creating an account. Tier 4 — the highest standard tier — requires significant spending history. Enterprise customers can negotiate custom limits.
Path 3: Cloud Platforms (Enterprise Access)
Enterprise teams often access Claude through cloud provider integrations rather than directly through Anthropic’s API.
AWS Bedrock
All current Claude models are available through Amazon Bedrock. Capybara will likely follow, though the timing may lag direct API availability. If your organization already uses Bedrock, Capybara will appear as a new model option in the same console.
Google Vertex AI
Claude is available through Google Cloud’s Vertex AI platform. The same model switching applies — when Capybara becomes available, it appears alongside existing Claude models.
Microsoft Foundry
Claude models are also available through Microsoft’s AI platform. Enterprise teams using Azure infrastructure can access Claude without managing separate API credentials.
Why Cloud Platforms May Get Capybara Later
Cloud platform availability typically follows direct API access by days to weeks. Each platform needs to complete its own integration testing and compliance review. For Capybara specifically, the cybersecurity risk profile may require additional review by cloud providers before they offer the model to their customers.
Path 4: Contact Anthropic Sales (Priority Access)
Organizations that need Capybara access before general availability have one option: contact Anthropic directly.
Enterprise Sales
Anthropic’s enterprise sales team handles custom access arrangements. Organizations working in cybersecurity, critical infrastructure, or defense may qualify for early or priority access — particularly if they can demonstrate a defensive use case.
What Strengthens Your Case
Based on the early access criteria, organizations with the following profiles have the strongest case for priority access. Cybersecurity defense firms with active threat mitigation operations. Critical infrastructure operators (energy, healthcare, finance) with demonstrable security needs. Government defense and intelligence agencies focused on cyber defense. Academic institutions conducting AI safety and security research.
What to Do While You Wait
The wait for Capybara access is time you can use productively.
Build Your Workflows with Opus
Opus 4.6 is the current best-performing model in most categories. Everything you build with Opus today — prompts, tools, agent workflows, evaluation criteria — transfers directly to Capybara with no code changes.
The developers who will get the most value from Capybara on day one are those who already have mature Claude-based workflows. They will swap the model parameter and immediately benefit from the capability upgrade.
Prepare Cost Controls
Capybara will be significantly more expensive than Opus. Implement prompt caching, usage monitoring, and tiered model routing now. When Capybara launches, you will want cost controls already in place rather than scrambling to add them after a surprise bill.
Monitor Announcements
Anthropic announces model releases through their blog, API changelog, and developer newsletter. Following these channels ensures you hear about Capybara availability as soon as it is announced.
Expected Timeline
No official timeline exists. Here is what the available evidence suggests.
Q3-Q4 2026 Is Most Likely
Bloomberg reported Anthropic is considering an October 2026 IPO. Launching Capybara publicly before the IPO demonstrates revenue potential and technological leadership. This makes the July-September 2026 window plausible for expanded access, with general availability potentially coinciding with the IPO.
Phased Rollout Expected
The most likely path follows a predictable sequence. Current restricted access expands to select enterprise customers. Then API access opens for higher-tier developers. Then consumer access through Claude.com follows. Each phase may last weeks to months depending on security assessments.
What Could Accelerate the Timeline
If a competing lab releases a model with similar cyber capabilities without restrictions, Anthropic faces pressure to release Capybara sooner. The competitive landscape may ultimately matter more than internal timelines.
Questions About Getting Claude Capybara
Can I use Claude Capybara right now?
No. Capybara is in restricted early access, available only to cybersecurity defense organizations selected by Anthropic. Public access has not been announced.
How do I sign up for the Capybara waitlist?
There is no public waitlist. Enterprise customers can contact Anthropic’s sales team to discuss priority access. Individual developers should set up API access now and build with Opus while waiting.
Will Capybara be available on the free Claude plan?
Unlikely at launch. Given the model’s computational cost, Capybara will most likely require a Pro subscription ($20/month) or higher, with possible usage limits even for paying customers.
Do I need to change my code when Capybara launches?
No. The Claude API uses a unified interface. Switching from Opus to Capybara requires changing only the model parameter. All other code — authentication, message format, tool use — remains identical.
When will Capybara be publicly available?
Community estimates point to Q3-Q4 2026, potentially aligned with Anthropic’s reported IPO timeline. No official date has been announced.
