feat(anthropic): add Claude Sonnet 5, Opus 4.8, and Fable 5 to catalog#293
Merged
Conversation
Adds the three current-generation Anthropic text models missing from the catalog. All three drop manual extended thinking (budget_tokens returns 400) in favor of adaptive thinking controlled via the effort parameter, matching the existing claude-opus-4-7 constraint shape.
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
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.
Summary
claude-sonnet-5,claude-opus-4-8, andclaude-fable-5to the Anthropic text model catalog — the three current-gen models that were missing.budget_tokensreturns a 400) in favor of adaptive thinking controlled via theeffortparameter, so they reuse the same constraint shape already established byclaude-opus-4-7:MAX_TOKENSup to 128k,THINKING_LEVELwithlow/medium/high/xhigh/max, plusOUTPUT_SCHEMA,TOOLS(web search),TOOL_CHOICE,IMAGE, andDOCUMENTsupport.claude-mythos-5/claude-mythos-preview— invitation-only (Project Glasswing), not generally available.Test plan
make cipasses (lint, format, mypy, bandit, tests with coverage)Modelentry and confirmed it validates