Update model inventory for Gemini 3.7 Flash and Grok 4.6 - #52993
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update model alias inventory for new Gemini Flash generation
Update model inventory for Gemini 3.7 Flash and Grok 4.6
Aug 16, 2026
pelikhan
marked this pull request as ready for review
August 16, 2026 00:28
Contributor
Triage
Small, self-contained data update (6 files, +61/-2) adding a Gemini Flash model alias and pricing. Checklist shows validation/CodeQL still pending. Low risk; hold for completion of remaining checklist items before merge.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates cached model pricing and aliases to match the live Copilot inventory.
Changes:
- Adds pricing for Grok 4.6 and Gemini 3.7 Flash to both catalogs.
- Adds and tests the Gemini 3.7 Flash alias.
- Adds a patch changeset.
Show a summary per file
| File | Description |
|---|---|
.changeset/patch-model-inventory-2026-08-16.md |
Documents the inventory update. |
actions/setup/js/models.json |
Updates the JavaScript pricing mirror. |
pkg/cli/data/models.json |
Adds CLI pricing entries. |
pkg/cli/model_costs_test.go |
Tests new pricing data. |
pkg/workflow/data/model_aliases.json |
Adds the generation-specific alias. |
pkg/workflow/model_aliases_test.go |
Verifies alias availability and patterns. |
Review details
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 6/6 changed files
- Comments generated: 0
- Review effort level: Balanced
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.
Live Copilot model inventories include
grok-4.6andgemini-3.7-flash, but the cached pricing catalogs did not.gemini-3.7-flashwas also missing the dedicated generation alias used by adjacent Gemini Flash releases.Model pricing
grok-4.6to bothmodels.jsonmirrors.gemini-3.7-flashto bothmodels.jsonmirrors.pkg/cli/data/models.jsonandactions/setup/js/models.jsonsynchronized.Alias inventory
Coverage