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-6",
  8  "default_small_model_id": "anthropic.claude-haiku-4-5-20251001-v1:0",
  9  "models": [
 10    {
 11      "id": "anthropic.claude-sonnet-4-6",
 12      "name": "AWS Claude Sonnet 4.6",
 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": 1000000,
 18      "default_max_tokens": 64000,
 19      "can_reason": true,
 20      "reasoning_levels": ["low", "medium", "high", "max"],
 21      "default_reasoning_effort": "high",
 22      "supports_attachments": true
 23    },
 24    {
 25      "id": "anthropic.claude-sonnet-4-5-20250929-v1:0",
 26      "name": "AWS Claude Sonnet 4.5",
 27      "cost_per_1m_in": 3,
 28      "cost_per_1m_out": 15,
 29      "cost_per_1m_in_cached": 3.75,
 30      "cost_per_1m_out_cached": 0.3,
 31      "context_window": 200000,
 32      "default_max_tokens": 64000,
 33      "can_reason": true,
 34      "supports_attachments": true
 35    },
 36    {
 37      "id": "anthropic.claude-haiku-4-5-20251001-v1:0",
 38      "name": "AWS Claude Haiku 4.5",
 39      "cost_per_1m_in": 0.8,
 40      "cost_per_1m_out": 4,
 41      "cost_per_1m_in_cached": 1,
 42      "cost_per_1m_out_cached": 0.08,
 43      "context_window": 200000,
 44      "default_max_tokens": 64000,
 45      "can_reason": false,
 46      "supports_attachments": true
 47    },
 48    {
 49      "id": "anthropic.claude-opus-4-7",
 50      "name": "AWS Claude Opus 4.7",
 51      "cost_per_1m_in": 5,
 52      "cost_per_1m_out": 25,
 53      "cost_per_1m_in_cached": 6.25,
 54      "cost_per_1m_out_cached": 0.50,
 55      "context_window": 1000000,
 56      "default_max_tokens": 126000,
 57      "can_reason": true,
 58      "reasoning_levels": ["low", "medium", "high", "xhigh", "max"],
 59      "default_reasoning_effort": "high",
 60      "supports_attachments": true
 61    },
 62    {
 63      "id": "anthropic.claude-opus-4-6-v1",
 64      "name": "AWS Claude Opus 4.6",
 65      "cost_per_1m_in": 5,
 66      "cost_per_1m_out": 25,
 67      "cost_per_1m_in_cached": 6.25,
 68      "cost_per_1m_out_cached": 0.5,
 69      "context_window": 1000000,
 70      "default_max_tokens": 126000,
 71      "can_reason": true,
 72      "reasoning_levels": ["low", "medium", "high", "max"],
 73      "default_reasoning_effort": "high",
 74      "supports_attachments": true
 75    },
 76    {
 77      "id": "anthropic.claude-opus-4-5-20251101-v1:0",
 78      "name": "AWS Claude Opus 4.5",
 79      "cost_per_1m_in": 5,
 80      "cost_per_1m_out": 25,
 81      "cost_per_1m_in_cached": 6.25,
 82      "cost_per_1m_out_cached": 0.5,
 83      "context_window": 200000,
 84      "default_max_tokens": 64000,
 85      "can_reason": true,
 86      "supports_attachments": true
 87    },
 88    {
 89      "id": "anthropic.claude-opus-4-1-20250805-v1:0",
 90      "name": "AWS Claude Opus 4.1",
 91      "cost_per_1m_in": 15,
 92      "cost_per_1m_out": 75,
 93      "cost_per_1m_in_cached": 18.75,
 94      "cost_per_1m_out_cached": 1.5,
 95      "context_window": 200000,
 96      "default_max_tokens": 32000,
 97      "can_reason": true,
 98      "supports_attachments": true
 99    },
100    {
101      "id": "anthropic.claude-opus-4-20250514-v1:0",
102      "name": "AWS Claude Opus 4",
103      "cost_per_1m_in": 15,
104      "cost_per_1m_out": 75,
105      "cost_per_1m_in_cached": 18.75,
106      "cost_per_1m_out_cached": 1.5,
107      "context_window": 200000,
108      "default_max_tokens": 32000,
109      "can_reason": true,
110      "supports_attachments": true
111    },
112    {
113      "id": "anthropic.claude-sonnet-4-20250514-v1:0",
114      "name": "AWS Claude Sonnet 4",
115      "cost_per_1m_in": 3,
116      "cost_per_1m_out": 15,
117      "cost_per_1m_in_cached": 3.75,
118      "cost_per_1m_out_cached": 0.3,
119      "context_window": 200000,
120      "default_max_tokens": 64000,
121      "can_reason": true,
122      "supports_attachments": true
123    }
124  ]
125}