Skip to content
Open
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
57 changes: 57 additions & 0 deletions providers/google-vertex/anthropic/claude-fable-5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
costs:
- cache_creation_input_token_cost: 0.00001375
cache_creation_input_token_cost_per_hour: 0.000022
cache_read_input_token_cost: 0.0000011
input_cost_per_token: 0.000011
output_cost_per_token: 0.000055
region: us
- 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
output_cost_per_token: 0.00005
region: global
- cache_creation_input_token_cost: 0.00001375
cache_creation_input_token_cost_per_hour: 0.000022
cache_read_input_token_cost: 0.0000011
input_cost_per_token: 0.000011
output_cost_per_token: 0.000055
region: eu
features:
- function_calling
- parallel_function_calling
- tool_choice
- prompt_caching
- cache_control
- system_messages
- structured_output
- assistant_prefill
limits:
context_window: 1000000
max_input_tokens: 1000000
max_output_tokens: 128000
max_tokens: 128000
modalities:
input:
- text
- image
output:
- text
mode: chat
model: anthropic/claude-fable-5
params:
- defaultValue: 256
key: max_tokens
maxValue: 128000
minValue: 1
provisioning: serverless
sources:

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 temperature removeParams entry

Medium Severity

This Vertex config mirrors other recent Claude entries but omits removeParams for temperature. The google-vertex provider default still advertises temperature, so merged registry output can expose it for anthropic/claude-fable-5 even when the model should not accept it.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 5dc8570. Configure here.

- https://platform.claude.com/docs/en/about-claude/models/introducing-claude-fable-5-and-claude-mythos-5
- https://platform.claude.com/docs/en/build-with-claude/claude-on-vertex-ai
- https://platform.claude.com/docs/en/about-claude/models/overview
- https://platform.claude.com/docs/en/about-claude/pricing
- https://docs.cloud.google.com/gemini-enterprise-agent-platform/models/partner-models/claude/fable-5
status: active
supportedModes:
- chat
thinking: true
Loading