Skip to content

Add Claude Fable 5.1 to model registry - #152

Open
adambalogh wants to merge 2 commits into
mainfrom
og/elegant-franklin-m0cabm
Open

Add Claude Fable 5.1 to model registry#152
adambalogh wants to merge 2 commits into
mainfrom
og/elegant-franklin-m0cabm

Conversation

@adambalogh

@adambalogh adambalogh commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Summary

Routine check for new releases from providers already integrated in the gateway. This PR adds one confirmed new release:

  • Claude Fable 5.1 (Anthropic, GA 2026-09-01) — supersedes Claude Fable 5 as Anthropic's most capable model. API name claude-fable-5-1. Same sticker input/output price as Fable 5 ($10/$50 per MTok); the only pricing change is a 75%-cheaper cached-read rate, which this registry doesn't model (base input/output only).
    • Sources: Anthropic's own docs, anthropic.com announcement, TechSpot, VentureBeat.``
    • Not added: Claude Mythos 5.1, announced the same day — it's restricted to vetted cyberdefender/life-science orgs, not generally API-available, so it doesn't fit this gateway's open-routing model.

GLM-5.3 / GLM-5.3-Flash — an earlier version of this PR also added these, routed directly through Z.ai's own API since no BytePlus ModelArk deployment endpoint exists for them yet. That routing path isn't wanted, so they've been dropped from this change; glm-5.2 is untouched.

Changes

  • tee_gateway/model_registry.py: added CLAUDE_FABLE_5_1 enum entry + _MODEL_LOOKUP alias.
  • tests/test_pricing.py: resolve + cost tests.
  • CLAUDE.md / README.md: updated the "Supported Providers" / "Supported Models" tables.

Test plan

  • PYTHONPATH=. uv run pytest tests/test_pricing.py — 136 passed
  • uv run ruff format --check tee_gateway / uv run ruff check tee_gateway — clean
  • uv run mypy tee_gateway — no issues
  • uv.lock untouched (no dependency changes)

Related

Companion PR in chat-api: OpenGradient/chat-api#283

🤖 Generated with Claude Code

https://claude.ai/code/session_01SZToNkwZzrfbKcHqEo5Ytn

Claude Fable 5.1 (Anthropic, GA 2026-09-01) supersedes Claude Fable 5 at
the same sticker price. GLM-5.3 and GLM-5.3-Flash (Z.ai, released
2026-08-18 and 2026-08-26) supersede GLM-5.2 as Z.ai's flagship tier;
both route directly through Z.ai's own API rather than a BytePlus
ModelArk deployment endpoint, since no such endpoint has been
provisioned for them yet.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SZToNkwZzrfbKcHqEo5Ytn
@adambalogh
adambalogh marked this pull request as ready for review September 3, 2026 17:59
Routing GLM-5.3 chat models directly through Z.ai's own API (rather
than the BytePlus ModelArk deployment GLM-5.2 uses) isn't wanted, and
there's no ModelArk endpoint provisioned for these models yet, so drop
them from this change. Claude Fable 5.1 is unaffected.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SZToNkwZzrfbKcHqEo5Ytn
@adambalogh adambalogh changed the title Add Claude Fable 5.1 and GLM-5.3/GLM-5.3-Flash to model registry Add Claude Fable 5.1 to model registry Sep 3, 2026
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