Anthropic API Billing Bug: Sonnet Model Charged at Opus Rates

Bug Details
A significant billing discrepancy has been identified in the Anthropic API for the claude-sonnet-4-6 model. While the API correctly reports the model as Sonnet in the response, the actual billing calculation uses Opus pricing, resulting in higher charges than expected.
Evidence from Raw Event Data
The bug was discovered through analysis of a high-token request with heavy prompt caching. The specific data points from the raw event are:
- Reported Model: claude-sonnet-4-6
- Input Tokens: 6
- Output Tokens: 4,034
- Cache Creation (Write): 61,920 tokens
- Cache Read: 171,391 tokens
- Billed totalCostUsd: $0.5735755
The user noted that this total cost matches exactly what would be expected for Opus pricing, not Sonnet pricing, creating a significant cost difference for API users.
Impact and Context
This bug affects developers using the Anthropic Claude API with the Sonnet model. Since Opus is Anthropic's most expensive model tier, this discrepancy could result in substantially higher costs than anticipated. The bug appears to be in the billing calculation logic rather than the model selection itself, as the API correctly identifies the model as Sonnet in responses.
For developers monitoring API costs, this means current billing reports may be inaccurate for Sonnet usage. The issue was reported on the ClaudeAI subreddit where users are discussing potential workarounds and monitoring for an official fix from Anthropic.
📖 Read the full source: r/ClaudeAI
👀 See Also

Apple Core AI Framework: First Look at Apple's Emerging AI Agent Foundation
Apple's new Core AI framework documentation page is live, though the content is behind a JavaScript wall. We break down what this means for AI agent development on Apple platforms.

Claude's speech recognition limitations and user workaround with Spokenly and Parakeet TDT
A user reports Claude's built-in microphone transcription is inaccurate compared to ChatGPT's, creating more work than it saves. They implemented a workaround using Spokenly on Mac with NVIDIA's Parakeet TDT model for improved performance.

Seven Ways to Avoid Losing Your Job to AI – Tyler Cowen's Practical Guide
Tyler Cowen outlines seven principles, including seeking messy jobs and being wary of remote work, to protect your career against AI competition.

OpenClaw 2026.3.11 release adds local-first Ollama setup, multimodal memory, and Discord thread controls
OpenClaw 2026.3.11 introduces first-class Ollama setup with local-only or hybrid modes, adds multimodal image and audio indexing to memory search using Gemini embeddings, and provides configurable Discord thread archiving times.