chore:(aws-bedrock): add claude opus 4.6 (#173)

Jan Steinke and Andrey Nering created

Co-authored-by: Andrey Nering <andreynering@users.noreply.github.com>

Change summary

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

Detailed changes

internal/providers/configs/bedrock.json 🔗

@@ -31,6 +31,18 @@
       "can_reason": false,
       "supports_attachments": true
     },
+    {
+      "id": "anthropic.claude-opus-4-6-v1",
+      "name": "AWS Claude Opus 4.6",
+      "cost_per_1m_in": 5,
+      "cost_per_1m_out": 25,
+      "cost_per_1m_in_cached": 6.25,
+      "cost_per_1m_out_cached": 0.5,
+      "context_window": 200000,
+      "default_max_tokens": 50000,
+      "can_reason": true,
+      "supports_attachments": true
+    },
     {
       "id": "anthropic.claude-opus-4-5-20251101-v1:0",
       "name": "AWS Claude Opus 4.5",