Skip to content
Merged
Changes from 2 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
55 changes: 55 additions & 0 deletions providers/aws-bedrock/eu.anthropic.claude-fable-5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
costs:
- cache_read_input_token_cost: 0.0000011
input_cost_per_token: 0.000011
output_cost_per_token: 0.000055
region: eu-west-3
- cache_read_input_token_cost: 0.0000011
input_cost_per_token: 0.000011
output_cost_per_token: 0.000055
region: eu-west-2
- cache_read_input_token_cost: 0.0000011
input_cost_per_token: 0.000011
output_cost_per_token: 0.000055
region: eu-west-1
- cache_read_input_token_cost: 0.0000011
input_cost_per_token: 0.000011
output_cost_per_token: 0.000055
region: eu-south-2
- cache_read_input_token_cost: 0.0000011
input_cost_per_token: 0.000011
output_cost_per_token: 0.000055
region: eu-south-1
- cache_read_input_token_cost: 0.0000011
input_cost_per_token: 0.000011
output_cost_per_token: 0.000055
region: eu-north-1
- cache_read_input_token_cost: 0.0000011
input_cost_per_token: 0.000011
output_cost_per_token: 0.000055
region: eu-central-2
- cache_read_input_token_cost: 0.0000011
input_cost_per_token: 0.000011
output_cost_per_token: 0.000055
region: eu-central-1
Comment thread
harshiv-26 marked this conversation as resolved.
features:
- function_calling
- prompt_caching
- system_messages
- tool_choice

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Incomplete advertised model features

Medium Severity

The features list only includes basic chat and tools flags, while the Bedrock global Fable 5 profile for the same model also lists parallel_function_calling, cache_control, structured_output, and assistant_prefill. Under-reporting capabilities can cause gateway feature gating and tool-call scenarios to behave incorrectly for this model id.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit b0e6ccf. Configure here.

modalities:
input:
- text
- image
- pdf
output:
- text
mode: chat
model: eu.anthropic.claude-fable-5
provisioning: serverless
sources:
Comment thread
harshiv-26 marked this conversation as resolved.
- https://www.anthropic.com/claude/fable
- https://aws.amazon.com/blogs/aws/anthropic-claude-fable-5-on-aws-mythos-class-capabilities-with-built-in-safeguards-now-available/
status: active
supportedModes:
- chat
thinking: true
Comment thread
harshiv-26 marked this conversation as resolved.
Loading