Update 2026-06-02 model inventory: add missing Gemini preview multipliers#36388
Merged
Conversation
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
Contributor
There was a problem hiding this comment.
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) andnano-banana-pro-preview(0.2) topkg/cli/data/model_multipliers.json. - Mirror the same additions in
actions/setup/js/model_multipliers.json. - Add
TestModelMultipliersInventoryUpdate20260602to 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
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.
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)
pkg/cli/data/model_multipliers.jsonactions/setup/js/model_multipliers.jsonantigravity-preview-05-2026:1.0nano-banana-pro-preview:0.2Inventory regression coverage
TestModelMultipliersInventoryUpdate20260602inpkg/cli/effective_tokens_test.go.{ "antigravity-preview-05-2026": 1.0, "nano-banana-pro-preview": 0.2 }