What's wrong with this entry?
Anonymous. No account, no email.
What
The max tokens calculation now correctly handles Claude Sonnet 4 models using the 1M context beta.
Details
- Previously only models with
[1m]in the name got 1M max tokens - Now also applies when
context-1m-2025-08-07beta header is used with claude-sonnet-4 models - Enables proper token limits for Sonnet 4 + 1M context combinations
Evidence
R$() at line 1818 (max tokens calculation, contains "claude-sonnet-4" and T8A)
Strings lifted out of the shipped bundle, so the claim above can be checked against them.