Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions src/data/compatibility-matrix.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"schema_version": "1",
"generated_at": "2026-05-21T06:19:19Z",
"generated_at": "2026-05-22T06:19:53Z",
"litellm_version": "v1.83.14-stable",
"claude_code_version": "2.1.126",
"providers": [
Expand All @@ -23,7 +23,7 @@
},
"bedrock_converse": {
"status": "fail",
"error": "[claude-haiku-4-5-bedrock-converse] claude returned empty assistant text"
"error": "[claude-haiku-4-5-bedrock-converse] claude CLI failed: exit=1; text=API Error: Content block is not a text block"
},
"vertex_ai": {
"status": "pass"
Expand Down Expand Up @@ -110,7 +110,8 @@
"status": "pass"
},
"bedrock_converse": {
"status": "pass"
"status": "fail",
"error": "[claude-haiku-4-5-bedrock-converse] claude CLI failed: exit=1; text=API Error: Content block is not a text block"
},
"vertex_ai": {
"status": "pass"
Expand All @@ -133,7 +134,7 @@
},
"bedrock_converse": {
"status": "fail",
"error": "[claude-opus-4-7-bedrock-converse] no `thinking` content block observed in stream-json events"
"error": "[claude-sonnet-4-6-bedrock-converse] claude CLI failed: exit=1; text=API Error: Content block is not a text block"
},
"vertex_ai": {
"status": "fail",
Expand Down Expand Up @@ -259,7 +260,8 @@
"name": "Structured outputs",
"providers": {
"anthropic": {
"status": "pass"
"status": "fail",
"error": "[claude-opus-4-7] claude CLI failed: exit=1; text=API Error: Repeated 529 Overloaded errors. The API is at capacity \u2014 this is usually temporary. Try again in a moment. If it persists, check status.claude.com."
},
"bedrock_invoke": {
"status": "pass"
Expand Down Expand Up @@ -329,11 +331,10 @@
},
"bedrock_invoke": {
"status": "fail",
"error": "[claude-opus-4-7-bedrock-invoke] claude CLI failed: exit=1; (no diagnostic output)"
"error": "[claude-opus-4-7-bedrock-invoke] claude CLI failed: exit=1; text=API Error: Claude Code is unable to respond to this request, which appears to violate our Usage Policy (https://www.anthropic.com/legal/aup). Try rephrasing the request or attempting a different approach. If you are seeing this refusal repeatedly, try running /model claude-sonnet-4-20250514 to switch models."
},
"bedrock_converse": {
"status": "fail",
"error": "[claude-opus-4-7-bedrock-converse] claude returned empty assistant text"
"status": "pass"
},
"vertex_ai": {
"status": "pass"
Expand Down