@layer-ai/sdk 0.4.0 → 0.5.1

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.
@@ -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: 123.858,
31
- timeTofirstToken: 0.537,
30
+ outputTokenPerSecond: 235.657,
31
+ timeTofirstToken: 0.323,
32
32
  intelligenceScore: 27,
33
33
  },
34
- lastUpdated: '2025-12-20',
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: 89.124,
47
- timeTofirstToken: 0.568,
46
+ outputTokenPerSecond: 123.952,
47
+ timeTofirstToken: 0.436,
48
48
  intelligenceScore: 29,
49
49
  },
50
- lastUpdated: '2025-12-20',
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: 66.624,
65
- timeTofirstToken: 0.887,
64
+ outputTokenPerSecond: 118.509,
65
+ timeTofirstToken: 0.483,
66
66
  intelligenceScore: 26.3,
67
67
  },
68
- lastUpdated: '2025-12-20',
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: 52.297,
83
- timeTofirstToken: 0.576,
82
+ outputTokenPerSecond: 47.79,
83
+ timeTofirstToken: 0.58,
84
84
  intelligenceScore: 21.2,
85
85
  },
86
- lastUpdated: '2025-12-20',
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: 52.297,
101
- timeTofirstToken: 0.576,
100
+ outputTokenPerSecond: 47.79,
101
+ timeTofirstToken: 0.58,
102
102
  intelligenceScore: 21.2,
103
103
  },
104
- lastUpdated: '2025-12-20',
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: 165.971,
118
- timeTofirstToken: 0.461,
117
+ outputTokenPerSecond: 244.456,
118
+ timeTofirstToken: 0.925,
119
119
  intelligenceScore: 25.3,
120
120
  },
121
- lastUpdated: '2025-12-20',
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: 27.301,
135
- timeTofirstToken: 0.945,
134
+ outputTokenPerSecond: 40.254,
135
+ timeTofirstToken: 0.847,
136
136
  intelligenceScore: 24.2,
137
137
  },
138
- lastUpdated: '2025-12-20',
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: 27.301,
152
- timeTofirstToken: 0.945,
151
+ outputTokenPerSecond: 40.254,
152
+ timeTofirstToken: 0.847,
153
153
  intelligenceScore: 24.2,
154
154
  },
155
- lastUpdated: '2025-12-20',
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: 23.9,
168
- timeTofirstToken: 0.993,
167
+ outputTokenPerSecond: 29.898,
168
+ timeTofirstToken: 0.781,
169
169
  intelligenceScore: 21.5,
170
170
  },
171
- lastUpdated: '2025-12-20',
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: 23.9,
184
- timeTofirstToken: 0.993,
183
+ outputTokenPerSecond: 29.898,
184
+ timeTofirstToken: 0.781,
185
185
  intelligenceScore: 21.5,
186
186
  },
187
- lastUpdated: '2025-12-20',
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: 23.9,
200
- timeTofirstToken: 0.993,
199
+ outputTokenPerSecond: 29.898,
200
+ timeTofirstToken: 0.781,
201
201
  intelligenceScore: 21.5,
202
202
  },
203
- lastUpdated: '2025-12-20',
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: 142.68,
218
- timeTofirstToken: 0.43,
217
+ outputTokenPerSecond: 129.872,
218
+ timeTofirstToken: 0.68,
219
219
  intelligenceScore: 8.3,
220
220
  },
221
- lastUpdated: '2025-12-20',
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: 142.68,
236
- timeTofirstToken: 0.43,
235
+ outputTokenPerSecond: 129.872,
236
+ timeTofirstToken: 0.68,
237
237
  intelligenceScore: 8.3,
238
238
  },
239
- lastUpdated: '2025-12-20',
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: 142.68,
254
- timeTofirstToken: 0.43,
253
+ outputTokenPerSecond: 129.872,
254
+ timeTofirstToken: 0.68,
255
255
  intelligenceScore: 8.3,
256
256
  },
257
- lastUpdated: '2025-12-20',
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: 142.395,
272
- timeTofirstToken: 18.179,
271
+ outputTokenPerSecond: 160.235,
272
+ timeTofirstToken: 15.449,
273
273
  intelligenceScore: 48.1,
274
274
  },
275
- lastUpdated: '2025-12-20',
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: 123.858,
291
- timeTofirstToken: 0.537,
290
+ outputTokenPerSecond: 235.657,
291
+ timeTofirstToken: 0.323,
292
292
  intelligenceScore: 27,
293
293
  },
294
- lastUpdated: '2025-12-20',
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: 52.297,
309
- timeTofirstToken: 0.576,
308
+ outputTokenPerSecond: 47.79,
309
+ timeTofirstToken: 0.58,
310
310
  intelligenceScore: 21.2,
311
311
  },
312
- lastUpdated: '2025-12-20',
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: 123.858,
328
- timeTofirstToken: 0.537,
327
+ outputTokenPerSecond: 235.657,
328
+ timeTofirstToken: 0.323,
329
329
  intelligenceScore: 27,
330
330
  },
331
- lastUpdated: '2025-12-20',
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: 52.297,
346
- timeTofirstToken: 0.576,
345
+ outputTokenPerSecond: 47.79,
346
+ timeTofirstToken: 0.58,
347
347
  intelligenceScore: 21.2,
348
348
  },
349
- lastUpdated: '2025-12-20',
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: 123.858,
365
- timeTofirstToken: 0.537,
364
+ outputTokenPerSecond: 235.657,
365
+ timeTofirstToken: 0.323,
366
366
  intelligenceScore: 27,
367
367
  },
368
- lastUpdated: '2025-12-20',
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: 52.297,
383
- timeTofirstToken: 0.576,
382
+ outputTokenPerSecond: 47.79,
383
+ timeTofirstToken: 0.58,
384
384
  intelligenceScore: 21.2,
385
385
  },
386
- lastUpdated: '2025-12-20',
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: 79.153,
402
- timeTofirstToken: 0.506,
401
+ outputTokenPerSecond: 109.93,
402
+ timeTofirstToken: 0.694,
403
403
  intelligenceScore: 43.4,
404
404
  },
405
- lastUpdated: '2025-12-20',
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: 61.523,
421
- timeTofirstToken: 0.534,
420
+ outputTokenPerSecond: 80.606,
421
+ timeTofirstToken: 0.505,
422
422
  intelligenceScore: 42.5,
423
423
  },
424
- lastUpdated: '2025-12-20',
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: 122.151,
440
- timeTofirstToken: 0.389,
439
+ outputTokenPerSecond: 171.016,
440
+ timeTofirstToken: 0.446,
441
441
  intelligenceScore: 27.3,
442
442
  },
443
- lastUpdated: '2025-12-20',
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: 131.538,
459
- timeTofirstToken: 56.891,
458
+ outputTokenPerSecond: 169.795,
459
+ timeTofirstToken: 33.795,
460
460
  intelligenceScore: 59.6,
461
461
  },
462
- lastUpdated: '2025-12-20',
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: 229.799,
478
- timeTofirstToken: 13.441,
477
+ outputTokenPerSecond: 359.632,
478
+ timeTofirstToken: 8.936,
479
479
  intelligenceScore: 65.5,
480
480
  },
481
- lastUpdated: '2025-12-20',
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: 162.648,
496
- timeTofirstToken: 20.052,
495
+ outputTokenPerSecond: 200.717,
496
+ timeTofirstToken: 15.318,
497
497
  intelligenceScore: 47.2,
498
498
  },
499
- lastUpdated: '2025-12-20',
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: 126.231,
515
- timeTofirstToken: 98.105,
514
+ outputTokenPerSecond: 147.254,
515
+ timeTofirstToken: 80.387,
516
516
  intelligenceScore: 68.5,
517
517
  },
518
- lastUpdated: '2025-12-20',
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: 67.754,
534
- timeTofirstToken: 121.609,
533
+ outputTokenPerSecond: 86.714,
534
+ timeTofirstToken: 92.447,
535
535
  intelligenceScore: 64.3,
536
536
  },
537
- lastUpdated: '2025-12-20',
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: 119.182,
553
- timeTofirstToken: 137.803,
552
+ outputTokenPerSecond: 157.197,
553
+ timeTofirstToken: 102.322,
554
554
  intelligenceScore: 51,
555
555
  },
556
- lastUpdated: '2025-12-20',
556
+ lastUpdated: '2025-12-24',
557
557
  },
558
558
  'openai/gpt-5-chat-latest': {
559
559
  type: 'chat',
@@ -568,87 +568,11 @@ export const MODEL_REGISTRY = {
568
568
  gpqa: 0.686,
569
569
  },
570
570
  performance: {
571
- outputTokenPerSecond: 127.814,
572
- timeTofirstToken: 0.727,
571
+ outputTokenPerSecond: 192.431,
572
+ timeTofirstToken: 0.677,
573
573
  intelligenceScore: 41.8,
574
574
  },
575
- lastUpdated: '2025-12-20',
576
- },
577
- 'openai/gpt-5-1': {
578
- type: 'chat',
579
- provider: 'openai',
580
- displayName: 'GPT-5.1',
581
- pricing: { input: 0.00125, output: 0.01 },
582
- benchmarks: {
583
- intelligence: 69.7,
584
- coding: 57.5,
585
- math: 94,
586
- mmluPro: 0.87,
587
- gpqa: 0.873,
588
- },
589
- performance: {
590
- outputTokenPerSecond: 98.935,
591
- timeTofirstToken: 41.605,
592
- intelligenceScore: 69.7,
593
- },
594
- lastUpdated: '2025-12-20',
595
- },
596
- 'openai/gpt-5-1-chat-latest': {
597
- type: 'chat',
598
- provider: 'openai',
599
- displayName: 'GPT-5.1 Chat Latest',
600
- pricing: { input: 0.00125, output: 0.01 },
601
- benchmarks: {
602
- intelligence: 41.8,
603
- coding: 34.7,
604
- math: 48.3,
605
- mmluPro: 0.82,
606
- gpqa: 0.686,
607
- },
608
- performance: {
609
- outputTokenPerSecond: 127.814,
610
- timeTofirstToken: 0.727,
611
- intelligenceScore: 41.8,
612
- },
613
- lastUpdated: '2025-12-20',
614
- },
615
- 'openai/gpt-5-2': {
616
- type: 'chat',
617
- provider: 'openai',
618
- displayName: 'GPT-5.2',
619
- pricing: { input: 0.00175, output: 0.014 },
620
- benchmarks: {
621
- intelligence: 72.6,
622
- coding: 61.8,
623
- math: 98.7,
624
- mmluPro: 0.874,
625
- gpqa: 0.903,
626
- },
627
- performance: {
628
- outputTokenPerSecond: 150.843,
629
- timeTofirstToken: 43.787,
630
- intelligenceScore: 72.6,
631
- },
632
- lastUpdated: '2025-12-20',
633
- },
634
- 'openai/gpt-5-2-chat-latest': {
635
- type: 'chat',
636
- provider: 'openai',
637
- displayName: 'GPT-5.2 Chat Latest',
638
- pricing: { input: 0.00125, output: 0.01 },
639
- benchmarks: {
640
- intelligence: 41.8,
641
- coding: 34.7,
642
- math: 48.3,
643
- mmluPro: 0.82,
644
- gpqa: 0.686,
645
- },
646
- performance: {
647
- outputTokenPerSecond: 127.814,
648
- timeTofirstToken: 0.727,
649
- intelligenceScore: 41.8,
650
- },
651
- lastUpdated: '2025-12-20',
575
+ lastUpdated: '2025-12-24',
652
576
  },
653
577
  'openai/o3-pro': {
654
578
  type: 'responses',
@@ -660,11 +584,11 @@ export const MODEL_REGISTRY = {
660
584
  gpqa: 0.845,
661
585
  },
662
586
  performance: {
663
- outputTokenPerSecond: 38.886,
664
- timeTofirstToken: 71.827,
587
+ outputTokenPerSecond: 53.281,
588
+ timeTofirstToken: 58.458,
665
589
  intelligenceScore: 65.3,
666
590
  },
667
- lastUpdated: '2025-12-20',
591
+ lastUpdated: '2025-12-24',
668
592
  },
669
593
  'openai/gpt-5-pro': {
670
594
  type: 'responses',
@@ -679,11 +603,11 @@ export const MODEL_REGISTRY = {
679
603
  gpqa: 0.854,
680
604
  },
681
605
  performance: {
682
- outputTokenPerSecond: 126.231,
683
- timeTofirstToken: 98.105,
606
+ outputTokenPerSecond: 147.254,
607
+ timeTofirstToken: 80.387,
684
608
  intelligenceScore: 68.5,
685
609
  },
686
- lastUpdated: '2025-12-20',
610
+ lastUpdated: '2025-12-24',
687
611
  },
688
612
  'openai/gpt-5-1-codex': {
689
613
  type: 'responses',
@@ -698,11 +622,11 @@ export const MODEL_REGISTRY = {
698
622
  gpqa: 0.86,
699
623
  },
700
624
  performance: {
701
- outputTokenPerSecond: 171.555,
702
- timeTofirstToken: 15.164,
625
+ outputTokenPerSecond: 264.603,
626
+ timeTofirstToken: 12.24,
703
627
  intelligenceScore: 66.9,
704
628
  },
705
- lastUpdated: '2025-12-20',
629
+ lastUpdated: '2025-12-24',
706
630
  },
707
631
  'openai/gpt-5-1-codex-mini': {
708
632
  type: 'responses',
@@ -717,11 +641,11 @@ export const MODEL_REGISTRY = {
717
641
  gpqa: 0.813,
718
642
  },
719
643
  performance: {
720
- outputTokenPerSecond: 140.588,
721
- timeTofirstToken: 10.806,
644
+ outputTokenPerSecond: 146.418,
645
+ timeTofirstToken: 15.16,
722
646
  intelligenceScore: 62.3,
723
647
  },
724
- lastUpdated: '2025-12-20',
648
+ lastUpdated: '2025-12-24',
725
649
  },
726
650
  'openai/gpt-5-2-pro': {
727
651
  type: 'responses',
@@ -736,130 +660,86 @@ export const MODEL_REGISTRY = {
736
660
  gpqa: 0.903,
737
661
  },
738
662
  performance: {
739
- outputTokenPerSecond: 150.843,
740
- timeTofirstToken: 43.787,
663
+ outputTokenPerSecond: 112.643,
664
+ timeTofirstToken: 45.724,
741
665
  intelligenceScore: 72.6,
742
666
  },
743
- lastUpdated: '2025-12-20',
744
- },
745
- 'openai/gpt-oss-120b': {
746
- type: 'chat',
747
- provider: 'openai',
748
- displayName: 'GPT OSS 120B',
749
- pricing: { input: 0.00015, output: 0.0006 },
750
- benchmarks: {
751
- intelligence: 60.5,
752
- coding: 49.6,
753
- math: 93.4,
754
- mmluPro: 0.808,
755
- gpqa: 0.782,
756
- },
757
- performance: {
758
- outputTokenPerSecond: 334.569,
759
- timeTofirstToken: 0.439,
760
- intelligenceScore: 60.5,
761
- },
762
- lastUpdated: '2025-12-20',
763
- },
764
- 'openai/gpt-oss-20b': {
765
- type: 'chat',
766
- provider: 'openai',
767
- displayName: 'GPT OSS 20B',
768
- pricing: { input: 0.00007000000000000001, output: 0.0002 },
769
- benchmarks: {
770
- intelligence: 52.1,
771
- coding: 40.7,
772
- math: 89.3,
773
- mmluPro: 0.748,
774
- gpqa: 0.688,
775
- },
776
- performance: {
777
- outputTokenPerSecond: 233.012,
778
- timeTofirstToken: 0.529,
779
- intelligenceScore: 52.1,
780
- },
781
- lastUpdated: '2025-12-20',
667
+ lastUpdated: '2025-12-24',
782
668
  },
783
669
  'dall-e-3': {
784
670
  type: 'image',
785
671
  provider: 'openai',
786
672
  displayName: 'DALL-E 3',
787
- lastUpdated: '2025-12-20',
673
+ lastUpdated: '2025-12-24',
788
674
  },
789
675
  'dall-e-2': {
790
676
  type: 'image',
791
677
  provider: 'openai',
792
678
  displayName: 'DALL-E 2',
793
- lastUpdated: '2025-12-20',
679
+ lastUpdated: '2025-12-24',
794
680
  },
795
681
  'openai/gpt-image-1': {
796
682
  type: 'image',
797
683
  provider: 'openai',
798
684
  displayName: 'GPT Image 1',
799
- lastUpdated: '2025-12-20',
685
+ lastUpdated: '2025-12-24',
800
686
  },
801
687
  'openai/gpt-image-1-mini': {
802
688
  type: 'image',
803
689
  provider: 'openai',
804
690
  displayName: 'GPT Image 1 Mini',
805
- lastUpdated: '2025-12-20',
806
- },
807
- 'openai/gpt-image-1-5': {
808
- type: 'image',
809
- provider: 'openai',
810
- displayName: 'GPT-Image-1.5',
811
- lastUpdated: '2025-12-20',
691
+ lastUpdated: '2025-12-24',
812
692
  },
813
693
  'text-embedding-3-small': {
814
694
  type: 'embeddings',
815
695
  provider: 'openai',
816
696
  displayName: 'Text embedding 3 small',
817
697
  contextLength: 8000,
818
- lastUpdated: '2025-12-20',
698
+ lastUpdated: '2025-12-24',
819
699
  },
820
700
  'text-embedding-3-large': {
821
701
  type: 'embeddings',
822
702
  provider: 'openai',
823
703
  displayName: 'Text embedding 3 large',
824
704
  contextLength: 8000,
825
- lastUpdated: '2025-12-20',
705
+ lastUpdated: '2025-12-24',
826
706
  },
827
707
  'text-embedding-ada-002': {
828
708
  type: 'embeddings',
829
709
  provider: 'openai',
830
710
  displayName: 'Text embedding ada 002',
831
711
  contextLength: 8000,
832
- lastUpdated: '2025-12-20',
712
+ lastUpdated: '2025-12-24',
833
713
  },
834
714
  'openai/gpt-4o-transcribe': {
835
715
  type: 'stt',
836
716
  provider: 'openai',
837
717
  displayName: 'GPT-4o Transcribe',
838
- lastUpdated: '2025-12-20',
718
+ lastUpdated: '2025-12-24',
839
719
  },
840
720
  'openai/gpt-4o-mini-transcribe': {
841
721
  type: 'stt',
842
722
  provider: 'openai',
843
723
  displayName: 'GPT-4o Mini Transcribe',
844
- lastUpdated: '2025-12-20',
724
+ lastUpdated: '2025-12-24',
845
725
  },
846
726
  'openai/gpt-4o-mini-tts': {
847
727
  type: 'tts',
848
728
  provider: 'openai',
849
729
  displayName: 'GPT-4o mini TTS',
850
- lastUpdated: '2025-12-20',
730
+ lastUpdated: '2025-12-24',
851
731
  },
852
732
  'openai/tts-1': {
853
733
  type: 'tts',
854
734
  provider: 'openai',
855
735
  displayName: 'TTS-1',
856
- lastUpdated: '2025-12-20',
736
+ lastUpdated: '2025-12-24',
857
737
  },
858
738
  'openai/tts-1-hd': {
859
739
  type: 'tts',
860
740
  provider: 'openai',
861
741
  displayName: 'TTS-1 HD',
862
- lastUpdated: '2025-12-20',
742
+ lastUpdated: '2025-12-24',
863
743
  },
864
744
  'gpt-3.5-turbo-instruct': {
865
745
  type: 'language-completion',
@@ -873,59 +753,59 @@ export const MODEL_REGISTRY = {
873
753
  gpqa: 0.297,
874
754
  },
875
755
  performance: {
876
- outputTokenPerSecond: 142.68,
877
- timeTofirstToken: 0.43,
756
+ outputTokenPerSecond: 129.872,
757
+ timeTofirstToken: 0.68,
878
758
  intelligenceScore: 8.3,
879
759
  },
880
- lastUpdated: '2025-12-20',
760
+ lastUpdated: '2025-12-24',
881
761
  },
882
762
  'openai/sora-2-t2v': {
883
763
  type: 'video',
884
764
  provider: 'openai',
885
765
  displayName: 'Sora 2 Text to Video',
886
- lastUpdated: '2025-12-20',
766
+ lastUpdated: '2025-12-24',
887
767
  },
888
768
  'openai/sora-2-i2v': {
889
769
  type: 'video',
890
770
  provider: 'openai',
891
771
  displayName: 'Sora 2 Image to Video',
892
- lastUpdated: '2025-12-20',
772
+ lastUpdated: '2025-12-24',
893
773
  },
894
774
  'openai/sora-2-pro-i2v': {
895
775
  type: 'video',
896
776
  provider: 'openai',
897
777
  displayName: 'Sora 2 Pro Image to Video',
898
- lastUpdated: '2025-12-20',
778
+ lastUpdated: '2025-12-24',
899
779
  },
900
780
  'openai/sora-2-pro-t2v': {
901
781
  type: 'video',
902
782
  provider: 'openai',
903
783
  displayName: 'Sora 2 Pro Text to Video',
904
- lastUpdated: '2025-12-20',
784
+ lastUpdated: '2025-12-24',
905
785
  },
906
786
  'fallback-openai/sora-2-t2v': {
907
787
  type: 'video',
908
788
  provider: 'openai',
909
789
  displayName: 'Sora 2 Text to Video',
910
- lastUpdated: '2025-12-20',
790
+ lastUpdated: '2025-12-24',
911
791
  },
912
792
  'fallback-openai/sora-2-i2v': {
913
793
  type: 'video',
914
794
  provider: 'openai',
915
795
  displayName: 'Sora 2 Image to Video',
916
- lastUpdated: '2025-12-20',
796
+ lastUpdated: '2025-12-24',
917
797
  },
918
798
  'fallback-openai/sora-2-pro-i2v': {
919
799
  type: 'video',
920
800
  provider: 'openai',
921
801
  displayName: 'Sora 2 Pro Image to Video',
922
- lastUpdated: '2025-12-20',
802
+ lastUpdated: '2025-12-24',
923
803
  },
924
804
  'fallback-openai/sora-2-pro-t2v': {
925
805
  type: 'video',
926
806
  provider: 'openai',
927
807
  displayName: 'Sora 2 Pro Text to Video',
928
- lastUpdated: '2025-12-20',
808
+ lastUpdated: '2025-12-24',
929
809
  },
930
810
  // Anthropic models
931
811
  'claude-3-opus-20240229': {
@@ -944,7 +824,7 @@ export const MODEL_REGISTRY = {
944
824
  timeTofirstToken: 0,
945
825
  intelligenceScore: 20.6,
946
826
  },
947
- lastUpdated: '2025-12-20',
827
+ lastUpdated: '2025-12-24',
948
828
  },
949
829
  'claude-3-haiku-20240307': {
950
830
  type: 'chat',
@@ -955,11 +835,11 @@ export const MODEL_REGISTRY = {
955
835
  intelligence: 9.6,
956
836
  },
957
837
  performance: {
958
- outputTokenPerSecond: 107.855,
959
- timeTofirstToken: 0.518,
838
+ outputTokenPerSecond: 122.944,
839
+ timeTofirstToken: 0.405,
960
840
  intelligenceScore: 9.6,
961
841
  },
962
- lastUpdated: '2025-12-20',
842
+ lastUpdated: '2025-12-24',
963
843
  },
964
844
  'claude-3-5-haiku-20241022': {
965
845
  type: 'chat',
@@ -972,11 +852,11 @@ export const MODEL_REGISTRY = {
972
852
  gpqa: 0.408,
973
853
  },
974
854
  performance: {
975
- outputTokenPerSecond: 47.469,
976
- timeTofirstToken: 0.727,
855
+ outputTokenPerSecond: 47.836,
856
+ timeTofirstToken: 0.667,
977
857
  intelligenceScore: 20.2,
978
858
  },
979
- lastUpdated: '2025-12-20',
859
+ lastUpdated: '2025-12-24',
980
860
  },
981
861
  'claude-3-7-sonnet-20250219': {
982
862
  type: 'chat',
@@ -995,7 +875,7 @@ export const MODEL_REGISTRY = {
995
875
  timeTofirstToken: 0,
996
876
  intelligenceScore: 41.1,
997
877
  },
998
- lastUpdated: '2025-12-20',
878
+ lastUpdated: '2025-12-24',
999
879
  },
1000
880
  'claude-sonnet-4-20250514': {
1001
881
  type: 'chat',
@@ -1010,11 +890,11 @@ export const MODEL_REGISTRY = {
1010
890
  gpqa: 0.683,
1011
891
  },
1012
892
  performance: {
1013
- outputTokenPerSecond: 64.597,
1014
- timeTofirstToken: 2.109,
893
+ outputTokenPerSecond: 59.339,
894
+ timeTofirstToken: 1.181,
1015
895
  intelligenceScore: 44.4,
1016
896
  },
1017
- lastUpdated: '2025-12-20',
897
+ lastUpdated: '2025-12-24',
1018
898
  },
1019
899
  'claude-opus-4-20250514': {
1020
900
  type: 'chat',
@@ -1028,11 +908,11 @@ export const MODEL_REGISTRY = {
1028
908
  gpqa: 0.701,
1029
909
  },
1030
910
  performance: {
1031
- outputTokenPerSecond: 39.264,
1032
- timeTofirstToken: 1.618,
911
+ outputTokenPerSecond: 40.647,
912
+ timeTofirstToken: 1.319,
1033
913
  intelligenceScore: 42.3,
1034
914
  },
1035
- lastUpdated: '2025-12-20',
915
+ lastUpdated: '2025-12-24',
1036
916
  },
1037
917
  'claude-opus-4-1-20250805': {
1038
918
  type: 'chat',
@@ -1043,11 +923,11 @@ export const MODEL_REGISTRY = {
1043
923
  intelligence: 44.6,
1044
924
  },
1045
925
  performance: {
1046
- outputTokenPerSecond: 36.026,
1047
- timeTofirstToken: 1.414,
926
+ outputTokenPerSecond: 39.197,
927
+ timeTofirstToken: 1.41,
1048
928
  intelligenceScore: 44.6,
1049
929
  },
1050
- lastUpdated: '2025-12-20',
930
+ lastUpdated: '2025-12-24',
1051
931
  },
1052
932
  'claude-sonnet-4-5-20250929': {
1053
933
  type: 'chat',
@@ -1062,11 +942,11 @@ export const MODEL_REGISTRY = {
1062
942
  gpqa: 0.727,
1063
943
  },
1064
944
  performance: {
1065
- outputTokenPerSecond: 71.941,
1066
- timeTofirstToken: 1.929,
945
+ outputTokenPerSecond: 69.532,
946
+ timeTofirstToken: 2.014,
1067
947
  intelligenceScore: 49.6,
1068
948
  },
1069
- lastUpdated: '2025-12-20',
949
+ lastUpdated: '2025-12-24',
1070
950
  },
1071
951
  'claude-haiku-4-5-20251001': {
1072
952
  type: 'chat',
@@ -1081,66 +961,66 @@ export const MODEL_REGISTRY = {
1081
961
  gpqa: 0.646,
1082
962
  },
1083
963
  performance: {
1084
- outputTokenPerSecond: 88.782,
1085
- timeTofirstToken: 1.146,
964
+ outputTokenPerSecond: 111.623,
965
+ timeTofirstToken: 0.39,
1086
966
  intelligenceScore: 41.7,
1087
967
  },
1088
- lastUpdated: '2025-12-20',
968
+ lastUpdated: '2025-12-24',
1089
969
  },
1090
970
  'claude-opus-4-5-20251101': {
1091
971
  type: 'chat',
1092
972
  provider: 'anthropic',
1093
973
  displayName: 'Claude 4.5 Opus',
1094
- lastUpdated: '2025-12-20',
974
+ lastUpdated: '2025-12-24',
1095
975
  },
1096
976
  'voyage-large-2-instruct': {
1097
977
  type: 'embeddings',
1098
978
  provider: 'anthropic',
1099
979
  displayName: 'Voyage large 2 instruct',
1100
980
  contextLength: 16000,
1101
- lastUpdated: '2025-12-20',
981
+ lastUpdated: '2025-12-24',
1102
982
  },
1103
983
  'voyage-finance-2': {
1104
984
  type: 'embeddings',
1105
985
  provider: 'anthropic',
1106
986
  displayName: 'Voyage finance 2',
1107
987
  contextLength: 32000,
1108
- lastUpdated: '2025-12-20',
988
+ lastUpdated: '2025-12-24',
1109
989
  },
1110
990
  'voyage-multilingual-2': {
1111
991
  type: 'embeddings',
1112
992
  provider: 'anthropic',
1113
993
  displayName: 'Voyage multilingual 2',
1114
994
  contextLength: 32000,
1115
- lastUpdated: '2025-12-20',
995
+ lastUpdated: '2025-12-24',
1116
996
  },
1117
997
  'voyage-law-2': {
1118
998
  type: 'embeddings',
1119
999
  provider: 'anthropic',
1120
1000
  displayName: 'Voyage law 2',
1121
1001
  contextLength: 16000,
1122
- lastUpdated: '2025-12-20',
1002
+ lastUpdated: '2025-12-24',
1123
1003
  },
1124
1004
  'voyage-code-2': {
1125
1005
  type: 'embeddings',
1126
1006
  provider: 'anthropic',
1127
1007
  displayName: 'Voyage code 2',
1128
1008
  contextLength: 16000,
1129
- lastUpdated: '2025-12-20',
1009
+ lastUpdated: '2025-12-24',
1130
1010
  },
1131
1011
  'voyage-large-2': {
1132
1012
  type: 'embeddings',
1133
1013
  provider: 'anthropic',
1134
1014
  displayName: 'Voyage large 2',
1135
1015
  contextLength: 16000,
1136
- lastUpdated: '2025-12-20',
1016
+ lastUpdated: '2025-12-24',
1137
1017
  },
1138
1018
  'voyage-2': {
1139
1019
  type: 'embeddings',
1140
1020
  provider: 'anthropic',
1141
1021
  displayName: 'Voyage 2',
1142
1022
  contextLength: 4000,
1143
- lastUpdated: '2025-12-20',
1023
+ lastUpdated: '2025-12-24',
1144
1024
  },
1145
1025
  // Google models
1146
1026
  'google/gemini-2.0-flash-exp': {
@@ -1153,11 +1033,11 @@ export const MODEL_REGISTRY = {
1153
1033
  gpqa: 0.636,
1154
1034
  },
1155
1035
  performance: {
1156
- outputTokenPerSecond: 137.693,
1157
- timeTofirstToken: 0.309,
1036
+ outputTokenPerSecond: 166.706,
1037
+ timeTofirstToken: 0.284,
1158
1038
  intelligenceScore: 31.8,
1159
1039
  },
1160
- lastUpdated: '2025-12-20',
1040
+ lastUpdated: '2025-12-24',
1161
1041
  },
1162
1042
  'google/gemini-2.0-flash': {
1163
1043
  type: 'chat',
@@ -1172,11 +1052,11 @@ export const MODEL_REGISTRY = {
1172
1052
  gpqa: 0.623,
1173
1053
  },
1174
1054
  performance: {
1175
- outputTokenPerSecond: 182.888,
1176
- timeTofirstToken: 0.394,
1055
+ outputTokenPerSecond: 0,
1056
+ timeTofirstToken: 0,
1177
1057
  intelligenceScore: 33.6,
1178
1058
  },
1179
- lastUpdated: '2025-12-20',
1059
+ lastUpdated: '2025-12-24',
1180
1060
  },
1181
1061
  'google/gemini-2.5-pro': {
1182
1062
  type: 'chat',
@@ -1191,11 +1071,11 @@ export const MODEL_REGISTRY = {
1191
1071
  gpqa: 0.844,
1192
1072
  },
1193
1073
  performance: {
1194
- outputTokenPerSecond: 154.828,
1195
- timeTofirstToken: 34.591,
1074
+ outputTokenPerSecond: 160.909,
1075
+ timeTofirstToken: 34.11,
1196
1076
  intelligenceScore: 59.6,
1197
1077
  },
1198
- lastUpdated: '2025-12-20',
1078
+ lastUpdated: '2025-12-24',
1199
1079
  },
1200
1080
  'google/gemini-2.5-flash': {
1201
1081
  type: 'chat',
@@ -1210,11 +1090,11 @@ export const MODEL_REGISTRY = {
1210
1090
  gpqa: 0.683,
1211
1091
  },
1212
1092
  performance: {
1213
- outputTokenPerSecond: 224.585,
1214
- timeTofirstToken: 0.357,
1093
+ outputTokenPerSecond: 261.732,
1094
+ timeTofirstToken: 0.421,
1215
1095
  intelligenceScore: 40.4,
1216
1096
  },
1217
- lastUpdated: '2025-12-20',
1097
+ lastUpdated: '2025-12-24',
1218
1098
  },
1219
1099
  'google/gemma-3-4b-it': {
1220
1100
  type: 'chat',
@@ -1228,11 +1108,11 @@ export const MODEL_REGISTRY = {
1228
1108
  gpqa: 0.291,
1229
1109
  },
1230
1110
  performance: {
1231
- outputTokenPerSecond: 48.964,
1232
- timeTofirstToken: 1.039,
1111
+ outputTokenPerSecond: 42.309,
1112
+ timeTofirstToken: 0.976,
1233
1113
  intelligenceScore: 14.7,
1234
1114
  },
1235
- lastUpdated: '2025-12-20',
1115
+ lastUpdated: '2025-12-24',
1236
1116
  },
1237
1117
  'google/gemma-3-12b-it': {
1238
1118
  type: 'chat',
@@ -1246,11 +1126,11 @@ export const MODEL_REGISTRY = {
1246
1126
  gpqa: 0.349,
1247
1127
  },
1248
1128
  performance: {
1249
- outputTokenPerSecond: 50.865,
1250
- timeTofirstToken: 3.035,
1129
+ outputTokenPerSecond: 46.989,
1130
+ timeTofirstToken: 7.926,
1251
1131
  intelligenceScore: 20.4,
1252
1132
  },
1253
- lastUpdated: '2025-12-20',
1133
+ lastUpdated: '2025-12-24',
1254
1134
  },
1255
1135
  'google/gemma-3-27b-it': {
1256
1136
  type: 'chat',
@@ -1264,30 +1144,11 @@ export const MODEL_REGISTRY = {
1264
1144
  gpqa: 0.428,
1265
1145
  },
1266
1146
  performance: {
1267
- outputTokenPerSecond: 49.065,
1268
- timeTofirstToken: 0.829,
1147
+ outputTokenPerSecond: 47.301,
1148
+ timeTofirstToken: 0.781,
1269
1149
  intelligenceScore: 22.1,
1270
1150
  },
1271
- lastUpdated: '2025-12-20',
1272
- },
1273
- 'google/gemini-2.5-flash-lite-preview': {
1274
- type: 'chat',
1275
- provider: 'google',
1276
- displayName: 'Gemini 2.5 Flash Lite Preview',
1277
- pricing: { input: 0.0001, output: 0.0004 },
1278
- benchmarks: {
1279
- intelligence: 41.6,
1280
- coding: 33.2,
1281
- math: 46.7,
1282
- mmluPro: 0.796,
1283
- gpqa: 0.651,
1284
- },
1285
- performance: {
1286
- outputTokenPerSecond: 498.543,
1287
- timeTofirstToken: 0.252,
1288
- intelligenceScore: 41.6,
1289
- },
1290
- lastUpdated: '2025-12-20',
1151
+ lastUpdated: '2025-12-24',
1291
1152
  },
1292
1153
  'google/gemma-3n-e4b-it': {
1293
1154
  type: 'chat',
@@ -1302,11 +1163,11 @@ export const MODEL_REGISTRY = {
1302
1163
  gpqa: 0.296,
1303
1164
  },
1304
1165
  performance: {
1305
- outputTokenPerSecond: 55.692,
1306
- timeTofirstToken: 0.315,
1166
+ outputTokenPerSecond: 0,
1167
+ timeTofirstToken: 0,
1307
1168
  intelligenceScore: 15.5,
1308
1169
  },
1309
- lastUpdated: '2025-12-20',
1170
+ lastUpdated: '2025-12-24',
1310
1171
  },
1311
1172
  'google/gemini-3-pro-preview': {
1312
1173
  type: 'chat',
@@ -1321,11 +1182,11 @@ export const MODEL_REGISTRY = {
1321
1182
  gpqa: 0.908,
1322
1183
  },
1323
1184
  performance: {
1324
- outputTokenPerSecond: 134.065,
1325
- timeTofirstToken: 31.172,
1185
+ outputTokenPerSecond: 133.913,
1186
+ timeTofirstToken: 29.692,
1326
1187
  intelligenceScore: 72.8,
1327
1188
  },
1328
- lastUpdated: '2025-12-20',
1189
+ lastUpdated: '2025-12-24',
1329
1190
  },
1330
1191
  'google/gemini-3-flash-preview': {
1331
1192
  type: 'chat',
@@ -1340,186 +1201,283 @@ export const MODEL_REGISTRY = {
1340
1201
  gpqa: 0.812,
1341
1202
  },
1342
1203
  performance: {
1343
- outputTokenPerSecond: 187.211,
1344
- timeTofirstToken: 0.729,
1204
+ outputTokenPerSecond: 191.798,
1205
+ timeTofirstToken: 0.683,
1345
1206
  intelligenceScore: 54.5,
1346
1207
  },
1347
- lastUpdated: '2025-12-20',
1208
+ lastUpdated: '2025-12-24',
1348
1209
  },
1349
1210
  'google/gc-document-ai': {
1350
1211
  type: 'document',
1351
1212
  provider: 'google',
1352
1213
  displayName: 'GC document AI',
1353
- lastUpdated: '2025-12-20',
1214
+ lastUpdated: '2025-12-24',
1354
1215
  },
1355
1216
  'imagen-3.0-generate-002': {
1356
1217
  type: 'image',
1357
1218
  provider: 'google',
1358
1219
  displayName: 'Imagen 3.0',
1359
- lastUpdated: '2025-12-20',
1220
+ lastUpdated: '2025-12-24',
1360
1221
  },
1361
1222
  'imagen-4.0-ultra-generate-preview-06-06': {
1362
1223
  type: 'image',
1363
1224
  provider: 'google',
1364
1225
  displayName: 'Imagen 4.0 Ultra',
1365
- lastUpdated: '2025-12-20',
1226
+ lastUpdated: '2025-12-24',
1366
1227
  },
1367
1228
  'google/imagen-4.0-generate-001': {
1368
1229
  type: 'image',
1369
1230
  provider: 'google',
1370
1231
  displayName: 'Imagen 4.0 Generate',
1371
- lastUpdated: '2025-12-20',
1232
+ lastUpdated: '2025-12-24',
1372
1233
  },
1373
1234
  'google/imagen-4.0-fast-generate-001': {
1374
1235
  type: 'image',
1375
1236
  provider: 'google',
1376
1237
  displayName: 'Imagen 4.0 Fast Generate',
1377
- lastUpdated: '2025-12-20',
1238
+ lastUpdated: '2025-12-24',
1378
1239
  },
1379
1240
  'google/imagen-4.0-ultra-generate-001': {
1380
1241
  type: 'image',
1381
1242
  provider: 'google',
1382
1243
  displayName: 'Imagen 4.0 Ultra Generate',
1383
- lastUpdated: '2025-12-20',
1244
+ lastUpdated: '2025-12-24',
1384
1245
  },
1385
1246
  'google/imagen4/preview': {
1386
1247
  type: 'image',
1387
1248
  provider: 'google',
1388
1249
  displayName: 'Imagen 4.0 Generate Preview',
1389
- lastUpdated: '2025-12-20',
1250
+ lastUpdated: '2025-12-24',
1390
1251
  },
1391
1252
  'google/gemini-2.5-flash-image': {
1392
1253
  type: 'image',
1393
1254
  provider: 'google',
1394
1255
  displayName: 'Gemini 2.5 Flash Image',
1395
- lastUpdated: '2025-12-20',
1256
+ lastUpdated: '2025-12-24',
1396
1257
  },
1397
1258
  'google/gemini-2.5-flash-image-edit': {
1398
1259
  type: 'image',
1399
1260
  provider: 'google',
1400
1261
  displayName: 'Gemini 2.5 Flash Image Edit',
1401
- lastUpdated: '2025-12-20',
1262
+ lastUpdated: '2025-12-24',
1402
1263
  },
1403
1264
  'google/gemini-3-pro-image-preview': {
1404
1265
  type: 'image',
1405
1266
  provider: 'google',
1406
1267
  displayName: 'Gemini 3 Pro Image',
1407
- lastUpdated: '2025-12-20',
1268
+ lastUpdated: '2025-12-24',
1408
1269
  },
1409
1270
  'google/nano-banana-pro': {
1410
1271
  type: 'image',
1411
1272
  provider: 'google',
1412
1273
  displayName: 'Nano Banana Pro',
1413
- lastUpdated: '2025-12-20',
1274
+ lastUpdated: '2025-12-24',
1414
1275
  },
1415
1276
  'google/gemini-3-pro-image-preview-edit': {
1416
1277
  type: 'image',
1417
1278
  provider: 'google',
1418
1279
  displayName: 'Gemini 3 Pro Image Edit',
1419
- lastUpdated: '2025-12-20',
1280
+ lastUpdated: '2025-12-24',
1420
1281
  },
1421
1282
  'google/nano-banana-pro-edit': {
1422
1283
  type: 'image',
1423
1284
  provider: 'google',
1424
1285
  displayName: 'Nano Banana Pro Edit',
1425
- lastUpdated: '2025-12-20',
1286
+ lastUpdated: '2025-12-24',
1426
1287
  },
1427
1288
  'text-embedding-004': {
1428
1289
  type: 'embeddings',
1429
1290
  provider: 'google',
1430
1291
  displayName: 'Text embedding 004',
1431
1292
  contextLength: 2000,
1432
- lastUpdated: '2025-12-20',
1433
- },
1434
- 'text-multilingual-embedding-002': {
1435
- type: 'embeddings',
1436
- provider: 'google',
1437
- displayName: 'Text multilingual embedding 002',
1438
- contextLength: 2000,
1439
- lastUpdated: '2025-12-20',
1293
+ lastUpdated: '2025-12-24',
1440
1294
  },
1441
1295
  'google/veo-3.1-t2v': {
1442
1296
  type: 'video',
1443
1297
  provider: 'google',
1444
1298
  displayName: 'Veo3.1 Text-To-Video',
1445
- lastUpdated: '2025-12-20',
1299
+ lastUpdated: '2025-12-24',
1446
1300
  },
1447
1301
  'google/veo-3.1-i2v': {
1448
1302
  type: 'video',
1449
1303
  provider: 'google',
1450
1304
  displayName: 'Veo3.1 Image-To-Video',
1451
- lastUpdated: '2025-12-20',
1305
+ lastUpdated: '2025-12-24',
1452
1306
  },
1453
1307
  'google/veo-3.1-first-last-image-to-video': {
1454
1308
  type: 'video',
1455
1309
  provider: 'google',
1456
1310
  displayName: 'Veo3.1 First-Last-Frame-Image-To-Video',
1457
- lastUpdated: '2025-12-20',
1311
+ lastUpdated: '2025-12-24',
1458
1312
  },
1459
1313
  'google/veo-3.1-reference-to-video': {
1460
1314
  type: 'video',
1461
1315
  provider: 'google',
1462
1316
  displayName: 'Veo3.1 Reference-To-Video',
1463
- lastUpdated: '2025-12-20',
1317
+ lastUpdated: '2025-12-24',
1464
1318
  },
1465
1319
  'google/veo-3.1-t2v-fast': {
1466
1320
  type: 'video',
1467
1321
  provider: 'google',
1468
1322
  displayName: 'Veo3.1 Text-To-Video Fast',
1469
- lastUpdated: '2025-12-20',
1323
+ lastUpdated: '2025-12-24',
1470
1324
  },
1471
1325
  'google/veo-3.1-i2v-fast': {
1472
1326
  type: 'video',
1473
1327
  provider: 'google',
1474
1328
  displayName: 'Veo3.1 Image-To-Video Fast',
1475
- lastUpdated: '2025-12-20',
1329
+ lastUpdated: '2025-12-24',
1476
1330
  },
1477
1331
  'google/veo-3.1-first-last-image-to-video-fast': {
1478
1332
  type: 'video',
1479
1333
  provider: 'google',
1480
1334
  displayName: 'Veo3.1 First-Last-Frame-Image-To-Video Fast',
1481
- lastUpdated: '2025-12-20',
1335
+ lastUpdated: '2025-12-24',
1336
+ },
1337
+ 'google/veo3-1-extend-video': {
1338
+ type: 'video',
1339
+ provider: 'google',
1340
+ displayName: 'Veo 3.1 Extend Video',
1341
+ lastUpdated: '2025-12-24',
1342
+ },
1343
+ 'google/veo3-1-fast-extend-video': {
1344
+ type: 'video',
1345
+ provider: 'google',
1346
+ displayName: 'Veo 3.1 Fast Extend Video',
1347
+ lastUpdated: '2025-12-24',
1482
1348
  },
1483
1349
  'veo2/image-to-video': {
1484
1350
  type: 'video',
1485
1351
  provider: 'google',
1486
1352
  displayName: 'Veo2 Image-to-Video',
1487
- lastUpdated: '2025-12-20',
1353
+ lastUpdated: '2025-12-24',
1488
1354
  },
1489
1355
  'veo2': {
1490
1356
  type: 'video',
1491
1357
  provider: 'google',
1492
1358
  displayName: 'Veo2 Text-to-Video',
1493
- lastUpdated: '2025-12-20',
1359
+ lastUpdated: '2025-12-24',
1494
1360
  },
1495
1361
  'google/veo3': {
1496
1362
  type: 'video',
1497
1363
  provider: 'google',
1498
1364
  displayName: 'Veo3 Text-to-Video',
1499
- lastUpdated: '2025-12-20',
1365
+ lastUpdated: '2025-12-24',
1500
1366
  },
1501
1367
  'google/veo-3.0-i2v': {
1502
1368
  type: 'video',
1503
1369
  provider: 'google',
1504
1370
  displayName: 'Veo3 Image-to-Video',
1505
- lastUpdated: '2025-12-20',
1371
+ lastUpdated: '2025-12-24',
1506
1372
  },
1507
1373
  'google/veo-3.0-fast': {
1508
1374
  type: 'video',
1509
1375
  provider: 'google',
1510
1376
  displayName: 'Veo3 Text-To-Video Fast',
1511
- lastUpdated: '2025-12-20',
1377
+ lastUpdated: '2025-12-24',
1512
1378
  },
1513
1379
  'google/veo-3.0-i2v-fast': {
1514
1380
  type: 'video',
1515
1381
  provider: 'google',
1516
1382
  displayName: 'Veo3 Image-to-Video Fast',
1517
- lastUpdated: '2025-12-20',
1383
+ lastUpdated: '2025-12-24',
1518
1384
  },
1519
1385
  'google/lyria2': {
1520
1386
  type: 'audio',
1521
1387
  provider: 'google',
1522
1388
  displayName: 'Lyria 2',
1523
- lastUpdated: '2025-12-20',
1389
+ lastUpdated: '2025-12-24',
1390
+ },
1391
+ // Mistral models
1392
+ 'mistralai/Mixtral-8x7B-Instruct-v0.1': {
1393
+ type: 'chat',
1394
+ provider: 'mistral',
1395
+ displayName: 'Mixtral 8x7B Instruct v0.1',
1396
+ pricing: { input: 0.00054, output: 0.0006 },
1397
+ benchmarks: {
1398
+ intelligence: 2.6,
1399
+ mmluPro: 0.387,
1400
+ gpqa: 0.292,
1401
+ },
1402
+ performance: {
1403
+ outputTokenPerSecond: 0,
1404
+ timeTofirstToken: 0,
1405
+ intelligenceScore: 2.6,
1406
+ },
1407
+ lastUpdated: '2025-12-24',
1408
+ },
1409
+ 'mistralai/Mistral-7B-Instruct-v0.2': {
1410
+ type: 'chat',
1411
+ provider: 'mistral',
1412
+ displayName: 'Mistral 7B Instruct v0.2',
1413
+ pricing: { input: 0.00025, output: 0.00025 },
1414
+ benchmarks: {
1415
+ intelligence: 1,
1416
+ mmluPro: 0.245,
1417
+ gpqa: 0.177,
1418
+ },
1419
+ performance: {
1420
+ outputTokenPerSecond: 123.408,
1421
+ timeTofirstToken: 0.382,
1422
+ intelligenceScore: 1,
1423
+ },
1424
+ lastUpdated: '2025-12-24',
1425
+ },
1426
+ 'mistralai/Mistral-7B-Instruct-v0.3': {
1427
+ type: 'chat',
1428
+ provider: 'mistral',
1429
+ displayName: 'Mistral 7B Instruct v0.3',
1430
+ pricing: { input: 0.00025, output: 0.00025 },
1431
+ benchmarks: {
1432
+ intelligence: 1,
1433
+ mmluPro: 0.245,
1434
+ gpqa: 0.177,
1435
+ },
1436
+ performance: {
1437
+ outputTokenPerSecond: 123.408,
1438
+ timeTofirstToken: 0.382,
1439
+ intelligenceScore: 1,
1440
+ },
1441
+ lastUpdated: '2025-12-24',
1442
+ },
1443
+ 'mistralai/mistral-tiny': {
1444
+ type: 'chat',
1445
+ provider: 'mistral',
1446
+ displayName: 'Mistral tiny',
1447
+ pricing: { input: 0.0002, output: 0.0006 },
1448
+ benchmarks: {
1449
+ intelligence: 13,
1450
+ mmluPro: 0.529,
1451
+ gpqa: 0.381,
1452
+ },
1453
+ performance: {
1454
+ outputTokenPerSecond: 115.713,
1455
+ timeTofirstToken: 0.399,
1456
+ intelligenceScore: 13,
1457
+ },
1458
+ lastUpdated: '2025-12-24',
1459
+ },
1460
+ 'mistralai/mistral-nemo': {
1461
+ type: 'chat',
1462
+ provider: 'mistral',
1463
+ displayName: 'Mistral nemo',
1464
+ pricing: { input: 0.0002, output: 0.0006 },
1465
+ benchmarks: {
1466
+ intelligence: 13,
1467
+ mmluPro: 0.529,
1468
+ gpqa: 0.381,
1469
+ },
1470
+ performance: {
1471
+ outputTokenPerSecond: 115.713,
1472
+ timeTofirstToken: 0.399,
1473
+ intelligenceScore: 13,
1474
+ },
1475
+ lastUpdated: '2025-12-24',
1476
+ },
1477
+ 'mistral/mistral-ocr-latest': {
1478
+ type: 'document',
1479
+ provider: 'mistral',
1480
+ displayName: 'Mistral OCR',
1481
+ lastUpdated: '2025-12-24',
1524
1482
  },
1525
1483
  };