-
Notifications
You must be signed in to change notification settings - Fork 288
feat(models): add claude-fable-5 model support #3592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
fa9f0db
f2a8f44
efa47ce
60f6029
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -141,6 +141,14 @@ def _sigterm_handler(signum: int, _frame: object) -> None: | |
| "model": "litellm_proxy/anthropic/claude-opus-4-8", | ||
| }, | ||
| }, | ||
| # https://www.anthropic.com/news/claude-fable-5 | ||
| "claude-fable-5": { | ||
| "id": "claude-fable-5", | ||
| "display_name": "Claude Fable 5", | ||
| "llm_config": { | ||
| "model": "litellm_proxy/anthropic/claude-fable-5", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 Minor: Functional QA showed the generated This inline QA finding was created by an AI agent (OpenHands) on behalf of the user. |
||
| }, | ||
| }, | ||
| "claude-sonnet-4-6": { | ||
| "id": "claude-sonnet-4-6", | ||
| "display_name": "Claude Sonnet 4.6", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.