mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
* test(claude_code): move the Claude Code compatibility matrix under tests/e2e Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> * ci(claude_code): drop the CircleCI compat PR gate; the matrix runs in the scheduled e2e suite instead Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> * ci: restore the upload-coverage job dropped by mistake with the compat gate Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> * fix(e2e/claude_code): print rate-limit summary on failed compat runs and fix stale run_daily.sh header comments * test(claude_code): assert fine-grained tool streaming via input_json_delta instead of an event-count floor Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --------- Co-authored-by: mateo <mateo@berri.ai> Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: mateo-berri <277851410+mateo-berri@users.noreply.github.com>
141 lines
2.7 KiB
JSON
141 lines
2.7 KiB
JSON
{
|
|
"schema_version": "1",
|
|
"generated_at": "2026-04-25T00:00:00Z",
|
|
"litellm_version": "v1.83.0-stable",
|
|
"claude_code_version": "2.1.120",
|
|
"providers": [
|
|
"anthropic",
|
|
"bedrock_invoke",
|
|
"bedrock_converse",
|
|
"vertex_ai",
|
|
"azure"
|
|
],
|
|
"features": [
|
|
{
|
|
"id": "basic_messaging_non_streaming",
|
|
"name": "Basic messaging (non-streaming)",
|
|
"providers": {
|
|
"anthropic": {
|
|
"status": "pass"
|
|
},
|
|
"bedrock_invoke": {
|
|
"status": "pass"
|
|
},
|
|
"bedrock_converse": {
|
|
"status": "pass"
|
|
},
|
|
"vertex_ai": {
|
|
"status": "pass"
|
|
},
|
|
"azure": {
|
|
"status": "pass"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "basic_messaging_streaming",
|
|
"name": "Basic messaging (streaming)",
|
|
"providers": {
|
|
"anthropic": {
|
|
"status": "pass"
|
|
},
|
|
"bedrock_invoke": {
|
|
"status": "pass"
|
|
},
|
|
"bedrock_converse": {
|
|
"status": "pass"
|
|
},
|
|
"vertex_ai": {
|
|
"status": "pass"
|
|
},
|
|
"azure": {
|
|
"status": "pass"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "tool_use",
|
|
"name": "Tool use",
|
|
"providers": {
|
|
"anthropic": {
|
|
"status": "pass"
|
|
},
|
|
"bedrock_invoke": {
|
|
"status": "pass"
|
|
},
|
|
"bedrock_converse": {
|
|
"status": "pass"
|
|
},
|
|
"vertex_ai": {
|
|
"status": "pass"
|
|
},
|
|
"azure": {
|
|
"status": "pass"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "prompt_caching_5m",
|
|
"name": "Prompt caching (5m TTL)",
|
|
"providers": {
|
|
"anthropic": {
|
|
"status": "pass"
|
|
},
|
|
"bedrock_invoke": {
|
|
"status": "pass"
|
|
},
|
|
"bedrock_converse": {
|
|
"status": "pass"
|
|
},
|
|
"vertex_ai": {
|
|
"status": "pass"
|
|
},
|
|
"azure": {
|
|
"status": "pass"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "vision",
|
|
"name": "Vision",
|
|
"providers": {
|
|
"anthropic": {
|
|
"status": "pass"
|
|
},
|
|
"bedrock_invoke": {
|
|
"status": "pass"
|
|
},
|
|
"bedrock_converse": {
|
|
"status": "pass"
|
|
},
|
|
"vertex_ai": {
|
|
"status": "pass"
|
|
},
|
|
"azure": {
|
|
"status": "pass"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "thinking",
|
|
"name": "Thinking",
|
|
"providers": {
|
|
"anthropic": {
|
|
"status": "pass"
|
|
},
|
|
"bedrock_invoke": {
|
|
"status": "pass"
|
|
},
|
|
"bedrock_converse": {
|
|
"status": "pass"
|
|
},
|
|
"vertex_ai": {
|
|
"status": "pass"
|
|
},
|
|
"azure": {
|
|
"status": "pass"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|