Fix pricing discrepancies for gpt-5.6-sol and gemini-3.6-flash in models.json - #56272
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update model inventory following daily scan results
Fix pricing discrepancies for gpt-5.6-sol and gemini-3.6-flash in models.json
Aug 27, 2026
pelikhan
marked this pull request as ready for review
August 27, 2026 07:06
Contributor
There was a problem hiding this comment.
Pull request overview
Corrects Copilot model pricing and keeps both bundled catalogs synchronized.
Changes:
- Updates pricing for
gpt-5.6-solandgemini-3.6-flash. - Adds a patch changeset documenting the correction.
Show a summary per file
| File | Description |
|---|---|
pkg/cli/data/models.json |
Corrects embedded model prices. |
actions/setup/js/models.json |
Mirrors the corrected prices. |
.changeset/patch-model-inventory-2026-08-27.md |
Documents the pricing update. |
Review details
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 3/3 changed files
- Comments generated: 1
- Review effort level: Balanced
| "gh-aw": patch | ||
| --- | ||
|
|
||
| Model alias inventory update for 2026-08-27: correct pricing for `gpt-5.6-sol` ($2/1M input, $10/1M output, $0.20/1M cache read, $2.50/1M cache write) and `gemini-3.6-flash` ($0.75/1M input, $3.75/1M output, $0.075/1M cache read) in the `github-copilot` provider in `models.json`, which were stored at roughly 2x the Copilot SDK-reported price; verified against Copilot SDK `billing.tokenPrices` data. |
Contributor
|
🎉 This pull request is included in a new release. Release: |
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.
Daily model inventory scan found
github-copilotprovider pricing forgpt-5.6-solandgemini-3.6-flashstored at roughly 2x the Copilot SDK-reported (billing.tokenPrices) values inmodels.json.Pricing corrections
gpt-5.6-sol: input5e-06→2e-06, output3e-05→1e-05,cache_read5e-07→2e-07,cache_write6.25e-06→2.5e-06gemini-3.6-flash: input1.5e-06→7.5e-07, output7.5e-06→3.75e-06,cache_read1.5e-07→7.5e-08pkg/cli/data/models.jsonand its mirroractions/setup/js/models.jsonto keep them in syncChangeset
.changeset/patch-model-inventory-2026-08-27.mddocumenting the pricing correction, following the existing model-inventory changeset conventionNo alias changes are included — the inventory scan found full coverage of live models under existing alias glob patterns.