Skip to content

Commit 28e1adb

Browse files
feat(aws-bedrock): add new models [bot] (#934)
* feat(aws-bedrock): add new models [bot] * feat(aws-bedrock): update model YAMLs [bot] --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fbb4d85 commit 28e1adb

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
costs:
2+
- cache_creation_input_token_cost: 0.000006875
3+
cache_read_input_token_cost: 5.5e-7
4+
input_cost_per_token: 0.0000055
5+
output_cost_per_token: 0.0000275
6+
region: ap-southeast-4
7+
- cache_creation_input_token_cost: 0.000006875
8+
cache_read_input_token_cost: 5.5e-7
9+
input_cost_per_token: 0.0000055
10+
output_cost_per_token: 0.0000275
11+
region: ap-southeast-2
12+
features:
13+
- function_calling
14+
- parallel_function_calling
15+
- tool_choice
16+
- prompt_caching
17+
- cache_control
18+
- system_messages
19+
- assistant_prefill
20+
limits:
21+
context_window: 1000000
22+
max_output_tokens: 128000
23+
max_tokens: 128000
24+
modalities:
25+
input:
26+
- text
27+
- image
28+
output:
29+
- text
30+
mode: chat
31+
model: au.anthropic.claude-opus-4-7
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+
sources:
42+
- https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-anthropic-claude-opus-4-7.html
43+
- https://platform.claude.com/docs/en/about-claude/pricing
44+
- https://platform.claude.com/docs/en/about-claude/models/overview
45+
status: active
46+
supportedModes:
47+
- chat
48+
thinking: true

0 commit comments

Comments
 (0)