Add Claude Fable 5 pricing to vendored snapshot#472
Conversation
Adds claude-fable-5 to the models.dev pricing snapshot so cost reporting recognizes the new top-tier model: $10/$50 per MTok input/output, $1 cache-read, $12.5 cache-write, 1M context, 128K output. Covers the entry with pricing/cost lookup tests. https://claude.ai/code/session_01EAAaw7NKa6vL5YpN1UZoUx
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdds a changelog entry and test assertions so the builtin pricing snapshot recognizes ChangesClaude-fable-5 Pricing Support
Persisted Relay Workspace State
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
💡 Codex Reviewhttps://github.com/AgentWorkforce/burn/blob/8aaf4b331b94295bef9b4267708359d67f5ef8f4/crates/relayburn-sdk/data/models.dev.json#L1 This adds pricing under ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Summary
Adds
claude-fable-5to the vendored models.dev pricing snapshot so cost reporting recognizes the new top-tier Claude model.Pricing comes from the authoritative Claude API model reference. Cache rates follow the fixed ratio every other Anthropic entry uses (cache_read = 0.1× input, cache_write = 1.25× input), consistent with
claude-opus-4-8(5 → 0.5 / 6.25) andclaude-sonnet-4-6(3 → 0.3 / 3.75).Changes
crates/relayburn-sdk/data/models.dev.json— newclaude-fable-5entry under theanthropicprovider.crates/relayburn-sdk/src/analyze/pricing.rs— assert exact Fable 5 rate values.crates/relayburn-sdk/src/analyze/cost.rs— assert Fable 5 is present in the built-in pricing lookup.CHANGELOG.md—[Unreleased]entry mirroring the priorclaude-opus-4-8pricing note.Notes
costblock;knowledge(2026-01-31) andrelease_date(2026-05-26) are metadata placeholders and can be corrected if official dates are available.cargo test -p relayburn-sdkanalyze suite passes (319 tests).https://claude.ai/code/session_01EAAaw7NKa6vL5YpN1UZoUx
Generated by Claude Code