@layer-ai/sdk 0.3.1 → 0.5.0
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/dist/client.d.ts +2 -3
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +1 -8
- package/dist/types/api-v2.d.ts +5 -0
- package/dist/types/api-v2.d.ts.map +1 -1
- package/dist/types/index.d.ts +0 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +0 -1
- package/dist/types/model-registry.d.ts +380 -262
- package/dist/types/model-registry.d.ts.map +1 -1
- package/dist/types/model-registry.js +366 -262
- package/package.json +1 -1
- package/dist/types/api.d.ts +0 -35
- package/dist/types/api.d.ts.map +0 -1
- package/dist/types/api.js +0 -1
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// - https://artificialanalysis.ai/api/v2/data/llms/models
|
|
12
12
|
// Data attribution: https://aimlapi.com, https://artificialanalysis.ai/
|
|
13
13
|
// Providers we support with adapters
|
|
14
|
-
export const SUPPORTED_PROVIDERS = ['openai', 'anthropic', 'google'];
|
|
14
|
+
export const SUPPORTED_PROVIDERS = ['openai', 'anthropic', 'google', 'mistral'];
|
|
15
15
|
export const MODEL_REGISTRY = {
|
|
16
16
|
// Openai models
|
|
17
17
|
'openai/gpt-4o': {
|
|
@@ -27,11 +27,11 @@ export const MODEL_REGISTRY = {
|
|
|
27
27
|
gpqa: 0.543,
|
|
28
28
|
},
|
|
29
29
|
performance: {
|
|
30
|
-
outputTokenPerSecond:
|
|
31
|
-
timeTofirstToken: 0.
|
|
30
|
+
outputTokenPerSecond: 235.657,
|
|
31
|
+
timeTofirstToken: 0.323,
|
|
32
32
|
intelligenceScore: 27,
|
|
33
33
|
},
|
|
34
|
-
lastUpdated: '2025-12-
|
|
34
|
+
lastUpdated: '2025-12-24',
|
|
35
35
|
},
|
|
36
36
|
'gpt-4o-2024-08-06': {
|
|
37
37
|
type: 'chat',
|
|
@@ -43,11 +43,11 @@ export const MODEL_REGISTRY = {
|
|
|
43
43
|
gpqa: 0.521,
|
|
44
44
|
},
|
|
45
45
|
performance: {
|
|
46
|
-
outputTokenPerSecond:
|
|
47
|
-
timeTofirstToken: 0.
|
|
46
|
+
outputTokenPerSecond: 123.952,
|
|
47
|
+
timeTofirstToken: 0.436,
|
|
48
48
|
intelligenceScore: 29,
|
|
49
49
|
},
|
|
50
|
-
lastUpdated: '2025-12-
|
|
50
|
+
lastUpdated: '2025-12-24',
|
|
51
51
|
},
|
|
52
52
|
'gpt-4o-2024-05-13': {
|
|
53
53
|
type: 'chat',
|
|
@@ -61,11 +61,11 @@ export const MODEL_REGISTRY = {
|
|
|
61
61
|
gpqa: 0.526,
|
|
62
62
|
},
|
|
63
63
|
performance: {
|
|
64
|
-
outputTokenPerSecond:
|
|
65
|
-
timeTofirstToken: 0.
|
|
64
|
+
outputTokenPerSecond: 118.509,
|
|
65
|
+
timeTofirstToken: 0.483,
|
|
66
66
|
intelligenceScore: 26.3,
|
|
67
67
|
},
|
|
68
|
-
lastUpdated: '2025-12-
|
|
68
|
+
lastUpdated: '2025-12-24',
|
|
69
69
|
},
|
|
70
70
|
'gpt-4o-mini': {
|
|
71
71
|
type: 'chat',
|
|
@@ -79,11 +79,11 @@ export const MODEL_REGISTRY = {
|
|
|
79
79
|
gpqa: 0.426,
|
|
80
80
|
},
|
|
81
81
|
performance: {
|
|
82
|
-
outputTokenPerSecond:
|
|
83
|
-
timeTofirstToken: 0.
|
|
82
|
+
outputTokenPerSecond: 47.79,
|
|
83
|
+
timeTofirstToken: 0.58,
|
|
84
84
|
intelligenceScore: 21.2,
|
|
85
85
|
},
|
|
86
|
-
lastUpdated: '2025-12-
|
|
86
|
+
lastUpdated: '2025-12-24',
|
|
87
87
|
},
|
|
88
88
|
'gpt-4o-mini-2024-07-18': {
|
|
89
89
|
type: 'chat',
|
|
@@ -97,11 +97,11 @@ export const MODEL_REGISTRY = {
|
|
|
97
97
|
gpqa: 0.426,
|
|
98
98
|
},
|
|
99
99
|
performance: {
|
|
100
|
-
outputTokenPerSecond:
|
|
101
|
-
timeTofirstToken: 0.
|
|
100
|
+
outputTokenPerSecond: 47.79,
|
|
101
|
+
timeTofirstToken: 0.58,
|
|
102
102
|
intelligenceScore: 21.2,
|
|
103
103
|
},
|
|
104
|
-
lastUpdated: '2025-12-
|
|
104
|
+
lastUpdated: '2025-12-24',
|
|
105
105
|
},
|
|
106
106
|
'chatgpt-4o-latest': {
|
|
107
107
|
type: 'chat',
|
|
@@ -114,11 +114,11 @@ export const MODEL_REGISTRY = {
|
|
|
114
114
|
gpqa: 0.511,
|
|
115
115
|
},
|
|
116
116
|
performance: {
|
|
117
|
-
outputTokenPerSecond:
|
|
118
|
-
timeTofirstToken: 0.
|
|
117
|
+
outputTokenPerSecond: 244.456,
|
|
118
|
+
timeTofirstToken: 0.925,
|
|
119
119
|
intelligenceScore: 25.3,
|
|
120
120
|
},
|
|
121
|
-
lastUpdated: '2025-12-
|
|
121
|
+
lastUpdated: '2025-12-24',
|
|
122
122
|
},
|
|
123
123
|
'gpt-4-turbo': {
|
|
124
124
|
type: 'chat',
|
|
@@ -131,11 +131,11 @@ export const MODEL_REGISTRY = {
|
|
|
131
131
|
mmluPro: 0.694,
|
|
132
132
|
},
|
|
133
133
|
performance: {
|
|
134
|
-
outputTokenPerSecond:
|
|
135
|
-
timeTofirstToken: 0.
|
|
134
|
+
outputTokenPerSecond: 40.254,
|
|
135
|
+
timeTofirstToken: 0.847,
|
|
136
136
|
intelligenceScore: 24.2,
|
|
137
137
|
},
|
|
138
|
-
lastUpdated: '2025-12-
|
|
138
|
+
lastUpdated: '2025-12-24',
|
|
139
139
|
},
|
|
140
140
|
'gpt-4-turbo-2024-04-09': {
|
|
141
141
|
type: 'chat',
|
|
@@ -148,11 +148,11 @@ export const MODEL_REGISTRY = {
|
|
|
148
148
|
mmluPro: 0.694,
|
|
149
149
|
},
|
|
150
150
|
performance: {
|
|
151
|
-
outputTokenPerSecond:
|
|
152
|
-
timeTofirstToken: 0.
|
|
151
|
+
outputTokenPerSecond: 40.254,
|
|
152
|
+
timeTofirstToken: 0.847,
|
|
153
153
|
intelligenceScore: 24.2,
|
|
154
154
|
},
|
|
155
|
-
lastUpdated: '2025-12-
|
|
155
|
+
lastUpdated: '2025-12-24',
|
|
156
156
|
},
|
|
157
157
|
'gpt-4': {
|
|
158
158
|
type: 'chat',
|
|
@@ -164,11 +164,11 @@ export const MODEL_REGISTRY = {
|
|
|
164
164
|
coding: 13.1,
|
|
165
165
|
},
|
|
166
166
|
performance: {
|
|
167
|
-
outputTokenPerSecond:
|
|
168
|
-
timeTofirstToken: 0.
|
|
167
|
+
outputTokenPerSecond: 29.898,
|
|
168
|
+
timeTofirstToken: 0.781,
|
|
169
169
|
intelligenceScore: 21.5,
|
|
170
170
|
},
|
|
171
|
-
lastUpdated: '2025-12-
|
|
171
|
+
lastUpdated: '2025-12-24',
|
|
172
172
|
},
|
|
173
173
|
'gpt-4-0125-preview': {
|
|
174
174
|
type: 'chat',
|
|
@@ -180,11 +180,11 @@ export const MODEL_REGISTRY = {
|
|
|
180
180
|
coding: 13.1,
|
|
181
181
|
},
|
|
182
182
|
performance: {
|
|
183
|
-
outputTokenPerSecond:
|
|
184
|
-
timeTofirstToken: 0.
|
|
183
|
+
outputTokenPerSecond: 29.898,
|
|
184
|
+
timeTofirstToken: 0.781,
|
|
185
185
|
intelligenceScore: 21.5,
|
|
186
186
|
},
|
|
187
|
-
lastUpdated: '2025-12-
|
|
187
|
+
lastUpdated: '2025-12-24',
|
|
188
188
|
},
|
|
189
189
|
'gpt-4-1106-preview': {
|
|
190
190
|
type: 'chat',
|
|
@@ -196,11 +196,11 @@ export const MODEL_REGISTRY = {
|
|
|
196
196
|
coding: 13.1,
|
|
197
197
|
},
|
|
198
198
|
performance: {
|
|
199
|
-
outputTokenPerSecond:
|
|
200
|
-
timeTofirstToken: 0.
|
|
199
|
+
outputTokenPerSecond: 29.898,
|
|
200
|
+
timeTofirstToken: 0.781,
|
|
201
201
|
intelligenceScore: 21.5,
|
|
202
202
|
},
|
|
203
|
-
lastUpdated: '2025-12-
|
|
203
|
+
lastUpdated: '2025-12-24',
|
|
204
204
|
},
|
|
205
205
|
'gpt-3.5-turbo': {
|
|
206
206
|
type: 'chat',
|
|
@@ -214,11 +214,11 @@ export const MODEL_REGISTRY = {
|
|
|
214
214
|
gpqa: 0.297,
|
|
215
215
|
},
|
|
216
216
|
performance: {
|
|
217
|
-
outputTokenPerSecond:
|
|
218
|
-
timeTofirstToken: 0.
|
|
217
|
+
outputTokenPerSecond: 129.872,
|
|
218
|
+
timeTofirstToken: 0.68,
|
|
219
219
|
intelligenceScore: 8.3,
|
|
220
220
|
},
|
|
221
|
-
lastUpdated: '2025-12-
|
|
221
|
+
lastUpdated: '2025-12-24',
|
|
222
222
|
},
|
|
223
223
|
'gpt-3.5-turbo-0125': {
|
|
224
224
|
type: 'chat',
|
|
@@ -232,11 +232,11 @@ export const MODEL_REGISTRY = {
|
|
|
232
232
|
gpqa: 0.297,
|
|
233
233
|
},
|
|
234
234
|
performance: {
|
|
235
|
-
outputTokenPerSecond:
|
|
236
|
-
timeTofirstToken: 0.
|
|
235
|
+
outputTokenPerSecond: 129.872,
|
|
236
|
+
timeTofirstToken: 0.68,
|
|
237
237
|
intelligenceScore: 8.3,
|
|
238
238
|
},
|
|
239
|
-
lastUpdated: '2025-12-
|
|
239
|
+
lastUpdated: '2025-12-24',
|
|
240
240
|
},
|
|
241
241
|
'gpt-3.5-turbo-1106': {
|
|
242
242
|
type: 'chat',
|
|
@@ -250,11 +250,11 @@ export const MODEL_REGISTRY = {
|
|
|
250
250
|
gpqa: 0.297,
|
|
251
251
|
},
|
|
252
252
|
performance: {
|
|
253
|
-
outputTokenPerSecond:
|
|
254
|
-
timeTofirstToken: 0.
|
|
253
|
+
outputTokenPerSecond: 129.872,
|
|
254
|
+
timeTofirstToken: 0.68,
|
|
255
255
|
intelligenceScore: 8.3,
|
|
256
256
|
},
|
|
257
|
-
lastUpdated: '2025-12-
|
|
257
|
+
lastUpdated: '2025-12-24',
|
|
258
258
|
},
|
|
259
259
|
'o3-mini': {
|
|
260
260
|
type: 'chat',
|
|
@@ -268,11 +268,11 @@ export const MODEL_REGISTRY = {
|
|
|
268
268
|
gpqa: 0.748,
|
|
269
269
|
},
|
|
270
270
|
performance: {
|
|
271
|
-
outputTokenPerSecond:
|
|
272
|
-
timeTofirstToken:
|
|
271
|
+
outputTokenPerSecond: 160.235,
|
|
272
|
+
timeTofirstToken: 15.449,
|
|
273
273
|
intelligenceScore: 48.1,
|
|
274
274
|
},
|
|
275
|
-
lastUpdated: '2025-12-
|
|
275
|
+
lastUpdated: '2025-12-24',
|
|
276
276
|
},
|
|
277
277
|
'gpt-4o-audio-preview': {
|
|
278
278
|
type: 'chat',
|
|
@@ -287,11 +287,11 @@ export const MODEL_REGISTRY = {
|
|
|
287
287
|
gpqa: 0.543,
|
|
288
288
|
},
|
|
289
289
|
performance: {
|
|
290
|
-
outputTokenPerSecond:
|
|
291
|
-
timeTofirstToken: 0.
|
|
290
|
+
outputTokenPerSecond: 235.657,
|
|
291
|
+
timeTofirstToken: 0.323,
|
|
292
292
|
intelligenceScore: 27,
|
|
293
293
|
},
|
|
294
|
-
lastUpdated: '2025-12-
|
|
294
|
+
lastUpdated: '2025-12-24',
|
|
295
295
|
},
|
|
296
296
|
'gpt-4o-mini-audio-preview': {
|
|
297
297
|
type: 'chat',
|
|
@@ -305,11 +305,11 @@ export const MODEL_REGISTRY = {
|
|
|
305
305
|
gpqa: 0.426,
|
|
306
306
|
},
|
|
307
307
|
performance: {
|
|
308
|
-
outputTokenPerSecond:
|
|
309
|
-
timeTofirstToken: 0.
|
|
308
|
+
outputTokenPerSecond: 47.79,
|
|
309
|
+
timeTofirstToken: 0.58,
|
|
310
310
|
intelligenceScore: 21.2,
|
|
311
311
|
},
|
|
312
|
-
lastUpdated: '2025-12-
|
|
312
|
+
lastUpdated: '2025-12-24',
|
|
313
313
|
},
|
|
314
314
|
'openai/gpt-audio': {
|
|
315
315
|
type: 'chat',
|
|
@@ -324,11 +324,11 @@ export const MODEL_REGISTRY = {
|
|
|
324
324
|
gpqa: 0.543,
|
|
325
325
|
},
|
|
326
326
|
performance: {
|
|
327
|
-
outputTokenPerSecond:
|
|
328
|
-
timeTofirstToken: 0.
|
|
327
|
+
outputTokenPerSecond: 235.657,
|
|
328
|
+
timeTofirstToken: 0.323,
|
|
329
329
|
intelligenceScore: 27,
|
|
330
330
|
},
|
|
331
|
-
lastUpdated: '2025-12-
|
|
331
|
+
lastUpdated: '2025-12-24',
|
|
332
332
|
},
|
|
333
333
|
'openai/gpt-audio-mini': {
|
|
334
334
|
type: 'chat',
|
|
@@ -342,11 +342,11 @@ export const MODEL_REGISTRY = {
|
|
|
342
342
|
gpqa: 0.426,
|
|
343
343
|
},
|
|
344
344
|
performance: {
|
|
345
|
-
outputTokenPerSecond:
|
|
346
|
-
timeTofirstToken: 0.
|
|
345
|
+
outputTokenPerSecond: 47.79,
|
|
346
|
+
timeTofirstToken: 0.58,
|
|
347
347
|
intelligenceScore: 21.2,
|
|
348
348
|
},
|
|
349
|
-
lastUpdated: '2025-12-
|
|
349
|
+
lastUpdated: '2025-12-24',
|
|
350
350
|
},
|
|
351
351
|
'gpt-4o-search-preview': {
|
|
352
352
|
type: 'chat',
|
|
@@ -361,11 +361,11 @@ export const MODEL_REGISTRY = {
|
|
|
361
361
|
gpqa: 0.543,
|
|
362
362
|
},
|
|
363
363
|
performance: {
|
|
364
|
-
outputTokenPerSecond:
|
|
365
|
-
timeTofirstToken: 0.
|
|
364
|
+
outputTokenPerSecond: 235.657,
|
|
365
|
+
timeTofirstToken: 0.323,
|
|
366
366
|
intelligenceScore: 27,
|
|
367
367
|
},
|
|
368
|
-
lastUpdated: '2025-12-
|
|
368
|
+
lastUpdated: '2025-12-24',
|
|
369
369
|
},
|
|
370
370
|
'gpt-4o-mini-search-preview': {
|
|
371
371
|
type: 'chat',
|
|
@@ -379,11 +379,11 @@ export const MODEL_REGISTRY = {
|
|
|
379
379
|
gpqa: 0.426,
|
|
380
380
|
},
|
|
381
381
|
performance: {
|
|
382
|
-
outputTokenPerSecond:
|
|
383
|
-
timeTofirstToken: 0.
|
|
382
|
+
outputTokenPerSecond: 47.79,
|
|
383
|
+
timeTofirstToken: 0.58,
|
|
384
384
|
intelligenceScore: 21.2,
|
|
385
385
|
},
|
|
386
|
-
lastUpdated: '2025-12-
|
|
386
|
+
lastUpdated: '2025-12-24',
|
|
387
387
|
},
|
|
388
388
|
'openai/gpt-4.1-2025-04-14': {
|
|
389
389
|
type: 'chat',
|
|
@@ -398,11 +398,11 @@ export const MODEL_REGISTRY = {
|
|
|
398
398
|
gpqa: 0.666,
|
|
399
399
|
},
|
|
400
400
|
performance: {
|
|
401
|
-
outputTokenPerSecond:
|
|
402
|
-
timeTofirstToken: 0.
|
|
401
|
+
outputTokenPerSecond: 109.93,
|
|
402
|
+
timeTofirstToken: 0.694,
|
|
403
403
|
intelligenceScore: 43.4,
|
|
404
404
|
},
|
|
405
|
-
lastUpdated: '2025-12-
|
|
405
|
+
lastUpdated: '2025-12-24',
|
|
406
406
|
},
|
|
407
407
|
'openai/gpt-4.1-mini-2025-04-14': {
|
|
408
408
|
type: 'chat',
|
|
@@ -417,11 +417,11 @@ export const MODEL_REGISTRY = {
|
|
|
417
417
|
gpqa: 0.664,
|
|
418
418
|
},
|
|
419
419
|
performance: {
|
|
420
|
-
outputTokenPerSecond:
|
|
421
|
-
timeTofirstToken: 0.
|
|
420
|
+
outputTokenPerSecond: 80.606,
|
|
421
|
+
timeTofirstToken: 0.505,
|
|
422
422
|
intelligenceScore: 42.5,
|
|
423
423
|
},
|
|
424
|
-
lastUpdated: '2025-12-
|
|
424
|
+
lastUpdated: '2025-12-24',
|
|
425
425
|
},
|
|
426
426
|
'openai/gpt-4.1-nano-2025-04-14': {
|
|
427
427
|
type: 'chat',
|
|
@@ -436,11 +436,11 @@ export const MODEL_REGISTRY = {
|
|
|
436
436
|
gpqa: 0.512,
|
|
437
437
|
},
|
|
438
438
|
performance: {
|
|
439
|
-
outputTokenPerSecond:
|
|
440
|
-
timeTofirstToken: 0.
|
|
439
|
+
outputTokenPerSecond: 171.016,
|
|
440
|
+
timeTofirstToken: 0.446,
|
|
441
441
|
intelligenceScore: 27.3,
|
|
442
442
|
},
|
|
443
|
-
lastUpdated: '2025-12-
|
|
443
|
+
lastUpdated: '2025-12-24',
|
|
444
444
|
},
|
|
445
445
|
'openai/o4-mini-2025-04-16': {
|
|
446
446
|
type: 'chat',
|
|
@@ -455,11 +455,11 @@ export const MODEL_REGISTRY = {
|
|
|
455
455
|
gpqa: 0.784,
|
|
456
456
|
},
|
|
457
457
|
performance: {
|
|
458
|
-
outputTokenPerSecond:
|
|
459
|
-
timeTofirstToken:
|
|
458
|
+
outputTokenPerSecond: 169.795,
|
|
459
|
+
timeTofirstToken: 33.795,
|
|
460
460
|
intelligenceScore: 59.6,
|
|
461
461
|
},
|
|
462
|
-
lastUpdated: '2025-12-
|
|
462
|
+
lastUpdated: '2025-12-24',
|
|
463
463
|
},
|
|
464
464
|
'openai/o3-2025-04-16': {
|
|
465
465
|
type: 'chat',
|
|
@@ -474,11 +474,11 @@ export const MODEL_REGISTRY = {
|
|
|
474
474
|
gpqa: 0.827,
|
|
475
475
|
},
|
|
476
476
|
performance: {
|
|
477
|
-
outputTokenPerSecond:
|
|
478
|
-
timeTofirstToken:
|
|
477
|
+
outputTokenPerSecond: 359.632,
|
|
478
|
+
timeTofirstToken: 8.936,
|
|
479
479
|
intelligenceScore: 65.5,
|
|
480
480
|
},
|
|
481
|
-
lastUpdated: '2025-12-
|
|
481
|
+
lastUpdated: '2025-12-24',
|
|
482
482
|
},
|
|
483
483
|
'o1': {
|
|
484
484
|
type: 'chat',
|
|
@@ -492,11 +492,11 @@ export const MODEL_REGISTRY = {
|
|
|
492
492
|
gpqa: 0.747,
|
|
493
493
|
},
|
|
494
494
|
performance: {
|
|
495
|
-
outputTokenPerSecond:
|
|
496
|
-
timeTofirstToken:
|
|
495
|
+
outputTokenPerSecond: 200.717,
|
|
496
|
+
timeTofirstToken: 15.318,
|
|
497
497
|
intelligenceScore: 47.2,
|
|
498
498
|
},
|
|
499
|
-
lastUpdated: '2025-12-
|
|
499
|
+
lastUpdated: '2025-12-24',
|
|
500
500
|
},
|
|
501
501
|
'openai/gpt-5-2025-08-07': {
|
|
502
502
|
type: 'chat',
|
|
@@ -511,11 +511,11 @@ export const MODEL_REGISTRY = {
|
|
|
511
511
|
gpqa: 0.854,
|
|
512
512
|
},
|
|
513
513
|
performance: {
|
|
514
|
-
outputTokenPerSecond:
|
|
515
|
-
timeTofirstToken:
|
|
514
|
+
outputTokenPerSecond: 147.254,
|
|
515
|
+
timeTofirstToken: 80.387,
|
|
516
516
|
intelligenceScore: 68.5,
|
|
517
517
|
},
|
|
518
|
-
lastUpdated: '2025-12-
|
|
518
|
+
lastUpdated: '2025-12-24',
|
|
519
519
|
},
|
|
520
520
|
'openai/gpt-5-mini-2025-08-07': {
|
|
521
521
|
type: 'chat',
|
|
@@ -530,11 +530,11 @@ export const MODEL_REGISTRY = {
|
|
|
530
530
|
gpqa: 0.828,
|
|
531
531
|
},
|
|
532
532
|
performance: {
|
|
533
|
-
outputTokenPerSecond:
|
|
534
|
-
timeTofirstToken:
|
|
533
|
+
outputTokenPerSecond: 86.714,
|
|
534
|
+
timeTofirstToken: 92.447,
|
|
535
535
|
intelligenceScore: 64.3,
|
|
536
536
|
},
|
|
537
|
-
lastUpdated: '2025-12-
|
|
537
|
+
lastUpdated: '2025-12-24',
|
|
538
538
|
},
|
|
539
539
|
'openai/gpt-5-nano-2025-08-07': {
|
|
540
540
|
type: 'chat',
|
|
@@ -549,11 +549,11 @@ export const MODEL_REGISTRY = {
|
|
|
549
549
|
gpqa: 0.676,
|
|
550
550
|
},
|
|
551
551
|
performance: {
|
|
552
|
-
outputTokenPerSecond:
|
|
553
|
-
timeTofirstToken:
|
|
552
|
+
outputTokenPerSecond: 157.197,
|
|
553
|
+
timeTofirstToken: 102.322,
|
|
554
554
|
intelligenceScore: 51,
|
|
555
555
|
},
|
|
556
|
-
lastUpdated: '2025-12-
|
|
556
|
+
lastUpdated: '2025-12-24',
|
|
557
557
|
},
|
|
558
558
|
'openai/gpt-5-chat-latest': {
|
|
559
559
|
type: 'chat',
|
|
@@ -568,11 +568,11 @@ export const MODEL_REGISTRY = {
|
|
|
568
568
|
gpqa: 0.686,
|
|
569
569
|
},
|
|
570
570
|
performance: {
|
|
571
|
-
outputTokenPerSecond:
|
|
572
|
-
timeTofirstToken: 0.
|
|
571
|
+
outputTokenPerSecond: 192.431,
|
|
572
|
+
timeTofirstToken: 0.677,
|
|
573
573
|
intelligenceScore: 41.8,
|
|
574
574
|
},
|
|
575
|
-
lastUpdated: '2025-12-
|
|
575
|
+
lastUpdated: '2025-12-24',
|
|
576
576
|
},
|
|
577
577
|
'openai/gpt-5-1': {
|
|
578
578
|
type: 'chat',
|
|
@@ -587,11 +587,11 @@ export const MODEL_REGISTRY = {
|
|
|
587
587
|
gpqa: 0.873,
|
|
588
588
|
},
|
|
589
589
|
performance: {
|
|
590
|
-
outputTokenPerSecond:
|
|
591
|
-
timeTofirstToken:
|
|
590
|
+
outputTokenPerSecond: 195.488,
|
|
591
|
+
timeTofirstToken: 25.787,
|
|
592
592
|
intelligenceScore: 69.7,
|
|
593
593
|
},
|
|
594
|
-
lastUpdated: '2025-12-
|
|
594
|
+
lastUpdated: '2025-12-24',
|
|
595
595
|
},
|
|
596
596
|
'openai/gpt-5-1-chat-latest': {
|
|
597
597
|
type: 'chat',
|
|
@@ -599,18 +599,18 @@ export const MODEL_REGISTRY = {
|
|
|
599
599
|
displayName: 'GPT-5.1 Chat Latest',
|
|
600
600
|
pricing: { input: 0.00125, output: 0.01 },
|
|
601
601
|
benchmarks: {
|
|
602
|
-
intelligence:
|
|
603
|
-
coding:
|
|
604
|
-
math:
|
|
605
|
-
mmluPro: 0.
|
|
606
|
-
gpqa: 0.
|
|
602
|
+
intelligence: 68.5,
|
|
603
|
+
coding: 52.7,
|
|
604
|
+
math: 94.3,
|
|
605
|
+
mmluPro: 0.871,
|
|
606
|
+
gpqa: 0.854,
|
|
607
607
|
},
|
|
608
608
|
performance: {
|
|
609
|
-
outputTokenPerSecond:
|
|
610
|
-
timeTofirstToken:
|
|
611
|
-
intelligenceScore:
|
|
609
|
+
outputTokenPerSecond: 147.254,
|
|
610
|
+
timeTofirstToken: 80.387,
|
|
611
|
+
intelligenceScore: 68.5,
|
|
612
612
|
},
|
|
613
|
-
lastUpdated: '2025-12-
|
|
613
|
+
lastUpdated: '2025-12-24',
|
|
614
614
|
},
|
|
615
615
|
'openai/gpt-5-2': {
|
|
616
616
|
type: 'chat',
|
|
@@ -625,11 +625,11 @@ export const MODEL_REGISTRY = {
|
|
|
625
625
|
gpqa: 0.903,
|
|
626
626
|
},
|
|
627
627
|
performance: {
|
|
628
|
-
outputTokenPerSecond:
|
|
629
|
-
timeTofirstToken:
|
|
628
|
+
outputTokenPerSecond: 112.643,
|
|
629
|
+
timeTofirstToken: 45.724,
|
|
630
630
|
intelligenceScore: 72.6,
|
|
631
631
|
},
|
|
632
|
-
lastUpdated: '2025-12-
|
|
632
|
+
lastUpdated: '2025-12-24',
|
|
633
633
|
},
|
|
634
634
|
'openai/gpt-5-2-chat-latest': {
|
|
635
635
|
type: 'chat',
|
|
@@ -637,18 +637,18 @@ export const MODEL_REGISTRY = {
|
|
|
637
637
|
displayName: 'GPT-5.2 Chat Latest',
|
|
638
638
|
pricing: { input: 0.00125, output: 0.01 },
|
|
639
639
|
benchmarks: {
|
|
640
|
-
intelligence:
|
|
641
|
-
coding:
|
|
642
|
-
math:
|
|
643
|
-
mmluPro: 0.
|
|
644
|
-
gpqa: 0.
|
|
640
|
+
intelligence: 68.5,
|
|
641
|
+
coding: 52.7,
|
|
642
|
+
math: 94.3,
|
|
643
|
+
mmluPro: 0.871,
|
|
644
|
+
gpqa: 0.854,
|
|
645
645
|
},
|
|
646
646
|
performance: {
|
|
647
|
-
outputTokenPerSecond:
|
|
648
|
-
timeTofirstToken:
|
|
649
|
-
intelligenceScore:
|
|
647
|
+
outputTokenPerSecond: 147.254,
|
|
648
|
+
timeTofirstToken: 80.387,
|
|
649
|
+
intelligenceScore: 68.5,
|
|
650
650
|
},
|
|
651
|
-
lastUpdated: '2025-12-
|
|
651
|
+
lastUpdated: '2025-12-24',
|
|
652
652
|
},
|
|
653
653
|
'openai/o3-pro': {
|
|
654
654
|
type: 'responses',
|
|
@@ -660,11 +660,11 @@ export const MODEL_REGISTRY = {
|
|
|
660
660
|
gpqa: 0.845,
|
|
661
661
|
},
|
|
662
662
|
performance: {
|
|
663
|
-
outputTokenPerSecond:
|
|
664
|
-
timeTofirstToken:
|
|
663
|
+
outputTokenPerSecond: 53.281,
|
|
664
|
+
timeTofirstToken: 58.458,
|
|
665
665
|
intelligenceScore: 65.3,
|
|
666
666
|
},
|
|
667
|
-
lastUpdated: '2025-12-
|
|
667
|
+
lastUpdated: '2025-12-24',
|
|
668
668
|
},
|
|
669
669
|
'openai/gpt-5-pro': {
|
|
670
670
|
type: 'responses',
|
|
@@ -679,11 +679,11 @@ export const MODEL_REGISTRY = {
|
|
|
679
679
|
gpqa: 0.854,
|
|
680
680
|
},
|
|
681
681
|
performance: {
|
|
682
|
-
outputTokenPerSecond:
|
|
683
|
-
timeTofirstToken:
|
|
682
|
+
outputTokenPerSecond: 147.254,
|
|
683
|
+
timeTofirstToken: 80.387,
|
|
684
684
|
intelligenceScore: 68.5,
|
|
685
685
|
},
|
|
686
|
-
lastUpdated: '2025-12-
|
|
686
|
+
lastUpdated: '2025-12-24',
|
|
687
687
|
},
|
|
688
688
|
'openai/gpt-5-1-codex': {
|
|
689
689
|
type: 'responses',
|
|
@@ -698,11 +698,11 @@ export const MODEL_REGISTRY = {
|
|
|
698
698
|
gpqa: 0.86,
|
|
699
699
|
},
|
|
700
700
|
performance: {
|
|
701
|
-
outputTokenPerSecond:
|
|
702
|
-
timeTofirstToken:
|
|
701
|
+
outputTokenPerSecond: 264.603,
|
|
702
|
+
timeTofirstToken: 12.24,
|
|
703
703
|
intelligenceScore: 66.9,
|
|
704
704
|
},
|
|
705
|
-
lastUpdated: '2025-12-
|
|
705
|
+
lastUpdated: '2025-12-24',
|
|
706
706
|
},
|
|
707
707
|
'openai/gpt-5-1-codex-mini': {
|
|
708
708
|
type: 'responses',
|
|
@@ -717,11 +717,11 @@ export const MODEL_REGISTRY = {
|
|
|
717
717
|
gpqa: 0.813,
|
|
718
718
|
},
|
|
719
719
|
performance: {
|
|
720
|
-
outputTokenPerSecond:
|
|
721
|
-
timeTofirstToken:
|
|
720
|
+
outputTokenPerSecond: 146.418,
|
|
721
|
+
timeTofirstToken: 15.16,
|
|
722
722
|
intelligenceScore: 62.3,
|
|
723
723
|
},
|
|
724
|
-
lastUpdated: '2025-12-
|
|
724
|
+
lastUpdated: '2025-12-24',
|
|
725
725
|
},
|
|
726
726
|
'openai/gpt-5-2-pro': {
|
|
727
727
|
type: 'responses',
|
|
@@ -736,11 +736,11 @@ export const MODEL_REGISTRY = {
|
|
|
736
736
|
gpqa: 0.903,
|
|
737
737
|
},
|
|
738
738
|
performance: {
|
|
739
|
-
outputTokenPerSecond:
|
|
740
|
-
timeTofirstToken:
|
|
739
|
+
outputTokenPerSecond: 112.643,
|
|
740
|
+
timeTofirstToken: 45.724,
|
|
741
741
|
intelligenceScore: 72.6,
|
|
742
742
|
},
|
|
743
|
-
lastUpdated: '2025-12-
|
|
743
|
+
lastUpdated: '2025-12-24',
|
|
744
744
|
},
|
|
745
745
|
'openai/gpt-oss-120b': {
|
|
746
746
|
type: 'chat',
|
|
@@ -755,11 +755,11 @@ export const MODEL_REGISTRY = {
|
|
|
755
755
|
gpqa: 0.782,
|
|
756
756
|
},
|
|
757
757
|
performance: {
|
|
758
|
-
outputTokenPerSecond:
|
|
759
|
-
timeTofirstToken: 0.
|
|
758
|
+
outputTokenPerSecond: 374.199,
|
|
759
|
+
timeTofirstToken: 0.534,
|
|
760
760
|
intelligenceScore: 60.5,
|
|
761
761
|
},
|
|
762
|
-
lastUpdated: '2025-12-
|
|
762
|
+
lastUpdated: '2025-12-24',
|
|
763
763
|
},
|
|
764
764
|
'openai/gpt-oss-20b': {
|
|
765
765
|
type: 'chat',
|
|
@@ -774,92 +774,92 @@ export const MODEL_REGISTRY = {
|
|
|
774
774
|
gpqa: 0.688,
|
|
775
775
|
},
|
|
776
776
|
performance: {
|
|
777
|
-
outputTokenPerSecond:
|
|
778
|
-
timeTofirstToken: 0.
|
|
777
|
+
outputTokenPerSecond: 242.94,
|
|
778
|
+
timeTofirstToken: 0.556,
|
|
779
779
|
intelligenceScore: 52.1,
|
|
780
780
|
},
|
|
781
|
-
lastUpdated: '2025-12-
|
|
781
|
+
lastUpdated: '2025-12-24',
|
|
782
782
|
},
|
|
783
783
|
'dall-e-3': {
|
|
784
784
|
type: 'image',
|
|
785
785
|
provider: 'openai',
|
|
786
786
|
displayName: 'DALL-E 3',
|
|
787
|
-
lastUpdated: '2025-12-
|
|
787
|
+
lastUpdated: '2025-12-24',
|
|
788
788
|
},
|
|
789
789
|
'dall-e-2': {
|
|
790
790
|
type: 'image',
|
|
791
791
|
provider: 'openai',
|
|
792
792
|
displayName: 'DALL-E 2',
|
|
793
|
-
lastUpdated: '2025-12-
|
|
793
|
+
lastUpdated: '2025-12-24',
|
|
794
794
|
},
|
|
795
795
|
'openai/gpt-image-1': {
|
|
796
796
|
type: 'image',
|
|
797
797
|
provider: 'openai',
|
|
798
798
|
displayName: 'GPT Image 1',
|
|
799
|
-
lastUpdated: '2025-12-
|
|
799
|
+
lastUpdated: '2025-12-24',
|
|
800
800
|
},
|
|
801
801
|
'openai/gpt-image-1-mini': {
|
|
802
802
|
type: 'image',
|
|
803
803
|
provider: 'openai',
|
|
804
804
|
displayName: 'GPT Image 1 Mini',
|
|
805
|
-
lastUpdated: '2025-12-
|
|
805
|
+
lastUpdated: '2025-12-24',
|
|
806
806
|
},
|
|
807
807
|
'openai/gpt-image-1-5': {
|
|
808
808
|
type: 'image',
|
|
809
809
|
provider: 'openai',
|
|
810
810
|
displayName: 'GPT-Image-1.5',
|
|
811
|
-
lastUpdated: '2025-12-
|
|
811
|
+
lastUpdated: '2025-12-24',
|
|
812
812
|
},
|
|
813
813
|
'text-embedding-3-small': {
|
|
814
814
|
type: 'embeddings',
|
|
815
815
|
provider: 'openai',
|
|
816
816
|
displayName: 'Text embedding 3 small',
|
|
817
817
|
contextLength: 8000,
|
|
818
|
-
lastUpdated: '2025-12-
|
|
818
|
+
lastUpdated: '2025-12-24',
|
|
819
819
|
},
|
|
820
820
|
'text-embedding-3-large': {
|
|
821
821
|
type: 'embeddings',
|
|
822
822
|
provider: 'openai',
|
|
823
823
|
displayName: 'Text embedding 3 large',
|
|
824
824
|
contextLength: 8000,
|
|
825
|
-
lastUpdated: '2025-12-
|
|
825
|
+
lastUpdated: '2025-12-24',
|
|
826
826
|
},
|
|
827
827
|
'text-embedding-ada-002': {
|
|
828
828
|
type: 'embeddings',
|
|
829
829
|
provider: 'openai',
|
|
830
830
|
displayName: 'Text embedding ada 002',
|
|
831
831
|
contextLength: 8000,
|
|
832
|
-
lastUpdated: '2025-12-
|
|
832
|
+
lastUpdated: '2025-12-24',
|
|
833
833
|
},
|
|
834
834
|
'openai/gpt-4o-transcribe': {
|
|
835
835
|
type: 'stt',
|
|
836
836
|
provider: 'openai',
|
|
837
837
|
displayName: 'GPT-4o Transcribe',
|
|
838
|
-
lastUpdated: '2025-12-
|
|
838
|
+
lastUpdated: '2025-12-24',
|
|
839
839
|
},
|
|
840
840
|
'openai/gpt-4o-mini-transcribe': {
|
|
841
841
|
type: 'stt',
|
|
842
842
|
provider: 'openai',
|
|
843
843
|
displayName: 'GPT-4o Mini Transcribe',
|
|
844
|
-
lastUpdated: '2025-12-
|
|
844
|
+
lastUpdated: '2025-12-24',
|
|
845
845
|
},
|
|
846
846
|
'openai/gpt-4o-mini-tts': {
|
|
847
847
|
type: 'tts',
|
|
848
848
|
provider: 'openai',
|
|
849
849
|
displayName: 'GPT-4o mini TTS',
|
|
850
|
-
lastUpdated: '2025-12-
|
|
850
|
+
lastUpdated: '2025-12-24',
|
|
851
851
|
},
|
|
852
852
|
'openai/tts-1': {
|
|
853
853
|
type: 'tts',
|
|
854
854
|
provider: 'openai',
|
|
855
855
|
displayName: 'TTS-1',
|
|
856
|
-
lastUpdated: '2025-12-
|
|
856
|
+
lastUpdated: '2025-12-24',
|
|
857
857
|
},
|
|
858
858
|
'openai/tts-1-hd': {
|
|
859
859
|
type: 'tts',
|
|
860
860
|
provider: 'openai',
|
|
861
861
|
displayName: 'TTS-1 HD',
|
|
862
|
-
lastUpdated: '2025-12-
|
|
862
|
+
lastUpdated: '2025-12-24',
|
|
863
863
|
},
|
|
864
864
|
'gpt-3.5-turbo-instruct': {
|
|
865
865
|
type: 'language-completion',
|
|
@@ -873,59 +873,59 @@ export const MODEL_REGISTRY = {
|
|
|
873
873
|
gpqa: 0.297,
|
|
874
874
|
},
|
|
875
875
|
performance: {
|
|
876
|
-
outputTokenPerSecond:
|
|
877
|
-
timeTofirstToken: 0.
|
|
876
|
+
outputTokenPerSecond: 129.872,
|
|
877
|
+
timeTofirstToken: 0.68,
|
|
878
878
|
intelligenceScore: 8.3,
|
|
879
879
|
},
|
|
880
|
-
lastUpdated: '2025-12-
|
|
880
|
+
lastUpdated: '2025-12-24',
|
|
881
881
|
},
|
|
882
882
|
'openai/sora-2-t2v': {
|
|
883
883
|
type: 'video',
|
|
884
884
|
provider: 'openai',
|
|
885
885
|
displayName: 'Sora 2 Text to Video',
|
|
886
|
-
lastUpdated: '2025-12-
|
|
886
|
+
lastUpdated: '2025-12-24',
|
|
887
887
|
},
|
|
888
888
|
'openai/sora-2-i2v': {
|
|
889
889
|
type: 'video',
|
|
890
890
|
provider: 'openai',
|
|
891
891
|
displayName: 'Sora 2 Image to Video',
|
|
892
|
-
lastUpdated: '2025-12-
|
|
892
|
+
lastUpdated: '2025-12-24',
|
|
893
893
|
},
|
|
894
894
|
'openai/sora-2-pro-i2v': {
|
|
895
895
|
type: 'video',
|
|
896
896
|
provider: 'openai',
|
|
897
897
|
displayName: 'Sora 2 Pro Image to Video',
|
|
898
|
-
lastUpdated: '2025-12-
|
|
898
|
+
lastUpdated: '2025-12-24',
|
|
899
899
|
},
|
|
900
900
|
'openai/sora-2-pro-t2v': {
|
|
901
901
|
type: 'video',
|
|
902
902
|
provider: 'openai',
|
|
903
903
|
displayName: 'Sora 2 Pro Text to Video',
|
|
904
|
-
lastUpdated: '2025-12-
|
|
904
|
+
lastUpdated: '2025-12-24',
|
|
905
905
|
},
|
|
906
906
|
'fallback-openai/sora-2-t2v': {
|
|
907
907
|
type: 'video',
|
|
908
908
|
provider: 'openai',
|
|
909
909
|
displayName: 'Sora 2 Text to Video',
|
|
910
|
-
lastUpdated: '2025-12-
|
|
910
|
+
lastUpdated: '2025-12-24',
|
|
911
911
|
},
|
|
912
912
|
'fallback-openai/sora-2-i2v': {
|
|
913
913
|
type: 'video',
|
|
914
914
|
provider: 'openai',
|
|
915
915
|
displayName: 'Sora 2 Image to Video',
|
|
916
|
-
lastUpdated: '2025-12-
|
|
916
|
+
lastUpdated: '2025-12-24',
|
|
917
917
|
},
|
|
918
918
|
'fallback-openai/sora-2-pro-i2v': {
|
|
919
919
|
type: 'video',
|
|
920
920
|
provider: 'openai',
|
|
921
921
|
displayName: 'Sora 2 Pro Image to Video',
|
|
922
|
-
lastUpdated: '2025-12-
|
|
922
|
+
lastUpdated: '2025-12-24',
|
|
923
923
|
},
|
|
924
924
|
'fallback-openai/sora-2-pro-t2v': {
|
|
925
925
|
type: 'video',
|
|
926
926
|
provider: 'openai',
|
|
927
927
|
displayName: 'Sora 2 Pro Text to Video',
|
|
928
|
-
lastUpdated: '2025-12-
|
|
928
|
+
lastUpdated: '2025-12-24',
|
|
929
929
|
},
|
|
930
930
|
// Anthropic models
|
|
931
931
|
'claude-3-opus-20240229': {
|
|
@@ -944,7 +944,7 @@ export const MODEL_REGISTRY = {
|
|
|
944
944
|
timeTofirstToken: 0,
|
|
945
945
|
intelligenceScore: 20.6,
|
|
946
946
|
},
|
|
947
|
-
lastUpdated: '2025-12-
|
|
947
|
+
lastUpdated: '2025-12-24',
|
|
948
948
|
},
|
|
949
949
|
'claude-3-haiku-20240307': {
|
|
950
950
|
type: 'chat',
|
|
@@ -955,11 +955,11 @@ export const MODEL_REGISTRY = {
|
|
|
955
955
|
intelligence: 9.6,
|
|
956
956
|
},
|
|
957
957
|
performance: {
|
|
958
|
-
outputTokenPerSecond:
|
|
959
|
-
timeTofirstToken: 0.
|
|
958
|
+
outputTokenPerSecond: 122.944,
|
|
959
|
+
timeTofirstToken: 0.405,
|
|
960
960
|
intelligenceScore: 9.6,
|
|
961
961
|
},
|
|
962
|
-
lastUpdated: '2025-12-
|
|
962
|
+
lastUpdated: '2025-12-24',
|
|
963
963
|
},
|
|
964
964
|
'claude-3-5-haiku-20241022': {
|
|
965
965
|
type: 'chat',
|
|
@@ -972,11 +972,11 @@ export const MODEL_REGISTRY = {
|
|
|
972
972
|
gpqa: 0.408,
|
|
973
973
|
},
|
|
974
974
|
performance: {
|
|
975
|
-
outputTokenPerSecond: 47.
|
|
976
|
-
timeTofirstToken: 0.
|
|
975
|
+
outputTokenPerSecond: 47.836,
|
|
976
|
+
timeTofirstToken: 0.667,
|
|
977
977
|
intelligenceScore: 20.2,
|
|
978
978
|
},
|
|
979
|
-
lastUpdated: '2025-12-
|
|
979
|
+
lastUpdated: '2025-12-24',
|
|
980
980
|
},
|
|
981
981
|
'claude-3-7-sonnet-20250219': {
|
|
982
982
|
type: 'chat',
|
|
@@ -995,7 +995,7 @@ export const MODEL_REGISTRY = {
|
|
|
995
995
|
timeTofirstToken: 0,
|
|
996
996
|
intelligenceScore: 41.1,
|
|
997
997
|
},
|
|
998
|
-
lastUpdated: '2025-12-
|
|
998
|
+
lastUpdated: '2025-12-24',
|
|
999
999
|
},
|
|
1000
1000
|
'claude-sonnet-4-20250514': {
|
|
1001
1001
|
type: 'chat',
|
|
@@ -1010,11 +1010,11 @@ export const MODEL_REGISTRY = {
|
|
|
1010
1010
|
gpqa: 0.683,
|
|
1011
1011
|
},
|
|
1012
1012
|
performance: {
|
|
1013
|
-
outputTokenPerSecond:
|
|
1014
|
-
timeTofirstToken:
|
|
1013
|
+
outputTokenPerSecond: 59.339,
|
|
1014
|
+
timeTofirstToken: 1.181,
|
|
1015
1015
|
intelligenceScore: 44.4,
|
|
1016
1016
|
},
|
|
1017
|
-
lastUpdated: '2025-12-
|
|
1017
|
+
lastUpdated: '2025-12-24',
|
|
1018
1018
|
},
|
|
1019
1019
|
'claude-opus-4-20250514': {
|
|
1020
1020
|
type: 'chat',
|
|
@@ -1028,11 +1028,11 @@ export const MODEL_REGISTRY = {
|
|
|
1028
1028
|
gpqa: 0.701,
|
|
1029
1029
|
},
|
|
1030
1030
|
performance: {
|
|
1031
|
-
outputTokenPerSecond:
|
|
1032
|
-
timeTofirstToken: 1.
|
|
1031
|
+
outputTokenPerSecond: 40.647,
|
|
1032
|
+
timeTofirstToken: 1.319,
|
|
1033
1033
|
intelligenceScore: 42.3,
|
|
1034
1034
|
},
|
|
1035
|
-
lastUpdated: '2025-12-
|
|
1035
|
+
lastUpdated: '2025-12-24',
|
|
1036
1036
|
},
|
|
1037
1037
|
'claude-opus-4-1-20250805': {
|
|
1038
1038
|
type: 'chat',
|
|
@@ -1043,11 +1043,11 @@ export const MODEL_REGISTRY = {
|
|
|
1043
1043
|
intelligence: 44.6,
|
|
1044
1044
|
},
|
|
1045
1045
|
performance: {
|
|
1046
|
-
outputTokenPerSecond:
|
|
1047
|
-
timeTofirstToken: 1.
|
|
1046
|
+
outputTokenPerSecond: 39.197,
|
|
1047
|
+
timeTofirstToken: 1.41,
|
|
1048
1048
|
intelligenceScore: 44.6,
|
|
1049
1049
|
},
|
|
1050
|
-
lastUpdated: '2025-12-
|
|
1050
|
+
lastUpdated: '2025-12-24',
|
|
1051
1051
|
},
|
|
1052
1052
|
'claude-sonnet-4-5-20250929': {
|
|
1053
1053
|
type: 'chat',
|
|
@@ -1062,11 +1062,11 @@ export const MODEL_REGISTRY = {
|
|
|
1062
1062
|
gpqa: 0.727,
|
|
1063
1063
|
},
|
|
1064
1064
|
performance: {
|
|
1065
|
-
outputTokenPerSecond:
|
|
1066
|
-
timeTofirstToken:
|
|
1065
|
+
outputTokenPerSecond: 69.532,
|
|
1066
|
+
timeTofirstToken: 2.014,
|
|
1067
1067
|
intelligenceScore: 49.6,
|
|
1068
1068
|
},
|
|
1069
|
-
lastUpdated: '2025-12-
|
|
1069
|
+
lastUpdated: '2025-12-24',
|
|
1070
1070
|
},
|
|
1071
1071
|
'claude-haiku-4-5-20251001': {
|
|
1072
1072
|
type: 'chat',
|
|
@@ -1081,66 +1081,66 @@ export const MODEL_REGISTRY = {
|
|
|
1081
1081
|
gpqa: 0.646,
|
|
1082
1082
|
},
|
|
1083
1083
|
performance: {
|
|
1084
|
-
outputTokenPerSecond:
|
|
1085
|
-
timeTofirstToken:
|
|
1084
|
+
outputTokenPerSecond: 111.623,
|
|
1085
|
+
timeTofirstToken: 0.39,
|
|
1086
1086
|
intelligenceScore: 41.7,
|
|
1087
1087
|
},
|
|
1088
|
-
lastUpdated: '2025-12-
|
|
1088
|
+
lastUpdated: '2025-12-24',
|
|
1089
1089
|
},
|
|
1090
1090
|
'claude-opus-4-5-20251101': {
|
|
1091
1091
|
type: 'chat',
|
|
1092
1092
|
provider: 'anthropic',
|
|
1093
1093
|
displayName: 'Claude 4.5 Opus',
|
|
1094
|
-
lastUpdated: '2025-12-
|
|
1094
|
+
lastUpdated: '2025-12-24',
|
|
1095
1095
|
},
|
|
1096
1096
|
'voyage-large-2-instruct': {
|
|
1097
1097
|
type: 'embeddings',
|
|
1098
1098
|
provider: 'anthropic',
|
|
1099
1099
|
displayName: 'Voyage large 2 instruct',
|
|
1100
1100
|
contextLength: 16000,
|
|
1101
|
-
lastUpdated: '2025-12-
|
|
1101
|
+
lastUpdated: '2025-12-24',
|
|
1102
1102
|
},
|
|
1103
1103
|
'voyage-finance-2': {
|
|
1104
1104
|
type: 'embeddings',
|
|
1105
1105
|
provider: 'anthropic',
|
|
1106
1106
|
displayName: 'Voyage finance 2',
|
|
1107
1107
|
contextLength: 32000,
|
|
1108
|
-
lastUpdated: '2025-12-
|
|
1108
|
+
lastUpdated: '2025-12-24',
|
|
1109
1109
|
},
|
|
1110
1110
|
'voyage-multilingual-2': {
|
|
1111
1111
|
type: 'embeddings',
|
|
1112
1112
|
provider: 'anthropic',
|
|
1113
1113
|
displayName: 'Voyage multilingual 2',
|
|
1114
1114
|
contextLength: 32000,
|
|
1115
|
-
lastUpdated: '2025-12-
|
|
1115
|
+
lastUpdated: '2025-12-24',
|
|
1116
1116
|
},
|
|
1117
1117
|
'voyage-law-2': {
|
|
1118
1118
|
type: 'embeddings',
|
|
1119
1119
|
provider: 'anthropic',
|
|
1120
1120
|
displayName: 'Voyage law 2',
|
|
1121
1121
|
contextLength: 16000,
|
|
1122
|
-
lastUpdated: '2025-12-
|
|
1122
|
+
lastUpdated: '2025-12-24',
|
|
1123
1123
|
},
|
|
1124
1124
|
'voyage-code-2': {
|
|
1125
1125
|
type: 'embeddings',
|
|
1126
1126
|
provider: 'anthropic',
|
|
1127
1127
|
displayName: 'Voyage code 2',
|
|
1128
1128
|
contextLength: 16000,
|
|
1129
|
-
lastUpdated: '2025-12-
|
|
1129
|
+
lastUpdated: '2025-12-24',
|
|
1130
1130
|
},
|
|
1131
1131
|
'voyage-large-2': {
|
|
1132
1132
|
type: 'embeddings',
|
|
1133
1133
|
provider: 'anthropic',
|
|
1134
1134
|
displayName: 'Voyage large 2',
|
|
1135
1135
|
contextLength: 16000,
|
|
1136
|
-
lastUpdated: '2025-12-
|
|
1136
|
+
lastUpdated: '2025-12-24',
|
|
1137
1137
|
},
|
|
1138
1138
|
'voyage-2': {
|
|
1139
1139
|
type: 'embeddings',
|
|
1140
1140
|
provider: 'anthropic',
|
|
1141
1141
|
displayName: 'Voyage 2',
|
|
1142
1142
|
contextLength: 4000,
|
|
1143
|
-
lastUpdated: '2025-12-
|
|
1143
|
+
lastUpdated: '2025-12-24',
|
|
1144
1144
|
},
|
|
1145
1145
|
// Google models
|
|
1146
1146
|
'google/gemini-2.0-flash-exp': {
|
|
@@ -1153,11 +1153,11 @@ export const MODEL_REGISTRY = {
|
|
|
1153
1153
|
gpqa: 0.636,
|
|
1154
1154
|
},
|
|
1155
1155
|
performance: {
|
|
1156
|
-
outputTokenPerSecond:
|
|
1157
|
-
timeTofirstToken: 0.
|
|
1156
|
+
outputTokenPerSecond: 166.706,
|
|
1157
|
+
timeTofirstToken: 0.284,
|
|
1158
1158
|
intelligenceScore: 31.8,
|
|
1159
1159
|
},
|
|
1160
|
-
lastUpdated: '2025-12-
|
|
1160
|
+
lastUpdated: '2025-12-24',
|
|
1161
1161
|
},
|
|
1162
1162
|
'google/gemini-2.0-flash': {
|
|
1163
1163
|
type: 'chat',
|
|
@@ -1172,11 +1172,11 @@ export const MODEL_REGISTRY = {
|
|
|
1172
1172
|
gpqa: 0.623,
|
|
1173
1173
|
},
|
|
1174
1174
|
performance: {
|
|
1175
|
-
outputTokenPerSecond:
|
|
1176
|
-
timeTofirstToken: 0
|
|
1175
|
+
outputTokenPerSecond: 0,
|
|
1176
|
+
timeTofirstToken: 0,
|
|
1177
1177
|
intelligenceScore: 33.6,
|
|
1178
1178
|
},
|
|
1179
|
-
lastUpdated: '2025-12-
|
|
1179
|
+
lastUpdated: '2025-12-24',
|
|
1180
1180
|
},
|
|
1181
1181
|
'google/gemini-2.5-pro': {
|
|
1182
1182
|
type: 'chat',
|
|
@@ -1191,11 +1191,11 @@ export const MODEL_REGISTRY = {
|
|
|
1191
1191
|
gpqa: 0.844,
|
|
1192
1192
|
},
|
|
1193
1193
|
performance: {
|
|
1194
|
-
outputTokenPerSecond:
|
|
1195
|
-
timeTofirstToken: 34.
|
|
1194
|
+
outputTokenPerSecond: 160.909,
|
|
1195
|
+
timeTofirstToken: 34.11,
|
|
1196
1196
|
intelligenceScore: 59.6,
|
|
1197
1197
|
},
|
|
1198
|
-
lastUpdated: '2025-12-
|
|
1198
|
+
lastUpdated: '2025-12-24',
|
|
1199
1199
|
},
|
|
1200
1200
|
'google/gemini-2.5-flash': {
|
|
1201
1201
|
type: 'chat',
|
|
@@ -1210,11 +1210,11 @@ export const MODEL_REGISTRY = {
|
|
|
1210
1210
|
gpqa: 0.683,
|
|
1211
1211
|
},
|
|
1212
1212
|
performance: {
|
|
1213
|
-
outputTokenPerSecond:
|
|
1214
|
-
timeTofirstToken: 0.
|
|
1213
|
+
outputTokenPerSecond: 261.732,
|
|
1214
|
+
timeTofirstToken: 0.421,
|
|
1215
1215
|
intelligenceScore: 40.4,
|
|
1216
1216
|
},
|
|
1217
|
-
lastUpdated: '2025-12-
|
|
1217
|
+
lastUpdated: '2025-12-24',
|
|
1218
1218
|
},
|
|
1219
1219
|
'google/gemma-3-4b-it': {
|
|
1220
1220
|
type: 'chat',
|
|
@@ -1228,11 +1228,11 @@ export const MODEL_REGISTRY = {
|
|
|
1228
1228
|
gpqa: 0.291,
|
|
1229
1229
|
},
|
|
1230
1230
|
performance: {
|
|
1231
|
-
outputTokenPerSecond:
|
|
1232
|
-
timeTofirstToken:
|
|
1231
|
+
outputTokenPerSecond: 42.309,
|
|
1232
|
+
timeTofirstToken: 0.976,
|
|
1233
1233
|
intelligenceScore: 14.7,
|
|
1234
1234
|
},
|
|
1235
|
-
lastUpdated: '2025-12-
|
|
1235
|
+
lastUpdated: '2025-12-24',
|
|
1236
1236
|
},
|
|
1237
1237
|
'google/gemma-3-12b-it': {
|
|
1238
1238
|
type: 'chat',
|
|
@@ -1246,11 +1246,11 @@ export const MODEL_REGISTRY = {
|
|
|
1246
1246
|
gpqa: 0.349,
|
|
1247
1247
|
},
|
|
1248
1248
|
performance: {
|
|
1249
|
-
outputTokenPerSecond:
|
|
1250
|
-
timeTofirstToken:
|
|
1249
|
+
outputTokenPerSecond: 46.989,
|
|
1250
|
+
timeTofirstToken: 7.926,
|
|
1251
1251
|
intelligenceScore: 20.4,
|
|
1252
1252
|
},
|
|
1253
|
-
lastUpdated: '2025-12-
|
|
1253
|
+
lastUpdated: '2025-12-24',
|
|
1254
1254
|
},
|
|
1255
1255
|
'google/gemma-3-27b-it': {
|
|
1256
1256
|
type: 'chat',
|
|
@@ -1264,11 +1264,11 @@ export const MODEL_REGISTRY = {
|
|
|
1264
1264
|
gpqa: 0.428,
|
|
1265
1265
|
},
|
|
1266
1266
|
performance: {
|
|
1267
|
-
outputTokenPerSecond:
|
|
1268
|
-
timeTofirstToken: 0.
|
|
1267
|
+
outputTokenPerSecond: 47.301,
|
|
1268
|
+
timeTofirstToken: 0.781,
|
|
1269
1269
|
intelligenceScore: 22.1,
|
|
1270
1270
|
},
|
|
1271
|
-
lastUpdated: '2025-12-
|
|
1271
|
+
lastUpdated: '2025-12-24',
|
|
1272
1272
|
},
|
|
1273
1273
|
'google/gemini-2.5-flash-lite-preview': {
|
|
1274
1274
|
type: 'chat',
|
|
@@ -1276,18 +1276,18 @@ export const MODEL_REGISTRY = {
|
|
|
1276
1276
|
displayName: 'Gemini 2.5 Flash Lite Preview',
|
|
1277
1277
|
pricing: { input: 0.0001, output: 0.0004 },
|
|
1278
1278
|
benchmarks: {
|
|
1279
|
-
intelligence:
|
|
1280
|
-
coding:
|
|
1281
|
-
math:
|
|
1282
|
-
mmluPro: 0.
|
|
1283
|
-
gpqa: 0.
|
|
1279
|
+
intelligence: 30.1,
|
|
1280
|
+
coding: 19.9,
|
|
1281
|
+
math: 35.3,
|
|
1282
|
+
mmluPro: 0.724,
|
|
1283
|
+
gpqa: 0.474,
|
|
1284
1284
|
},
|
|
1285
1285
|
performance: {
|
|
1286
|
-
outputTokenPerSecond:
|
|
1287
|
-
timeTofirstToken: 0
|
|
1288
|
-
intelligenceScore:
|
|
1286
|
+
outputTokenPerSecond: 0,
|
|
1287
|
+
timeTofirstToken: 0,
|
|
1288
|
+
intelligenceScore: 30.1,
|
|
1289
1289
|
},
|
|
1290
|
-
lastUpdated: '2025-12-
|
|
1290
|
+
lastUpdated: '2025-12-24',
|
|
1291
1291
|
},
|
|
1292
1292
|
'google/gemma-3n-e4b-it': {
|
|
1293
1293
|
type: 'chat',
|
|
@@ -1302,11 +1302,11 @@ export const MODEL_REGISTRY = {
|
|
|
1302
1302
|
gpqa: 0.296,
|
|
1303
1303
|
},
|
|
1304
1304
|
performance: {
|
|
1305
|
-
outputTokenPerSecond:
|
|
1306
|
-
timeTofirstToken: 0
|
|
1305
|
+
outputTokenPerSecond: 0,
|
|
1306
|
+
timeTofirstToken: 0,
|
|
1307
1307
|
intelligenceScore: 15.5,
|
|
1308
1308
|
},
|
|
1309
|
-
lastUpdated: '2025-12-
|
|
1309
|
+
lastUpdated: '2025-12-24',
|
|
1310
1310
|
},
|
|
1311
1311
|
'google/gemini-3-pro-preview': {
|
|
1312
1312
|
type: 'chat',
|
|
@@ -1321,11 +1321,11 @@ export const MODEL_REGISTRY = {
|
|
|
1321
1321
|
gpqa: 0.908,
|
|
1322
1322
|
},
|
|
1323
1323
|
performance: {
|
|
1324
|
-
outputTokenPerSecond:
|
|
1325
|
-
timeTofirstToken:
|
|
1324
|
+
outputTokenPerSecond: 133.913,
|
|
1325
|
+
timeTofirstToken: 29.692,
|
|
1326
1326
|
intelligenceScore: 72.8,
|
|
1327
1327
|
},
|
|
1328
|
-
lastUpdated: '2025-12-
|
|
1328
|
+
lastUpdated: '2025-12-24',
|
|
1329
1329
|
},
|
|
1330
1330
|
'google/gemini-3-flash-preview': {
|
|
1331
1331
|
type: 'chat',
|
|
@@ -1340,186 +1340,290 @@ export const MODEL_REGISTRY = {
|
|
|
1340
1340
|
gpqa: 0.812,
|
|
1341
1341
|
},
|
|
1342
1342
|
performance: {
|
|
1343
|
-
outputTokenPerSecond:
|
|
1344
|
-
timeTofirstToken: 0.
|
|
1343
|
+
outputTokenPerSecond: 191.798,
|
|
1344
|
+
timeTofirstToken: 0.683,
|
|
1345
1345
|
intelligenceScore: 54.5,
|
|
1346
1346
|
},
|
|
1347
|
-
lastUpdated: '2025-12-
|
|
1347
|
+
lastUpdated: '2025-12-24',
|
|
1348
1348
|
},
|
|
1349
1349
|
'google/gc-document-ai': {
|
|
1350
1350
|
type: 'document',
|
|
1351
1351
|
provider: 'google',
|
|
1352
1352
|
displayName: 'GC document AI',
|
|
1353
|
-
lastUpdated: '2025-12-
|
|
1353
|
+
lastUpdated: '2025-12-24',
|
|
1354
1354
|
},
|
|
1355
1355
|
'imagen-3.0-generate-002': {
|
|
1356
1356
|
type: 'image',
|
|
1357
1357
|
provider: 'google',
|
|
1358
1358
|
displayName: 'Imagen 3.0',
|
|
1359
|
-
lastUpdated: '2025-12-
|
|
1359
|
+
lastUpdated: '2025-12-24',
|
|
1360
1360
|
},
|
|
1361
1361
|
'imagen-4.0-ultra-generate-preview-06-06': {
|
|
1362
1362
|
type: 'image',
|
|
1363
1363
|
provider: 'google',
|
|
1364
1364
|
displayName: 'Imagen 4.0 Ultra',
|
|
1365
|
-
lastUpdated: '2025-12-
|
|
1365
|
+
lastUpdated: '2025-12-24',
|
|
1366
1366
|
},
|
|
1367
1367
|
'google/imagen-4.0-generate-001': {
|
|
1368
1368
|
type: 'image',
|
|
1369
1369
|
provider: 'google',
|
|
1370
1370
|
displayName: 'Imagen 4.0 Generate',
|
|
1371
|
-
lastUpdated: '2025-12-
|
|
1371
|
+
lastUpdated: '2025-12-24',
|
|
1372
1372
|
},
|
|
1373
1373
|
'google/imagen-4.0-fast-generate-001': {
|
|
1374
1374
|
type: 'image',
|
|
1375
1375
|
provider: 'google',
|
|
1376
1376
|
displayName: 'Imagen 4.0 Fast Generate',
|
|
1377
|
-
lastUpdated: '2025-12-
|
|
1377
|
+
lastUpdated: '2025-12-24',
|
|
1378
1378
|
},
|
|
1379
1379
|
'google/imagen-4.0-ultra-generate-001': {
|
|
1380
1380
|
type: 'image',
|
|
1381
1381
|
provider: 'google',
|
|
1382
1382
|
displayName: 'Imagen 4.0 Ultra Generate',
|
|
1383
|
-
lastUpdated: '2025-12-
|
|
1383
|
+
lastUpdated: '2025-12-24',
|
|
1384
1384
|
},
|
|
1385
1385
|
'google/imagen4/preview': {
|
|
1386
1386
|
type: 'image',
|
|
1387
1387
|
provider: 'google',
|
|
1388
1388
|
displayName: 'Imagen 4.0 Generate Preview',
|
|
1389
|
-
lastUpdated: '2025-12-
|
|
1389
|
+
lastUpdated: '2025-12-24',
|
|
1390
1390
|
},
|
|
1391
1391
|
'google/gemini-2.5-flash-image': {
|
|
1392
1392
|
type: 'image',
|
|
1393
1393
|
provider: 'google',
|
|
1394
1394
|
displayName: 'Gemini 2.5 Flash Image',
|
|
1395
|
-
lastUpdated: '2025-12-
|
|
1395
|
+
lastUpdated: '2025-12-24',
|
|
1396
1396
|
},
|
|
1397
1397
|
'google/gemini-2.5-flash-image-edit': {
|
|
1398
1398
|
type: 'image',
|
|
1399
1399
|
provider: 'google',
|
|
1400
1400
|
displayName: 'Gemini 2.5 Flash Image Edit',
|
|
1401
|
-
lastUpdated: '2025-12-
|
|
1401
|
+
lastUpdated: '2025-12-24',
|
|
1402
1402
|
},
|
|
1403
1403
|
'google/gemini-3-pro-image-preview': {
|
|
1404
1404
|
type: 'image',
|
|
1405
1405
|
provider: 'google',
|
|
1406
1406
|
displayName: 'Gemini 3 Pro Image',
|
|
1407
|
-
lastUpdated: '2025-12-
|
|
1407
|
+
lastUpdated: '2025-12-24',
|
|
1408
1408
|
},
|
|
1409
1409
|
'google/nano-banana-pro': {
|
|
1410
1410
|
type: 'image',
|
|
1411
1411
|
provider: 'google',
|
|
1412
1412
|
displayName: 'Nano Banana Pro',
|
|
1413
|
-
lastUpdated: '2025-12-
|
|
1413
|
+
lastUpdated: '2025-12-24',
|
|
1414
1414
|
},
|
|
1415
1415
|
'google/gemini-3-pro-image-preview-edit': {
|
|
1416
1416
|
type: 'image',
|
|
1417
1417
|
provider: 'google',
|
|
1418
1418
|
displayName: 'Gemini 3 Pro Image Edit',
|
|
1419
|
-
lastUpdated: '2025-12-
|
|
1419
|
+
lastUpdated: '2025-12-24',
|
|
1420
1420
|
},
|
|
1421
1421
|
'google/nano-banana-pro-edit': {
|
|
1422
1422
|
type: 'image',
|
|
1423
1423
|
provider: 'google',
|
|
1424
1424
|
displayName: 'Nano Banana Pro Edit',
|
|
1425
|
-
lastUpdated: '2025-12-
|
|
1425
|
+
lastUpdated: '2025-12-24',
|
|
1426
1426
|
},
|
|
1427
1427
|
'text-embedding-004': {
|
|
1428
1428
|
type: 'embeddings',
|
|
1429
1429
|
provider: 'google',
|
|
1430
1430
|
displayName: 'Text embedding 004',
|
|
1431
1431
|
contextLength: 2000,
|
|
1432
|
-
lastUpdated: '2025-12-
|
|
1432
|
+
lastUpdated: '2025-12-24',
|
|
1433
1433
|
},
|
|
1434
1434
|
'text-multilingual-embedding-002': {
|
|
1435
1435
|
type: 'embeddings',
|
|
1436
1436
|
provider: 'google',
|
|
1437
1437
|
displayName: 'Text multilingual embedding 002',
|
|
1438
1438
|
contextLength: 2000,
|
|
1439
|
-
lastUpdated: '2025-12-
|
|
1439
|
+
lastUpdated: '2025-12-24',
|
|
1440
1440
|
},
|
|
1441
1441
|
'google/veo-3.1-t2v': {
|
|
1442
1442
|
type: 'video',
|
|
1443
1443
|
provider: 'google',
|
|
1444
1444
|
displayName: 'Veo3.1 Text-To-Video',
|
|
1445
|
-
lastUpdated: '2025-12-
|
|
1445
|
+
lastUpdated: '2025-12-24',
|
|
1446
1446
|
},
|
|
1447
1447
|
'google/veo-3.1-i2v': {
|
|
1448
1448
|
type: 'video',
|
|
1449
1449
|
provider: 'google',
|
|
1450
1450
|
displayName: 'Veo3.1 Image-To-Video',
|
|
1451
|
-
lastUpdated: '2025-12-
|
|
1451
|
+
lastUpdated: '2025-12-24',
|
|
1452
1452
|
},
|
|
1453
1453
|
'google/veo-3.1-first-last-image-to-video': {
|
|
1454
1454
|
type: 'video',
|
|
1455
1455
|
provider: 'google',
|
|
1456
1456
|
displayName: 'Veo3.1 First-Last-Frame-Image-To-Video',
|
|
1457
|
-
lastUpdated: '2025-12-
|
|
1457
|
+
lastUpdated: '2025-12-24',
|
|
1458
1458
|
},
|
|
1459
1459
|
'google/veo-3.1-reference-to-video': {
|
|
1460
1460
|
type: 'video',
|
|
1461
1461
|
provider: 'google',
|
|
1462
1462
|
displayName: 'Veo3.1 Reference-To-Video',
|
|
1463
|
-
lastUpdated: '2025-12-
|
|
1463
|
+
lastUpdated: '2025-12-24',
|
|
1464
1464
|
},
|
|
1465
1465
|
'google/veo-3.1-t2v-fast': {
|
|
1466
1466
|
type: 'video',
|
|
1467
1467
|
provider: 'google',
|
|
1468
1468
|
displayName: 'Veo3.1 Text-To-Video Fast',
|
|
1469
|
-
lastUpdated: '2025-12-
|
|
1469
|
+
lastUpdated: '2025-12-24',
|
|
1470
1470
|
},
|
|
1471
1471
|
'google/veo-3.1-i2v-fast': {
|
|
1472
1472
|
type: 'video',
|
|
1473
1473
|
provider: 'google',
|
|
1474
1474
|
displayName: 'Veo3.1 Image-To-Video Fast',
|
|
1475
|
-
lastUpdated: '2025-12-
|
|
1475
|
+
lastUpdated: '2025-12-24',
|
|
1476
1476
|
},
|
|
1477
1477
|
'google/veo-3.1-first-last-image-to-video-fast': {
|
|
1478
1478
|
type: 'video',
|
|
1479
1479
|
provider: 'google',
|
|
1480
1480
|
displayName: 'Veo3.1 First-Last-Frame-Image-To-Video Fast',
|
|
1481
|
-
lastUpdated: '2025-12-
|
|
1481
|
+
lastUpdated: '2025-12-24',
|
|
1482
|
+
},
|
|
1483
|
+
'google/veo3-1-extend-video': {
|
|
1484
|
+
type: 'video',
|
|
1485
|
+
provider: 'google',
|
|
1486
|
+
displayName: 'Veo 3.1 Extend Video',
|
|
1487
|
+
lastUpdated: '2025-12-24',
|
|
1488
|
+
},
|
|
1489
|
+
'google/veo3-1-fast-extend-video': {
|
|
1490
|
+
type: 'video',
|
|
1491
|
+
provider: 'google',
|
|
1492
|
+
displayName: 'Veo 3.1 Fast Extend Video',
|
|
1493
|
+
lastUpdated: '2025-12-24',
|
|
1482
1494
|
},
|
|
1483
1495
|
'veo2/image-to-video': {
|
|
1484
1496
|
type: 'video',
|
|
1485
1497
|
provider: 'google',
|
|
1486
1498
|
displayName: 'Veo2 Image-to-Video',
|
|
1487
|
-
lastUpdated: '2025-12-
|
|
1499
|
+
lastUpdated: '2025-12-24',
|
|
1488
1500
|
},
|
|
1489
1501
|
'veo2': {
|
|
1490
1502
|
type: 'video',
|
|
1491
1503
|
provider: 'google',
|
|
1492
1504
|
displayName: 'Veo2 Text-to-Video',
|
|
1493
|
-
lastUpdated: '2025-12-
|
|
1505
|
+
lastUpdated: '2025-12-24',
|
|
1494
1506
|
},
|
|
1495
1507
|
'google/veo3': {
|
|
1496
1508
|
type: 'video',
|
|
1497
1509
|
provider: 'google',
|
|
1498
1510
|
displayName: 'Veo3 Text-to-Video',
|
|
1499
|
-
lastUpdated: '2025-12-
|
|
1511
|
+
lastUpdated: '2025-12-24',
|
|
1500
1512
|
},
|
|
1501
1513
|
'google/veo-3.0-i2v': {
|
|
1502
1514
|
type: 'video',
|
|
1503
1515
|
provider: 'google',
|
|
1504
1516
|
displayName: 'Veo3 Image-to-Video',
|
|
1505
|
-
lastUpdated: '2025-12-
|
|
1517
|
+
lastUpdated: '2025-12-24',
|
|
1506
1518
|
},
|
|
1507
1519
|
'google/veo-3.0-fast': {
|
|
1508
1520
|
type: 'video',
|
|
1509
1521
|
provider: 'google',
|
|
1510
1522
|
displayName: 'Veo3 Text-To-Video Fast',
|
|
1511
|
-
lastUpdated: '2025-12-
|
|
1523
|
+
lastUpdated: '2025-12-24',
|
|
1512
1524
|
},
|
|
1513
1525
|
'google/veo-3.0-i2v-fast': {
|
|
1514
1526
|
type: 'video',
|
|
1515
1527
|
provider: 'google',
|
|
1516
1528
|
displayName: 'Veo3 Image-to-Video Fast',
|
|
1517
|
-
lastUpdated: '2025-12-
|
|
1529
|
+
lastUpdated: '2025-12-24',
|
|
1518
1530
|
},
|
|
1519
1531
|
'google/lyria2': {
|
|
1520
1532
|
type: 'audio',
|
|
1521
1533
|
provider: 'google',
|
|
1522
1534
|
displayName: 'Lyria 2',
|
|
1523
|
-
lastUpdated: '2025-12-
|
|
1535
|
+
lastUpdated: '2025-12-24',
|
|
1536
|
+
},
|
|
1537
|
+
// Mistral models
|
|
1538
|
+
'mistralai/Mixtral-8x7B-Instruct-v0.1': {
|
|
1539
|
+
type: 'chat',
|
|
1540
|
+
provider: 'mistral',
|
|
1541
|
+
displayName: 'Mixtral 8x7B Instruct v0.1',
|
|
1542
|
+
pricing: { input: 0.00054, output: 0.0006 },
|
|
1543
|
+
benchmarks: {
|
|
1544
|
+
intelligence: 2.6,
|
|
1545
|
+
mmluPro: 0.387,
|
|
1546
|
+
gpqa: 0.292,
|
|
1547
|
+
},
|
|
1548
|
+
performance: {
|
|
1549
|
+
outputTokenPerSecond: 0,
|
|
1550
|
+
timeTofirstToken: 0,
|
|
1551
|
+
intelligenceScore: 2.6,
|
|
1552
|
+
},
|
|
1553
|
+
lastUpdated: '2025-12-24',
|
|
1554
|
+
},
|
|
1555
|
+
'mistralai/Mistral-7B-Instruct-v0.2': {
|
|
1556
|
+
type: 'chat',
|
|
1557
|
+
provider: 'mistral',
|
|
1558
|
+
displayName: 'Mistral 7B Instruct v0.2',
|
|
1559
|
+
pricing: { input: 0.00025, output: 0.00025 },
|
|
1560
|
+
benchmarks: {
|
|
1561
|
+
intelligence: 1,
|
|
1562
|
+
mmluPro: 0.245,
|
|
1563
|
+
gpqa: 0.177,
|
|
1564
|
+
},
|
|
1565
|
+
performance: {
|
|
1566
|
+
outputTokenPerSecond: 123.408,
|
|
1567
|
+
timeTofirstToken: 0.382,
|
|
1568
|
+
intelligenceScore: 1,
|
|
1569
|
+
},
|
|
1570
|
+
lastUpdated: '2025-12-24',
|
|
1571
|
+
},
|
|
1572
|
+
'mistralai/Mistral-7B-Instruct-v0.3': {
|
|
1573
|
+
type: 'chat',
|
|
1574
|
+
provider: 'mistral',
|
|
1575
|
+
displayName: 'Mistral 7B Instruct v0.3',
|
|
1576
|
+
pricing: { input: 0.00025, output: 0.00025 },
|
|
1577
|
+
benchmarks: {
|
|
1578
|
+
intelligence: 1,
|
|
1579
|
+
mmluPro: 0.245,
|
|
1580
|
+
gpqa: 0.177,
|
|
1581
|
+
},
|
|
1582
|
+
performance: {
|
|
1583
|
+
outputTokenPerSecond: 123.408,
|
|
1584
|
+
timeTofirstToken: 0.382,
|
|
1585
|
+
intelligenceScore: 1,
|
|
1586
|
+
},
|
|
1587
|
+
lastUpdated: '2025-12-24',
|
|
1588
|
+
},
|
|
1589
|
+
'mistralai/mistral-tiny': {
|
|
1590
|
+
type: 'chat',
|
|
1591
|
+
provider: 'mistral',
|
|
1592
|
+
displayName: 'Mistral tiny',
|
|
1593
|
+
pricing: { input: 0.0002, output: 0.0006 },
|
|
1594
|
+
benchmarks: {
|
|
1595
|
+
intelligence: 13,
|
|
1596
|
+
mmluPro: 0.529,
|
|
1597
|
+
gpqa: 0.381,
|
|
1598
|
+
},
|
|
1599
|
+
performance: {
|
|
1600
|
+
outputTokenPerSecond: 115.713,
|
|
1601
|
+
timeTofirstToken: 0.399,
|
|
1602
|
+
intelligenceScore: 13,
|
|
1603
|
+
},
|
|
1604
|
+
lastUpdated: '2025-12-24',
|
|
1605
|
+
},
|
|
1606
|
+
'mistralai/mistral-nemo': {
|
|
1607
|
+
type: 'chat',
|
|
1608
|
+
provider: 'mistral',
|
|
1609
|
+
displayName: 'Mistral nemo',
|
|
1610
|
+
pricing: { input: 0.0002, output: 0.0006 },
|
|
1611
|
+
benchmarks: {
|
|
1612
|
+
intelligence: 13,
|
|
1613
|
+
mmluPro: 0.529,
|
|
1614
|
+
gpqa: 0.381,
|
|
1615
|
+
},
|
|
1616
|
+
performance: {
|
|
1617
|
+
outputTokenPerSecond: 115.713,
|
|
1618
|
+
timeTofirstToken: 0.399,
|
|
1619
|
+
intelligenceScore: 13,
|
|
1620
|
+
},
|
|
1621
|
+
lastUpdated: '2025-12-24',
|
|
1622
|
+
},
|
|
1623
|
+
'mistral/mistral-ocr-latest': {
|
|
1624
|
+
type: 'document',
|
|
1625
|
+
provider: 'mistral',
|
|
1626
|
+
displayName: 'Mistral OCR',
|
|
1627
|
+
lastUpdated: '2025-12-24',
|
|
1524
1628
|
},
|
|
1525
1629
|
};
|