fix(pricing): refresh Claude and Gemini pricing to current rates - #24
Merged
Merged
Conversation
Anthropic, Google, and OpenAI have all shipped newer models and price changes since this table was last touched. Adds Claude Opus 4.7/4.8, Sonnet 5, and Fable/Mythos 5 pricing, and replaces the stale/guessed Gemini 3.x entries with current per-model rates (3, 3.1, 3.5, 3.6 Flash/Pro/Flash-Lite tiers), which also covers Google Antigravity sessions since that tool runs on Gemini models. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
ClaudiaFang
marked this pull request as ready for review
July 23, 2026 11:20
ClaudiaFang
pushed a commit
that referenced
this pull request
Jul 23, 2026
docs: update schema reference and bump version to 1.1.0
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.
Summary
Note: the Antigravity provider (
cli/src/providers/antigravity.ts) doesn't currently extract per-message model/usage data (modelsUsedis always empty,usageis null/hardcoded), so Antigravity sessions won't actually consume these Gemini prices yet — that's a separate provider-level gap, out of scope here.Test plan
pnpm buildpassespnpm test— 116/116 tests pass, including new coverage for the Claude 5.x family and updated Gemini pricinglintscript at the cli package level to run🤖 Generated with Claude Code