Skip to content

feat(claude): add Claude Fable 5.1 OAuth model support #5402

Description

@nejim123

Is it a request payload issue?
[x] Yes, this is a request payload issue. I am using a client/cURL to send a request payload, but I received an unexpected error.
[ ] No, it is another issue.

Describe the bug
Anthropic released Claude Fable 5.1 on September 1, 2026 with the API model ID claude-fable-5-1. CLIProxyAPI v7.2.147 does not register the model, does not show it in /v1/models or the CPAMC supported-model list, and rejects requests before they can be routed to an enabled Claude OAuth credential.

Official model documentation: https://platform.claude.com/docs/en/models/fable-5-1/overview

The current registry contains claude-fable-5 but not claude-fable-5-1:
https://github.com/router-for-me/CLIProxyAPI/blob/17a65ee5470fbaf0e22fc219381e6a4ae9e07624/internal/registry/models/models.json

CLI Type
Claude Code OAuth

Model Name
claude-fable-5-1

LLM Client
T3 Code using the Codex/OpenAI-compatible harness

Request Information
Sanitized equivalent request:

curl http://127.0.0.1:8317/v1/responses \
  -H "Authorization: Bearer <proxy-api-key>" \
  -H "Content-Type: application/json" \
  -d '{"model":"claude-fable-5-1","input":"What model are you?"}'

Response:

{"error":{"type":"invalid_request_error","code":"model_not_found","message":"unknown provider for model claude-fable-5-1","param":"model"}}

The Claude OAuth credential was refreshed successfully before testing. CPAMC still lists only claude-fable-5.

Expected behavior
CLIProxyAPI should recognize claude-fable-5-1 as a Claude provider model, expose it through the model catalog and CPAMC, and route it through eligible Claude OAuth credentials. Fable 5.1 has protocol differences documented by Anthropic, so support may require more than adding registry metadata.

Screenshots
Not attached because the error response above contains the complete failure and avoids exposing account information.

OS Type

  • OS: Ubuntu
  • Version: 26.04 Resolute Raccoon

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions