feat: add `AWS Claude Opus 4.1` to bedrock (#35)

Charles Chiu created

Change summary

internal/providers/configs/bedrock.json | 12 ++++++++++++
1 file changed, 12 insertions(+)

Detailed changes

internal/providers/configs/bedrock.json 🔗

@@ -7,6 +7,18 @@
   "default_large_model_id": "anthropic.claude-sonnet-4-20250514-v1:0",
   "default_small_model_id": "anthropic.claude-3-5-haiku-20241022-v1:0",
   "models": [
+    {
+      "id": "anthropic.claude-opus-4-1-20250805-v1:0",
+      "name": "AWS Claude Opus 4.1",
+      "cost_per_1m_in": 15,
+      "cost_per_1m_out": 75,
+      "cost_per_1m_in_cached": 18.75,
+      "cost_per_1m_out_cached": 1.5,
+      "context_window": 200000,
+      "default_max_tokens": 50000,
+      "can_reason": true,
+      "supports_attachments": true
+    },
     {
       "id": "anthropic.claude-opus-4-20250514-v1:0",
       "name": "AWS Claude Opus 4",