Bump Sonnet 5 to standard pricing (3x) — merge just before 2026-09-01 - #23
Draft
khalilgharbaoui wants to merge 1 commit into
Draft
Bump Sonnet 5 to standard pricing (3x) — merge just before 2026-09-01#23khalilgharbaoui wants to merge 1 commit into
khalilgharbaoui wants to merge 1 commit into
Conversation
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
Sonnet 5's introductory $2/M in, $10/M out pricing expires 2026-08-31. Point it at sonnetCost ($3/$15), multiplier 3x, and drop sonnet5Cost. Updates the README table and pricing paragraph, the test-config-models assertions, and the AGENTS.md reminder. Introductory pricing was originally added by @broskees in #18.
khalilgharbaoui
force-pushed
the
sonnet-5-standard-pricing
branch
from
August 19, 2026 23:05
c50f1cc to
1c5e8eb
Compare
4 tasks
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.
⏰ DO NOT MERGE BEFORE ~2026-08-31. Staged per #22.
claude-sonnet-5's introductory pricing ($2/M in, $10/M out, shown(2×)) expires 2026-08-31; standard pricing ($3/$15,(3×)) begins September 1. This PR points the model atsonnetCost, setsmultiplier: 3, deletessonnet5Cost, and updates the README table and pricing paragraph, thetest-config-models.tsassertions, and the AGENTS.md reminder.Rebuilt on current master 2026-08-20. The original branch was cut from 0.10.0 and would have fought #25, which changed every cost in
src/models.tsfrom dollars-per-token to dollars-per-million. Merging the old version in September would have quietly reverted Sonnet 5's units back to2e-6. It now readsinput: 3, output: 15, cacheRead: 0.3, cacheWrite: 3.75.Checks on the rebuilt branch: typecheck clean, 326/326 tests pass, mergeable with no conflicts.
Merge plan: merge on or just after Aug 31, release as a patch. Closes #22 on merge.
(Introductory pricing originally added by @broskees in #18.)