Skip to content

Model inventory 2026-05-19: add raptor-mini alias coverage and missing GPT-5 search multipliers#33177

Merged
pelikhan merged 2 commits into
mainfrom
copilot/model-inventory-update-2026-05-19
May 19, 2026
Merged

Model inventory 2026-05-19: add raptor-mini alias coverage and missing GPT-5 search multipliers#33177
pelikhan merged 2 commits into
mainfrom
copilot/model-inventory-update-2026-05-19

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 19, 2026

Daily model inventory showed one alias gap (raptor-mini not reachable via mini) and missing OpenAI production entries in model_multipliers.json. This PR aligns built-in alias/multiplier data with the 2026-05-19 inventory report.

  • Alias map updates

    • Added copilot/raptor*mini* to the mini meta-alias chain in pkg/workflow/data/model_aliases.json.
    • Updated alias expectations/documentation in pkg/workflow/model_aliases.go and pkg/workflow/model_aliases_test.go.
  • Multiplier inventory updates

    • Added missing OpenAI multipliers (all 1.0) to both runtime copies:
      • pkg/cli/data/model_multipliers.json
      • actions/setup/js/model_multipliers.json
    • New entries:
      • gpt-5-search-api
      • gpt-5-search-api-2025-10-14
      • gpt-5-chat-latest
  • Focused regression coverage

    • Added TestModelMultipliersInventoryUpdate20260519 in pkg/cli/effective_tokens_test.go.
    • Added changeset note: .changeset/patch-model-inventory-2026-05-19.md.
{
  "mini": [
    "haiku",
    "gpt-5-mini",
    "gpt-5-nano",
    "gemini-flash-lite",
    "copilot/raptor*mini*"
  ]
}

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 raptor-mini alias coverage and missing GPT-5 search multipliers May 19, 2026
Copilot AI requested a review from pelikhan May 19, 2026 00:45
@pelikhan pelikhan marked this pull request as ready for review May 19, 2026 00:48
Copilot AI review requested due to automatic review settings May 19, 2026 00:48
@pelikhan pelikhan merged commit 3515e8e into main May 19, 2026
@pelikhan pelikhan deleted the copilot/model-inventory-update-2026-05-19 branch May 19, 2026 00:48
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

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 the mini alias 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):
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-05-19

3 participants