feat(site): add claude-fable-5 and claude-mythos-5 known model defaults - #27131
Merged
Conversation
ibetitsmike
approved these changes
Jul 9, 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Adds
claude-fable-5andclaude-mythos-5to the frontend Known Models catalog so the Chat Model admin panel can autofill defaults (context limit, max output tokens, reasoning effort, and pricing) for both models.Changes
claude-fable-5andclaude-mythos-5entries toanthropicKnownModels, ordered ahead of the existing Opus/Sonnet/Haiku entries. Both carry a 1M context limit, 128k max output tokens,reasoningEffort: "high"(adaptive thinking path), and $10/$50 per million input/output token pricing with $1/$12.50 cache read/write.anthropic.test.tsexpectations for catalog order and reasoning defaults.Data sourcing
claude-fable-5values are taken from models.dev (retrieved 2026-07-09, last updated 2026-06-09). models.dev does not listclaude-mythos-5(limited release via Project Glasswing), but Anthropic documents that it shares Claude Fable 5's specs and pricing, so its entry mirrors the fable-5 values. This caveat is documented as a code comment on the entry.Validation
pnpm test src/pages/AgentsPage/components/ChatModelAdminPanel/knownModels: 45/45 tests passbiome checkon the changed directory: cleantsc --noEmitonsite/: cleanGenerated with
mux• Model:anthropic:claude-fable-5• Thinking:xhigh