Anthropic accidentally shipped source maps referencing Claude Sonnet 4.8. Here is what the leak reveals about capabilities, pricing, and where it fits in the Opus/Sonnet/Haiku lineup.
Anthropic’s console shipped JavaScript source maps that contained unminified string references to claude-sonnet-4-8 in late May 2026. Within 24 hours, developers on X and the Anthropic Discord server had screenshotted the evidence and the speculation machine kicked into high gear. Anthropic quietly removed the exposed maps within hours of the posts going viral, but the screenshots were already circulating.
This is not the first time a model name has leaked this way. GPT-4.5 references appeared in OpenAI’s source maps months before its February 2025 announcement. The pattern is identical: a console build accidentally includes development-mode source maps, a developer opens devtools, and the cat is out of the bag.
What the Source Maps Actually Showed
Three independent developers posted screenshots of the devtools Network tab showing references to claude-sonnet-4-8 in a minified JavaScript bundle on console.anthropic.com. The key findings from the leaked strings:
- Model identifier:
claude-sonnet-4-8— consistent with Anthropic’s naming convention (family-tier-major.minor) - Context window reference: One string fragment read
context_window: 2000000— a 2 million token limit, double Sonnet 4.6’s current 1M - API endpoint stub: A routing config included
/v1/messageswithsonnet-4-8as a valid model slug, placed betweensonnet-4-6andopus-4-8in an array - Feature flag: A boolean labeled
extended_thinking_v3set totruealongside the Sonnet 4.8 entry — not present on the Sonnet 4.6 entry in the same array
The 2M token context window claim is the most significant detail if accurate. Sonnet 4.6 currently maxes out at 1M tokens. Jumping to 2M would put Sonnet 4.8 on par with the context capacity Anthropic has been testing internally, per their January 2026 research paper on long-context retrieval.
What Extended Thinking V3 Means
The extended_thinking_v3 flag deserves attention. Claude Opus 4.8, released May 29, 2026, shipped with what Anthropic calls Dynamic Workflows — automatic switching between fast completion mode and deliberate extended thinking based on problem complexity. The current Sonnet 4.6 supports extended thinking, but the flag is labeled extended_thinking_v2 in the API.
A v3 designation suggests Sonnet 4.8 gets the same Dynamic Workflows architecture that Opus 4.8 introduced. If true, this means Sonnet-class pricing (lower than Opus) with Opus-class reasoning on complex tasks. That would be a meaningful shift in the cost-performance trade-off that most production teams care about.
Current pricing for comparison:
| Model | Input (per 1M tokens) | Output (per 1M tokens) | Context |
|---|---|---|---|
| Claude Haiku 4.5 | $0.80 | $4.00 | 200K |
| Claude Sonnet 4.6 | $3.00 | $15.00 | 1M |
| Claude Opus 4.8 | $15.00 | $75.00 | 1M |
If Sonnet 4.8 debuts at $3–5 per million input tokens with 2M context and extended thinking v3, it would cost 3x–5x less than Opus 4.8 for tasks that do not require the full flagship model. That is the actual number that matters for production deployments.
Comments · 0
No comments yet. Be the first to share your thoughts.