pi-free 2.2.4 → 2.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/README.md +1 -1
- package/banner.svg +1 -1
- package/config.ts +58 -29
- package/constants.ts +1 -4
- package/index.ts +30 -24
- package/lib/built-in-toggle.ts +185 -18
- package/lib/provider-cache.ts +22 -0
- package/package.json +74 -74
- package/provider-failover/benchmark-lookup.ts +4 -1
- package/provider-failover/benchmarks-chunk-0.ts +570 -570
- package/provider-failover/benchmarks-chunk-1.ts +676 -676
- package/provider-failover/benchmarks-chunk-2.ts +673 -673
- package/provider-failover/benchmarks-chunk-3.ts +680 -680
- package/provider-failover/benchmarks-chunk-4.ts +683 -683
- package/provider-failover/benchmarks-chunk-5.ts +816 -474
- package/provider-helper.ts +64 -0
- package/providers/bai/bai.ts +8 -2
- package/providers/crofai/crofai.ts +8 -2
- package/providers/deepinfra/deepinfra.ts +8 -2
- package/providers/dynamic-built-in/index.ts +36 -26
- package/providers/kilo/kilo.ts +41 -22
- package/providers/novita/novita.ts +8 -2
- package/providers/openmodel/openmodel.ts +8 -2
- package/providers/qoder/models.ts +63 -175
- package/providers/qoder/qoder.ts +49 -84
- package/providers/qoder/stream.ts +182 -274
- package/providers/qoder/transform.ts +5 -2
- package/providers/routeway/routeway.ts +8 -2
- package/providers/sambanova/sambanova.ts +12 -6
- package/providers/together/together.ts +8 -2
- package/providers/tokenrouter/tokenrouter.ts +8 -2
- package/providers/zenmux/zenmux.ts +8 -2
- package/providers/codestral/codestral.ts +0 -128
- package/providers/qoder/encoding.ts +0 -48
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
// Auto-generated benchmark data chunk 2
|
|
2
|
-
// Models:
|
|
3
|
-
// Last updated: 2026-
|
|
2
|
+
// Models: k2-think-v2 .. gpt-5-nano-high (90 entries)
|
|
3
|
+
// Last updated: 2026-07-01
|
|
4
4
|
// DO NOT EDIT MANUALLY — generated by scripts/update-benchmarks.ts
|
|
5
5
|
|
|
6
6
|
import type { HardcodedBenchmark } from "./hardcoded-benchmarks.ts";
|
|
7
7
|
|
|
8
8
|
export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
9
|
-
"
|
|
9
|
+
"k2-think-v2": {
|
|
10
10
|
// AA specific benchmarks
|
|
11
|
-
codingIndex:
|
|
11
|
+
codingIndex: 21,
|
|
12
12
|
mathIndex: undefined,
|
|
13
13
|
|
|
14
14
|
// Academic benchmarks
|
|
15
15
|
mmluPro: undefined,
|
|
16
|
-
gpqa: 0.
|
|
17
|
-
hle: 0.
|
|
16
|
+
gpqa: 0.713,
|
|
17
|
+
hle: 0.095,
|
|
18
18
|
|
|
19
19
|
// Capabilities
|
|
20
20
|
contextWindow: 8192,
|
|
@@ -22,18 +22,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
22
22
|
supportsVision: false,
|
|
23
23
|
|
|
24
24
|
// Metadata
|
|
25
|
-
lastUpdated: "2026-
|
|
26
|
-
originalModel: "
|
|
25
|
+
lastUpdated: "2026-07-01",
|
|
26
|
+
originalModel: "K2 Think V2",
|
|
27
27
|
},
|
|
28
|
-
"
|
|
28
|
+
"k2-v2-low": {
|
|
29
29
|
// AA specific benchmarks
|
|
30
|
-
codingIndex:
|
|
31
|
-
mathIndex:
|
|
30
|
+
codingIndex: undefined,
|
|
31
|
+
mathIndex: 35.3,
|
|
32
32
|
|
|
33
33
|
// Academic benchmarks
|
|
34
|
-
mmluPro:
|
|
35
|
-
gpqa: 0.
|
|
36
|
-
hle: 0.
|
|
34
|
+
mmluPro: 0.713,
|
|
35
|
+
gpqa: 0.541,
|
|
36
|
+
hle: 0.039,
|
|
37
37
|
|
|
38
38
|
// Capabilities
|
|
39
39
|
contextWindow: 8192,
|
|
@@ -41,18 +41,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
41
41
|
supportsVision: false,
|
|
42
42
|
|
|
43
43
|
// Metadata
|
|
44
|
-
lastUpdated: "2026-
|
|
45
|
-
originalModel: "
|
|
44
|
+
lastUpdated: "2026-07-01",
|
|
45
|
+
originalModel: "K2-V2 (low)",
|
|
46
46
|
},
|
|
47
|
-
"
|
|
47
|
+
"mi-dm-k-2.5-pro": {
|
|
48
48
|
// AA specific benchmarks
|
|
49
|
-
codingIndex:
|
|
50
|
-
mathIndex:
|
|
49
|
+
codingIndex: undefined,
|
|
50
|
+
mathIndex: 76.7,
|
|
51
51
|
|
|
52
52
|
// Academic benchmarks
|
|
53
|
-
mmluPro:
|
|
54
|
-
gpqa: 0.
|
|
55
|
-
hle: 0.
|
|
53
|
+
mmluPro: 0.809,
|
|
54
|
+
gpqa: 0.701,
|
|
55
|
+
hle: 0.077,
|
|
56
56
|
|
|
57
57
|
// Capabilities
|
|
58
58
|
contextWindow: 8192,
|
|
@@ -60,18 +60,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
60
60
|
supportsVision: false,
|
|
61
61
|
|
|
62
62
|
// Metadata
|
|
63
|
-
lastUpdated: "2026-
|
|
64
|
-
originalModel: "
|
|
63
|
+
lastUpdated: "2026-07-01",
|
|
64
|
+
originalModel: "Mi:dm K 2.5 Pro",
|
|
65
65
|
},
|
|
66
|
-
"
|
|
66
|
+
"hyperclova-x-seed-think-32b": {
|
|
67
67
|
// AA specific benchmarks
|
|
68
|
-
codingIndex:
|
|
69
|
-
mathIndex:
|
|
68
|
+
codingIndex: undefined,
|
|
69
|
+
mathIndex: 59,
|
|
70
70
|
|
|
71
71
|
// Academic benchmarks
|
|
72
|
-
mmluPro:
|
|
73
|
-
gpqa: 0.
|
|
74
|
-
hle: 0.
|
|
72
|
+
mmluPro: 0.785,
|
|
73
|
+
gpqa: 0.615,
|
|
74
|
+
hle: 0.055,
|
|
75
75
|
|
|
76
76
|
// Capabilities
|
|
77
77
|
contextWindow: 8192,
|
|
@@ -79,18 +79,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
79
79
|
supportsVision: false,
|
|
80
80
|
|
|
81
81
|
// Metadata
|
|
82
|
-
lastUpdated: "2026-
|
|
83
|
-
originalModel: "
|
|
82
|
+
lastUpdated: "2026-07-01",
|
|
83
|
+
originalModel: "HyperCLOVA X SEED Think (32B)",
|
|
84
84
|
},
|
|
85
|
-
"
|
|
85
|
+
"longcat-flash-lite": {
|
|
86
86
|
// AA specific benchmarks
|
|
87
|
-
codingIndex:
|
|
87
|
+
codingIndex: undefined,
|
|
88
88
|
mathIndex: undefined,
|
|
89
89
|
|
|
90
90
|
// Academic benchmarks
|
|
91
91
|
mmluPro: undefined,
|
|
92
|
-
gpqa: 0.
|
|
93
|
-
hle: 0.
|
|
92
|
+
gpqa: 0.636,
|
|
93
|
+
hle: 0.06,
|
|
94
94
|
|
|
95
95
|
// Capabilities
|
|
96
96
|
contextWindow: 8192,
|
|
@@ -98,18 +98,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
98
98
|
supportsVision: false,
|
|
99
99
|
|
|
100
100
|
// Metadata
|
|
101
|
-
lastUpdated: "2026-
|
|
102
|
-
originalModel: "
|
|
101
|
+
lastUpdated: "2026-07-01",
|
|
102
|
+
originalModel: "LongCat Flash Lite",
|
|
103
103
|
},
|
|
104
|
-
"
|
|
104
|
+
"tri-21b-think-preview": {
|
|
105
105
|
// AA specific benchmarks
|
|
106
|
-
codingIndex:
|
|
106
|
+
codingIndex: undefined,
|
|
107
107
|
mathIndex: undefined,
|
|
108
108
|
|
|
109
109
|
// Academic benchmarks
|
|
110
110
|
mmluPro: undefined,
|
|
111
|
-
gpqa: 0.
|
|
112
|
-
hle: 0.
|
|
111
|
+
gpqa: 0.538,
|
|
112
|
+
hle: 0.057,
|
|
113
113
|
|
|
114
114
|
// Capabilities
|
|
115
115
|
contextWindow: 8192,
|
|
@@ -117,18 +117,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
117
117
|
supportsVision: false,
|
|
118
118
|
|
|
119
119
|
// Metadata
|
|
120
|
-
lastUpdated: "2026-
|
|
121
|
-
originalModel: "
|
|
120
|
+
lastUpdated: "2026-07-01",
|
|
121
|
+
originalModel: "Tri-21B-think Preview",
|
|
122
122
|
},
|
|
123
|
-
"
|
|
123
|
+
"tri-21b-think": {
|
|
124
124
|
// AA specific benchmarks
|
|
125
|
-
codingIndex:
|
|
125
|
+
codingIndex: undefined,
|
|
126
126
|
mathIndex: undefined,
|
|
127
127
|
|
|
128
128
|
// Academic benchmarks
|
|
129
129
|
mmluPro: undefined,
|
|
130
|
-
gpqa: 0.
|
|
131
|
-
hle: 0.
|
|
130
|
+
gpqa: 0.601,
|
|
131
|
+
hle: 0.061,
|
|
132
132
|
|
|
133
133
|
// Capabilities
|
|
134
134
|
contextWindow: 8192,
|
|
@@ -136,18 +136,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
136
136
|
supportsVision: false,
|
|
137
137
|
|
|
138
138
|
// Metadata
|
|
139
|
-
lastUpdated: "2026-
|
|
140
|
-
originalModel: "
|
|
139
|
+
lastUpdated: "2026-07-01",
|
|
140
|
+
originalModel: "Tri-21B-Think",
|
|
141
141
|
},
|
|
142
|
-
"
|
|
142
|
+
"nanbeige4.1-3b": {
|
|
143
143
|
// AA specific benchmarks
|
|
144
|
-
codingIndex:
|
|
145
|
-
mathIndex:
|
|
144
|
+
codingIndex: undefined,
|
|
145
|
+
mathIndex: undefined,
|
|
146
146
|
|
|
147
147
|
// Academic benchmarks
|
|
148
|
-
mmluPro:
|
|
149
|
-
gpqa: 0.
|
|
150
|
-
hle: 0.
|
|
148
|
+
mmluPro: undefined,
|
|
149
|
+
gpqa: 0.849,
|
|
150
|
+
hle: 0.1,
|
|
151
151
|
|
|
152
152
|
// Capabilities
|
|
153
153
|
contextWindow: 8192,
|
|
@@ -155,18 +155,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
155
155
|
supportsVision: false,
|
|
156
156
|
|
|
157
157
|
// Metadata
|
|
158
|
-
lastUpdated: "2026-
|
|
159
|
-
originalModel: "
|
|
158
|
+
lastUpdated: "2026-07-01",
|
|
159
|
+
originalModel: "Nanbeige4.1-3B",
|
|
160
160
|
},
|
|
161
|
-
"
|
|
161
|
+
"apertus-8b-instruct": {
|
|
162
162
|
// AA specific benchmarks
|
|
163
|
-
codingIndex:
|
|
163
|
+
codingIndex: undefined,
|
|
164
164
|
mathIndex: undefined,
|
|
165
165
|
|
|
166
166
|
// Academic benchmarks
|
|
167
167
|
mmluPro: undefined,
|
|
168
|
-
gpqa: 0.
|
|
169
|
-
hle: 0.
|
|
168
|
+
gpqa: 0.256,
|
|
169
|
+
hle: 0.05,
|
|
170
170
|
|
|
171
171
|
// Capabilities
|
|
172
172
|
contextWindow: 8192,
|
|
@@ -174,18 +174,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
174
174
|
supportsVision: false,
|
|
175
175
|
|
|
176
176
|
// Metadata
|
|
177
|
-
lastUpdated: "2026-
|
|
178
|
-
originalModel: "
|
|
177
|
+
lastUpdated: "2026-07-01",
|
|
178
|
+
originalModel: "Apertus 8B Instruct",
|
|
179
179
|
},
|
|
180
|
-
"
|
|
180
|
+
"apertus-70b-instruct": {
|
|
181
181
|
// AA specific benchmarks
|
|
182
|
-
codingIndex:
|
|
182
|
+
codingIndex: undefined,
|
|
183
183
|
mathIndex: undefined,
|
|
184
184
|
|
|
185
185
|
// Academic benchmarks
|
|
186
186
|
mmluPro: undefined,
|
|
187
|
-
gpqa: 0.
|
|
188
|
-
hle: 0.
|
|
187
|
+
gpqa: 0.272,
|
|
188
|
+
hle: 0.055,
|
|
189
189
|
|
|
190
190
|
// Capabilities
|
|
191
191
|
contextWindow: 8192,
|
|
@@ -193,18 +193,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
193
193
|
supportsVision: false,
|
|
194
194
|
|
|
195
195
|
// Metadata
|
|
196
|
-
lastUpdated: "2026-
|
|
197
|
-
originalModel: "
|
|
196
|
+
lastUpdated: "2026-07-01",
|
|
197
|
+
originalModel: "Apertus 70B Instruct",
|
|
198
198
|
},
|
|
199
|
-
"
|
|
199
|
+
"minicpm5-1b-non-reasoning": {
|
|
200
200
|
// AA specific benchmarks
|
|
201
|
-
codingIndex:
|
|
202
|
-
mathIndex:
|
|
201
|
+
codingIndex: undefined,
|
|
202
|
+
mathIndex: undefined,
|
|
203
203
|
|
|
204
204
|
// Academic benchmarks
|
|
205
|
-
mmluPro:
|
|
206
|
-
gpqa: 0.
|
|
207
|
-
hle: 0.
|
|
205
|
+
mmluPro: undefined,
|
|
206
|
+
gpqa: 0.269,
|
|
207
|
+
hle: 0.046,
|
|
208
208
|
|
|
209
209
|
// Capabilities
|
|
210
210
|
contextWindow: 8192,
|
|
@@ -212,18 +212,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
212
212
|
supportsVision: false,
|
|
213
213
|
|
|
214
214
|
// Metadata
|
|
215
|
-
lastUpdated: "2026-
|
|
216
|
-
originalModel: "
|
|
215
|
+
lastUpdated: "2026-07-01",
|
|
216
|
+
originalModel: "MiniCPM5-1B (Non-reasoning)",
|
|
217
217
|
},
|
|
218
|
-
"
|
|
218
|
+
"minicpm-v-4.6-1.3b": {
|
|
219
219
|
// AA specific benchmarks
|
|
220
|
-
codingIndex: 7
|
|
221
|
-
mathIndex:
|
|
220
|
+
codingIndex: 0.7,
|
|
221
|
+
mathIndex: undefined,
|
|
222
222
|
|
|
223
223
|
// Academic benchmarks
|
|
224
|
-
mmluPro:
|
|
225
|
-
gpqa: 0.
|
|
226
|
-
hle: 0.
|
|
224
|
+
mmluPro: undefined,
|
|
225
|
+
gpqa: 0.305,
|
|
226
|
+
hle: 0.049,
|
|
227
227
|
|
|
228
228
|
// Capabilities
|
|
229
229
|
contextWindow: 8192,
|
|
@@ -231,18 +231,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
231
231
|
supportsVision: false,
|
|
232
232
|
|
|
233
233
|
// Metadata
|
|
234
|
-
lastUpdated: "2026-
|
|
235
|
-
originalModel: "
|
|
234
|
+
lastUpdated: "2026-07-01",
|
|
235
|
+
originalModel: "MiniCPM-V 4.6 1.3B",
|
|
236
236
|
},
|
|
237
|
-
"
|
|
237
|
+
"minicpm5-1b-reasoning": {
|
|
238
238
|
// AA specific benchmarks
|
|
239
|
-
codingIndex:
|
|
240
|
-
mathIndex:
|
|
239
|
+
codingIndex: undefined,
|
|
240
|
+
mathIndex: undefined,
|
|
241
241
|
|
|
242
242
|
// Academic benchmarks
|
|
243
|
-
mmluPro:
|
|
244
|
-
gpqa: 0.
|
|
245
|
-
hle: 0.
|
|
243
|
+
mmluPro: undefined,
|
|
244
|
+
gpqa: 0.278,
|
|
245
|
+
hle: 0.065,
|
|
246
246
|
|
|
247
247
|
// Capabilities
|
|
248
248
|
contextWindow: 8192,
|
|
@@ -250,18 +250,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
250
250
|
supportsVision: false,
|
|
251
251
|
|
|
252
252
|
// Metadata
|
|
253
|
-
lastUpdated: "2026-
|
|
254
|
-
originalModel: "
|
|
253
|
+
lastUpdated: "2026-07-01",
|
|
254
|
+
originalModel: "MiniCPM5-1B (Reasoning)",
|
|
255
255
|
},
|
|
256
|
-
"
|
|
256
|
+
"trinity-large-thinking": {
|
|
257
257
|
// AA specific benchmarks
|
|
258
|
-
codingIndex:
|
|
259
|
-
mathIndex:
|
|
258
|
+
codingIndex: undefined,
|
|
259
|
+
mathIndex: undefined,
|
|
260
260
|
|
|
261
261
|
// Academic benchmarks
|
|
262
|
-
mmluPro:
|
|
263
|
-
gpqa: 0.
|
|
264
|
-
hle: 0.
|
|
262
|
+
mmluPro: undefined,
|
|
263
|
+
gpqa: 0.752,
|
|
264
|
+
hle: 0.147,
|
|
265
265
|
|
|
266
266
|
// Capabilities
|
|
267
267
|
contextWindow: 8192,
|
|
@@ -269,18 +269,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
269
269
|
supportsVision: false,
|
|
270
270
|
|
|
271
271
|
// Metadata
|
|
272
|
-
lastUpdated: "2026-
|
|
273
|
-
originalModel: "
|
|
272
|
+
lastUpdated: "2026-07-01",
|
|
273
|
+
originalModel: "Trinity Large Thinking",
|
|
274
274
|
},
|
|
275
|
-
"
|
|
275
|
+
"jt-35b-flash": {
|
|
276
276
|
// AA specific benchmarks
|
|
277
|
-
codingIndex:
|
|
278
|
-
mathIndex:
|
|
277
|
+
codingIndex: undefined,
|
|
278
|
+
mathIndex: undefined,
|
|
279
279
|
|
|
280
280
|
// Academic benchmarks
|
|
281
|
-
mmluPro:
|
|
282
|
-
gpqa: 0.
|
|
283
|
-
hle: 0.
|
|
281
|
+
mmluPro: undefined,
|
|
282
|
+
gpqa: 0.829,
|
|
283
|
+
hle: 0.061,
|
|
284
284
|
|
|
285
285
|
// Capabilities
|
|
286
286
|
contextWindow: 8192,
|
|
@@ -288,18 +288,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
288
288
|
supportsVision: false,
|
|
289
289
|
|
|
290
290
|
// Metadata
|
|
291
|
-
lastUpdated: "2026-
|
|
292
|
-
originalModel: "
|
|
291
|
+
lastUpdated: "2026-07-01",
|
|
292
|
+
originalModel: "JT-35B-Flash",
|
|
293
293
|
},
|
|
294
|
-
"
|
|
294
|
+
"jt-mini": {
|
|
295
295
|
// AA specific benchmarks
|
|
296
|
-
codingIndex:
|
|
296
|
+
codingIndex: undefined,
|
|
297
297
|
mathIndex: undefined,
|
|
298
298
|
|
|
299
299
|
// Academic benchmarks
|
|
300
300
|
mmluPro: undefined,
|
|
301
|
-
gpqa: 0.
|
|
302
|
-
hle: 0.
|
|
301
|
+
gpqa: 0.676,
|
|
302
|
+
hle: 0.066,
|
|
303
303
|
|
|
304
304
|
// Capabilities
|
|
305
305
|
contextWindow: 8192,
|
|
@@ -307,18 +307,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
307
307
|
supportsVision: false,
|
|
308
308
|
|
|
309
309
|
// Metadata
|
|
310
|
-
lastUpdated: "2026-
|
|
311
|
-
originalModel: "
|
|
310
|
+
lastUpdated: "2026-07-01",
|
|
311
|
+
originalModel: "JT-MINI",
|
|
312
312
|
},
|
|
313
|
-
"
|
|
313
|
+
"nex-n2-pro": {
|
|
314
314
|
// AA specific benchmarks
|
|
315
|
-
codingIndex:
|
|
315
|
+
codingIndex: 59.1,
|
|
316
316
|
mathIndex: undefined,
|
|
317
317
|
|
|
318
318
|
// Academic benchmarks
|
|
319
319
|
mmluPro: undefined,
|
|
320
|
-
gpqa: 0.
|
|
321
|
-
hle: 0.
|
|
320
|
+
gpqa: 0.892,
|
|
321
|
+
hle: 0.324,
|
|
322
322
|
|
|
323
323
|
// Capabilities
|
|
324
324
|
contextWindow: 8192,
|
|
@@ -326,18 +326,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
326
326
|
supportsVision: false,
|
|
327
327
|
|
|
328
328
|
// Metadata
|
|
329
|
-
lastUpdated: "2026-
|
|
330
|
-
originalModel: "
|
|
329
|
+
lastUpdated: "2026-07-01",
|
|
330
|
+
originalModel: "Nex-N2-Pro",
|
|
331
331
|
},
|
|
332
|
-
"
|
|
332
|
+
"glm-5-turbo": {
|
|
333
333
|
// AA specific benchmarks
|
|
334
|
-
codingIndex:
|
|
334
|
+
codingIndex: undefined,
|
|
335
335
|
mathIndex: undefined,
|
|
336
336
|
|
|
337
337
|
// Academic benchmarks
|
|
338
338
|
mmluPro: undefined,
|
|
339
|
-
gpqa: 0.
|
|
340
|
-
hle: 0.
|
|
339
|
+
gpqa: 0.847,
|
|
340
|
+
hle: 0.254,
|
|
341
341
|
|
|
342
342
|
// Capabilities
|
|
343
343
|
contextWindow: 8192,
|
|
@@ -345,18 +345,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
345
345
|
supportsVision: false,
|
|
346
346
|
|
|
347
347
|
// Metadata
|
|
348
|
-
lastUpdated: "2026-
|
|
349
|
-
originalModel: "
|
|
348
|
+
lastUpdated: "2026-07-01",
|
|
349
|
+
originalModel: "GLM-5-Turbo",
|
|
350
350
|
},
|
|
351
|
-
"
|
|
351
|
+
"glm-5.1-reasoning": {
|
|
352
352
|
// AA specific benchmarks
|
|
353
|
-
codingIndex:
|
|
353
|
+
codingIndex: 55.8,
|
|
354
354
|
mathIndex: undefined,
|
|
355
355
|
|
|
356
356
|
// Academic benchmarks
|
|
357
357
|
mmluPro: undefined,
|
|
358
|
-
gpqa: 0.
|
|
359
|
-
hle: 0.
|
|
358
|
+
gpqa: 0.868,
|
|
359
|
+
hle: 0.28,
|
|
360
360
|
|
|
361
361
|
// Capabilities
|
|
362
362
|
contextWindow: 8192,
|
|
@@ -364,18 +364,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
364
364
|
supportsVision: false,
|
|
365
365
|
|
|
366
366
|
// Metadata
|
|
367
|
-
lastUpdated: "2026-
|
|
368
|
-
originalModel: "
|
|
367
|
+
lastUpdated: "2026-07-01",
|
|
368
|
+
originalModel: "GLM-5.1 (Reasoning)",
|
|
369
369
|
},
|
|
370
|
-
"
|
|
370
|
+
"glm-5.2-max": {
|
|
371
371
|
// AA specific benchmarks
|
|
372
|
-
codingIndex:
|
|
372
|
+
codingIndex: 68.8,
|
|
373
373
|
mathIndex: undefined,
|
|
374
374
|
|
|
375
375
|
// Academic benchmarks
|
|
376
376
|
mmluPro: undefined,
|
|
377
|
-
gpqa: 0.
|
|
378
|
-
hle: 0.
|
|
377
|
+
gpqa: 0.895,
|
|
378
|
+
hle: 0.401,
|
|
379
379
|
|
|
380
380
|
// Capabilities
|
|
381
381
|
contextWindow: 8192,
|
|
@@ -383,18 +383,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
383
383
|
supportsVision: false,
|
|
384
384
|
|
|
385
385
|
// Metadata
|
|
386
|
-
lastUpdated: "2026-
|
|
387
|
-
originalModel: "
|
|
386
|
+
lastUpdated: "2026-07-01",
|
|
387
|
+
originalModel: "GLM-5.2 (max)",
|
|
388
388
|
},
|
|
389
|
-
"
|
|
389
|
+
"glm-5.1-non-reasoning": {
|
|
390
390
|
// AA specific benchmarks
|
|
391
|
-
codingIndex:
|
|
391
|
+
codingIndex: undefined,
|
|
392
392
|
mathIndex: undefined,
|
|
393
393
|
|
|
394
394
|
// Academic benchmarks
|
|
395
395
|
mmluPro: undefined,
|
|
396
|
-
gpqa: 0.
|
|
397
|
-
hle: 0.
|
|
396
|
+
gpqa: 0.839,
|
|
397
|
+
hle: 0.256,
|
|
398
398
|
|
|
399
399
|
// Capabilities
|
|
400
400
|
contextWindow: 8192,
|
|
@@ -402,18 +402,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
402
402
|
supportsVision: false,
|
|
403
403
|
|
|
404
404
|
// Metadata
|
|
405
|
-
lastUpdated: "2026-
|
|
406
|
-
originalModel: "
|
|
405
|
+
lastUpdated: "2026-07-01",
|
|
406
|
+
originalModel: "GLM-5.1 (Non-reasoning)",
|
|
407
407
|
},
|
|
408
|
-
"
|
|
408
|
+
"glm-5v-turbo-reasoning": {
|
|
409
409
|
// AA specific benchmarks
|
|
410
|
-
codingIndex:
|
|
410
|
+
codingIndex: undefined,
|
|
411
411
|
mathIndex: undefined,
|
|
412
412
|
|
|
413
413
|
// Academic benchmarks
|
|
414
414
|
mmluPro: undefined,
|
|
415
|
-
gpqa: 0.
|
|
416
|
-
hle: 0.
|
|
415
|
+
gpqa: 0.809,
|
|
416
|
+
hle: 0.158,
|
|
417
417
|
|
|
418
418
|
// Capabilities
|
|
419
419
|
contextWindow: 8192,
|
|
@@ -421,18 +421,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
421
421
|
supportsVision: false,
|
|
422
422
|
|
|
423
423
|
// Metadata
|
|
424
|
-
lastUpdated: "2026-
|
|
425
|
-
originalModel: "
|
|
424
|
+
lastUpdated: "2026-07-01",
|
|
425
|
+
originalModel: "GLM 5V Turbo (Reasoning)",
|
|
426
426
|
},
|
|
427
|
-
"
|
|
427
|
+
"north-mini-code": {
|
|
428
428
|
// AA specific benchmarks
|
|
429
|
-
codingIndex:
|
|
429
|
+
codingIndex: undefined,
|
|
430
430
|
mathIndex: undefined,
|
|
431
431
|
|
|
432
432
|
// Academic benchmarks
|
|
433
433
|
mmluPro: undefined,
|
|
434
|
-
gpqa: 0.
|
|
435
|
-
hle: 0.
|
|
434
|
+
gpqa: 0.757,
|
|
435
|
+
hle: 0.099,
|
|
436
436
|
|
|
437
437
|
// Capabilities
|
|
438
438
|
contextWindow: 8192,
|
|
@@ -440,18 +440,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
440
440
|
supportsVision: false,
|
|
441
441
|
|
|
442
442
|
// Metadata
|
|
443
|
-
lastUpdated: "2026-
|
|
444
|
-
originalModel: "
|
|
443
|
+
lastUpdated: "2026-07-01",
|
|
444
|
+
originalModel: "North Mini Code",
|
|
445
445
|
},
|
|
446
|
-
"
|
|
446
|
+
"command-a": {
|
|
447
447
|
// AA specific benchmarks
|
|
448
|
-
codingIndex:
|
|
449
|
-
mathIndex:
|
|
448
|
+
codingIndex: undefined,
|
|
449
|
+
mathIndex: 13,
|
|
450
450
|
|
|
451
451
|
// Academic benchmarks
|
|
452
|
-
mmluPro:
|
|
453
|
-
gpqa: 0.
|
|
454
|
-
hle: 0.
|
|
452
|
+
mmluPro: 0.712,
|
|
453
|
+
gpqa: 0.527,
|
|
454
|
+
hle: 0.046,
|
|
455
455
|
|
|
456
456
|
// Capabilities
|
|
457
457
|
contextWindow: 8192,
|
|
@@ -459,18 +459,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
459
459
|
supportsVision: false,
|
|
460
460
|
|
|
461
461
|
// Metadata
|
|
462
|
-
lastUpdated: "2026-
|
|
463
|
-
originalModel: "
|
|
462
|
+
lastUpdated: "2026-07-01",
|
|
463
|
+
originalModel: "Command A",
|
|
464
464
|
},
|
|
465
|
-
"
|
|
465
|
+
"command-a+": {
|
|
466
466
|
// AA specific benchmarks
|
|
467
|
-
codingIndex:
|
|
467
|
+
codingIndex: undefined,
|
|
468
468
|
mathIndex: undefined,
|
|
469
469
|
|
|
470
470
|
// Academic benchmarks
|
|
471
471
|
mmluPro: undefined,
|
|
472
|
-
gpqa: 0.
|
|
473
|
-
hle: 0.
|
|
472
|
+
gpqa: 0.761,
|
|
473
|
+
hle: 0.114,
|
|
474
474
|
|
|
475
475
|
// Capabilities
|
|
476
476
|
contextWindow: 8192,
|
|
@@ -478,18 +478,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
478
478
|
supportsVision: false,
|
|
479
479
|
|
|
480
480
|
// Metadata
|
|
481
|
-
lastUpdated: "2026-
|
|
482
|
-
originalModel: "
|
|
481
|
+
lastUpdated: "2026-07-01",
|
|
482
|
+
originalModel: "Command A+",
|
|
483
483
|
},
|
|
484
|
-
"
|
|
484
|
+
"tiny-aya-global": {
|
|
485
485
|
// AA specific benchmarks
|
|
486
|
-
codingIndex:
|
|
486
|
+
codingIndex: undefined,
|
|
487
487
|
mathIndex: undefined,
|
|
488
488
|
|
|
489
489
|
// Academic benchmarks
|
|
490
490
|
mmluPro: undefined,
|
|
491
|
-
gpqa: 0.
|
|
492
|
-
hle: 0.
|
|
491
|
+
gpqa: 0.305,
|
|
492
|
+
hle: 0.052,
|
|
493
493
|
|
|
494
494
|
// Capabilities
|
|
495
495
|
contextWindow: 8192,
|
|
@@ -497,18 +497,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
497
497
|
supportsVision: false,
|
|
498
498
|
|
|
499
499
|
// Metadata
|
|
500
|
-
lastUpdated: "2026-
|
|
501
|
-
originalModel: "
|
|
500
|
+
lastUpdated: "2026-07-01",
|
|
501
|
+
originalModel: "Tiny Aya Global",
|
|
502
502
|
},
|
|
503
|
-
"
|
|
503
|
+
"apriel-v1.6-15b-thinker": {
|
|
504
504
|
// AA specific benchmarks
|
|
505
|
-
codingIndex:
|
|
506
|
-
mathIndex:
|
|
505
|
+
codingIndex: undefined,
|
|
506
|
+
mathIndex: 88,
|
|
507
507
|
|
|
508
508
|
// Academic benchmarks
|
|
509
|
-
mmluPro:
|
|
510
|
-
gpqa: 0.
|
|
511
|
-
hle: 0.
|
|
509
|
+
mmluPro: 0.79,
|
|
510
|
+
gpqa: 0.733,
|
|
511
|
+
hle: 0.098,
|
|
512
512
|
|
|
513
513
|
// Capabilities
|
|
514
514
|
contextWindow: 8192,
|
|
@@ -516,18 +516,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
516
516
|
supportsVision: false,
|
|
517
517
|
|
|
518
518
|
// Metadata
|
|
519
|
-
lastUpdated: "2026-
|
|
520
|
-
originalModel: "
|
|
519
|
+
lastUpdated: "2026-07-01",
|
|
520
|
+
originalModel: "Apriel-v1.6-15B-Thinker",
|
|
521
521
|
},
|
|
522
|
-
"
|
|
522
|
+
"jamba-reasoning-3b": {
|
|
523
523
|
// AA specific benchmarks
|
|
524
|
-
codingIndex:
|
|
525
|
-
mathIndex:
|
|
524
|
+
codingIndex: undefined,
|
|
525
|
+
mathIndex: 10.7,
|
|
526
526
|
|
|
527
527
|
// Academic benchmarks
|
|
528
|
-
mmluPro:
|
|
529
|
-
gpqa: 0.
|
|
530
|
-
hle: 0.
|
|
528
|
+
mmluPro: 0.577,
|
|
529
|
+
gpqa: 0.333,
|
|
530
|
+
hle: 0.046,
|
|
531
531
|
|
|
532
532
|
// Capabilities
|
|
533
533
|
contextWindow: 8192,
|
|
@@ -535,18 +535,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
535
535
|
supportsVision: false,
|
|
536
536
|
|
|
537
537
|
// Metadata
|
|
538
|
-
lastUpdated: "2026-
|
|
539
|
-
originalModel: "
|
|
538
|
+
lastUpdated: "2026-07-01",
|
|
539
|
+
originalModel: "Jamba Reasoning 3B",
|
|
540
540
|
},
|
|
541
|
-
"
|
|
541
|
+
"jamba-1.7-large": {
|
|
542
542
|
// AA specific benchmarks
|
|
543
|
-
codingIndex:
|
|
544
|
-
mathIndex:
|
|
543
|
+
codingIndex: undefined,
|
|
544
|
+
mathIndex: 2.3,
|
|
545
545
|
|
|
546
546
|
// Academic benchmarks
|
|
547
|
-
mmluPro: 0.
|
|
548
|
-
gpqa: 0.
|
|
549
|
-
hle: 0.
|
|
547
|
+
mmluPro: 0.577,
|
|
548
|
+
gpqa: 0.39,
|
|
549
|
+
hle: 0.038,
|
|
550
550
|
|
|
551
551
|
// Capabilities
|
|
552
552
|
contextWindow: 8192,
|
|
@@ -554,18 +554,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
554
554
|
supportsVision: false,
|
|
555
555
|
|
|
556
556
|
// Metadata
|
|
557
|
-
lastUpdated: "2026-
|
|
558
|
-
originalModel: "
|
|
557
|
+
lastUpdated: "2026-07-01",
|
|
558
|
+
originalModel: "Jamba 1.7 Large",
|
|
559
559
|
},
|
|
560
|
-
"
|
|
560
|
+
"jamba-1.7-mini": {
|
|
561
561
|
// AA specific benchmarks
|
|
562
|
-
codingIndex:
|
|
563
|
-
mathIndex:
|
|
562
|
+
codingIndex: undefined,
|
|
563
|
+
mathIndex: 0.3,
|
|
564
564
|
|
|
565
565
|
// Academic benchmarks
|
|
566
|
-
mmluPro:
|
|
567
|
-
gpqa: 0.
|
|
568
|
-
hle: 0.
|
|
566
|
+
mmluPro: 0.388,
|
|
567
|
+
gpqa: 0.322,
|
|
568
|
+
hle: 0.045,
|
|
569
569
|
|
|
570
570
|
// Capabilities
|
|
571
571
|
contextWindow: 8192,
|
|
@@ -573,56 +573,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
573
573
|
supportsVision: false,
|
|
574
574
|
|
|
575
575
|
// Metadata
|
|
576
|
-
lastUpdated: "2026-
|
|
577
|
-
originalModel: "
|
|
578
|
-
},
|
|
579
|
-
"qwen3-omni-30b-a3b-instruct": {
|
|
580
|
-
// AA specific benchmarks
|
|
581
|
-
codingIndex: 7.2,
|
|
582
|
-
mathIndex: 52.3,
|
|
583
|
-
|
|
584
|
-
// Academic benchmarks
|
|
585
|
-
mmluPro: 0.725,
|
|
586
|
-
gpqa: 0.62,
|
|
587
|
-
hle: 0.051,
|
|
588
|
-
|
|
589
|
-
// Capabilities
|
|
590
|
-
contextWindow: 8192,
|
|
591
|
-
supportsReasoning: false,
|
|
592
|
-
supportsVision: false,
|
|
593
|
-
|
|
594
|
-
// Metadata
|
|
595
|
-
lastUpdated: "2026-06-01",
|
|
596
|
-
originalModel: "Qwen3 Omni 30B A3B Instruct",
|
|
597
|
-
},
|
|
598
|
-
"qwen3-next-80b-a3b-instruct": {
|
|
599
|
-
// AA specific benchmarks
|
|
600
|
-
codingIndex: 15.3,
|
|
601
|
-
mathIndex: 66.3,
|
|
602
|
-
|
|
603
|
-
// Academic benchmarks
|
|
604
|
-
mmluPro: 0.819,
|
|
605
|
-
gpqa: 0.738,
|
|
606
|
-
hle: 0.073,
|
|
607
|
-
|
|
608
|
-
// Capabilities
|
|
609
|
-
contextWindow: 8192,
|
|
610
|
-
supportsReasoning: false,
|
|
611
|
-
supportsVision: false,
|
|
612
|
-
|
|
613
|
-
// Metadata
|
|
614
|
-
lastUpdated: "2026-06-01",
|
|
615
|
-
originalModel: "Qwen3 Next 80B A3B Instruct",
|
|
576
|
+
lastUpdated: "2026-07-01",
|
|
577
|
+
originalModel: "Jamba 1.7 Mini",
|
|
616
578
|
},
|
|
617
|
-
"qwen3.
|
|
579
|
+
"qwen3.6-27b-non-reasoning": {
|
|
618
580
|
// AA specific benchmarks
|
|
619
|
-
codingIndex:
|
|
581
|
+
codingIndex: undefined,
|
|
620
582
|
mathIndex: undefined,
|
|
621
583
|
|
|
622
584
|
// Academic benchmarks
|
|
623
585
|
mmluPro: undefined,
|
|
624
|
-
gpqa: 0.
|
|
625
|
-
hle: 0.
|
|
586
|
+
gpqa: 0.829,
|
|
587
|
+
hle: 0.136,
|
|
626
588
|
|
|
627
589
|
// Capabilities
|
|
628
590
|
contextWindow: 8192,
|
|
@@ -630,18 +592,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
630
592
|
supportsVision: false,
|
|
631
593
|
|
|
632
594
|
// Metadata
|
|
633
|
-
lastUpdated: "2026-
|
|
634
|
-
originalModel: "Qwen3.
|
|
595
|
+
lastUpdated: "2026-07-01",
|
|
596
|
+
originalModel: "Qwen3.6 27B (Non-reasoning)",
|
|
635
597
|
},
|
|
636
|
-
"qwen3.5-
|
|
598
|
+
"qwen3.5-397b-a17b-reasoning": {
|
|
637
599
|
// AA specific benchmarks
|
|
638
|
-
codingIndex:
|
|
600
|
+
codingIndex: 48.2,
|
|
639
601
|
mathIndex: undefined,
|
|
640
602
|
|
|
641
603
|
// Academic benchmarks
|
|
642
604
|
mmluPro: undefined,
|
|
643
|
-
gpqa: 0.
|
|
644
|
-
hle: 0.
|
|
605
|
+
gpqa: 0.893,
|
|
606
|
+
hle: 0.273,
|
|
645
607
|
|
|
646
608
|
// Capabilities
|
|
647
609
|
contextWindow: 8192,
|
|
@@ -649,18 +611,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
649
611
|
supportsVision: false,
|
|
650
612
|
|
|
651
613
|
// Metadata
|
|
652
|
-
lastUpdated: "2026-
|
|
653
|
-
originalModel: "Qwen3.5
|
|
614
|
+
lastUpdated: "2026-07-01",
|
|
615
|
+
originalModel: "Qwen3.5 397B A17B (Reasoning)",
|
|
654
616
|
},
|
|
655
|
-
"qwen3.5-
|
|
617
|
+
"qwen3.5-122b-a10b-reasoning": {
|
|
656
618
|
// AA specific benchmarks
|
|
657
|
-
codingIndex:
|
|
619
|
+
codingIndex: 45.7,
|
|
658
620
|
mathIndex: undefined,
|
|
659
621
|
|
|
660
622
|
// Academic benchmarks
|
|
661
623
|
mmluPro: undefined,
|
|
662
|
-
gpqa: 0.
|
|
663
|
-
hle: 0.
|
|
624
|
+
gpqa: 0.857,
|
|
625
|
+
hle: 0.234,
|
|
664
626
|
|
|
665
627
|
// Capabilities
|
|
666
628
|
contextWindow: 8192,
|
|
@@ -668,18 +630,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
668
630
|
supportsVision: false,
|
|
669
631
|
|
|
670
632
|
// Metadata
|
|
671
|
-
lastUpdated: "2026-
|
|
672
|
-
originalModel: "Qwen3.5
|
|
633
|
+
lastUpdated: "2026-07-01",
|
|
634
|
+
originalModel: "Qwen3.5 122B A10B (Reasoning)",
|
|
673
635
|
},
|
|
674
|
-
"qwen3-
|
|
636
|
+
"qwen3-next-80b-a3b-instruct": {
|
|
675
637
|
// AA specific benchmarks
|
|
676
|
-
codingIndex:
|
|
677
|
-
mathIndex:
|
|
638
|
+
codingIndex: undefined,
|
|
639
|
+
mathIndex: 66.3,
|
|
678
640
|
|
|
679
641
|
// Academic benchmarks
|
|
680
|
-
mmluPro:
|
|
681
|
-
gpqa: 0.
|
|
682
|
-
hle: 0.
|
|
642
|
+
mmluPro: 0.819,
|
|
643
|
+
gpqa: 0.738,
|
|
644
|
+
hle: 0.073,
|
|
683
645
|
|
|
684
646
|
// Capabilities
|
|
685
647
|
contextWindow: 8192,
|
|
@@ -687,18 +649,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
687
649
|
supportsVision: false,
|
|
688
650
|
|
|
689
651
|
// Metadata
|
|
690
|
-
lastUpdated: "2026-
|
|
691
|
-
originalModel: "Qwen3
|
|
652
|
+
lastUpdated: "2026-07-01",
|
|
653
|
+
originalModel: "Qwen3 Next 80B A3B Instruct",
|
|
692
654
|
},
|
|
693
|
-
"qwen3.5-
|
|
655
|
+
"qwen3.5-397b-a17b-non-reasoning": {
|
|
694
656
|
// AA specific benchmarks
|
|
695
|
-
codingIndex:
|
|
657
|
+
codingIndex: undefined,
|
|
696
658
|
mathIndex: undefined,
|
|
697
659
|
|
|
698
660
|
// Academic benchmarks
|
|
699
661
|
mmluPro: undefined,
|
|
700
|
-
gpqa: 0.
|
|
701
|
-
hle: 0.
|
|
662
|
+
gpqa: 0.861,
|
|
663
|
+
hle: 0.188,
|
|
702
664
|
|
|
703
665
|
// Capabilities
|
|
704
666
|
contextWindow: 8192,
|
|
@@ -706,18 +668,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
706
668
|
supportsVision: false,
|
|
707
669
|
|
|
708
670
|
// Metadata
|
|
709
|
-
lastUpdated: "2026-
|
|
710
|
-
originalModel: "Qwen3.5
|
|
671
|
+
lastUpdated: "2026-07-01",
|
|
672
|
+
originalModel: "Qwen3.5 397B A17B (Non-reasoning)",
|
|
711
673
|
},
|
|
712
|
-
"qwen3
|
|
674
|
+
"qwen3-next-80b-a3b-reasoning": {
|
|
713
675
|
// AA specific benchmarks
|
|
714
|
-
codingIndex:
|
|
715
|
-
mathIndex:
|
|
676
|
+
codingIndex: undefined,
|
|
677
|
+
mathIndex: 84.3,
|
|
716
678
|
|
|
717
679
|
// Academic benchmarks
|
|
718
|
-
mmluPro:
|
|
719
|
-
gpqa: 0.
|
|
720
|
-
hle: 0.
|
|
680
|
+
mmluPro: 0.824,
|
|
681
|
+
gpqa: 0.759,
|
|
682
|
+
hle: 0.117,
|
|
721
683
|
|
|
722
684
|
// Capabilities
|
|
723
685
|
contextWindow: 8192,
|
|
@@ -725,18 +687,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
725
687
|
supportsVision: false,
|
|
726
688
|
|
|
727
689
|
// Metadata
|
|
728
|
-
lastUpdated: "2026-
|
|
729
|
-
originalModel: "Qwen3
|
|
690
|
+
lastUpdated: "2026-07-01",
|
|
691
|
+
originalModel: "Qwen3 Next 80B A3B (Reasoning)",
|
|
730
692
|
},
|
|
731
|
-
"qwen3.
|
|
693
|
+
"qwen3.6-35b-a3b-non-reasoning": {
|
|
732
694
|
// AA specific benchmarks
|
|
733
|
-
codingIndex:
|
|
695
|
+
codingIndex: undefined,
|
|
734
696
|
mathIndex: undefined,
|
|
735
697
|
|
|
736
698
|
// Academic benchmarks
|
|
737
699
|
mmluPro: undefined,
|
|
738
|
-
gpqa: 0.
|
|
739
|
-
hle: 0.
|
|
700
|
+
gpqa: 0.817,
|
|
701
|
+
hle: 0.125,
|
|
740
702
|
|
|
741
703
|
// Capabilities
|
|
742
704
|
contextWindow: 8192,
|
|
@@ -744,56 +706,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
744
706
|
supportsVision: false,
|
|
745
707
|
|
|
746
708
|
// Metadata
|
|
747
|
-
lastUpdated: "2026-
|
|
748
|
-
originalModel: "Qwen3.
|
|
709
|
+
lastUpdated: "2026-07-01",
|
|
710
|
+
originalModel: "Qwen3.6 35B A3B (Non-reasoning)",
|
|
749
711
|
},
|
|
750
|
-
"qwen3.
|
|
712
|
+
"qwen3.7-max": {
|
|
751
713
|
// AA specific benchmarks
|
|
752
|
-
codingIndex:
|
|
714
|
+
codingIndex: 66,
|
|
753
715
|
mathIndex: undefined,
|
|
754
716
|
|
|
755
717
|
// Academic benchmarks
|
|
756
718
|
mmluPro: undefined,
|
|
757
|
-
gpqa: 0.
|
|
758
|
-
hle: 0.
|
|
759
|
-
|
|
760
|
-
// Capabilities
|
|
761
|
-
contextWindow: 8192,
|
|
762
|
-
supportsReasoning: false,
|
|
763
|
-
supportsVision: false,
|
|
764
|
-
|
|
765
|
-
// Metadata
|
|
766
|
-
lastUpdated: "2026-06-01",
|
|
767
|
-
originalModel: "Qwen3.5 4B (Non-reasoning)",
|
|
768
|
-
},
|
|
769
|
-
"ring-flash-2.0": {
|
|
770
|
-
// AA specific benchmarks
|
|
771
|
-
codingIndex: 10.6,
|
|
772
|
-
mathIndex: 83.7,
|
|
773
|
-
|
|
774
|
-
// Academic benchmarks
|
|
775
|
-
mmluPro: 0.793,
|
|
776
|
-
gpqa: 0.725,
|
|
777
|
-
hle: 0.089,
|
|
778
|
-
|
|
779
|
-
// Capabilities
|
|
780
|
-
contextWindow: 8192,
|
|
781
|
-
supportsReasoning: false,
|
|
782
|
-
supportsVision: false,
|
|
783
|
-
|
|
784
|
-
// Metadata
|
|
785
|
-
lastUpdated: "2026-06-01",
|
|
786
|
-
originalModel: "Ring-flash-2.0",
|
|
787
|
-
},
|
|
788
|
-
"ling-mini-2.0": {
|
|
789
|
-
// AA specific benchmarks
|
|
790
|
-
codingIndex: 5,
|
|
791
|
-
mathIndex: 49.3,
|
|
792
|
-
|
|
793
|
-
// Academic benchmarks
|
|
794
|
-
mmluPro: 0.671,
|
|
795
|
-
gpqa: 0.562,
|
|
796
|
-
hle: 0.05,
|
|
719
|
+
gpqa: 0.923,
|
|
720
|
+
hle: 0.381,
|
|
797
721
|
|
|
798
722
|
// Capabilities
|
|
799
723
|
contextWindow: 8192,
|
|
@@ -801,18 +725,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
801
725
|
supportsVision: false,
|
|
802
726
|
|
|
803
727
|
// Metadata
|
|
804
|
-
lastUpdated: "2026-
|
|
805
|
-
originalModel: "
|
|
728
|
+
lastUpdated: "2026-07-01",
|
|
729
|
+
originalModel: "Qwen3.7 Max",
|
|
806
730
|
},
|
|
807
|
-
"
|
|
731
|
+
"qwen3.6-35b-a3b-reasoning": {
|
|
808
732
|
// AA specific benchmarks
|
|
809
|
-
codingIndex:
|
|
733
|
+
codingIndex: 41.9,
|
|
810
734
|
mathIndex: undefined,
|
|
811
735
|
|
|
812
736
|
// Academic benchmarks
|
|
813
737
|
mmluPro: undefined,
|
|
814
|
-
gpqa: 0.
|
|
815
|
-
hle: 0.
|
|
738
|
+
gpqa: 0.841,
|
|
739
|
+
hle: 0.202,
|
|
816
740
|
|
|
817
741
|
// Capabilities
|
|
818
742
|
contextWindow: 8192,
|
|
@@ -820,18 +744,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
820
744
|
supportsVision: false,
|
|
821
745
|
|
|
822
746
|
// Metadata
|
|
823
|
-
lastUpdated: "2026-
|
|
824
|
-
originalModel: "
|
|
747
|
+
lastUpdated: "2026-07-01",
|
|
748
|
+
originalModel: "Qwen3.6 35B A3B (Reasoning)",
|
|
825
749
|
},
|
|
826
|
-
"
|
|
750
|
+
"qwen3.6-27b-reasoning": {
|
|
827
751
|
// AA specific benchmarks
|
|
828
|
-
codingIndex:
|
|
752
|
+
codingIndex: 53.7,
|
|
829
753
|
mathIndex: undefined,
|
|
830
754
|
|
|
831
755
|
// Academic benchmarks
|
|
832
756
|
mmluPro: undefined,
|
|
833
|
-
gpqa: 0.
|
|
834
|
-
hle: 0.
|
|
757
|
+
gpqa: 0.842,
|
|
758
|
+
hle: 0.216,
|
|
835
759
|
|
|
836
760
|
// Capabilities
|
|
837
761
|
contextWindow: 8192,
|
|
@@ -839,18 +763,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
839
763
|
supportsVision: false,
|
|
840
764
|
|
|
841
765
|
// Metadata
|
|
842
|
-
lastUpdated: "2026-
|
|
843
|
-
originalModel: "
|
|
766
|
+
lastUpdated: "2026-07-01",
|
|
767
|
+
originalModel: "Qwen3.6 27B (Reasoning)",
|
|
844
768
|
},
|
|
845
|
-
"
|
|
769
|
+
"qwen3-coder-next": {
|
|
846
770
|
// AA specific benchmarks
|
|
847
|
-
codingIndex:
|
|
771
|
+
codingIndex: undefined,
|
|
848
772
|
mathIndex: undefined,
|
|
849
773
|
|
|
850
774
|
// Academic benchmarks
|
|
851
775
|
mmluPro: undefined,
|
|
852
|
-
gpqa: 0.
|
|
853
|
-
hle: 0.
|
|
776
|
+
gpqa: 0.737,
|
|
777
|
+
hle: 0.093,
|
|
854
778
|
|
|
855
779
|
// Capabilities
|
|
856
780
|
contextWindow: 8192,
|
|
@@ -858,17 +782,17 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
858
782
|
supportsVision: false,
|
|
859
783
|
|
|
860
784
|
// Metadata
|
|
861
|
-
lastUpdated: "2026-
|
|
862
|
-
originalModel: "
|
|
785
|
+
lastUpdated: "2026-07-01",
|
|
786
|
+
originalModel: "Qwen3 Coder Next",
|
|
863
787
|
},
|
|
864
|
-
"
|
|
788
|
+
"qwen3.5-9b-reasoning": {
|
|
865
789
|
// AA specific benchmarks
|
|
866
|
-
codingIndex:
|
|
867
|
-
mathIndex:
|
|
790
|
+
codingIndex: 28.7,
|
|
791
|
+
mathIndex: undefined,
|
|
868
792
|
|
|
869
793
|
// Academic benchmarks
|
|
870
|
-
mmluPro:
|
|
871
|
-
gpqa: 0.
|
|
794
|
+
mmluPro: undefined,
|
|
795
|
+
gpqa: 0.806,
|
|
872
796
|
hle: 0.133,
|
|
873
797
|
|
|
874
798
|
// Capabilities
|
|
@@ -877,18 +801,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
877
801
|
supportsVision: false,
|
|
878
802
|
|
|
879
803
|
// Metadata
|
|
880
|
-
lastUpdated: "2026-
|
|
881
|
-
originalModel: "
|
|
804
|
+
lastUpdated: "2026-07-01",
|
|
805
|
+
originalModel: "Qwen3.5 9B (Reasoning)",
|
|
882
806
|
},
|
|
883
|
-
"
|
|
807
|
+
"qwen3-omni-30b-a3b-instruct": {
|
|
884
808
|
// AA specific benchmarks
|
|
885
|
-
codingIndex:
|
|
886
|
-
mathIndex:
|
|
809
|
+
codingIndex: undefined,
|
|
810
|
+
mathIndex: 52.3,
|
|
887
811
|
|
|
888
812
|
// Academic benchmarks
|
|
889
|
-
mmluPro: 0.
|
|
890
|
-
gpqa: 0.
|
|
891
|
-
hle: 0.
|
|
813
|
+
mmluPro: 0.725,
|
|
814
|
+
gpqa: 0.62,
|
|
815
|
+
hle: 0.051,
|
|
892
816
|
|
|
893
817
|
// Capabilities
|
|
894
818
|
contextWindow: 8192,
|
|
@@ -896,18 +820,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
896
820
|
supportsVision: false,
|
|
897
821
|
|
|
898
822
|
// Metadata
|
|
899
|
-
lastUpdated: "2026-
|
|
900
|
-
originalModel: "
|
|
823
|
+
lastUpdated: "2026-07-01",
|
|
824
|
+
originalModel: "Qwen3 Omni 30B A3B Instruct",
|
|
901
825
|
},
|
|
902
|
-
"
|
|
826
|
+
"qwen3.5-122b-a10b-non-reasoning": {
|
|
903
827
|
// AA specific benchmarks
|
|
904
|
-
codingIndex:
|
|
828
|
+
codingIndex: undefined,
|
|
905
829
|
mathIndex: undefined,
|
|
906
830
|
|
|
907
831
|
// Academic benchmarks
|
|
908
832
|
mmluPro: undefined,
|
|
909
|
-
gpqa:
|
|
910
|
-
hle:
|
|
833
|
+
gpqa: 0.827,
|
|
834
|
+
hle: 0.148,
|
|
911
835
|
|
|
912
836
|
// Capabilities
|
|
913
837
|
contextWindow: 8192,
|
|
@@ -915,18 +839,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
915
839
|
supportsVision: false,
|
|
916
840
|
|
|
917
841
|
// Metadata
|
|
918
|
-
lastUpdated: "2026-
|
|
919
|
-
originalModel: "
|
|
842
|
+
lastUpdated: "2026-07-01",
|
|
843
|
+
originalModel: "Qwen3.5 122B A10B (Non-reasoning)",
|
|
920
844
|
},
|
|
921
|
-
"
|
|
845
|
+
"qwen3.5-omni-plus": {
|
|
922
846
|
// AA specific benchmarks
|
|
923
847
|
codingIndex: undefined,
|
|
924
848
|
mathIndex: undefined,
|
|
925
849
|
|
|
926
850
|
// Academic benchmarks
|
|
927
|
-
mmluPro:
|
|
928
|
-
gpqa: 0.
|
|
929
|
-
hle: 0.
|
|
851
|
+
mmluPro: undefined,
|
|
852
|
+
gpqa: 0.826,
|
|
853
|
+
hle: 0.139,
|
|
930
854
|
|
|
931
855
|
// Capabilities
|
|
932
856
|
contextWindow: 8192,
|
|
@@ -934,18 +858,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
934
858
|
supportsVision: false,
|
|
935
859
|
|
|
936
860
|
// Metadata
|
|
937
|
-
lastUpdated: "2026-
|
|
938
|
-
originalModel: "
|
|
861
|
+
lastUpdated: "2026-07-01",
|
|
862
|
+
originalModel: "Qwen3.5 Omni Plus",
|
|
939
863
|
},
|
|
940
|
-
"
|
|
864
|
+
"qwen3.6-plus": {
|
|
941
865
|
// AA specific benchmarks
|
|
942
|
-
codingIndex:
|
|
866
|
+
codingIndex: 54.5,
|
|
943
867
|
mathIndex: undefined,
|
|
944
868
|
|
|
945
869
|
// Academic benchmarks
|
|
946
870
|
mmluPro: undefined,
|
|
947
|
-
gpqa: 0.
|
|
948
|
-
hle: 0.
|
|
871
|
+
gpqa: 0.882,
|
|
872
|
+
hle: 0.257,
|
|
949
873
|
|
|
950
874
|
// Capabilities
|
|
951
875
|
contextWindow: 8192,
|
|
@@ -953,18 +877,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
953
877
|
supportsVision: false,
|
|
954
878
|
|
|
955
879
|
// Metadata
|
|
956
|
-
lastUpdated: "2026-
|
|
957
|
-
originalModel: "
|
|
880
|
+
lastUpdated: "2026-07-01",
|
|
881
|
+
originalModel: "Qwen3.6 Plus",
|
|
958
882
|
},
|
|
959
|
-
"
|
|
883
|
+
"qwen3.5-35b-a3b-non-reasoning": {
|
|
960
884
|
// AA specific benchmarks
|
|
961
|
-
codingIndex:
|
|
885
|
+
codingIndex: undefined,
|
|
962
886
|
mathIndex: undefined,
|
|
963
887
|
|
|
964
888
|
// Academic benchmarks
|
|
965
|
-
mmluPro:
|
|
966
|
-
gpqa: 0.
|
|
967
|
-
hle: 0.
|
|
889
|
+
mmluPro: undefined,
|
|
890
|
+
gpqa: 0.819,
|
|
891
|
+
hle: 0.128,
|
|
968
892
|
|
|
969
893
|
// Capabilities
|
|
970
894
|
contextWindow: 8192,
|
|
@@ -972,37 +896,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
972
896
|
supportsVision: false,
|
|
973
897
|
|
|
974
898
|
// Metadata
|
|
975
|
-
lastUpdated: "2026-
|
|
976
|
-
originalModel: "
|
|
899
|
+
lastUpdated: "2026-07-01",
|
|
900
|
+
originalModel: "Qwen3.5 35B A3B (Non-reasoning)",
|
|
977
901
|
},
|
|
978
|
-
"
|
|
902
|
+
"qwen3.5-0.8b-reasoning": {
|
|
979
903
|
// AA specific benchmarks
|
|
980
|
-
codingIndex:
|
|
904
|
+
codingIndex: 15,
|
|
981
905
|
mathIndex: undefined,
|
|
982
906
|
|
|
983
907
|
// Academic benchmarks
|
|
984
|
-
mmluPro:
|
|
985
|
-
gpqa:
|
|
986
|
-
hle: 0.
|
|
987
|
-
|
|
988
|
-
// Capabilities
|
|
989
|
-
contextWindow: 8192,
|
|
990
|
-
supportsReasoning: false,
|
|
991
|
-
supportsVision: false,
|
|
992
|
-
|
|
993
|
-
// Metadata
|
|
994
|
-
lastUpdated: "2026-06-01",
|
|
995
|
-
originalModel: "GPT-4 Turbo",
|
|
996
|
-
},
|
|
997
|
-
"gpt-4o-nov-24": {
|
|
998
|
-
// AA specific benchmarks
|
|
999
|
-
codingIndex: 16.7,
|
|
1000
|
-
mathIndex: 6,
|
|
1001
|
-
|
|
1002
|
-
// Academic benchmarks
|
|
1003
|
-
mmluPro: 0.748,
|
|
1004
|
-
gpqa: 0.543,
|
|
1005
|
-
hle: 0.033,
|
|
908
|
+
mmluPro: undefined,
|
|
909
|
+
gpqa: 0.111,
|
|
910
|
+
hle: 0.012,
|
|
1006
911
|
|
|
1007
912
|
// Capabilities
|
|
1008
913
|
contextWindow: 8192,
|
|
@@ -1010,18 +915,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1010
915
|
supportsVision: false,
|
|
1011
916
|
|
|
1012
917
|
// Metadata
|
|
1013
|
-
lastUpdated: "2026-
|
|
1014
|
-
originalModel: "
|
|
918
|
+
lastUpdated: "2026-07-01",
|
|
919
|
+
originalModel: "Qwen3.5 0.8B (Reasoning)",
|
|
1015
920
|
},
|
|
1016
|
-
"
|
|
921
|
+
"qwen3-omni-30b-a3b-reasoning": {
|
|
1017
922
|
// AA specific benchmarks
|
|
1018
923
|
codingIndex: undefined,
|
|
1019
|
-
mathIndex:
|
|
924
|
+
mathIndex: 74,
|
|
1020
925
|
|
|
1021
926
|
// Academic benchmarks
|
|
1022
|
-
mmluPro: 0.
|
|
1023
|
-
gpqa: 0.
|
|
1024
|
-
hle: 0.
|
|
927
|
+
mmluPro: 0.792,
|
|
928
|
+
gpqa: 0.726,
|
|
929
|
+
hle: 0.073,
|
|
1025
930
|
|
|
1026
931
|
// Capabilities
|
|
1027
932
|
contextWindow: 8192,
|
|
@@ -1029,37 +934,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1029
934
|
supportsVision: false,
|
|
1030
935
|
|
|
1031
936
|
// Metadata
|
|
1032
|
-
lastUpdated: "2026-
|
|
1033
|
-
originalModel: "
|
|
937
|
+
lastUpdated: "2026-07-01",
|
|
938
|
+
originalModel: "Qwen3 Omni 30B A3B (Reasoning)",
|
|
1034
939
|
},
|
|
1035
|
-
"
|
|
940
|
+
"qwen3.7-plus": {
|
|
1036
941
|
// AA specific benchmarks
|
|
1037
|
-
codingIndex:
|
|
942
|
+
codingIndex: 55.9,
|
|
1038
943
|
mathIndex: undefined,
|
|
1039
944
|
|
|
1040
945
|
// Academic benchmarks
|
|
1041
|
-
mmluPro:
|
|
1042
|
-
gpqa: 0.
|
|
1043
|
-
hle:
|
|
1044
|
-
|
|
1045
|
-
// Capabilities
|
|
1046
|
-
contextWindow: 8192,
|
|
1047
|
-
supportsReasoning: false,
|
|
1048
|
-
supportsVision: false,
|
|
1049
|
-
|
|
1050
|
-
// Metadata
|
|
1051
|
-
lastUpdated: "2026-06-01",
|
|
1052
|
-
originalModel: "GPT-3.5 Turbo",
|
|
1053
|
-
},
|
|
1054
|
-
"gpt-4.1": {
|
|
1055
|
-
// AA specific benchmarks
|
|
1056
|
-
codingIndex: 21.8,
|
|
1057
|
-
mathIndex: 34.7,
|
|
1058
|
-
|
|
1059
|
-
// Academic benchmarks
|
|
1060
|
-
mmluPro: 0.806,
|
|
1061
|
-
gpqa: 0.666,
|
|
1062
|
-
hle: 0.046,
|
|
946
|
+
mmluPro: undefined,
|
|
947
|
+
gpqa: 0.9,
|
|
948
|
+
hle: 0.334,
|
|
1063
949
|
|
|
1064
950
|
// Capabilities
|
|
1065
951
|
contextWindow: 8192,
|
|
@@ -1067,18 +953,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1067
953
|
supportsVision: false,
|
|
1068
954
|
|
|
1069
955
|
// Metadata
|
|
1070
|
-
lastUpdated: "2026-
|
|
1071
|
-
originalModel: "
|
|
956
|
+
lastUpdated: "2026-07-01",
|
|
957
|
+
originalModel: "Qwen3.7 Plus",
|
|
1072
958
|
},
|
|
1073
|
-
"
|
|
959
|
+
"qwen3.5-4b-reasoning": {
|
|
1074
960
|
// AA specific benchmarks
|
|
1075
|
-
codingIndex:
|
|
1076
|
-
mathIndex:
|
|
961
|
+
codingIndex: 22.6,
|
|
962
|
+
mathIndex: undefined,
|
|
1077
963
|
|
|
1078
964
|
// Academic benchmarks
|
|
1079
|
-
mmluPro:
|
|
1080
|
-
gpqa: 0.
|
|
1081
|
-
hle: 0.
|
|
965
|
+
mmluPro: undefined,
|
|
966
|
+
gpqa: 0.771,
|
|
967
|
+
hle: 0.078,
|
|
1082
968
|
|
|
1083
969
|
// Capabilities
|
|
1084
970
|
contextWindow: 8192,
|
|
@@ -1086,18 +972,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1086
972
|
supportsVision: false,
|
|
1087
973
|
|
|
1088
974
|
// Metadata
|
|
1089
|
-
lastUpdated: "2026-
|
|
1090
|
-
originalModel: "
|
|
975
|
+
lastUpdated: "2026-07-01",
|
|
976
|
+
originalModel: "Qwen3.5 4B (Reasoning)",
|
|
1091
977
|
},
|
|
1092
|
-
"
|
|
978
|
+
"qwen3.5-2b-reasoning": {
|
|
1093
979
|
// AA specific benchmarks
|
|
1094
|
-
codingIndex:
|
|
1095
|
-
mathIndex:
|
|
980
|
+
codingIndex: 19.7,
|
|
981
|
+
mathIndex: undefined,
|
|
1096
982
|
|
|
1097
983
|
// Academic benchmarks
|
|
1098
|
-
mmluPro:
|
|
1099
|
-
gpqa: 0.
|
|
1100
|
-
hle: 0.
|
|
984
|
+
mmluPro: undefined,
|
|
985
|
+
gpqa: 0.456,
|
|
986
|
+
hle: 0.021,
|
|
1101
987
|
|
|
1102
988
|
// Capabilities
|
|
1103
989
|
contextWindow: 8192,
|
|
@@ -1105,18 +991,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1105
991
|
supportsVision: false,
|
|
1106
992
|
|
|
1107
993
|
// Metadata
|
|
1108
|
-
lastUpdated: "2026-
|
|
1109
|
-
originalModel: "
|
|
994
|
+
lastUpdated: "2026-07-01",
|
|
995
|
+
originalModel: "Qwen3.5 2B (Reasoning)",
|
|
1110
996
|
},
|
|
1111
|
-
"
|
|
997
|
+
"qwen3.5-0.8b-non-reasoning": {
|
|
1112
998
|
// AA specific benchmarks
|
|
1113
|
-
codingIndex:
|
|
1114
|
-
mathIndex:
|
|
999
|
+
codingIndex: 21.9,
|
|
1000
|
+
mathIndex: undefined,
|
|
1115
1001
|
|
|
1116
1002
|
// Academic benchmarks
|
|
1117
|
-
mmluPro:
|
|
1118
|
-
gpqa: 0.
|
|
1119
|
-
hle: 0.
|
|
1003
|
+
mmluPro: undefined,
|
|
1004
|
+
gpqa: 0.236,
|
|
1005
|
+
hle: 0.049,
|
|
1120
1006
|
|
|
1121
1007
|
// Capabilities
|
|
1122
1008
|
contextWindow: 8192,
|
|
@@ -1124,18 +1010,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1124
1010
|
supportsVision: false,
|
|
1125
1011
|
|
|
1126
1012
|
// Metadata
|
|
1127
|
-
lastUpdated: "2026-
|
|
1128
|
-
originalModel: "
|
|
1013
|
+
lastUpdated: "2026-07-01",
|
|
1014
|
+
originalModel: "Qwen3.5 0.8B (Non-reasoning)",
|
|
1129
1015
|
},
|
|
1130
|
-
"
|
|
1016
|
+
"qwen3.5-4b-non-reasoning": {
|
|
1131
1017
|
// AA specific benchmarks
|
|
1132
|
-
codingIndex:
|
|
1133
|
-
mathIndex:
|
|
1018
|
+
codingIndex: 20.3,
|
|
1019
|
+
mathIndex: undefined,
|
|
1134
1020
|
|
|
1135
1021
|
// Academic benchmarks
|
|
1136
|
-
mmluPro:
|
|
1137
|
-
gpqa: 0.
|
|
1138
|
-
hle: 0.
|
|
1022
|
+
mmluPro: undefined,
|
|
1023
|
+
gpqa: 0.712,
|
|
1024
|
+
hle: 0.075,
|
|
1139
1025
|
|
|
1140
1026
|
// Capabilities
|
|
1141
1027
|
contextWindow: 8192,
|
|
@@ -1143,18 +1029,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1143
1029
|
supportsVision: false,
|
|
1144
1030
|
|
|
1145
1031
|
// Metadata
|
|
1146
|
-
lastUpdated: "2026-
|
|
1147
|
-
originalModel: "
|
|
1032
|
+
lastUpdated: "2026-07-01",
|
|
1033
|
+
originalModel: "Qwen3.5 4B (Non-reasoning)",
|
|
1148
1034
|
},
|
|
1149
|
-
"
|
|
1035
|
+
"qwen3.5-9b-non-reasoning": {
|
|
1150
1036
|
// AA specific benchmarks
|
|
1151
|
-
codingIndex:
|
|
1152
|
-
mathIndex:
|
|
1037
|
+
codingIndex: 23.5,
|
|
1038
|
+
mathIndex: undefined,
|
|
1153
1039
|
|
|
1154
1040
|
// Academic benchmarks
|
|
1155
|
-
mmluPro:
|
|
1156
|
-
gpqa: 0.
|
|
1157
|
-
hle: 0.
|
|
1041
|
+
mmluPro: undefined,
|
|
1042
|
+
gpqa: 0.786,
|
|
1043
|
+
hle: 0.086,
|
|
1158
1044
|
|
|
1159
1045
|
// Capabilities
|
|
1160
1046
|
contextWindow: 8192,
|
|
@@ -1162,18 +1048,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1162
1048
|
supportsVision: false,
|
|
1163
1049
|
|
|
1164
1050
|
// Metadata
|
|
1165
|
-
lastUpdated: "2026-
|
|
1166
|
-
originalModel: "
|
|
1051
|
+
lastUpdated: "2026-07-01",
|
|
1052
|
+
originalModel: "Qwen3.5 9B (Non-reasoning)",
|
|
1167
1053
|
},
|
|
1168
|
-
"
|
|
1054
|
+
"qwen3.5-2b-non-reasoning": {
|
|
1169
1055
|
// AA specific benchmarks
|
|
1170
|
-
codingIndex:
|
|
1171
|
-
mathIndex:
|
|
1056
|
+
codingIndex: 17.4,
|
|
1057
|
+
mathIndex: undefined,
|
|
1172
1058
|
|
|
1173
1059
|
// Academic benchmarks
|
|
1174
|
-
mmluPro:
|
|
1175
|
-
gpqa: 0.
|
|
1176
|
-
hle: 0.
|
|
1060
|
+
mmluPro: undefined,
|
|
1061
|
+
gpqa: 0.438,
|
|
1062
|
+
hle: 0.049,
|
|
1177
1063
|
|
|
1178
1064
|
// Capabilities
|
|
1179
1065
|
contextWindow: 8192,
|
|
@@ -1181,18 +1067,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1181
1067
|
supportsVision: false,
|
|
1182
1068
|
|
|
1183
1069
|
// Metadata
|
|
1184
|
-
lastUpdated: "2026-
|
|
1185
|
-
originalModel: "
|
|
1070
|
+
lastUpdated: "2026-07-01",
|
|
1071
|
+
originalModel: "Qwen3.5 2B (Non-reasoning)",
|
|
1186
1072
|
},
|
|
1187
|
-
"
|
|
1073
|
+
"qwen3.5-omni-flash": {
|
|
1188
1074
|
// AA specific benchmarks
|
|
1189
|
-
codingIndex:
|
|
1190
|
-
mathIndex:
|
|
1075
|
+
codingIndex: undefined,
|
|
1076
|
+
mathIndex: undefined,
|
|
1191
1077
|
|
|
1192
1078
|
// Academic benchmarks
|
|
1193
|
-
mmluPro:
|
|
1194
|
-
gpqa: 0.
|
|
1195
|
-
hle: 0.
|
|
1079
|
+
mmluPro: undefined,
|
|
1080
|
+
gpqa: 0.742,
|
|
1081
|
+
hle: 0.071,
|
|
1196
1082
|
|
|
1197
1083
|
// Capabilities
|
|
1198
1084
|
contextWindow: 8192,
|
|
@@ -1200,18 +1086,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1200
1086
|
supportsVision: false,
|
|
1201
1087
|
|
|
1202
1088
|
// Metadata
|
|
1203
|
-
lastUpdated: "2026-
|
|
1204
|
-
originalModel: "
|
|
1089
|
+
lastUpdated: "2026-07-01",
|
|
1090
|
+
originalModel: "Qwen3.5 Omni Flash",
|
|
1205
1091
|
},
|
|
1206
|
-
"
|
|
1092
|
+
"ling-2.6-flash": {
|
|
1207
1093
|
// AA specific benchmarks
|
|
1208
1094
|
codingIndex: undefined,
|
|
1209
1095
|
mathIndex: undefined,
|
|
1210
1096
|
|
|
1211
1097
|
// Academic benchmarks
|
|
1212
1098
|
mmluPro: undefined,
|
|
1213
|
-
gpqa: 0.
|
|
1214
|
-
hle:
|
|
1099
|
+
gpqa: 0.593,
|
|
1100
|
+
hle: 0.062,
|
|
1215
1101
|
|
|
1216
1102
|
// Capabilities
|
|
1217
1103
|
contextWindow: 8192,
|
|
@@ -1219,18 +1105,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1219
1105
|
supportsVision: false,
|
|
1220
1106
|
|
|
1221
1107
|
// Metadata
|
|
1222
|
-
lastUpdated: "2026-
|
|
1223
|
-
originalModel: "
|
|
1108
|
+
lastUpdated: "2026-07-01",
|
|
1109
|
+
originalModel: "Ling 2.6 Flash",
|
|
1224
1110
|
},
|
|
1225
|
-
"
|
|
1111
|
+
"ling-mini-2.0": {
|
|
1226
1112
|
// AA specific benchmarks
|
|
1227
|
-
codingIndex:
|
|
1228
|
-
mathIndex:
|
|
1113
|
+
codingIndex: undefined,
|
|
1114
|
+
mathIndex: 49.3,
|
|
1229
1115
|
|
|
1230
1116
|
// Academic benchmarks
|
|
1231
|
-
mmluPro: 0.
|
|
1232
|
-
gpqa: 0.
|
|
1233
|
-
hle: 0.
|
|
1117
|
+
mmluPro: 0.671,
|
|
1118
|
+
gpqa: 0.562,
|
|
1119
|
+
hle: 0.05,
|
|
1234
1120
|
|
|
1235
1121
|
// Capabilities
|
|
1236
1122
|
contextWindow: 8192,
|
|
@@ -1238,18 +1124,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1238
1124
|
supportsVision: false,
|
|
1239
1125
|
|
|
1240
1126
|
// Metadata
|
|
1241
|
-
lastUpdated: "2026-
|
|
1242
|
-
originalModel: "
|
|
1127
|
+
lastUpdated: "2026-07-01",
|
|
1128
|
+
originalModel: "Ling-mini-2.0",
|
|
1243
1129
|
},
|
|
1244
|
-
"
|
|
1130
|
+
"ling-2.6-1t": {
|
|
1245
1131
|
// AA specific benchmarks
|
|
1246
|
-
codingIndex:
|
|
1132
|
+
codingIndex: undefined,
|
|
1247
1133
|
mathIndex: undefined,
|
|
1248
1134
|
|
|
1249
1135
|
// Academic benchmarks
|
|
1250
1136
|
mmluPro: undefined,
|
|
1251
|
-
gpqa: 0.
|
|
1252
|
-
hle: 0.
|
|
1137
|
+
gpqa: 0.752,
|
|
1138
|
+
hle: 0.082,
|
|
1253
1139
|
|
|
1254
1140
|
// Capabilities
|
|
1255
1141
|
contextWindow: 8192,
|
|
@@ -1257,18 +1143,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1257
1143
|
supportsVision: false,
|
|
1258
1144
|
|
|
1259
1145
|
// Metadata
|
|
1260
|
-
lastUpdated: "2026-
|
|
1261
|
-
originalModel: "
|
|
1146
|
+
lastUpdated: "2026-07-01",
|
|
1147
|
+
originalModel: "Ling-2.6-1T",
|
|
1262
1148
|
},
|
|
1263
|
-
"
|
|
1149
|
+
"ring-flash-2.0": {
|
|
1264
1150
|
// AA specific benchmarks
|
|
1265
|
-
codingIndex:
|
|
1266
|
-
mathIndex:
|
|
1151
|
+
codingIndex: undefined,
|
|
1152
|
+
mathIndex: 83.7,
|
|
1267
1153
|
|
|
1268
1154
|
// Academic benchmarks
|
|
1269
|
-
mmluPro: 0.
|
|
1270
|
-
gpqa: 0.
|
|
1271
|
-
hle: 0.
|
|
1155
|
+
mmluPro: 0.793,
|
|
1156
|
+
gpqa: 0.725,
|
|
1157
|
+
hle: 0.089,
|
|
1272
1158
|
|
|
1273
1159
|
// Capabilities
|
|
1274
1160
|
contextWindow: 8192,
|
|
@@ -1276,18 +1162,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1276
1162
|
supportsVision: false,
|
|
1277
1163
|
|
|
1278
1164
|
// Metadata
|
|
1279
|
-
lastUpdated: "2026-
|
|
1280
|
-
originalModel: "
|
|
1165
|
+
lastUpdated: "2026-07-01",
|
|
1166
|
+
originalModel: "Ring-flash-2.0",
|
|
1281
1167
|
},
|
|
1282
|
-
"
|
|
1168
|
+
"ring-2.6-1t": {
|
|
1283
1169
|
// AA specific benchmarks
|
|
1284
|
-
codingIndex:
|
|
1285
|
-
mathIndex:
|
|
1170
|
+
codingIndex: 42.8,
|
|
1171
|
+
mathIndex: undefined,
|
|
1286
1172
|
|
|
1287
1173
|
// Academic benchmarks
|
|
1288
|
-
mmluPro:
|
|
1289
|
-
gpqa: 0.
|
|
1290
|
-
hle: 0.
|
|
1174
|
+
mmluPro: undefined,
|
|
1175
|
+
gpqa: 0.857,
|
|
1176
|
+
hle: 0.183,
|
|
1291
1177
|
|
|
1292
1178
|
// Capabilities
|
|
1293
1179
|
contextWindow: 8192,
|
|
@@ -1295,18 +1181,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1295
1181
|
supportsVision: false,
|
|
1296
1182
|
|
|
1297
1183
|
// Metadata
|
|
1298
|
-
lastUpdated: "2026-
|
|
1299
|
-
originalModel: "
|
|
1184
|
+
lastUpdated: "2026-07-01",
|
|
1185
|
+
originalModel: "Ring-2.6-1T",
|
|
1300
1186
|
},
|
|
1301
|
-
"
|
|
1187
|
+
"doubao-seed-code": {
|
|
1302
1188
|
// AA specific benchmarks
|
|
1303
|
-
codingIndex:
|
|
1304
|
-
mathIndex:
|
|
1189
|
+
codingIndex: undefined,
|
|
1190
|
+
mathIndex: 79.3,
|
|
1305
1191
|
|
|
1306
1192
|
// Academic benchmarks
|
|
1307
|
-
mmluPro: 0.
|
|
1308
|
-
gpqa: 0.
|
|
1309
|
-
hle: 0.
|
|
1193
|
+
mmluPro: 0.854,
|
|
1194
|
+
gpqa: 0.764,
|
|
1195
|
+
hle: 0.133,
|
|
1310
1196
|
|
|
1311
1197
|
// Capabilities
|
|
1312
1198
|
contextWindow: 8192,
|
|
@@ -1314,18 +1200,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1314
1200
|
supportsVision: false,
|
|
1315
1201
|
|
|
1316
1202
|
// Metadata
|
|
1317
|
-
lastUpdated: "2026-
|
|
1318
|
-
originalModel: "
|
|
1203
|
+
lastUpdated: "2026-07-01",
|
|
1204
|
+
originalModel: "Doubao Seed Code",
|
|
1319
1205
|
},
|
|
1320
|
-
"
|
|
1206
|
+
"o1": {
|
|
1321
1207
|
// AA specific benchmarks
|
|
1322
|
-
codingIndex:
|
|
1208
|
+
codingIndex: 39.7,
|
|
1323
1209
|
mathIndex: undefined,
|
|
1324
1210
|
|
|
1325
1211
|
// Academic benchmarks
|
|
1326
|
-
mmluPro:
|
|
1327
|
-
gpqa: 0.
|
|
1328
|
-
hle: 0.
|
|
1212
|
+
mmluPro: 0.841,
|
|
1213
|
+
gpqa: 0.747,
|
|
1214
|
+
hle: 0.077,
|
|
1329
1215
|
|
|
1330
1216
|
// Capabilities
|
|
1331
1217
|
contextWindow: 8192,
|
|
@@ -1333,18 +1219,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1333
1219
|
supportsVision: false,
|
|
1334
1220
|
|
|
1335
1221
|
// Metadata
|
|
1336
|
-
lastUpdated: "2026-
|
|
1337
|
-
originalModel: "
|
|
1222
|
+
lastUpdated: "2026-07-01",
|
|
1223
|
+
originalModel: "o1",
|
|
1338
1224
|
},
|
|
1339
|
-
"
|
|
1225
|
+
"o1-preview": {
|
|
1340
1226
|
// AA specific benchmarks
|
|
1341
|
-
codingIndex:
|
|
1227
|
+
codingIndex: 34,
|
|
1342
1228
|
mathIndex: undefined,
|
|
1343
1229
|
|
|
1344
1230
|
// Academic benchmarks
|
|
1345
1231
|
mmluPro: undefined,
|
|
1346
|
-
gpqa:
|
|
1347
|
-
hle:
|
|
1232
|
+
gpqa: undefined,
|
|
1233
|
+
hle: undefined,
|
|
1348
1234
|
|
|
1349
1235
|
// Capabilities
|
|
1350
1236
|
contextWindow: 8192,
|
|
@@ -1352,18 +1238,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1352
1238
|
supportsVision: false,
|
|
1353
1239
|
|
|
1354
1240
|
// Metadata
|
|
1355
|
-
lastUpdated: "2026-
|
|
1356
|
-
originalModel: "
|
|
1241
|
+
lastUpdated: "2026-07-01",
|
|
1242
|
+
originalModel: "o1-preview",
|
|
1357
1243
|
},
|
|
1358
|
-
"
|
|
1244
|
+
"o1-mini": {
|
|
1359
1245
|
// AA specific benchmarks
|
|
1360
1246
|
codingIndex: undefined,
|
|
1361
|
-
mathIndex:
|
|
1247
|
+
mathIndex: undefined,
|
|
1362
1248
|
|
|
1363
1249
|
// Academic benchmarks
|
|
1364
|
-
mmluPro: 0.
|
|
1365
|
-
gpqa: 0.
|
|
1366
|
-
hle: 0.
|
|
1250
|
+
mmluPro: 0.742,
|
|
1251
|
+
gpqa: 0.603,
|
|
1252
|
+
hle: 0.049,
|
|
1367
1253
|
|
|
1368
1254
|
// Capabilities
|
|
1369
1255
|
contextWindow: 8192,
|
|
@@ -1371,18 +1257,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1371
1257
|
supportsVision: false,
|
|
1372
1258
|
|
|
1373
1259
|
// Metadata
|
|
1374
|
-
lastUpdated: "2026-
|
|
1375
|
-
originalModel: "
|
|
1260
|
+
lastUpdated: "2026-07-01",
|
|
1261
|
+
originalModel: "o1-mini",
|
|
1376
1262
|
},
|
|
1377
|
-
"gpt-
|
|
1263
|
+
"gpt-4o-aug-24": {
|
|
1378
1264
|
// AA specific benchmarks
|
|
1379
1265
|
codingIndex: undefined,
|
|
1380
1266
|
mathIndex: undefined,
|
|
1381
1267
|
|
|
1382
1268
|
// Academic benchmarks
|
|
1383
1269
|
mmluPro: undefined,
|
|
1384
|
-
gpqa:
|
|
1385
|
-
hle:
|
|
1270
|
+
gpqa: 0.521,
|
|
1271
|
+
hle: 0.029,
|
|
1386
1272
|
|
|
1387
1273
|
// Capabilities
|
|
1388
1274
|
contextWindow: 8192,
|
|
@@ -1390,18 +1276,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1390
1276
|
supportsVision: false,
|
|
1391
1277
|
|
|
1392
1278
|
// Metadata
|
|
1393
|
-
lastUpdated: "2026-
|
|
1394
|
-
originalModel: "GPT-
|
|
1279
|
+
lastUpdated: "2026-07-01",
|
|
1280
|
+
originalModel: "GPT-4o (Aug '24)",
|
|
1395
1281
|
},
|
|
1396
|
-
"gpt-
|
|
1282
|
+
"gpt-4o-may-24": {
|
|
1397
1283
|
// AA specific benchmarks
|
|
1398
|
-
codingIndex:
|
|
1399
|
-
mathIndex:
|
|
1284
|
+
codingIndex: 24.2,
|
|
1285
|
+
mathIndex: undefined,
|
|
1400
1286
|
|
|
1401
1287
|
// Academic benchmarks
|
|
1402
|
-
mmluPro: 0.
|
|
1403
|
-
gpqa: 0.
|
|
1404
|
-
hle: 0.
|
|
1288
|
+
mmluPro: 0.74,
|
|
1289
|
+
gpqa: 0.526,
|
|
1290
|
+
hle: 0.028,
|
|
1405
1291
|
|
|
1406
1292
|
// Capabilities
|
|
1407
1293
|
contextWindow: 8192,
|
|
@@ -1409,18 +1295,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1409
1295
|
supportsVision: false,
|
|
1410
1296
|
|
|
1411
1297
|
// Metadata
|
|
1412
|
-
lastUpdated: "2026-
|
|
1413
|
-
originalModel: "GPT-
|
|
1298
|
+
lastUpdated: "2026-07-01",
|
|
1299
|
+
originalModel: "GPT-4o (May '24)",
|
|
1414
1300
|
},
|
|
1415
|
-
"gpt-
|
|
1301
|
+
"gpt-4-turbo": {
|
|
1416
1302
|
// AA specific benchmarks
|
|
1417
|
-
codingIndex:
|
|
1418
|
-
mathIndex:
|
|
1303
|
+
codingIndex: 21.5,
|
|
1304
|
+
mathIndex: undefined,
|
|
1419
1305
|
|
|
1420
1306
|
// Academic benchmarks
|
|
1421
|
-
mmluPro: 0.
|
|
1422
|
-
gpqa:
|
|
1423
|
-
hle: 0.
|
|
1307
|
+
mmluPro: 0.694,
|
|
1308
|
+
gpqa: undefined,
|
|
1309
|
+
hle: 0.033,
|
|
1424
1310
|
|
|
1425
1311
|
// Capabilities
|
|
1426
1312
|
contextWindow: 8192,
|
|
@@ -1428,18 +1314,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1428
1314
|
supportsVision: false,
|
|
1429
1315
|
|
|
1430
1316
|
// Metadata
|
|
1431
|
-
lastUpdated: "2026-
|
|
1432
|
-
originalModel: "GPT-
|
|
1317
|
+
lastUpdated: "2026-07-01",
|
|
1318
|
+
originalModel: "GPT-4 Turbo",
|
|
1433
1319
|
},
|
|
1434
|
-
"gpt-
|
|
1320
|
+
"gpt-4o-nov-24": {
|
|
1435
1321
|
// AA specific benchmarks
|
|
1436
|
-
codingIndex:
|
|
1437
|
-
mathIndex:
|
|
1322
|
+
codingIndex: undefined,
|
|
1323
|
+
mathIndex: 6,
|
|
1438
1324
|
|
|
1439
1325
|
// Academic benchmarks
|
|
1440
|
-
mmluPro:
|
|
1441
|
-
gpqa:
|
|
1442
|
-
hle:
|
|
1326
|
+
mmluPro: 0.748,
|
|
1327
|
+
gpqa: 0.543,
|
|
1328
|
+
hle: 0.033,
|
|
1443
1329
|
|
|
1444
1330
|
// Capabilities
|
|
1445
1331
|
contextWindow: 8192,
|
|
@@ -1447,18 +1333,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1447
1333
|
supportsVision: false,
|
|
1448
1334
|
|
|
1449
1335
|
// Metadata
|
|
1450
|
-
lastUpdated: "2026-
|
|
1451
|
-
originalModel: "GPT-
|
|
1336
|
+
lastUpdated: "2026-07-01",
|
|
1337
|
+
originalModel: "GPT-4o (Nov '24)",
|
|
1452
1338
|
},
|
|
1453
|
-
"gpt-
|
|
1339
|
+
"gpt-4o-mini": {
|
|
1454
1340
|
// AA specific benchmarks
|
|
1455
|
-
codingIndex:
|
|
1456
|
-
mathIndex:
|
|
1341
|
+
codingIndex: 11.4,
|
|
1342
|
+
mathIndex: 14.7,
|
|
1457
1343
|
|
|
1458
1344
|
// Academic benchmarks
|
|
1459
|
-
mmluPro: 0.
|
|
1460
|
-
gpqa: 0.
|
|
1461
|
-
hle: 0.
|
|
1345
|
+
mmluPro: 0.648,
|
|
1346
|
+
gpqa: 0.426,
|
|
1347
|
+
hle: 0.04,
|
|
1462
1348
|
|
|
1463
1349
|
// Capabilities
|
|
1464
1350
|
contextWindow: 8192,
|
|
@@ -1466,18 +1352,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1466
1352
|
supportsVision: false,
|
|
1467
1353
|
|
|
1468
1354
|
// Metadata
|
|
1469
|
-
lastUpdated: "2026-
|
|
1470
|
-
originalModel: "GPT-
|
|
1355
|
+
lastUpdated: "2026-07-01",
|
|
1356
|
+
originalModel: "GPT-4o mini",
|
|
1471
1357
|
},
|
|
1472
|
-
"gpt-
|
|
1358
|
+
"gpt-3.5-turbo": {
|
|
1473
1359
|
// AA specific benchmarks
|
|
1474
|
-
codingIndex:
|
|
1475
|
-
mathIndex:
|
|
1360
|
+
codingIndex: 10.7,
|
|
1361
|
+
mathIndex: undefined,
|
|
1476
1362
|
|
|
1477
1363
|
// Academic benchmarks
|
|
1478
|
-
mmluPro: 0.
|
|
1479
|
-
gpqa: 0.
|
|
1480
|
-
hle:
|
|
1364
|
+
mmluPro: 0.462,
|
|
1365
|
+
gpqa: 0.297,
|
|
1366
|
+
hle: undefined,
|
|
1481
1367
|
|
|
1482
1368
|
// Capabilities
|
|
1483
1369
|
contextWindow: 8192,
|
|
@@ -1485,12 +1371,12 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1485
1371
|
supportsVision: false,
|
|
1486
1372
|
|
|
1487
1373
|
// Metadata
|
|
1488
|
-
lastUpdated: "2026-
|
|
1489
|
-
originalModel: "GPT-
|
|
1374
|
+
lastUpdated: "2026-07-01",
|
|
1375
|
+
originalModel: "GPT-3.5 Turbo",
|
|
1490
1376
|
},
|
|
1491
1377
|
"gpt-5-low": {
|
|
1492
1378
|
// AA specific benchmarks
|
|
1493
|
-
codingIndex:
|
|
1379
|
+
codingIndex: undefined,
|
|
1494
1380
|
mathIndex: 83,
|
|
1495
1381
|
|
|
1496
1382
|
// Academic benchmarks
|
|
@@ -1504,12 +1390,12 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1504
1390
|
supportsVision: false,
|
|
1505
1391
|
|
|
1506
1392
|
// Metadata
|
|
1507
|
-
lastUpdated: "2026-
|
|
1393
|
+
lastUpdated: "2026-07-01",
|
|
1508
1394
|
originalModel: "GPT-5 (low)",
|
|
1509
1395
|
},
|
|
1510
1396
|
"o4-mini-high": {
|
|
1511
1397
|
// AA specific benchmarks
|
|
1512
|
-
codingIndex:
|
|
1398
|
+
codingIndex: undefined,
|
|
1513
1399
|
mathIndex: 90.7,
|
|
1514
1400
|
|
|
1515
1401
|
// Academic benchmarks
|
|
@@ -1523,12 +1409,12 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1523
1409
|
supportsVision: false,
|
|
1524
1410
|
|
|
1525
1411
|
// Metadata
|
|
1526
|
-
lastUpdated: "2026-
|
|
1412
|
+
lastUpdated: "2026-07-01",
|
|
1527
1413
|
originalModel: "o4-mini (high)",
|
|
1528
1414
|
},
|
|
1529
1415
|
"gpt-5.2-medium": {
|
|
1530
1416
|
// AA specific benchmarks
|
|
1531
|
-
codingIndex:
|
|
1417
|
+
codingIndex: undefined,
|
|
1532
1418
|
mathIndex: 96.7,
|
|
1533
1419
|
|
|
1534
1420
|
// Academic benchmarks
|
|
@@ -1542,12 +1428,31 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1542
1428
|
supportsVision: false,
|
|
1543
1429
|
|
|
1544
1430
|
// Metadata
|
|
1545
|
-
lastUpdated: "2026-
|
|
1431
|
+
lastUpdated: "2026-07-01",
|
|
1546
1432
|
originalModel: "GPT-5.2 (medium)",
|
|
1547
1433
|
},
|
|
1434
|
+
"gpt-5-mini-high": {
|
|
1435
|
+
// AA specific benchmarks
|
|
1436
|
+
codingIndex: undefined,
|
|
1437
|
+
mathIndex: 90.7,
|
|
1438
|
+
|
|
1439
|
+
// Academic benchmarks
|
|
1440
|
+
mmluPro: 0.837,
|
|
1441
|
+
gpqa: 0.828,
|
|
1442
|
+
hle: 0.197,
|
|
1443
|
+
|
|
1444
|
+
// Capabilities
|
|
1445
|
+
contextWindow: 8192,
|
|
1446
|
+
supportsReasoning: false,
|
|
1447
|
+
supportsVision: false,
|
|
1448
|
+
|
|
1449
|
+
// Metadata
|
|
1450
|
+
lastUpdated: "2026-07-01",
|
|
1451
|
+
originalModel: "GPT-5 mini (high)",
|
|
1452
|
+
},
|
|
1548
1453
|
"gpt-5-nano-medium": {
|
|
1549
1454
|
// AA specific benchmarks
|
|
1550
|
-
codingIndex:
|
|
1455
|
+
codingIndex: undefined,
|
|
1551
1456
|
mathIndex: 78.3,
|
|
1552
1457
|
|
|
1553
1458
|
// Academic benchmarks
|
|
@@ -1561,18 +1466,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1561
1466
|
supportsVision: false,
|
|
1562
1467
|
|
|
1563
1468
|
// Metadata
|
|
1564
|
-
lastUpdated: "2026-
|
|
1469
|
+
lastUpdated: "2026-07-01",
|
|
1565
1470
|
originalModel: "GPT-5 nano (medium)",
|
|
1566
1471
|
},
|
|
1567
|
-
"gpt-
|
|
1472
|
+
"gpt-5.1-codex-mini-high": {
|
|
1568
1473
|
// AA specific benchmarks
|
|
1569
|
-
codingIndex:
|
|
1570
|
-
mathIndex:
|
|
1474
|
+
codingIndex: undefined,
|
|
1475
|
+
mathIndex: 91.7,
|
|
1571
1476
|
|
|
1572
1477
|
// Academic benchmarks
|
|
1573
|
-
mmluPro: 0.
|
|
1574
|
-
gpqa: 0.
|
|
1575
|
-
hle: 0.
|
|
1478
|
+
mmluPro: 0.82,
|
|
1479
|
+
gpqa: 0.813,
|
|
1480
|
+
hle: 0.169,
|
|
1576
1481
|
|
|
1577
1482
|
// Capabilities
|
|
1578
1483
|
contextWindow: 8192,
|
|
@@ -1580,18 +1485,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1580
1485
|
supportsVision: false,
|
|
1581
1486
|
|
|
1582
1487
|
// Metadata
|
|
1583
|
-
lastUpdated: "2026-
|
|
1584
|
-
originalModel: "GPT-
|
|
1488
|
+
lastUpdated: "2026-07-01",
|
|
1489
|
+
originalModel: "GPT-5.1 Codex mini (high)",
|
|
1585
1490
|
},
|
|
1586
|
-
"gpt-5
|
|
1491
|
+
"gpt-5-mini-minimal": {
|
|
1587
1492
|
// AA specific benchmarks
|
|
1588
|
-
codingIndex:
|
|
1589
|
-
mathIndex:
|
|
1493
|
+
codingIndex: undefined,
|
|
1494
|
+
mathIndex: 46.7,
|
|
1590
1495
|
|
|
1591
1496
|
// Academic benchmarks
|
|
1592
|
-
mmluPro:
|
|
1593
|
-
gpqa: 0.
|
|
1594
|
-
hle: 0.
|
|
1497
|
+
mmluPro: 0.775,
|
|
1498
|
+
gpqa: 0.687,
|
|
1499
|
+
hle: 0.05,
|
|
1595
1500
|
|
|
1596
1501
|
// Capabilities
|
|
1597
1502
|
contextWindow: 8192,
|
|
@@ -1599,8 +1504,8 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1599
1504
|
supportsVision: false,
|
|
1600
1505
|
|
|
1601
1506
|
// Metadata
|
|
1602
|
-
lastUpdated: "2026-
|
|
1603
|
-
originalModel: "GPT-5
|
|
1507
|
+
lastUpdated: "2026-07-01",
|
|
1508
|
+
originalModel: "GPT-5 mini (minimal)",
|
|
1604
1509
|
},
|
|
1605
1510
|
"gpt-4o-chatgpt": {
|
|
1606
1511
|
// AA specific benchmarks
|
|
@@ -1618,18 +1523,18 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1618
1523
|
supportsVision: false,
|
|
1619
1524
|
|
|
1620
1525
|
// Metadata
|
|
1621
|
-
lastUpdated: "2026-
|
|
1526
|
+
lastUpdated: "2026-07-01",
|
|
1622
1527
|
originalModel: "GPT-4o (ChatGPT)",
|
|
1623
1528
|
},
|
|
1624
|
-
"gpt-5-
|
|
1529
|
+
"gpt-5.4-xhigh": {
|
|
1625
1530
|
// AA specific benchmarks
|
|
1626
|
-
codingIndex:
|
|
1627
|
-
mathIndex:
|
|
1531
|
+
codingIndex: 71.1,
|
|
1532
|
+
mathIndex: undefined,
|
|
1628
1533
|
|
|
1629
1534
|
// Academic benchmarks
|
|
1630
|
-
mmluPro:
|
|
1631
|
-
gpqa: 0.
|
|
1632
|
-
hle: 0.
|
|
1535
|
+
mmluPro: undefined,
|
|
1536
|
+
gpqa: 0.92,
|
|
1537
|
+
hle: 0.416,
|
|
1633
1538
|
|
|
1634
1539
|
// Capabilities
|
|
1635
1540
|
contextWindow: 8192,
|
|
@@ -1637,12 +1542,31 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1637
1542
|
supportsVision: false,
|
|
1638
1543
|
|
|
1639
1544
|
// Metadata
|
|
1640
|
-
lastUpdated: "2026-
|
|
1641
|
-
originalModel: "GPT-5
|
|
1545
|
+
lastUpdated: "2026-07-01",
|
|
1546
|
+
originalModel: "GPT-5.4 (xhigh)",
|
|
1547
|
+
},
|
|
1548
|
+
"gpt-4.1-mini": {
|
|
1549
|
+
// AA specific benchmarks
|
|
1550
|
+
codingIndex: undefined,
|
|
1551
|
+
mathIndex: 46.3,
|
|
1552
|
+
|
|
1553
|
+
// Academic benchmarks
|
|
1554
|
+
mmluPro: 0.781,
|
|
1555
|
+
gpqa: 0.664,
|
|
1556
|
+
hle: 0.046,
|
|
1557
|
+
|
|
1558
|
+
// Capabilities
|
|
1559
|
+
contextWindow: 8192,
|
|
1560
|
+
supportsReasoning: false,
|
|
1561
|
+
supportsVision: false,
|
|
1562
|
+
|
|
1563
|
+
// Metadata
|
|
1564
|
+
lastUpdated: "2026-07-01",
|
|
1565
|
+
originalModel: "GPT-4.1 mini",
|
|
1642
1566
|
},
|
|
1643
1567
|
"gpt-5-mini-medium": {
|
|
1644
1568
|
// AA specific benchmarks
|
|
1645
|
-
codingIndex:
|
|
1569
|
+
codingIndex: undefined,
|
|
1646
1570
|
mathIndex: 85,
|
|
1647
1571
|
|
|
1648
1572
|
// Academic benchmarks
|
|
@@ -1656,17 +1580,36 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1656
1580
|
supportsVision: false,
|
|
1657
1581
|
|
|
1658
1582
|
// Metadata
|
|
1659
|
-
lastUpdated: "2026-
|
|
1583
|
+
lastUpdated: "2026-07-01",
|
|
1660
1584
|
originalModel: "GPT-5 mini (medium)",
|
|
1661
1585
|
},
|
|
1662
|
-
"
|
|
1586
|
+
"gpt-5-minimal": {
|
|
1587
|
+
// AA specific benchmarks
|
|
1588
|
+
codingIndex: undefined,
|
|
1589
|
+
mathIndex: 31.7,
|
|
1590
|
+
|
|
1591
|
+
// Academic benchmarks
|
|
1592
|
+
mmluPro: 0.806,
|
|
1593
|
+
gpqa: 0.673,
|
|
1594
|
+
hle: 0.054,
|
|
1595
|
+
|
|
1596
|
+
// Capabilities
|
|
1597
|
+
contextWindow: 8192,
|
|
1598
|
+
supportsReasoning: false,
|
|
1599
|
+
supportsVision: false,
|
|
1600
|
+
|
|
1601
|
+
// Metadata
|
|
1602
|
+
lastUpdated: "2026-07-01",
|
|
1603
|
+
originalModel: "GPT-5 (minimal)",
|
|
1604
|
+
},
|
|
1605
|
+
"o3-pro": {
|
|
1663
1606
|
// AA specific benchmarks
|
|
1664
1607
|
codingIndex: undefined,
|
|
1665
1608
|
mathIndex: undefined,
|
|
1666
1609
|
|
|
1667
1610
|
// Academic benchmarks
|
|
1668
1611
|
mmluPro: undefined,
|
|
1669
|
-
gpqa:
|
|
1612
|
+
gpqa: 0.845,
|
|
1670
1613
|
hle: undefined,
|
|
1671
1614
|
|
|
1672
1615
|
// Capabilities
|
|
@@ -1675,18 +1618,56 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1675
1618
|
supportsVision: false,
|
|
1676
1619
|
|
|
1677
1620
|
// Metadata
|
|
1678
|
-
lastUpdated: "2026-
|
|
1679
|
-
originalModel: "
|
|
1621
|
+
lastUpdated: "2026-07-01",
|
|
1622
|
+
originalModel: "o3-pro",
|
|
1680
1623
|
},
|
|
1681
|
-
"gpt-
|
|
1624
|
+
"gpt-4.1-nano": {
|
|
1682
1625
|
// AA specific benchmarks
|
|
1683
|
-
codingIndex:
|
|
1684
|
-
mathIndex:
|
|
1626
|
+
codingIndex: 11.1,
|
|
1627
|
+
mathIndex: 24,
|
|
1685
1628
|
|
|
1686
1629
|
// Academic benchmarks
|
|
1687
|
-
mmluPro: 0.
|
|
1688
|
-
gpqa: 0.
|
|
1689
|
-
hle: 0.
|
|
1630
|
+
mmluPro: 0.657,
|
|
1631
|
+
gpqa: 0.512,
|
|
1632
|
+
hle: 0.039,
|
|
1633
|
+
|
|
1634
|
+
// Capabilities
|
|
1635
|
+
contextWindow: 8192,
|
|
1636
|
+
supportsReasoning: false,
|
|
1637
|
+
supportsVision: false,
|
|
1638
|
+
|
|
1639
|
+
// Metadata
|
|
1640
|
+
lastUpdated: "2026-07-01",
|
|
1641
|
+
originalModel: "GPT-4.1 nano",
|
|
1642
|
+
},
|
|
1643
|
+
"gpt-5.1-non-reasoning": {
|
|
1644
|
+
// AA specific benchmarks
|
|
1645
|
+
codingIndex: undefined,
|
|
1646
|
+
mathIndex: 38,
|
|
1647
|
+
|
|
1648
|
+
// Academic benchmarks
|
|
1649
|
+
mmluPro: 0.801,
|
|
1650
|
+
gpqa: 0.643,
|
|
1651
|
+
hle: 0.052,
|
|
1652
|
+
|
|
1653
|
+
// Capabilities
|
|
1654
|
+
contextWindow: 8192,
|
|
1655
|
+
supportsReasoning: false,
|
|
1656
|
+
supportsVision: false,
|
|
1657
|
+
|
|
1658
|
+
// Metadata
|
|
1659
|
+
lastUpdated: "2026-07-01",
|
|
1660
|
+
originalModel: "GPT-5.1 (Non-reasoning)",
|
|
1661
|
+
},
|
|
1662
|
+
"gpt-5.2-non-reasoning": {
|
|
1663
|
+
// AA specific benchmarks
|
|
1664
|
+
codingIndex: undefined,
|
|
1665
|
+
mathIndex: 51,
|
|
1666
|
+
|
|
1667
|
+
// Academic benchmarks
|
|
1668
|
+
mmluPro: 0.814,
|
|
1669
|
+
gpqa: 0.712,
|
|
1670
|
+
hle: 0.073,
|
|
1690
1671
|
|
|
1691
1672
|
// Capabilities
|
|
1692
1673
|
contextWindow: 8192,
|
|
@@ -1694,18 +1675,37 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1694
1675
|
supportsVision: false,
|
|
1695
1676
|
|
|
1696
1677
|
// Metadata
|
|
1697
|
-
lastUpdated: "2026-
|
|
1698
|
-
originalModel: "GPT-5 (
|
|
1678
|
+
lastUpdated: "2026-07-01",
|
|
1679
|
+
originalModel: "GPT-5.2 (Non-reasoning)",
|
|
1699
1680
|
},
|
|
1700
|
-
"
|
|
1681
|
+
"gpt-4": {
|
|
1701
1682
|
// AA specific benchmarks
|
|
1702
|
-
codingIndex:
|
|
1683
|
+
codingIndex: 13.1,
|
|
1703
1684
|
mathIndex: undefined,
|
|
1704
1685
|
|
|
1705
1686
|
// Academic benchmarks
|
|
1706
|
-
mmluPro:
|
|
1707
|
-
gpqa:
|
|
1708
|
-
hle:
|
|
1687
|
+
mmluPro: undefined,
|
|
1688
|
+
gpqa: undefined,
|
|
1689
|
+
hle: undefined,
|
|
1690
|
+
|
|
1691
|
+
// Capabilities
|
|
1692
|
+
contextWindow: 8192,
|
|
1693
|
+
supportsReasoning: false,
|
|
1694
|
+
supportsVision: false,
|
|
1695
|
+
|
|
1696
|
+
// Metadata
|
|
1697
|
+
lastUpdated: "2026-07-01",
|
|
1698
|
+
originalModel: "GPT-4",
|
|
1699
|
+
},
|
|
1700
|
+
"gpt-5-nano-high": {
|
|
1701
|
+
// AA specific benchmarks
|
|
1702
|
+
codingIndex: undefined,
|
|
1703
|
+
mathIndex: 83.7,
|
|
1704
|
+
|
|
1705
|
+
// Academic benchmarks
|
|
1706
|
+
mmluPro: 0.78,
|
|
1707
|
+
gpqa: 0.676,
|
|
1708
|
+
hle: 0.082,
|
|
1709
1709
|
|
|
1710
1710
|
// Capabilities
|
|
1711
1711
|
contextWindow: 8192,
|
|
@@ -1713,7 +1713,7 @@ export const BENCHMARKS_CHUNK_2: Record<string, HardcodedBenchmark> = {
|
|
|
1713
1713
|
supportsVision: false,
|
|
1714
1714
|
|
|
1715
1715
|
// Metadata
|
|
1716
|
-
lastUpdated: "2026-
|
|
1717
|
-
originalModel: "
|
|
1716
|
+
lastUpdated: "2026-07-01",
|
|
1717
|
+
originalModel: "GPT-5 nano (high)",
|
|
1718
1718
|
},
|
|
1719
1719
|
};
|