Anthropic API Billing Bug: Sonnet Model Charged at Opus Rates

✍️ OpenClawRadar📅 Published: March 15, 2026🔗 Source
Anthropic API Billing Bug: Sonnet Model Charged at Opus Rates
Ad

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.

Ad

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

Ad

👀 See Also