Skip to content

Add Claude Fable 5 model parameters#65

Merged
brunobuddy merged 2 commits into
mainfrom
feat/add-claude-fable-5
Jun 9, 2026
Merged

Add Claude Fable 5 model parameters#65
brunobuddy merged 2 commits into
mainfrom
feat/add-claude-fable-5

Conversation

@brunobuddy

Copy link
Copy Markdown
Member

What this changes

Adds Anthropic's Claude Fable 5 (claude-fable-5) to the catalog, with both the API-key and subscription parameter files.

Type of change

  • Add a model (new YAML file under models/)
  • Add a provider (new folder under models/, plus a logo)
  • Add or update parameters on an existing model
  • Fix incorrect data (default, range, values, applicability)
  • Site or tooling (code under src/, docs, CI)

Source

https://platform.claude.com/docs/en/about-claude/models/overview

Fable 5 keeps the Opus 4.7/4.8 request surface: adaptive thinking only, thinking.display (summarized/omitted), output_config.effort (lowmax), and no sampling parameters (temperature/top_p/top_k are rejected). One difference from Opus 4.8: thinking.type only accepts adaptive — an explicit disabled value returns a 400; the parameter must be omitted to run without thinking. That's why thinking.type lists a single value with no default, per the "fewer parameters can be correct" guidance in CONTRIBUTING.

Before opening

  • npm run validate and npm test pass locally
  • Filenames follow the convention: models/<provider>/<model>.yaml, or <model>-subscription.yaml for the subscription route
  • No existing parameter was removed (removals are blocked, see CONTRIBUTING)

Adds API-key and subscription parameter files for claude-fable-5.
Same surface as Opus 4.8 (adaptive thinking, effort up to max, no
sampling params) with one difference: thinking.type only accepts
adaptive — an explicit disabled value is rejected, the parameter
must be omitted to run without thinking.
@vercel

vercel Bot commented Jun 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
modelparams.dev Ready Ready Preview Jun 9, 2026 8:21pm

Request Review

@github-actions github-actions Bot added the model Add a model that's missing label Jun 9, 2026
@brunobuddy brunobuddy merged commit cd8bbc4 into main Jun 9, 2026
5 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