bedrock.json

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