feat(bedrock): add anthropic claude sonnet 4.5 (#77)

Jay Patel created

Added new model configuration for AWS Claude Sonnet 4.5 with pricing and capabilities.

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-sonnet-4-5-20250929-v1:0",
+      "name": "AWS Claude Sonnet 4.5",
+      "cost_per_1m_in": 3,
+      "cost_per_1m_out": 15,
+      "cost_per_1m_in_cached": 3.75,
+      "cost_per_1m_out_cached": 0.3,
+      "context_window": 200000,
+      "default_max_tokens": 50000,
+      "can_reason": true,
+      "supports_attachments": true
+    },
     {
       "id": "anthropic.claude-opus-4-1-20250805-v1:0",
       "name": "AWS Claude Opus 4.1",