Skip to content

Commit 2c3548c

Browse files
models-bot[bot]Truefoundry Models Botharshiv-26
authored
feat(aws-bedrock/us.anthropic.claude-fable-5): add new models [bot] (#1326)
* feat(aws-bedrock/us.anthropic.claude-fable-5): add new models [bot] * feat(aws-bedrock): update model YAMLs [bot] * remove temp --------- Co-authored-by: Truefoundry Models Bot <truefoundry-models-bot@users.noreply.github.com> Co-authored-by: harshivg <harshiv.ganwani@truefoundry.com>
1 parent d22a03d commit 2c3548c

1 file changed

Lines changed: 68 additions & 0 deletions

File tree

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
costs:
2+
- cache_creation_input_token_cost: 0.00001375
3+
cache_creation_input_token_cost_per_hour: 0.000022
4+
cache_read_input_token_cost: 0.0000011
5+
input_cost_per_token: 0.000011
6+
output_cost_per_token: 0.000055
7+
region: us-west-2
8+
- cache_creation_input_token_cost: 0.00001375
9+
cache_creation_input_token_cost_per_hour: 0.000022
10+
cache_read_input_token_cost: 0.0000011
11+
input_cost_per_token: 0.000011
12+
output_cost_per_token: 0.000055
13+
region: us-west-1
14+
- cache_creation_input_token_cost: 0.00001375
15+
cache_creation_input_token_cost_per_hour: 0.000022
16+
cache_read_input_token_cost: 0.0000011
17+
input_cost_per_token: 0.000011
18+
output_cost_per_token: 0.000055
19+
region: us-east-1
20+
- cache_creation_input_token_cost: 0.00001375
21+
cache_creation_input_token_cost_per_hour: 0.000022
22+
cache_read_input_token_cost: 0.0000011
23+
input_cost_per_token: 0.000011
24+
output_cost_per_token: 0.000055
25+
region: ca-west-1
26+
- cache_creation_input_token_cost: 0.00001375
27+
cache_creation_input_token_cost_per_hour: 0.000022
28+
cache_read_input_token_cost: 0.0000011
29+
input_cost_per_token: 0.000011
30+
output_cost_per_token: 0.000055
31+
region: ca-central-1
32+
features:
33+
- function_calling
34+
- parallel_function_calling
35+
- cache_control
36+
- system_messages
37+
- tool_choice
38+
- prompt_caching
39+
- structured_output
40+
- assistant_prefill
41+
limits:
42+
context_window: 1000000
43+
max_input_tokens: 1000000
44+
max_output_tokens: 128000
45+
max_tokens: 128000
46+
modalities:
47+
input:
48+
- text
49+
- image
50+
output:
51+
- text
52+
mode: chat
53+
model: us.anthropic.claude-fable-5
54+
params:
55+
- defaultValue: 4096
56+
key: max_tokens
57+
maxValue: 128000
58+
minValue: 1
59+
provisioning: serverless
60+
removeParams:
61+
- temperature
62+
sources:
63+
- https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-anthropic-claude-fable-5.html
64+
- https://www.anthropic.com/claude/fable
65+
status: active
66+
supportedModes:
67+
- chat
68+
thinking: true

0 commit comments

Comments
 (0)