-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbenchmarks.json
More file actions
174 lines (174 loc) · 5.5 KB
/
benchmarks.json
File metadata and controls
174 lines (174 loc) · 5.5 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"version": "2.3.0",
"source": "Artificial Analysis API v4",
"date": "2026-02-15",
"notes": "Codex scores marked 'estimated: true' are from OpenAI blog data, not independently verified.",
"benchmark_scales": {
"ifbench": { "scale": "0-1", "description": "Instruction Following Benchmark. Higher = better instruction compliance." },
"gpqa": { "scale": "0-1", "description": "Graduate-level science QA. Higher = better scientific reasoning." },
"coding": { "scale": "0-100", "unit": "percent", "description": "SWE-bench Verified. Percentage of real GitHub issues resolved." },
"math": { "scale": "0-1", "description": "AIME 2025 normalized score. Higher = better mathematical reasoning." },
"tau2": { "scale": "0-1", "description": "TAU-bench v2 (agentic tool use). Higher = better multi-step tool orchestration." }
},
"models": {
"gemini-2.5-flash-lite": {
"provider": "google-gemini-cli",
"openclaw_id": "google-gemini-cli/gemini-2.5-flash-lite",
"tier": "SIMPLE",
"speed_tok_s": 495,
"ttft_s": 0.23,
"intelligence": 21.6,
"context_window": 1048576,
"best_at": ["low-latency pings", "trivial tasks", "format conversions"],
"benchmarks": {
"ifbench": null,
"gpqa": null,
"coding": null,
"math": null,
"tau2": null
},
"estimated": false
},
"gemini-3-flash-preview": {
"provider": "google-gemini-cli",
"openclaw_id": "google-gemini-cli/gemini-3-flash-preview",
"tier": "FAST",
"speed_tok_s": 206,
"ttft_s": 12.75,
"intelligence": 46.4,
"context_window": 1048576,
"best_at": ["instruction following", "structured output", "heartbeats", "cron jobs"],
"benchmarks": {
"ifbench": 0.780,
"gpqa": null,
"coding": null,
"math": 0.970,
"tau2": null
},
"estimated": false
},
"gemini-3-pro-preview": {
"provider": "google-gemini-cli",
"openclaw_id": "google-gemini-cli/gemini-3-pro-preview",
"tier": "RESEARCH",
"speed_tok_s": 131,
"ttft_s": 29.59,
"intelligence": 48.4,
"context_window": 1048576,
"best_at": ["scientific research", "long context analysis", "fact-checking"],
"benchmarks": {
"ifbench": null,
"gpqa": 0.908,
"coding": 35.1,
"math": 0.957,
"tau2": null
},
"estimated": false
},
"gpt-5.3-codex": {
"provider": "openai-codex",
"openclaw_id": "openai-codex/gpt-5.3-codex",
"tier": "CODE",
"speed_tok_s": 113,
"ttft_s": 20.00,
"intelligence": 51.5,
"context_window": 266000,
"best_at": ["code generation", "math", "debugging"],
"benchmarks": {
"ifbench": 0.590,
"gpqa": 0.738,
"coding": 49.3,
"math": 0.990,
"tau2": 0.811
},
"estimated": true
},
"claude-opus-4-6": {
"provider": "anthropic",
"openclaw_id": "anthropic/claude-opus-4-6",
"tier": "DEEP",
"speed_tok_s": 67,
"ttft_s": 1.76,
"intelligence": 53.0,
"context_window": 200000,
"best_at": ["reasoning", "planning", "judgment", "content"],
"benchmarks": {
"ifbench": 0.639,
"gpqa": 0.769,
"coding": 43.3,
"math": 0.540,
"tau2": 0.780
},
"estimated": false
},
"k2p5": {
"provider": "kimi-coding",
"openclaw_id": "kimi-coding/k2p5",
"tier": "ORCHESTRATE",
"speed_tok_s": 39,
"ttft_s": 1.65,
"intelligence": 46.7,
"context_window": 131072,
"best_at": ["multi-agent orchestration", "tool use pipelines"],
"benchmarks": {
"ifbench": null,
"gpqa": null,
"coding": null,
"math": null,
"tau2": 0.959
},
"estimated": false
},
"k2-thinking": {
"provider": "kimi-coding",
"openclaw_id": "kimi-coding/k2-thinking",
"tier": null,
"speed_tok_s": null,
"ttft_s": null,
"intelligence": null,
"context_window": 131072,
"best_at": ["extended reasoning", "complex problem solving"],
"benchmarks": {
"ifbench": null,
"gpqa": null,
"coding": null,
"math": null,
"tau2": null
},
"estimated": false,
"notes": "Used as fallback for kimi-orchestrator only. Benchmarks not yet available on Artificial Analysis. Context window from Kimi platform docs (256K advertised, 131072 used conservatively to match K2.5 config)."
}
},
"tiers": {
"SIMPLE": {
"description": "Lowest latency, trivial tasks only",
"primary": "gemini-2.5-flash-lite",
"requires_provider": "google-gemini-cli"
},
"FAST": {
"description": "Good speed with solid intelligence, instruction following",
"primary": "gemini-3-flash-preview",
"requires_provider": "google-gemini-cli"
},
"RESEARCH": {
"description": "Scientific research, long context, math",
"primary": "gemini-3-pro-preview",
"requires_provider": "google-gemini-cli"
},
"CODE": {
"description": "Code generation, debugging, math",
"primary": "gpt-5.3-codex",
"requires_provider": "openai-codex"
},
"DEEP": {
"description": "General reasoning, planning, judgment (default)",
"primary": "claude-opus-4-6",
"requires_provider": "anthropic"
},
"ORCHESTRATE": {
"description": "Multi-agent coordination, tool pipelines",
"primary": "k2p5",
"requires_provider": "kimi-coding"
}
}
}