1{
2 "name": "AWS Bedrock",
3 "id": "bedrock",
4 "type": "bedrock",
5 "api_key": "",
6 "api_endpoint": "",
7 "default_large_model_id": "anthropic.claude-sonnet-4-5-20250929-v1:0",
8 "default_small_model_id": "anthropic.claude-3-5-haiku-20241022-v1:0",
9 "models": [
10 {
11 "id": "anthropic.claude-sonnet-4-5-20250929-v1:0",
12 "name": "AWS Claude Sonnet 4.5",
13 "cost_per_1m_in": 3,
14 "cost_per_1m_out": 15,
15 "cost_per_1m_in_cached": 3.75,
16 "cost_per_1m_out_cached": 0.3,
17 "context_window": 200000,
18 "default_max_tokens": 50000,
19 "can_reason": true,
20 "supports_attachments": true
21 },
22 {
23 "id": "anthropic.claude-haiku-4-5-20251001-v1:0",
24 "name": "AWS Claude Haiku 4.5",
25 "cost_per_1m_in": 0.8,
26 "cost_per_1m_out": 4,
27 "cost_per_1m_in_cached": 1,
28 "cost_per_1m_out_cached": 0.08,
29 "context_window": 200000,
30 "default_max_tokens": 50000,
31 "can_reason": false,
32 "supports_attachments": true
33 },
34 {
35 "id": "anthropic.claude-opus-4-1-20250805-v1:0",
36 "name": "AWS Claude Opus 4.1",
37 "cost_per_1m_in": 15,
38 "cost_per_1m_out": 75,
39 "cost_per_1m_in_cached": 18.75,
40 "cost_per_1m_out_cached": 1.5,
41 "context_window": 200000,
42 "default_max_tokens": 50000,
43 "can_reason": true,
44 "supports_attachments": true
45 },
46 {
47 "id": "anthropic.claude-opus-4-20250514-v1:0",
48 "name": "AWS Claude Opus 4",
49 "cost_per_1m_in": 15,
50 "cost_per_1m_out": 75,
51 "cost_per_1m_in_cached": 18.75,
52 "cost_per_1m_out_cached": 1.5,
53 "context_window": 200000,
54 "default_max_tokens": 50000,
55 "can_reason": true,
56 "supports_attachments": true
57 },
58 {
59 "id": "anthropic.claude-sonnet-4-20250514-v1:0",
60 "name": "AWS Claude Sonnet 4",
61 "cost_per_1m_in": 3,
62 "cost_per_1m_out": 15,
63 "cost_per_1m_in_cached": 3.75,
64 "cost_per_1m_out_cached": 0.3,
65 "context_window": 200000,
66 "default_max_tokens": 50000,
67 "can_reason": true,
68 "supports_attachments": true
69 },
70 {
71 "id": "anthropic.claude-3-7-sonnet-20250219-v1:0",
72 "name": "AWS Claude 3.7 Sonnet",
73 "cost_per_1m_in": 3,
74 "cost_per_1m_out": 15,
75 "cost_per_1m_in_cached": 3.75,
76 "cost_per_1m_out_cached": 0.3,
77 "context_window": 200000,
78 "default_max_tokens": 50000,
79 "can_reason": true,
80 "supports_attachments": true
81 },
82 {
83 "id": "anthropic.claude-3-5-haiku-20241022-v1:0",
84 "name": "AWS Claude 3.5 Haiku",
85 "cost_per_1m_in": 0.7999999999999999,
86 "cost_per_1m_out": 4,
87 "cost_per_1m_in_cached": 1,
88 "cost_per_1m_out_cached": 0.08,
89 "context_window": 200000,
90 "default_max_tokens": 50000,
91 "can_reason": false,
92 "supports_attachments": true
93 }
94 ]
95}