Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions providers/anthropic/claude-fable-5.yaml
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

Copy link
Copy Markdown

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_hour was removed from costs while prompt_caching remains enabled. Anthropic Fable pricing still includes 1-hour cache write rates, so unified pricing output can omit that component and understate cache-related cost.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 0bbbd57. Configure here.

cache_read_input_token_cost: 0.000001
input_cost_per_token: 0.00001
input_cost_per_token_batches: 0.000005
Expand All @@ -19,7 +18,6 @@ features:
limits:
context_window: 1000000
max_output_tokens: 128000
max_tokens: 128000
modalities:
input:
- text
Expand All @@ -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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Placeholder documentation source committed

Medium Severity

The sources list now contains the literal string test instead of a documentation or pricing URL. That replaces the prior Claude platform link, so published catalog metadata no longer points consumers at authoritative model documentation.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 0bbbd57. Configure here.

status: active
supportedModes:
- chat
Expand Down
Loading