feat: add subscription variants for all Claude 4.x Anthropic models#34
Merged
guillaumegay13 merged 1 commit intoMay 26, 2026
Conversation
Adds 11 subscription (authType: subscription) YAML files for Anthropic Claude 4.x models that only had api_key entries. Params and applicability rules mirror their api_key counterparts exactly. Models: opus-4-7, opus-4-6, opus-4-5-20251101, opus-4-1-20250805, opus-4-20250514, sonnet-4-6, sonnet-4-5, sonnet-4-5-20250929, sonnet-4-20250514, haiku-4-5, haiku-4-5-20251001. Previously only claude-opus-4, claude-sonnet-4, and claude-haiku-4 had subscription entries — no specific 4.x version did. This caused subscription-mode users to get zero params for models like claude-opus-4-7.
|
@guillaumegay13 is attempting to deploy a commit to the Manifest Team on Vercel. A member of the Team first needs to authorize it. |
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.
What
Adds
authType: subscriptionparameter definitions for all specific Claude 4.x Anthropic models. Previously only the three "latest" aliases (claude-opus-4,claude-sonnet-4,claude-haiku-4) had subscription variants, so subscription-mode users got zero params for versioned models likeclaude-opus-4-7.Models added (11)
claude-opus-4-7,4-6,4-5-20251101,4-1-20250805,4-20250514claude-sonnet-4-6,4-5,4-5-20250929,4-20250514claude-haiku-4-5,4-5-20251001How
Each subscription file mirrors its existing API-key counterpart exactly — same params, same applicability rules (sampling params excluded when thinking is enabled/adaptive, etc.) — differing only in
authType: subscription. Verified identical to the current API-key files for all 11 models.npm run validatepasses (139 models).