Skip to content

Add Claude Fable 5 model support#101

Merged
adambalogh merged 1 commit into
mainfrom
claude/gifted-pasteur-pvms3p
Jun 9, 2026
Merged

Add Claude Fable 5 model support#101
adambalogh merged 1 commit into
mainfrom
claude/gifted-pasteur-pvms3p

Conversation

@adambalogh

Copy link
Copy Markdown
Contributor

Summary

Add support for Anthropic's Claude Fable 5 model to the TEE gateway. This is Anthropic's most capable widely released model, available on the first-party API from 2026-06-09.

Changes

  • Model Registry: Added CLAUDE_FABLE_5 enum entry with Anthropic provider configuration
    • API name: claude-fable-5
    • Input pricing: $0.00001 per token
    • Output pricing: $0.00005 per token
    • supports_temperature=False (adaptive-thinking-only model rejects temperature parameter with HTTP 400, similar to Opus 4.7+)
  • Model Mapping: Registered "claude-fable-5" string key in the model name lookup dictionary
  • Tests: Added test_claude_fable_5_resolves() to verify model configuration resolution and pricing
  • Documentation: Updated CLAUDE.md to include Claude Fable 5 in the list of supported Anthropic model prefixes

Implementation Details

Claude Fable 5 is an adaptive-thinking-only model that does not support the temperature parameter (returns HTTP 400 if provided), consistent with recent Opus models (4.7+). The pricing reflects the model's capability tier relative to other Claude variants.

https://claude.ai/code/session_01RawhhYfSfUkatbo7WUvoEA

Claude Fable 5 (claude-fable-5) is GA on the first-party Anthropic API as
of 2026-06-09. Register it with $10/$50 per-MTok pricing and
supports_temperature=False (adaptive-thinking-only, rejects temperature
like Opus 4.7+).

https://claude.ai/code/session_01RawhhYfSfUkatbo7WUvoEA
@adambalogh adambalogh marked this pull request as ready for review June 9, 2026 17:14
@adambalogh adambalogh merged commit 40f136f into main Jun 9, 2026
8 checks passed
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.

2 participants