Model inventory 2026-05-19: add raptor-mini alias coverage and missing GPT-5 search multipliers#33177
Merged
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update model alias inventory for raptor-mini
Model inventory 2026-05-19: add May 19, 2026
raptor-mini alias coverage and missing GPT-5 search multipliers
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates built-in model inventory data to cover the raptor-mini alias gap and add missing GPT-5 OpenAI multiplier entries.
Changes:
- Adds
copilot/raptor*mini*to theminialias chain and updates related Go comments/tests. - Adds GPT-5 search/chat multiplier entries to both Go and setup-action runtime JSON copies.
- Adds regression coverage and a changeset for the inventory update.
Show a summary per file
| File | Description |
|---|---|
pkg/workflow/model_aliases.go |
Updates built-in alias documentation for mini. |
pkg/workflow/model_aliases_test.go |
Updates alias expectations for mini. |
pkg/workflow/data/model_aliases.json |
Adds copilot/raptor*mini* to the mini alias list. |
pkg/cli/effective_tokens_test.go |
Adds regression assertions for new GPT-5 multiplier entries. |
pkg/cli/data/model_multipliers.json |
Adds new GPT-5 search/chat multipliers. |
actions/setup/js/model_multipliers.json |
Mirrors multiplier additions for setup-action runtime use. |
.changeset/patch-model-inventory-2026-05-19.md |
Records the patch-level model inventory update. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 7/7 changed files
- Comments generated: 3
| "deep-research": ["copilot/deep-research*", "copilot/o3-deep-research*", "copilot/o4-mini-deep-research*", "google/deep-research*", "gemini/deep-research*", "openai/o3-deep-research*", "openai/o4-mini-deep-research*"], | ||
| "small": ["mini"], | ||
| "mini": ["haiku", "gpt-5-mini", "gpt-5-nano", "gemini-flash-lite"], | ||
| "mini": ["haiku", "gpt-5-mini", "gpt-5-nano", "gemini-flash-lite", "copilot/raptor*mini*"], |
Comment on lines
+51
to
+53
| "gpt-5-search-api": 1.0, | ||
| "gpt-5-search-api-2025-10-14": 1.0, | ||
| "gpt-5-chat-latest": 1.0, |
| @@ -67,7 +67,7 @@ type builtinModelAliasesFile struct { | |||
| // - "deep-research" → Google Gemini deep-research family (specialized research agents) | |||
| // | |||
| // Meta-aliases (reference other aliases; resolved recursively by AWF): | |||
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.
Daily model inventory showed one alias gap (
raptor-mininot reachable viamini) and missing OpenAI production entries inmodel_multipliers.json. This PR aligns built-in alias/multiplier data with the 2026-05-19 inventory report.Alias map updates
copilot/raptor*mini*to theminimeta-alias chain inpkg/workflow/data/model_aliases.json.pkg/workflow/model_aliases.goandpkg/workflow/model_aliases_test.go.Multiplier inventory updates
1.0) to both runtime copies:pkg/cli/data/model_multipliers.jsonactions/setup/js/model_multipliers.jsongpt-5-search-apigpt-5-search-api-2025-10-14gpt-5-chat-latestFocused regression coverage
TestModelMultipliersInventoryUpdate20260519inpkg/cli/effective_tokens_test.go..changeset/patch-model-inventory-2026-05-19.md.{ "mini": [ "haiku", "gpt-5-mini", "gpt-5-nano", "gemini-flash-lite", "copilot/raptor*mini*" ] }