Skip to content

feat(anthropic): add Claude Sonnet 5, Opus 4.8, and Fable 5 to catalog#293

Merged
Kamilbenkirane merged 1 commit into
mainfrom
feat/sonnet-5
Jul 1, 2026
Merged

feat(anthropic): add Claude Sonnet 5, Opus 4.8, and Fable 5 to catalog#293
Kamilbenkirane merged 1 commit into
mainfrom
feat/sonnet-5

Conversation

@Kamilbenkirane

Copy link
Copy Markdown
Member

Summary

  • Adds claude-sonnet-5, claude-opus-4-8, and claude-fable-5 to the Anthropic text model catalog — the three current-gen models that were missing.
  • All three drop manual extended thinking (budget_tokens returns a 400) in favor of adaptive thinking controlled via the effort parameter, so they reuse the same constraint shape already established by claude-opus-4-7: MAX_TOKENS up to 128k, THINKING_LEVEL with low/medium/high/xhigh/max, plus OUTPUT_SCHEMA, TOOLS (web search), TOOL_CHOICE, IMAGE, and DOCUMENT support.
  • Verified against Anthropic's official docs (models overview, per-model "what's new" pages, effort parameter, structured outputs, web search tool support) for each model.
  • Skipped claude-mythos-5/claude-mythos-preview — invitation-only (Project Glasswing), not generally available.

Test plan

  • make ci passes (lint, format, mypy, bandit, tests with coverage)
  • Manually loaded each new Model entry and confirmed it validates

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.
@Kamilbenkirane Kamilbenkirane merged commit b275826 into main Jul 1, 2026
11 checks passed
@claude

claude Bot commented Jul 1, 2026

Copy link
Copy Markdown

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant