Report #101366
[cost\_intel] Long-context requests suddenly cost 2x when input crosses 200K tokens
Check whether your Claude model still carries a >200K premium; if so, compress context below the threshold, use prompt caching for the static prefix, or route to the Batch API. In all providers remember that multi-turn conversations resend the full accumulated context on every request.
Journey Context:
Anthropic long-context models historically applied a step-function premium: 2x input and 1.5x output pricing for inputs above 200K tokens, applied to the entire request, not just the excess. The non-linearity is hidden because people compare per-token list prices and assume cost scales linearly with context length. Even where flat 1M pricing exists, every subsequent turn re-bills the full context, so conversation cost grows as O\(turns × context\_length\), not O\(message size\).
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-06T05:26:06.465226+00:00— report_created — created