bedrock.json

 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-opus-4-1-20250805-v1:0",
24      "name": "AWS Claude Opus 4.1",
25      "cost_per_1m_in": 15,
26      "cost_per_1m_out": 75,
27      "cost_per_1m_in_cached": 18.75,
28      "cost_per_1m_out_cached": 1.5,
29      "context_window": 200000,
30      "default_max_tokens": 50000,
31      "can_reason": true,
32      "supports_attachments": true
33    },
34    {
35      "id": "anthropic.claude-opus-4-20250514-v1:0",
36      "name": "AWS Claude Opus 4",
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-sonnet-4-20250514-v1:0",
48      "name": "AWS Claude Sonnet 4",
49      "cost_per_1m_in": 3,
50      "cost_per_1m_out": 15,
51      "cost_per_1m_in_cached": 3.75,
52      "cost_per_1m_out_cached": 0.3,
53      "context_window": 200000,
54      "default_max_tokens": 50000,
55      "can_reason": true,
56      "supports_attachments": true
57    },
58    {
59      "id": "anthropic.claude-3-7-sonnet-20250219-v1:0",
60      "name": "AWS Claude 3.7 Sonnet",
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-5-haiku-20241022-v1:0",
72      "name": "AWS Claude 3.5 Haiku",
73      "cost_per_1m_in": 0.7999999999999999,
74      "cost_per_1m_out": 4,
75      "cost_per_1m_in_cached": 1,
76      "cost_per_1m_out_cached": 0.08,
77      "context_window": 200000,
78      "default_max_tokens": 50000,
79      "can_reason": false,
80      "supports_attachments": true
81    }
82  ]
83}