fix: update Anthropic model metadata for claude-opus-4-1 and claude-opus-4-6-20260205#689
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Erin McNulty (erin2722)
approved these changes
Jun 1, 2026
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.
fix: update Anthropic model metadata for claude-opus-4-1 and claude-opus-4-6-20260205
Closes #683
Source issue: #683
Summary
claude-opus-4-1claude-opus-4-6-20260205claude-opus-4-1claude-opus-4-6-20260205Verified metadata
Verification notes
Verification
Sources consulted
"format": "anthropic").claude-opus-4-1is listed as a Claude API alias forclaude-opus-4-1-20250805with 200k context / 32k max output / $15/$75 pricing.claude-opus-4-6(parent ofclaude-opus-4-6-20260205) is listed with 1M context / 128k max output / $5/$25 pricing.available_providers: ["anthropic"]uses"format": "anthropic". The parentclaude-opus-4-6and siblingclaude-opus-4-1-20250805both correctly use"format": "anthropic".Fields verified
format: Changed from"openai"to"anthropic"for both models. Verified by Anthropic docs and catalog consistency.sync_models (LiteLLM) cross-check
formatfield is not tracked by sync_models (LiteLLM only tracks numeric fields like token limits and pricing), so no cross-check is applicable for this change.claude-opus-4-6-20260205. Forclaude-opus-4-1, the LiteLLM entry maps toazure_aiprovider (not the direct Anthropic provider entry), so it is not directly comparable.Fields not changed
sync_models vs proposed update
sync_models cross-check found no pricing/token discrepancies for the changed models.
No sync_models discrepancies were noted.