Skip to content

Commit 9b37d6a

Browse files
authored
Merge branch 'main' into bot/add-aws-bedrock-eu.anthropic.claude-fable-5-20260609-182154
2 parents 6a2dab4 + d521ff2 commit 9b37d6a

2 files changed

Lines changed: 80 additions & 0 deletions

File tree

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
costs:
2+
- cache_creation_input_token_cost: 0.0000125
3+
cache_creation_input_token_cost_per_hour: 0.00002
4+
cache_read_input_token_cost: 0.000001
5+
input_cost_per_token: 0.00001
6+
input_cost_per_token_batches: 0.000005
7+
output_cost_per_token: 0.00005
8+
output_cost_per_token_batches: 0.000025
9+
region: "*"
10+
features:
11+
- function_calling
12+
- parallel_function_calling
13+
- cache_control
14+
- system_messages
15+
- tool_choice
16+
- prompt_caching
17+
- assistant_prefill
18+
- code_execution
19+
limits:
20+
context_window: 1000000
21+
max_output_tokens: 128000
22+
max_tokens: 128000
23+
modalities:
24+
input:
25+
- text
26+
- image
27+
- pdf
28+
output:
29+
- text
30+
mode: chat
31+
model: claude-fable-5
32+
params:
33+
- defaultValue: 4096
34+
key: max_tokens
35+
maxValue: 128000
36+
minValue: 1
37+
provisioning: serverless
38+
removeParams:
39+
- temperature
40+
- top_p
41+
- top_k
42+
requiredParams:
43+
- max_tokens
44+
sources:
45+
- https://platform.claude.com/docs/en/about-claude/models/introducing-claude-fable-5-and-claude-mythos-5
46+
status: active
47+
supportedModes:
48+
- chat
49+
thinking: true
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
costs:
2+
- cache_creation_input_token_cost: 1.25e-5
3+
cache_read_input_token_cost: 1e-6
4+
input_cost_per_token: 1e-5
5+
output_cost_per_token: 5e-5
6+
region: "*"
7+
features:
8+
- function_calling
9+
- json_output
10+
- prompt_caching
11+
- structured_output
12+
- tool_choice
13+
limits:
14+
context_window: 1000000
15+
max_output_tokens: 128000
16+
modalities:
17+
input:
18+
- text
19+
- image
20+
- pdf
21+
output:
22+
- text
23+
mode: chat
24+
model: anthropic/claude-fable-5
25+
provisioning: serverless
26+
sources:
27+
- https://openrouter.ai/anthropic/claude-fable-5
28+
status: active
29+
supportedModes:
30+
- chat
31+
thinking: true

0 commit comments

Comments
 (0)