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

CopilotAI 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>
CopilotAI changed the title [WIP] Update model alias inventory for new Gemini Flash generationUpdate model inventory for Gemini 3.7 Flash and Grok 4.6Aug 16, 2026
CopilotAI requested a review from pelikhanAugust 16, 2026 00:27
@pelikhan
pelikhan marked this pull request as ready for review August 16, 2026 00:28
CopilotAI balanced review requested due to automatic review settings August 16, 2026 00:28
@pelikhan
pelikhan merged commit b1ad089 into mainAug 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 ·

CopilotAI 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
FileDescription
.changeset/patch-model-inventory-2026-08-16.mdDocuments the inventory update.
actions/setup/js/models.jsonUpdates the JavaScript pricing mirror.
pkg/cli/data/models.jsonAdds CLI pricing entries.
pkg/cli/model_costs_test.goTests new pricing data.
pkg/workflow/data/model_aliases.jsonAdds the generation-specific alias.
pkg/workflow/model_aliases_test.goVerifies 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 freeto 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

@pelikhan