Skip to content

feat: add subscription variants for all Claude 4.x Anthropic models#34

Merged
guillaumegay13 merged 1 commit into
mnfst:mainfrom
guillaumegay13:feat/anthropic-subscription-variants
May 26, 2026
Merged

feat: add subscription variants for all Claude 4.x Anthropic models#34
guillaumegay13 merged 1 commit into
mnfst:mainfrom
guillaumegay13:feat/anthropic-subscription-variants

Conversation

@guillaumegay13
Copy link
Copy Markdown
Collaborator

What

Adds authType: subscription parameter 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 like claude-opus-4-7.

Models added (11)

Family Models
Opus claude-opus-4-7, 4-6, 4-5-20251101, 4-1-20250805, 4-20250514
Sonnet claude-sonnet-4-6, 4-5, 4-5-20250929, 4-20250514
Haiku claude-haiku-4-5, 4-5-20251001

How

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 validate passes (139 models).

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.
@vercel
Copy link
Copy Markdown

vercel Bot commented May 26, 2026

@guillaumegay13 is attempting to deploy a commit to the Manifest Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added the model Add a model that's missing label May 26, 2026
@guillaumegay13 guillaumegay13 merged commit cb476a6 into mnfst:main May 26, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

model Add a model that's missing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant