Update GPT-5.6 Sol pricing for OpenAI's Aug 21 promo cut (openai + openrouter) - #899
Open
Nauxie wants to merge 2 commits into
Open
Update GPT-5.6 Sol pricing for OpenAI's Aug 21 promo cut (openai + openrouter)#899Nauxie wants to merge 2 commits into
Nauxie wants to merge 2 commits into
Conversation
OpenAI cut GPT-5.6 Sol developer pricing by 20% on input ($5 -> $4 per 1M) and ~33% on output ($30 -> $20 per 1M), effective Aug 21, 2026 for three months. Cached input drops $0.50 -> $0.40. Long-context (>272k), batch, flex, priority, and data-residency region tiers all scale by the same input x0.8 / output x2/3 factors, matching the published pricing page. Applies to both gpt-5.6-sol and the 2026-07-09 snapshot.
OpenRouter's models API now lists openai/gpt-5.6-sol and gpt-5.6-sol-pro (plus :batch variants) at half of OpenAI's new promo list price ($2/M input, $10/M output; batch $1/$5) - their ongoing 50%-off non-BYOK promo applied on top of the new base. This file already tracked the promo-discounted listed price, so values are synced to the current API response.
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
OpenAI cut GPT-5.6 Sol developer pricing by 20% on input and ~33% on output, effective Aug 21, 2026 (promotional, running at least through Nov 21, 2026). Reuters coverage here.
pricing/openai.json—gpt-5.6-sol+gpt-5.6-sol-2026-07-09Per 1M tokens, from OpenAI's pricing page:
All tiers (including the data-residency region block) scale uniformly: input-side ×0.8, output ×⅔, which matches the published table exactly. Cache-write keeps its 1.25× input ratio.
additional_units(web_search, file_search) unchanged.pricing/openrouter.json—openai/gpt-5.6-sol,-pro, and:batchvariantsSynced to OpenRouter's live
/api/v1/modelsresponse: $2/M input, $10/M output (batch $1/$5). OpenRouter layers its ongoing 50%-off non-BYOK promo on top of OpenAI's new base price; this file already tracked the promo-discounted listed price, so these values mirror the current API response verbatim.Deliberately not changed
Validation
python3 scripts/check_duplicate_keys.pycleanprettier --checkandeslint --quietpass on both files"price"lines (128 in openai.json, 14 in openrouter.json)🤖 Generated with Claude Code