fix(bedrock): fix claude 4.7 identifier in bedrock (#270)

Renier Morales created

Change summary

internal/providers/configs/bedrock.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

internal/providers/configs/bedrock.json 🔗

@@ -44,7 +44,7 @@
       "supports_attachments": true
     },
     {
-      "id": "anthropic.claude-opus-4-7-v1",
+      "id": "anthropic.claude-opus-4-7",
       "name": "AWS Claude Opus 4.7",
       "cost_per_1m_in": 5,
       "cost_per_1m_out": 25,