Skip to content

Update 2026-06-02 model inventory: add missing Gemini preview multipliers#36388

Merged
pelikhan merged 2 commits into
mainfrom
copilot/model-inventory-update-2026-06-02
Jun 2, 2026
Merged

Update 2026-06-02 model inventory: add missing Gemini preview multipliers#36388
pelikhan merged 2 commits into
mainfrom
copilot/model-inventory-update-2026-06-02

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jun 2, 2026

The 2026-06-02 inventory detected two new Gemini preview LLMs missing from model_multipliers.json, while alias coverage remained complete and unchanged. This PR adds those missing multiplier entries and locks them with a dated inventory regression test.

  • Registry updates (both runtime sources)

    • Added the following multipliers to:
      • pkg/cli/data/model_multipliers.json
      • actions/setup/js/model_multipliers.json
    • New entries:
      • antigravity-preview-05-2026: 1.0
      • nano-banana-pro-preview: 0.2
  • Inventory regression coverage

    • Added TestModelMultipliersInventoryUpdate20260602 in pkg/cli/effective_tokens_test.go.
    • Verifies both new model IDs resolve to expected multipliers from embedded registry data.
{
  "antigravity-preview-05-2026": 1.0,
  "nano-banana-pro-preview": 0.2
}

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update model alias inventory for 2026-06-02 Update 2026-06-02 model inventory: add missing Gemini preview multipliers Jun 2, 2026
Copilot AI requested a review from pelikhan June 2, 2026 02:04
@pelikhan pelikhan marked this pull request as ready for review June 2, 2026 02:04
Copilot AI review requested due to automatic review settings June 2, 2026 02:04
@pelikhan pelikhan merged commit 24e2476 into main Jun 2, 2026
@pelikhan pelikhan deleted the copilot/model-inventory-update-2026-06-02 branch June 2, 2026 02:05
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds two newly-detected Gemini preview model multipliers to both runtime registries and locks them with a dated regression test.

Changes:

  • Add antigravity-preview-05-2026 (1.0) and nano-banana-pro-preview (0.2) to pkg/cli/data/model_multipliers.json.
  • Mirror the same additions in actions/setup/js/model_multipliers.json.
  • Add TestModelMultipliersInventoryUpdate20260602 to verify both entries load from embedded JSON.
Show a summary per file
File Description
pkg/cli/data/model_multipliers.json Adds the two new Gemini preview multiplier entries.
actions/setup/js/model_multipliers.json Mirrors the new multiplier entries for the JS runtime.
pkg/cli/effective_tokens_test.go Adds a dated regression test asserting both new multipliers load correctly.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 3/3 changed files
  • Comments generated: 0

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-06-02

3 participants