Skip to content

Fix pricing discrepancies for gpt-5.6-sol and gemini-3.6-flash in models.json - #56272

Merged
pelikhan merged 2 commits into
mainfrom
copilot/model-inventory-update-2026-08-27
Aug 27, 2026
Merged

Fix pricing discrepancies for gpt-5.6-sol and gemini-3.6-flash in models.json#56272
pelikhan merged 2 commits into
mainfrom
copilot/model-inventory-update-2026-08-27

Conversation

Copilot AI commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Daily model inventory scan found github-copilot provider pricing for gpt-5.6-sol and gemini-3.6-flash stored at roughly 2x the Copilot SDK-reported (billing.tokenPrices) values in models.json.

Pricing corrections

  • gpt-5.6-sol: input 5e-062e-06, output 3e-051e-05, cache_read 5e-072e-07, cache_write 6.25e-062.5e-06
  • gemini-3.6-flash: input 1.5e-067.5e-07, output 7.5e-063.75e-06, cache_read 1.5e-077.5e-08
  • Applied identically to both pkg/cli/data/models.json and its mirror actions/setup/js/models.json to keep them in sync

Changeset

  • Added .changeset/patch-model-inventory-2026-08-27.md documenting the pricing correction, following the existing model-inventory changeset convention

No alias changes are included — the inventory scan found full coverage of live models under existing alias glob patterns.

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
Copilot AI requested a review from pelikhan August 27, 2026 07:00
@pelikhan
pelikhan marked this pull request as ready for review August 27, 2026 07:06
Copilot AI balanced review requested due to automatic review settings August 27, 2026 07:06
@pelikhan
pelikhan merged commit 0324208 into main Aug 27, 2026
6 checks passed
@pelikhan
pelikhan deleted the copilot/model-inventory-update-2026-08-27 branch August 27, 2026 07:06

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Corrects Copilot model pricing and keeps both bundled catalogs synchronized.

Changes:

  • Updates pricing for gpt-5.6-sol and gemini-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.
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.87.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[model-inventory] Model alias inventory update - 2026-08-27

3 participants