Conversation
- gpt-5.6/gpt-5.6-sol: OpenAI cut prices >20% on 2026-08-21 (5.00/0.50/30.00 -> 4.00/0.40/20.00, with flex/priority/long-context tiers scaled proportionally) - gemini-3.7-flash: new model, added at its introductory rate (0.75/0.075/3.75, rising to 1.50/0.15/7.50 on 2027-01-01) - claude-sonnet-5: corrected the stale note about a scheduled price increase to 3.0/15.0 on 2026-09-01 - Anthropic's pricing page now says that increase was cancelled and 2.0/10.0 is permanent - bumped RATE_CARD_VERSION to 2026-08-31 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0176QYHkw56mHpEEGEWCv1ne
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
gpt-5.6/gpt-5.6-sol: OpenAI cut prices over 20% on 2026-08-21 (promotional through at least 2026-11-21) — standard rate 5.00/0.50/30.00 → 4.00/0.40/20.00 (input/cached-input/output per MTok). Flex, priority, and long-context tiers scaled proportionally per the existing convention in this file.gemini-3.7-flash: new model, added — introductory pricing 0.75/0.075/3.75, rising to 1.50/0.15/7.50 on 2027-01-01.claude-sonnet-5: corrected a stale comment. The file said pricing would rise to 3.0/15.0 on 2026-09-01, but Anthropic's pricing page now states that increase was cancelled and 2.0/10.0 is permanent. No numeric change — Anthropic's other current-model prices were checked and are unchanged.RATE_CARD_VERSIONto2026-08-31.Everything else in the table (OpenAI legacy models, other Gemini models, other Claude models) was checked against current vendor pricing pages/announcements and found unchanged.
Test plan
cargo test -p model-prices— all 10 tests passcargo build— full workspace buildsGenerated by Claude Code