Skip to content

Add missing Claude Opus multiplier aliases and correct GPT-5.5 multipliers for 2026-05-30 inventory#35826

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

Add missing Claude Opus multiplier aliases and correct GPT-5.5 multipliers for 2026-05-30 inventory#35826
pelikhan merged 5 commits into
mainfrom
copilot/model-inventory-update-2026-05-30

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 30, 2026

The 2026-05-30 model inventory found no alias coverage gaps, but it did identify missing multiplier entries for Claude Opus 4.7/4.8 variants. The inventory's reported gpt-5.5 discrepancy was also corrected in this PR, updating the stored multipliers to match the documented value.

  • Registry updates

    • Added the missing Claude Opus multiplier aliases to pkg/cli/data/model_multipliers.json:
      • claude-opus-4-8
      • claude-opus-4.7
      • claude-opus-4.8
    • Corrected the gpt-5.5 multipliers in pkg/cli/data/model_multipliers.json:
      • gpt-5.5: 57.0
      • gpt-5.5-2026-04-23: 57.0
  • Coverage lock-in

    • Added a focused regression test for the 2026-05-30 inventory update in pkg/cli/effective_tokens_test.go.
    • Updated the related assertions so the test covers both the new Claude Opus aliases at 27.0 and the corrected gpt-5.5 multipliers at 57.0.
  • Documentation sync

    • Updated docs/src/content/docs/reference/model-tables.md so the published multiplier table matches the registry values for gpt-5.5 and gpt-5.5-2026-04-23.
  • Data consistency

    • Preserved the existing ordering convention in the multiplier registry so the new aliases sit with the rest of the Claude Opus entries.

Example of the added Claude Opus registry entries:

"claude-opus-4-6": 27.0,
"claude-opus-4-7": 27.0,
"claude-opus-4-8": 27.0,
"claude-opus-4.6": 27.0,
"claude-opus-4.7": 27.0,
"claude-opus-4.8": 27.0

Copilot AI and others added 3 commits May 30, 2026 01:58
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update model alias inventory for 2026-05-30 Add missing Claude Opus multiplier aliases for 2026-05-30 inventory May 30, 2026
Copilot AI requested a review from pelikhan May 30, 2026 02:15
Copy link
Copy Markdown
Collaborator

@pelikhan pelikhan left a comment

Choose a reason for hiding this comment

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

@copilot sry gpt-5.5

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 30, 2026

@copilot sry gpt-5.5

Fixed in cb0fc94: updated gpt-5.5 and gpt-5.5-2026-04-23 to 57.0, refreshed the regression assertions, and synced the model table docs.

Copilot AI changed the title Add missing Claude Opus multiplier aliases for 2026-05-30 inventory Add missing Claude Opus multiplier aliases and correct GPT-5.5 multipliers for 2026-05-30 inventory May 30, 2026
Copilot AI requested a review from pelikhan May 30, 2026 02:29
@pelikhan pelikhan marked this pull request as ready for review May 30, 2026 02:37
Copilot AI review requested due to automatic review settings May 30, 2026 02:37
@pelikhan pelikhan merged commit 9bf6ba1 into main May 30, 2026
@pelikhan pelikhan deleted the copilot/model-inventory-update-2026-05-30 branch May 30, 2026 02:37
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.

Copilot's findings

Tip

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

  • Files reviewed: 4/4 changed files
  • Comments generated: 1

Comment on lines +178 to +179
| `gpt-5.5` | 57 |
| `gpt-5.5-2026-04-23` | 57 |
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-30

3 participants