feat: add Claude Opus 4.8 parameters#38
Merged
Merged
Conversation
Adds api_key and subscription entries for claude-opus-4-8. Mirrors the 4.7 surface: adaptive thinking plus the effort dial (low/medium/high/ xhigh/max), no manual temperature/top_p/top_k or thinking budget, since 4.8 rejects extended thinking budgets and uses effort to control depth.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
💭 Why
Anthropic shipped Claude Opus 4.8 (
claude-opus-4-8). The catalog should list the knobs callers can set on it.✨ What changed
claude-opus-4-8.yaml(api_key) andclaude-opus-4-8-subscription.yaml.👤 For users
Opus 4.8 now shows up in the catalog for both API key and subscription auth.
📝 Notes
4.8 rejects manual thinking budgets (
thinking.budget_tokensreturns 400), so depth is controlled by the effort dial. No temperature/top_p/top_k, matching 4.7.