When Claude Mythos launches, it will be available via Anthropic's Messages API — the same endpoint you use today. Here's how to prepare, what model IDs to expect, and how to migrate from Opus.
Based on Anthropic's existing naming convention (claude-{family}-{version}-{date}) and the leak data:
The good news: Anthropic's Messages API is stable. You won't rewrite your integration. The request format stays identical — only the model ID changes:
Claude Mythos introduces new capabilities that require new API parameters:
| New Feature | Parameter (est.) | Notes |
|---|---|---|
| Extended Thinking (32K) | thinking.budget_tokens | Same param, higher limit |
| Audio input | content[].type: "audio" | New content block type |
| Parallel tool calls | Automatic (no flag needed) | Returns multiple tool_use blocks |
| Computer Use GA | tools[].type: "computer_20260601" | Updated tool version |
| Context (400K) | max_tokens up to 400K | Check your contract tier |
When Claude Mythos becomes available, run through this checklist:
claude-opus-4-6-20251101 with claude-mythos-20260601. Test each model call individually before bulk migration.max_tokens from 4096 to 8000–16000.tool_use blocks in a single response. Update your tool handling loop to process arrays, not single items.| Model | Input ($/M tokens) | Output ($/M tokens) | Available |
|---|---|---|---|
| Claude Haiku 4.6 | $0.25 | $1.25 | Now |
| Claude Sonnet 4.6 | $3.00 | $15.00 | Now |
| Claude Opus 4.6 | $15.00 | $75.00 | Now |
| Claude Mythos (est.) | $25–$40 | $100–$150 | Q2–Q3 2026 |
Anthropic typically grants preview access in three waves:
Selected enterprise customers and API partners. Usually 4–8 weeks before public launch.
Developers on the waitlist. Usually 1–2 weeks before public launch. Subscribe below to be in this group.
All API users. Pricing and rate limits fully published. Enterprise contracts available.
The fastest path to Wave 2 access is to be on Anthropic's developer waitlist. We'll notify our subscribers immediately when that waitlist opens.
At 1.5–2.5× the price of Opus, model routing becomes essential:
Be first to know when Anthropic releases Claude Mythos. Early access alerts & benchmark updates.
Join 3,400+ developers · Free forever · No spam
Explore Claude Mythos →