Skip to content

Update model inventory for Gemini 3.7 Flash and Grok 4.6 - #52993

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

Update model inventory for Gemini 3.7 Flash and Grok 4.6#52993
pelikhan merged 2 commits into
mainfrom
copilot/model-inventory-update

Conversation

Copilot AI commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

Live Copilot model inventories include grok-4.6 and gemini-3.7-flash, but the cached pricing catalogs did not. gemini-3.7-flash was also missing the dedicated generation alias used by adjacent Gemini Flash releases.

  • Model pricing

    • Add grok-4.6 to both models.json mirrors.
    • Add gemini-3.7-flash to both models.json mirrors.
    • Keep pkg/cli/data/models.json and actions/setup/js/models.json synchronized.
  • Alias inventory

    • Add a dedicated exact-generation alias:
      "gemini-3.7-flash": [
        "copilot/gemini-3.7*flash*",
        "google/gemini-3.7*flash*",
        "gemini/gemini-3.7*flash*"
      ]
  • Coverage

    • Extend focused model pricing and alias tests for the new entries.
    • Add a patch changeset for the inventory update.

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
Copilot AI requested a review from pelikhan August 16, 2026 00:27
@pelikhan
pelikhan marked this pull request as ready for review August 16, 2026 00:28
Copilot AI balanced review requested due to automatic review settings August 16, 2026 00:28
@pelikhan
pelikhan merged commit b1ad089 into main Aug 16, 2026
@pelikhan
pelikhan deleted the copilot/model-inventory-update branch August 16, 2026 00:29
@github-actions

Copy link
Copy Markdown
Contributor

Triage

  • Category: chore (model inventory update)
  • Risk: low
  • Score: 42/100 (impact 20, urgency 12, quality 10)
  • Recommendation: defer

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.

Generated by 🔧 PR Triage Agent · auto · 40.8 AIC · ⌖ 2.37 AIC · ⊞ 8.1K ·

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

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

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.87.0

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

3 participants