fix: price Fable 5.1 cache reads at 0.025x and keep Sonnet 5 at $2/$10 - #38
Merged
Merged
Conversation
Per the Anthropic pricing page as fetched 2026-09-09: Fable 5.1 and Mythos 5.1 cache reads are 0.025x base input ($0.25/MTok on $10 base), every other model stays at 0.1x. The scheduled Sonnet 5 increase to $3/$15 on 2026-09-01 will not occur - it stays $2/$10 permanently.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
fable-5-1|mythos-5-1row sits above thefable-5row.SONNET5_STANDARD_FROM) is removed.PRICES_ASOFbumped to 2026-09-09. README and SKILL wording about Sonnet intro pricing and the flat 0.1x cache read updated.Why
Verified against the Anthropic pricing page on 2026-09-09: the model table lists Fable 5.1 cache hits at $0.25/MTok with the footnote "Cache hits and refreshes on Claude Fable 5.1 and Claude Mythos 5.1 are priced at 0.025x the base input price. All other models use the standard 0.1x multiplier", and the Sonnet 5 note says "The previously scheduled increase to $3/$15 per million input/output tokens on September 1, 2026 will not occur."
Before this change every
tokenswindow ending after 2026-09-01 priced Sonnet 5 at 1.5x and Fable 5.1 cache reads at 4x. Cache reads are the dominant volume in real transcripts, so on a Fable 5.1 session the main-session and counterfactual dollar figures were the most affected.Verification
node --test hooks/dispatch-counter.test.mjs hooks/update-check.test.mjs: 94 pass, 0 fail (93 baseline + 1 new test pinning $0.25 per 1M Fable 5.1 cache reads and $2.00 per 1M Sonnet 5 input).Found during a three-model adversarial review of the plugin (Opus, Fable, Codex gpt-6) on 2026-09-09; all three confirmed both facts independently against the pricing page.