-
Notifications
You must be signed in to change notification settings - Fork 3
[Community] Update model: anthropic/claude-fable-5 #1689
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
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 |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| costs: | ||
| - cache_creation_input_token_cost: 0.0000125 | ||
| cache_creation_input_token_cost_per_hour: 0.00002 | ||
| cache_read_input_token_cost: 0.000001 | ||
| input_cost_per_token: 0.00001 | ||
| input_cost_per_token_batches: 0.000005 | ||
|
|
@@ -19,7 +18,6 @@ features: | |
| limits: | ||
| context_window: 1000000 | ||
| max_output_tokens: 128000 | ||
| max_tokens: 128000 | ||
| modalities: | ||
| input: | ||
| - text | ||
|
|
@@ -42,7 +40,7 @@ removeParams: | |
| requiredParams: | ||
| - max_tokens | ||
| sources: | ||
| - https://platform.claude.com/docs/en/about-claude/models/introducing-claude-fable-5-and-claude-mythos-5 | ||
| - test | ||
|
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. Placeholder documentation source committedMedium Severity The Reviewed by Cursor Bugbot for commit 0bbbd57. Configure here. |
||
| status: active | ||
| supportedModes: | ||
| - chat | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing hourly cache creation cost
Medium Severity
cache_creation_input_token_cost_per_hourwas removed fromcostswhileprompt_cachingremains enabled. Anthropic Fable pricing still includes 1-hour cache write rates, so unified pricing output can omit that component and understate cache-related cost.Reviewed by Cursor Bugbot for commit 0bbbd57. Configure here.