-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompatibility-matrix.json
More file actions
63 lines (63 loc) · 1.94 KB
/
compatibility-matrix.json
File metadata and controls
63 lines (63 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"version": "1.0.0",
"generated": "2026-05-27",
"platforms": {
"darwin_amd64": { "supported": true, "sandbox": "seatbelt" },
"darwin_arm64": { "supported": true, "sandbox": "seatbelt" },
"linux_amd64": { "supported": true, "sandbox": "landlock+seccomp" },
"linux_arm64": { "supported": true, "sandbox": "landlock+seccomp" },
"windows_amd64": { "supported": true, "sandbox": "none" }
},
"providers": {
"anthropic": {
"models": ["claude-opus-4-7", "claude-sonnet-4-6", "claude-haiku-4-5"],
"features": ["streaming", "tool_use", "prompt_caching", "batch_api", "vision"],
"auth": ["api_key", "aws_bedrock", "gcp_vertex"]
},
"openai": {
"models": ["gpt-4o", "gpt-4o-mini", "gpt-4-turbo", "o1", "o3"],
"features": ["streaming", "tool_use", "vision", "json_mode"],
"auth": ["api_key"]
},
"openrouter": {
"models": ["auto"],
"features": ["streaming", "tool_use"],
"auth": ["api_key"]
},
"gemini": {
"models": ["gemini-2.5-pro", "gemini-2.5-flash"],
"features": ["streaming", "tool_use", "vision"],
"auth": ["api_key", "gcp_oauth"]
},
"grok": {
"models": ["grok-3", "grok-3-mini"],
"features": ["streaming", "tool_use"],
"auth": ["api_key"]
},
"ollama": {
"models": ["auto"],
"features": ["streaming", "tool_use"],
"auth": ["base_url"]
},
"deepseek": {
"models": ["deepseek-v3", "deepseek-r1"],
"features": ["streaming", "tool_use"],
"auth": ["api_key"]
}
},
"mcp": {
"protocol_version": "2025-03-26",
"transport": ["stdio", "sse"],
"features": ["tools", "resources", "prompts", "sampling"]
},
"ecosystem_compatibility": {
"hawk+eyrie": "full",
"hawk+tok": "full",
"hawk+sight": "full",
"hawk+inspect": "full",
"hawk+yaad": "full",
"hawk+trace": "full",
"eyrie+tok": "token_compression",
"sight+inspect": "security_review"
}
}