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-20250514-v1:0",
 8  "default_small_model_id": "anthropic.claude-3-5-haiku-20241022-v1:0",
 9  "models": [
10    {
11      "id": "anthropic.claude-opus-4-20250514-v1:0",
12      "model": "AWS Claude Opus 4",
13      "cost_per_1m_in": 15,
14      "cost_per_1m_out": 75,
15      "cost_per_1m_in_cached": 18.75,
16      "cost_per_1m_out_cached": 1.5,
17      "context_window": 200000,
18      "default_max_tokens": 32000,
19      "can_reason": true,
20      "supports_attachments": true
21    },
22    {
23      "id": "anthropic.claude-sonnet-4-20250514-v1:0",
24      "model": "AWS Claude Sonnet 4",
25      "cost_per_1m_in": 3,
26      "cost_per_1m_out": 15,
27      "cost_per_1m_in_cached": 3.75,
28      "cost_per_1m_out_cached": 0.3,
29      "context_window": 200000,
30      "default_max_tokens": 64000,
31      "can_reason": true,
32      "supports_attachments": true
33    },
34    {
35      "id": "anthropic.claude-3-7-sonnet-20250219-v1:0",
36      "model": "AWS Claude 3.7 Sonnet",
37      "cost_per_1m_in": 3,
38      "cost_per_1m_out": 15,
39      "cost_per_1m_in_cached": 3.75,
40      "cost_per_1m_out_cached": 0.3,
41      "context_window": 200000,
42      "default_max_tokens": 64000,
43      "can_reason": true,
44      "supports_attachments": true
45    },
46    {
47      "id": "anthropic.claude-3-5-haiku-20241022-v1:0",
48      "model": "AWS Claude 3.5 Haiku",
49      "cost_per_1m_in": 0.7999999999999999,
50      "cost_per_1m_out": 4,
51      "cost_per_1m_in_cached": 1,
52      "cost_per_1m_out_cached": 0.08,
53      "context_window": 200000,
54      "default_max_tokens": 8192,
55      "can_reason": false,
56      "supports_attachments": true
57    }
58  ]
59}