@layer-ai/sdk 2.0.0 → 2.1.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.
@@ -1,11 +1,11 @@
1
1
  // AUTO-GENERATED FILE - DO NOT EDIT MANUALLY
2
- // Generated at: 2026-01-02T09:52:55.923Z
2
+ // Generated at: 2026-01-25T15:12:28.574Z
3
3
  // Source: Internal Model Registry API
4
4
  // To update: Run `pnpm sync:registry`
5
5
  //
6
- // Registry version: 2026-01-02
7
- // Last sync: 2026-01-02T09:52:55.918Z
8
- // Total models: 103
6
+ // Registry version: 2026-01-25
7
+ // Last sync: 2026-01-25T15:12:28.569Z
8
+ // Total models: 77
9
9
  // Providers we support with adapters
10
10
  export const SUPPORTED_PROVIDERS = ['openai', 'anthropic', 'google', 'mistral'];
11
11
  export const MODEL_REGISTRY = {
@@ -13,17 +13,17 @@ export const MODEL_REGISTRY = {
13
13
  type: 'chat',
14
14
  provider: 'anthropic',
15
15
  displayName: 'Claude Sonnet 3.7',
16
- description: 'Legacy fast model with extended thinking support',
16
+ description: 'Legacy model - recommend migrating to Claude 4.5',
17
17
  pricing: { input: 3, output: 15 },
18
18
  benchmarks: {
19
- intelligence: 49.9,
20
- coding: 35.8,
19
+ intelligence: 34.6,
20
+ coding: 27.6,
21
21
  math: 56.3,
22
22
  mmluPro: 0.84,
23
23
  gpqa: 0.77,
24
24
  },
25
25
  performance: {
26
- intelligenceScore: 49.9,
26
+ intelligenceScore: 34.6,
27
27
  },
28
28
  contextLength: 200000,
29
29
  context: {
@@ -42,13 +42,13 @@ export const MODEL_REGISTRY = {
42
42
  },
43
43
  deprecated: false,
44
44
  isAvailable: true,
45
- lastUpdated: '2026-01-02',
45
+ lastUpdated: '2026-01-25',
46
46
  },
47
47
  'claude-3-haiku-20240307': {
48
48
  type: 'chat',
49
49
  provider: 'anthropic',
50
50
  displayName: 'Claude Haiku 3',
51
- description: 'Legacy fast model with 4K token output',
51
+ description: 'Legacy model - recommend migrating to Claude 4.5',
52
52
  pricing: { input: 0.25, output: 1.25 },
53
53
  benchmarks: {
54
54
  intelligence: 1,
@@ -76,7 +76,7 @@ export const MODEL_REGISTRY = {
76
76
  },
77
77
  deprecated: false,
78
78
  isAvailable: true,
79
- lastUpdated: '2026-01-02',
79
+ lastUpdated: '2026-01-25',
80
80
  },
81
81
  'claude-haiku-4-5-20251001': {
82
82
  type: 'chat',
@@ -85,12 +85,13 @@ export const MODEL_REGISTRY = {
85
85
  description: 'Our fastest model with near-frontier intelligence',
86
86
  pricing: { input: 1, output: 5 },
87
87
  benchmarks: {
88
- intelligence: 20.2,
89
- mmluPro: 0.63,
90
- gpqa: 0.41,
88
+ intelligence: 7.4,
89
+ coding: 7.8,
90
+ mmluPro: 0.43,
91
+ gpqa: 0.33,
91
92
  },
92
93
  performance: {
93
- intelligenceScore: 20.2,
94
+ intelligenceScore: 7.4,
94
95
  },
95
96
  contextLength: 200000,
96
97
  context: {
@@ -109,23 +110,22 @@ export const MODEL_REGISTRY = {
109
110
  },
110
111
  deprecated: false,
111
112
  isAvailable: true,
112
- lastUpdated: '2026-01-02',
113
+ lastUpdated: '2026-01-25',
113
114
  },
114
115
  'claude-opus-4-1-20250805': {
115
116
  type: 'chat',
116
117
  provider: 'anthropic',
117
118
  displayName: 'Claude Opus 4.1',
118
- description: 'Legacy premium model with moderate latency',
119
+ description: 'Legacy model - recommend migrating to Claude 4.5',
119
120
  pricing: { input: 15, output: 75 },
120
121
  benchmarks: {
121
- intelligence: 59.3,
122
- coding: 46.1,
123
- math: 80.3,
124
- mmluPro: 0.88,
125
- gpqa: 0.81,
122
+ intelligence: 9.3,
123
+ coding: 14,
124
+ mmluPro: 0.5,
125
+ gpqa: 0.32,
126
126
  },
127
127
  performance: {
128
- intelligenceScore: 59.3,
128
+ intelligenceScore: 9.3,
129
129
  },
130
130
  contextLength: 200000,
131
131
  context: {
@@ -144,7 +144,7 @@ export const MODEL_REGISTRY = {
144
144
  },
145
145
  deprecated: false,
146
146
  isAvailable: true,
147
- lastUpdated: '2026-01-02',
147
+ lastUpdated: '2026-01-25',
148
148
  },
149
149
  'claude-opus-4-5-20251101': {
150
150
  type: 'chat',
@@ -153,13 +153,14 @@ export const MODEL_REGISTRY = {
153
153
  description: 'Premium model combining maximum intelligence with practical performance',
154
154
  pricing: { input: 5, output: 25 },
155
155
  benchmarks: {
156
- intelligence: 9.7,
157
- coding: 14,
158
- mmluPro: 0.5,
159
- gpqa: 0.32,
156
+ intelligence: 43,
157
+ coding: 42.9,
158
+ math: 62.7,
159
+ mmluPro: 0.89,
160
+ gpqa: 0.81,
160
161
  },
161
162
  performance: {
162
- intelligenceScore: 9.7,
163
+ intelligenceScore: 43,
163
164
  },
164
165
  contextLength: 200000,
165
166
  context: {
@@ -178,23 +179,23 @@ export const MODEL_REGISTRY = {
178
179
  },
179
180
  deprecated: false,
180
181
  isAvailable: true,
181
- lastUpdated: '2026-01-02',
182
+ lastUpdated: '2026-01-25',
182
183
  },
183
184
  'claude-sonnet-4-20250514': {
184
185
  type: 'chat',
185
186
  provider: 'anthropic',
186
187
  displayName: 'Claude Sonnet 4',
187
- description: 'Legacy fast model with extended thinking support',
188
+ description: 'Legacy model - recommend migrating to Claude 4.5',
188
189
  pricing: { input: 3, output: 15 },
189
190
  benchmarks: {
190
- intelligence: 44.4,
191
- coding: 35.9,
191
+ intelligence: 33,
192
+ coding: 30.6,
192
193
  math: 38,
193
194
  mmluPro: 0.84,
194
195
  gpqa: 0.68,
195
196
  },
196
197
  performance: {
197
- intelligenceScore: 44.4,
198
+ intelligenceScore: 33,
198
199
  },
199
200
  contextLength: 200000,
200
201
  context: {
@@ -213,7 +214,7 @@ export const MODEL_REGISTRY = {
213
214
  },
214
215
  deprecated: false,
215
216
  isAvailable: true,
216
- lastUpdated: '2026-01-02',
217
+ lastUpdated: '2026-01-25',
217
218
  },
218
219
  'claude-sonnet-4-5-20250929': {
219
220
  type: 'chat',
@@ -222,14 +223,14 @@ export const MODEL_REGISTRY = {
222
223
  description: 'Our smart model for complex agents and coding',
223
224
  pricing: { input: 3, output: 15 },
224
225
  benchmarks: {
225
- intelligence: 49.6,
226
- coding: 42.9,
226
+ intelligence: 37.1,
227
+ coding: 33.5,
227
228
  math: 37,
228
229
  mmluPro: 0.86,
229
230
  gpqa: 0.73,
230
231
  },
231
232
  performance: {
232
- intelligenceScore: 49.6,
233
+ intelligenceScore: 37.1,
233
234
  },
234
235
  contextLength: 200000,
235
236
  context: {
@@ -248,44 +249,19 @@ export const MODEL_REGISTRY = {
248
249
  },
249
250
  deprecated: false,
250
251
  isAvailable: true,
251
- lastUpdated: '2026-01-02',
252
- },
253
- 'embedding-001': {
254
- type: 'embedding',
255
- provider: 'google',
256
- displayName: 'Embedding 001',
257
- description: 'Legacy embedding model for text embeddings',
258
- pricing: { input: 0.15, output: 0 },
259
- context: {
260
- input: {
261
- text: true,
262
- audio: false,
263
- image: false,
264
- video: false
265
- },
266
- output: {
267
- text: false,
268
- audio: false,
269
- image: false,
270
- video: false
271
- }
272
- },
273
- deprecated: false,
274
- isAvailable: true,
275
- lastUpdated: '2026-01-02',
252
+ lastUpdated: '2026-01-25',
276
253
  },
277
254
  'gemini-2.0-flash': {
278
255
  type: 'chat',
279
256
  provider: 'google',
280
257
  displayName: 'Gemini 2.0 Flash',
281
- description: 'Second generation workhorse model with 1 million token context window, superior speed, native tool use, and next-gen features',
258
+ description: 'Gemini 2.0 Flash delivers next-gen features and improved capabilities, including superior speed, native tool use, and a 1M token context window.',
282
259
  pricing: { input: 0.1, output: 0.4 },
283
260
  benchmarks: {
284
- intelligence: 12.8,
285
- coding: 17.6,
261
+ intelligence: 12.3,
286
262
  },
287
263
  performance: {
288
- intelligenceScore: 12.8,
264
+ intelligenceScore: 12.3,
289
265
  },
290
266
  contextLength: 1048576,
291
267
  context: {
@@ -304,45 +280,21 @@ export const MODEL_REGISTRY = {
304
280
  },
305
281
  deprecated: false,
306
282
  isAvailable: true,
307
- lastUpdated: '2026-01-02',
308
- },
309
- 'gemini-2.0-flash-exp-image-generation': {
310
- type: 'chat',
311
- provider: 'google',
312
- displayName: 'Gemini 2.0 Flash Image',
313
- description: 'Second generation model with image generation capabilities',
314
- contextLength: 32768,
315
- context: {
316
- input: {
317
- text: true,
318
- audio: true,
319
- image: true,
320
- video: true
321
- },
322
- output: {
323
- text: true,
324
- audio: false,
325
- image: true,
326
- video: false
327
- }
328
- },
329
- deprecated: false,
330
- isAvailable: true,
331
- lastUpdated: '2026-01-02',
283
+ lastUpdated: '2026-01-25',
332
284
  },
333
285
  'gemini-2.0-flash-lite': {
334
286
  type: 'chat',
335
287
  provider: 'google',
336
288
  displayName: 'Gemini 2.0 Flash-Lite',
337
- description: 'Second generation small and powerful model with 1 million token context window, optimized for cost efficiency and low latency',
289
+ description: 'A Gemini 2.0 Flash model optimized for cost efficiency and low latency.',
338
290
  pricing: { input: 0.075, output: 0.3 },
339
291
  benchmarks: {
340
- intelligence: 26.8,
292
+ intelligence: 14.7,
341
293
  mmluPro: 0.72,
342
294
  gpqa: 0.54,
343
295
  },
344
296
  performance: {
345
- intelligenceScore: 26.8,
297
+ intelligenceScore: 14.7,
346
298
  },
347
299
  contextLength: 1048576,
348
300
  context: {
@@ -361,23 +313,23 @@ export const MODEL_REGISTRY = {
361
313
  },
362
314
  deprecated: false,
363
315
  isAvailable: true,
364
- lastUpdated: '2026-01-02',
316
+ lastUpdated: '2026-01-25',
365
317
  },
366
318
  'gemini-2.5-flash': {
367
319
  type: 'chat',
368
320
  provider: 'google',
369
321
  displayName: 'Gemini 2.5 Flash',
370
- description: 'Fast and intelligent model with best price-performance, versatile features for high-volume tasks',
322
+ description: 'Our best model in terms of price-performance, offering well-rounded capabilities. 2.5 Flash is best for large scale processing, low-latency, high volume tasks that require thinking, and agentic use cases.',
371
323
  pricing: { input: 0.3, output: 2.5 },
372
324
  benchmarks: {
373
- intelligence: 54.4,
374
- coding: 42.5,
375
- math: 78.3,
325
+ intelligence: 25.5,
326
+ coding: 22.1,
327
+ math: 56.7,
376
328
  mmluPro: 0.84,
377
- gpqa: 0.79,
329
+ gpqa: 0.77,
378
330
  },
379
331
  performance: {
380
- intelligenceScore: 54.4,
332
+ intelligenceScore: 25.5,
381
333
  },
382
334
  contextLength: 1048576,
383
335
  context: {
@@ -396,52 +348,28 @@ export const MODEL_REGISTRY = {
396
348
  },
397
349
  deprecated: false,
398
350
  isAvailable: true,
399
- lastUpdated: '2026-01-02',
400
- },
401
- 'gemini-2.5-flash-image': {
402
- type: 'image-generation',
403
- provider: 'google',
404
- displayName: 'Gemini 2.5 Flash Image',
405
- description: 'Image generation model for creating images from text and image inputs',
406
- pricing: { input: 0.3, output: 30 },
407
- contextLength: 65536,
408
- context: {
409
- input: {
410
- text: true,
411
- audio: false,
412
- image: true,
413
- video: false
414
- },
415
- output: {
416
- text: true,
417
- audio: false,
418
- image: true,
419
- video: false
420
- }
421
- },
422
- deprecated: false,
423
- isAvailable: true,
424
- lastUpdated: '2026-01-02',
351
+ lastUpdated: '2026-01-25',
425
352
  },
426
353
  'gemini-2.5-flash-lite': {
427
354
  type: 'chat',
428
355
  provider: 'google',
429
356
  displayName: 'Gemini 2.5 Flash-Lite',
430
- description: 'Ultra fast model optimized for cost efficiency and high throughput',
357
+ description: 'Our fastest flash model optimized for cost-efficiency and high throughput.',
431
358
  pricing: { input: 0.1, output: 0.4 },
432
359
  benchmarks: {
433
- intelligence: 40.1,
434
- coding: 27.6,
360
+ intelligence: 17.4,
361
+ coding: 9.5,
435
362
  math: 53.3,
436
363
  mmluPro: 0.76,
437
364
  gpqa: 0.63,
438
365
  },
439
366
  performance: {
440
- intelligenceScore: 40.1,
367
+ intelligenceScore: 17.4,
441
368
  },
442
369
  contextLength: 1048576,
443
370
  context: {
444
371
  input: {
372
+ pdf: true,
445
373
  text: true,
446
374
  audio: true,
447
375
  image: true,
@@ -456,14 +384,13 @@ export const MODEL_REGISTRY = {
456
384
  },
457
385
  deprecated: false,
458
386
  isAvailable: true,
459
- lastUpdated: '2026-01-02',
387
+ lastUpdated: '2026-01-25',
460
388
  },
461
389
  'gemini-2.5-flash-preview-tts': {
462
390
  type: 'tts',
463
391
  provider: 'google',
464
392
  displayName: 'Gemini 2.5 Flash TTS',
465
- description: 'Text-to-speech model for audio generation',
466
- pricing: { input: 0.5, output: 100 },
393
+ pricing: { input: 0.5, output: 10 },
467
394
  contextLength: 8192,
468
395
  context: {
469
396
  input: {
@@ -481,21 +408,22 @@ export const MODEL_REGISTRY = {
481
408
  },
482
409
  deprecated: false,
483
410
  isAvailable: true,
484
- lastUpdated: '2026-01-02',
411
+ lastUpdated: '2026-01-25',
485
412
  },
486
413
  'gemini-2.5-pro': {
487
414
  type: 'chat',
488
415
  provider: 'google',
489
416
  displayName: 'Gemini 2.5 Pro',
490
- description: 'Advanced thinking model for complex reasoning in code, math, and STEM, with long context for analyzing large datasets, codebases, and documents',
417
+ description: 'Our state-of-the-art thinking model, capable of reasoning over complex problems in code, math, and STEM, as well as analyzing large datasets, codebases, and documents using long context.',
491
418
  pricing: { input: 1.25, output: 10 },
492
419
  benchmarks: {
493
- intelligence: 53.2,
494
- mmluPro: 0.84,
495
- gpqa: 0.82,
420
+ intelligence: 30.3,
421
+ coding: 46.7,
422
+ mmluPro: 0.86,
423
+ gpqa: 0.84,
496
424
  },
497
425
  performance: {
498
- intelligenceScore: 53.2,
426
+ intelligenceScore: 30.3,
499
427
  },
500
428
  contextLength: 1048576,
501
429
  context: {
@@ -515,13 +443,12 @@ export const MODEL_REGISTRY = {
515
443
  },
516
444
  deprecated: false,
517
445
  isAvailable: true,
518
- lastUpdated: '2026-01-02',
446
+ lastUpdated: '2026-01-25',
519
447
  },
520
448
  'gemini-2.5-pro-preview-tts': {
521
449
  type: 'tts',
522
450
  provider: 'google',
523
451
  displayName: 'Gemini 2.5 Pro TTS',
524
- description: 'Text-to-speech model for audio generation',
525
452
  pricing: { input: 1, output: 20 },
526
453
  contextLength: 8192,
527
454
  context: {
@@ -540,27 +467,28 @@ export const MODEL_REGISTRY = {
540
467
  },
541
468
  deprecated: false,
542
469
  isAvailable: true,
543
- lastUpdated: '2026-01-02',
470
+ lastUpdated: '2026-01-25',
544
471
  },
545
472
  'gemini-3-flash-preview': {
546
473
  type: 'chat',
547
474
  provider: 'google',
548
475
  displayName: 'Gemini 3 Flash Preview',
549
- description: 'Most balanced model designed for speed, scale and the latest AI',
476
+ description: 'Our most balanced model built for speed, scale, and frontier intelligence.',
550
477
  pricing: { input: 0.5, output: 3 },
551
478
  benchmarks: {
552
- intelligence: 71.3,
553
- coding: 59.2,
554
- math: 97,
555
- mmluPro: 0.89,
556
- gpqa: 0.9,
479
+ intelligence: 35.1,
480
+ coding: 37.8,
481
+ math: 55.7,
482
+ mmluPro: 0.88,
483
+ gpqa: 0.81,
557
484
  },
558
485
  performance: {
559
- intelligenceScore: 71.3,
486
+ intelligenceScore: 35.1,
560
487
  },
561
488
  contextLength: 1048576,
562
489
  context: {
563
490
  input: {
491
+ pdf: true,
564
492
  text: true,
565
493
  audio: true,
566
494
  image: true,
@@ -575,52 +503,28 @@ export const MODEL_REGISTRY = {
575
503
  },
576
504
  deprecated: false,
577
505
  isAvailable: true,
578
- lastUpdated: '2026-01-02',
579
- },
580
- 'gemini-3-pro-image-preview': {
581
- type: 'image-generation',
582
- provider: 'google',
583
- displayName: 'Gemini 3 Pro Image Preview',
584
- description: 'Image generation model for creating images from text and image inputs',
585
- pricing: { input: 2, output: 12 },
586
- contextLength: 65536,
587
- context: {
588
- input: {
589
- text: true,
590
- audio: false,
591
- image: true,
592
- video: false
593
- },
594
- output: {
595
- text: true,
596
- audio: false,
597
- image: true,
598
- video: false
599
- }
600
- },
601
- deprecated: false,
602
- isAvailable: true,
603
- lastUpdated: '2026-01-02',
506
+ lastUpdated: '2026-01-25',
604
507
  },
605
508
  'gemini-3-pro-preview': {
606
509
  type: 'chat',
607
510
  provider: 'google',
608
511
  displayName: 'Gemini 3 Pro Preview',
609
- description: 'Most intelligent model with advanced reasoning, richer visuals and deeper interactions',
512
+ description: 'The best model in the world for multimodal understanding, and our most powerful agentic and vibe-coding model yet, delivering richer visuals and deeper interactivity, all built on a foundation of state-of-the-art reasoning.',
610
513
  pricing: { input: 2, output: 12 },
611
514
  benchmarks: {
612
- intelligence: 64.5,
613
- coding: 55.8,
515
+ intelligence: 41.1,
516
+ coding: 39.4,
614
517
  math: 86.7,
615
518
  mmluPro: 0.9,
616
519
  gpqa: 0.89,
617
520
  },
618
521
  performance: {
619
- intelligenceScore: 64.5,
522
+ intelligenceScore: 41.1,
620
523
  },
621
524
  contextLength: 1048576,
622
525
  context: {
623
526
  input: {
527
+ pdf: true,
624
528
  text: true,
625
529
  audio: true,
626
530
  image: true,
@@ -635,20 +539,19 @@ export const MODEL_REGISTRY = {
635
539
  },
636
540
  deprecated: false,
637
541
  isAvailable: true,
638
- lastUpdated: '2026-01-02',
542
+ lastUpdated: '2026-01-25',
639
543
  },
640
544
  'gemini-robotics-er-1.5-preview': {
641
545
  type: 'chat',
642
546
  provider: 'google',
643
547
  displayName: 'Gemini Robotics ER 1.5 Preview',
644
- description: 'Robotics model for embodied reasoning and control tasks',
645
548
  pricing: { input: 0.3, output: 2.5 },
646
549
  context: {
647
550
  input: {
648
551
  text: true,
649
552
  audio: false,
650
- image: true,
651
- video: true
553
+ image: false,
554
+ video: false
652
555
  },
653
556
  output: {
654
557
  text: true,
@@ -659,23 +562,21 @@ export const MODEL_REGISTRY = {
659
562
  },
660
563
  deprecated: false,
661
564
  isAvailable: true,
662
- lastUpdated: '2026-01-02',
565
+ lastUpdated: '2026-01-25',
663
566
  },
664
- 'gemma-3-12b-it': {
567
+ 'gemma-3-27b-it': {
665
568
  type: 'chat',
666
569
  provider: 'google',
667
- displayName: 'Gemma 3 12B IT',
668
- description: 'Medium instruction-tuned Gemma model',
570
+ displayName: 'Gemma 3 27B IT',
571
+ description: 'Large instruction-tuned Gemma model',
669
572
  pricing: { input: 0, output: 0 },
670
573
  benchmarks: {
671
- intelligence: 20.4,
672
- coding: 10.6,
673
- math: 18.3,
674
- mmluPro: 0.6,
675
- gpqa: 0.35,
574
+ intelligence: 10.1,
575
+ mmluPro: 0.48,
576
+ gpqa: 0.28,
676
577
  },
677
578
  performance: {
678
- intelligenceScore: 20.4,
579
+ intelligenceScore: 10.1,
679
580
  },
680
581
  context: {
681
582
  input: {
@@ -693,22 +594,13 @@ export const MODEL_REGISTRY = {
693
594
  },
694
595
  deprecated: false,
695
596
  isAvailable: true,
696
- lastUpdated: '2026-01-02',
597
+ lastUpdated: '2026-01-25',
697
598
  },
698
- 'gemma-3-1b-it': {
699
- type: 'chat',
599
+ 'imagen-4.0-fast-generate-001': {
600
+ type: 'image-generation',
700
601
  provider: 'google',
701
- displayName: 'Gemma 3 1B IT',
702
- description: 'Compact instruction-tuned Gemma model',
703
- pricing: { input: 0, output: 0 },
704
- benchmarks: {
705
- intelligence: 12.5,
706
- mmluPro: 0.48,
707
- gpqa: 0.28,
708
- },
709
- performance: {
710
- intelligenceScore: 12.5,
711
- },
602
+ displayName: 'Imagen 4.0 Fast',
603
+ imagePricing: 0.02,
712
604
  context: {
713
605
  input: {
714
606
  text: true,
@@ -717,32 +609,21 @@ export const MODEL_REGISTRY = {
717
609
  video: false
718
610
  },
719
611
  output: {
720
- text: true,
612
+ text: false,
721
613
  audio: false,
722
- image: false,
614
+ image: true,
723
615
  video: false
724
616
  }
725
617
  },
726
618
  deprecated: false,
727
619
  isAvailable: true,
728
- lastUpdated: '2026-01-02',
620
+ lastUpdated: '2026-01-25',
729
621
  },
730
- 'gemma-3-27b-it': {
731
- type: 'chat',
622
+ 'imagen-4.0-ultra-generate-001': {
623
+ type: 'image-generation',
732
624
  provider: 'google',
733
- displayName: 'Gemma 3 27B IT',
734
- description: 'Large instruction-tuned Gemma model',
735
- pricing: { input: 0, output: 0 },
736
- benchmarks: {
737
- intelligence: 22.1,
738
- coding: 12.8,
739
- math: 20.7,
740
- mmluPro: 0.67,
741
- gpqa: 0.43,
742
- },
743
- performance: {
744
- intelligenceScore: 22.1,
745
- },
625
+ displayName: 'Imagen 4.0 Ultra',
626
+ imagePricing: 0.06,
746
627
  context: {
747
628
  input: {
748
629
  text: true,
@@ -751,32 +632,21 @@ export const MODEL_REGISTRY = {
751
632
  video: false
752
633
  },
753
634
  output: {
754
- text: true,
635
+ text: false,
755
636
  audio: false,
756
- image: false,
637
+ image: true,
757
638
  video: false
758
639
  }
759
640
  },
760
641
  deprecated: false,
761
642
  isAvailable: true,
762
- lastUpdated: '2026-01-02',
643
+ lastUpdated: '2026-01-25',
763
644
  },
764
- 'gemma-3-4b-it': {
765
- type: 'chat',
645
+ 'text-embedding-004': {
646
+ type: 'embedding',
766
647
  provider: 'google',
767
- displayName: 'Gemma 3 4B IT',
768
- description: 'Small instruction-tuned Gemma model',
769
- pricing: { input: 0, output: 0 },
770
- benchmarks: {
771
- intelligence: 15.5,
772
- coding: 8.3,
773
- math: 14.3,
774
- mmluPro: 0.49,
775
- gpqa: 0.3,
776
- },
777
- performance: {
778
- intelligenceScore: 15.5,
779
- },
648
+ displayName: 'Text Embedding 004',
649
+ pricing: { input: 0.15 },
780
650
  context: {
781
651
  input: {
782
652
  text: true,
@@ -785,7 +655,7 @@ export const MODEL_REGISTRY = {
785
655
  video: false
786
656
  },
787
657
  output: {
788
- text: true,
658
+ text: false,
789
659
  audio: false,
790
660
  image: false,
791
661
  video: false
@@ -793,14 +663,12 @@ export const MODEL_REGISTRY = {
793
663
  },
794
664
  deprecated: false,
795
665
  isAvailable: true,
796
- lastUpdated: '2026-01-02',
666
+ lastUpdated: '2026-01-25',
797
667
  },
798
- 'imagen-4.0-fast-generate-001': {
799
- type: 'image-generation',
668
+ 'veo-3.1-fast-generate-preview': {
669
+ type: 'video-generation',
800
670
  provider: 'google',
801
- displayName: 'Imagen 4.0 Fast',
802
- description: 'Fast image generation model',
803
- pricing: { input: 0, output: 0 },
671
+ displayName: 'Veo 3.1 Fast',
804
672
  context: {
805
673
  input: {
806
674
  text: true,
@@ -811,20 +679,18 @@ export const MODEL_REGISTRY = {
811
679
  output: {
812
680
  text: false,
813
681
  audio: false,
814
- image: true,
815
- video: false
682
+ image: false,
683
+ video: true
816
684
  }
817
685
  },
818
686
  deprecated: false,
819
687
  isAvailable: true,
820
- lastUpdated: '2026-01-02',
688
+ lastUpdated: '2026-01-25',
821
689
  },
822
- 'imagen-4.0-generate-001': {
823
- type: 'image-generation',
690
+ 'veo-3.1-generate-preview': {
691
+ type: 'video-generation',
824
692
  provider: 'google',
825
- displayName: 'Imagen 4.0',
826
- description: 'Image generation model',
827
- pricing: { input: 0, output: 0 },
693
+ displayName: 'Veo 3.1',
828
694
  context: {
829
695
  input: {
830
696
  text: true,
@@ -835,20 +701,29 @@ export const MODEL_REGISTRY = {
835
701
  output: {
836
702
  text: false,
837
703
  audio: false,
838
- image: true,
839
- video: false
704
+ image: false,
705
+ video: true
840
706
  }
841
707
  },
842
708
  deprecated: false,
843
709
  isAvailable: true,
844
- lastUpdated: '2026-01-02',
710
+ lastUpdated: '2026-01-25',
845
711
  },
846
- 'imagen-4.0-ultra-generate-001': {
847
- type: 'image-generation',
848
- provider: 'google',
849
- displayName: 'Imagen 4.0 Ultra',
850
- description: 'Ultra quality image generation model',
851
- pricing: { input: 0, output: 0 },
712
+ 'codestral-2412': {
713
+ type: 'chat',
714
+ provider: 'mistral',
715
+ displayName: 'Codestral',
716
+ description: 'Our cutting-edge language model for code completion released end of July 2025.',
717
+ benchmarks: {
718
+ intelligence: 68.5,
719
+ coding: 53.5,
720
+ math: 98.7,
721
+ mmluPro: 0.87,
722
+ gpqa: 0.84,
723
+ },
724
+ performance: {
725
+ intelligenceScore: 68.5,
726
+ },
852
727
  context: {
853
728
  input: {
854
729
  text: true,
@@ -857,22 +732,21 @@ export const MODEL_REGISTRY = {
857
732
  video: false
858
733
  },
859
734
  output: {
860
- text: false,
735
+ text: true,
861
736
  audio: false,
862
- image: true,
737
+ image: false,
863
738
  video: false
864
739
  }
865
740
  },
866
741
  deprecated: false,
867
742
  isAvailable: true,
868
- lastUpdated: '2026-01-02',
743
+ lastUpdated: '2026-01-25',
869
744
  },
870
- 'text-embedding-004': {
871
- type: 'embedding',
872
- provider: 'google',
873
- displayName: 'Text Embedding 004',
874
- description: 'Text embedding model for semantic similarity and retrieval',
875
- pricing: { input: 0.6, output: 0 },
745
+ 'codestral-2508': {
746
+ type: 'chat',
747
+ provider: 'mistral',
748
+ displayName: 'Codestral',
749
+ description: 'Our cutting-edge language model for code completion released end of July 2025.',
876
750
  context: {
877
751
  input: {
878
752
  text: true,
@@ -881,7 +755,7 @@ export const MODEL_REGISTRY = {
881
755
  video: false
882
756
  },
883
757
  output: {
884
- text: false,
758
+ text: true,
885
759
  audio: false,
886
760
  image: false,
887
761
  video: false
@@ -889,14 +763,14 @@ export const MODEL_REGISTRY = {
889
763
  },
890
764
  deprecated: false,
891
765
  isAvailable: true,
892
- lastUpdated: '2026-01-02',
766
+ lastUpdated: '2026-01-25',
893
767
  },
894
- 'veo-2.0-generate-001': {
895
- type: 'video-generation',
896
- provider: 'google',
897
- displayName: 'Veo 2.0',
898
- description: 'Video generation model',
899
- pricing: { input: 0, output: 0 },
768
+ 'codestral-embed-2505': {
769
+ type: 'embedding',
770
+ provider: 'mistral',
771
+ displayName: 'Codestral Embed',
772
+ description: 'Our state-of-the-art semantic for extracting representation of code extracts',
773
+ pricing: { input: 0.15, output: 0 },
900
774
  context: {
901
775
  input: {
902
776
  text: true,
@@ -905,22 +779,31 @@ export const MODEL_REGISTRY = {
905
779
  video: false
906
780
  },
907
781
  output: {
908
- text: false,
782
+ text: true,
909
783
  audio: false,
910
784
  image: false,
911
- video: true
785
+ video: false
912
786
  }
913
787
  },
914
788
  deprecated: false,
915
789
  isAvailable: true,
916
- lastUpdated: '2026-01-02',
790
+ lastUpdated: '2026-01-25',
917
791
  },
918
- 'veo-3.0-fast-generate-001': {
919
- type: 'video-generation',
920
- provider: 'google',
921
- displayName: 'Veo 3.0 Fast',
922
- description: 'Fast video generation model',
923
- pricing: { input: 0, output: 0 },
792
+ 'devstral-2512': {
793
+ type: 'chat',
794
+ provider: 'mistral',
795
+ displayName: 'Devstral 2',
796
+ description: 'Our frontier code agents model for solving software engineering tasks.',
797
+ benchmarks: {
798
+ intelligence: 18.6,
799
+ coding: 15.9,
800
+ math: 4.7,
801
+ mmluPro: 0.71,
802
+ gpqa: 0.49,
803
+ },
804
+ performance: {
805
+ intelligenceScore: 18.6,
806
+ },
924
807
  context: {
925
808
  input: {
926
809
  text: true,
@@ -929,264 +812,15 @@ export const MODEL_REGISTRY = {
929
812
  video: false
930
813
  },
931
814
  output: {
932
- text: false,
815
+ text: true,
933
816
  audio: false,
934
817
  image: false,
935
- video: true
818
+ video: false
936
819
  }
937
820
  },
938
821
  deprecated: false,
939
822
  isAvailable: true,
940
- lastUpdated: '2026-01-02',
941
- },
942
- 'veo-3.0-generate-001': {
943
- type: 'video-generation',
944
- provider: 'google',
945
- displayName: 'Veo 3.0',
946
- description: 'Video generation model',
947
- pricing: { input: 0, output: 0 },
948
- context: {
949
- input: {
950
- text: true,
951
- audio: false,
952
- image: false,
953
- video: false
954
- },
955
- output: {
956
- text: false,
957
- audio: false,
958
- image: false,
959
- video: true
960
- }
961
- },
962
- deprecated: false,
963
- isAvailable: true,
964
- lastUpdated: '2026-01-02',
965
- },
966
- 'veo-3.1-fast-generate-preview': {
967
- type: 'video-generation',
968
- provider: 'google',
969
- displayName: 'Veo 3.1 Fast',
970
- description: 'Fast video generation model',
971
- pricing: { input: 0, output: 0 },
972
- context: {
973
- input: {
974
- text: true,
975
- audio: false,
976
- image: false,
977
- video: false
978
- },
979
- output: {
980
- text: false,
981
- audio: false,
982
- image: false,
983
- video: true
984
- }
985
- },
986
- deprecated: false,
987
- isAvailable: true,
988
- lastUpdated: '2026-01-02',
989
- },
990
- 'veo-3.1-generate-preview': {
991
- type: 'video-generation',
992
- provider: 'google',
993
- displayName: 'Veo 3.1',
994
- description: 'Video generation model',
995
- pricing: { input: 0, output: 0 },
996
- context: {
997
- input: {
998
- text: true,
999
- audio: false,
1000
- image: false,
1001
- video: false
1002
- },
1003
- output: {
1004
- text: false,
1005
- audio: false,
1006
- image: false,
1007
- video: true
1008
- }
1009
- },
1010
- deprecated: false,
1011
- isAvailable: true,
1012
- lastUpdated: '2026-01-02',
1013
- },
1014
- 'codestral-2412': {
1015
- type: 'chat',
1016
- provider: 'mistral',
1017
- displayName: 'Codestral',
1018
- description: 'Our cutting-edge language model for code completion released end of July 2025.',
1019
- benchmarks: {
1020
- intelligence: 68.5,
1021
- coding: 53.5,
1022
- math: 98.7,
1023
- mmluPro: 0.87,
1024
- gpqa: 0.84,
1025
- },
1026
- performance: {
1027
- intelligenceScore: 68.5,
1028
- },
1029
- context: {
1030
- input: {
1031
- text: true,
1032
- audio: false,
1033
- image: false,
1034
- video: false
1035
- },
1036
- output: {
1037
- text: true,
1038
- audio: false,
1039
- image: false,
1040
- video: false
1041
- }
1042
- },
1043
- deprecated: false,
1044
- isAvailable: true,
1045
- lastUpdated: '2026-01-02',
1046
- },
1047
- 'codestral-2508': {
1048
- type: 'chat',
1049
- provider: 'mistral',
1050
- displayName: 'Codestral',
1051
- description: 'Our cutting-edge language model for code completion released end of July 2025.',
1052
- context: {
1053
- input: {
1054
- text: true,
1055
- audio: false,
1056
- image: false,
1057
- video: false
1058
- },
1059
- output: {
1060
- text: true,
1061
- audio: false,
1062
- image: false,
1063
- video: false
1064
- }
1065
- },
1066
- deprecated: false,
1067
- isAvailable: true,
1068
- lastUpdated: '2026-01-02',
1069
- },
1070
- 'codestral-embed-2505': {
1071
- type: 'embedding',
1072
- provider: 'mistral',
1073
- displayName: 'Codestral Embed',
1074
- description: 'Our state-of-the-art semantic for extracting representation of code extracts',
1075
- pricing: { input: 0.15, output: 0 },
1076
- context: {
1077
- input: {
1078
- text: true,
1079
- audio: false,
1080
- image: false,
1081
- video: false
1082
- },
1083
- output: {
1084
- text: false,
1085
- audio: false,
1086
- image: false,
1087
- video: false
1088
- }
1089
- },
1090
- deprecated: false,
1091
- isAvailable: true,
1092
- lastUpdated: '2026-01-02',
1093
- },
1094
- 'codestral-latest': {
1095
- type: 'chat',
1096
- provider: 'mistral',
1097
- displayName: 'Codestral',
1098
- description: 'Our cutting-edge language model for code completion',
1099
- pricing: { input: 0.3, output: 0.9 },
1100
- benchmarks: {
1101
- intelligence: 12.2,
1102
- mmluPro: 0.47,
1103
- gpqa: 0.34,
1104
- },
1105
- performance: {
1106
- intelligenceScore: 12.2,
1107
- },
1108
- context: {
1109
- input: {
1110
- text: true,
1111
- audio: false,
1112
- image: false,
1113
- video: false
1114
- },
1115
- output: {
1116
- text: true,
1117
- audio: false,
1118
- image: false,
1119
- video: false
1120
- }
1121
- },
1122
- deprecated: false,
1123
- isAvailable: true,
1124
- lastUpdated: '2026-01-02',
1125
- },
1126
- 'devstral-2512': {
1127
- type: 'chat',
1128
- provider: 'mistral',
1129
- displayName: 'Devstral 2',
1130
- description: 'Our frontier code agents model for solving software engineering tasks.',
1131
- benchmarks: {
1132
- intelligence: 19.6,
1133
- mmluPro: 0.63,
1134
- gpqa: 0.43,
1135
- },
1136
- performance: {
1137
- intelligenceScore: 19.6,
1138
- },
1139
- context: {
1140
- input: {
1141
- text: true,
1142
- audio: false,
1143
- image: false,
1144
- video: false
1145
- },
1146
- output: {
1147
- text: true,
1148
- audio: false,
1149
- image: false,
1150
- video: false
1151
- }
1152
- },
1153
- deprecated: false,
1154
- isAvailable: true,
1155
- lastUpdated: '2026-01-02',
1156
- },
1157
- 'devstral-latest': {
1158
- type: 'chat',
1159
- provider: 'mistral',
1160
- displayName: 'Devstral',
1161
- description: 'Our frontier code agents model for solving software engineering tasks.',
1162
- pricing: { input: 0, output: 0 },
1163
- benchmarks: {
1164
- intelligence: 27.2,
1165
- coding: 18.5,
1166
- math: 29.3,
1167
- mmluPro: 0.62,
1168
- gpqa: 0.41,
1169
- },
1170
- performance: {
1171
- intelligenceScore: 27.2,
1172
- },
1173
- context: {
1174
- input: {
1175
- text: true,
1176
- audio: false,
1177
- image: false,
1178
- video: false
1179
- },
1180
- output: {
1181
- text: true,
1182
- audio: false,
1183
- image: false,
1184
- video: false
1185
- }
1186
- },
1187
- deprecated: false,
1188
- isAvailable: true,
1189
- lastUpdated: '2026-01-02',
823
+ lastUpdated: '2026-01-25',
1190
824
  },
1191
825
  'magistral-medium-2509': {
1192
826
  type: 'chat',
@@ -1194,148 +828,14 @@ export const MODEL_REGISTRY = {
1194
828
  displayName: 'Magistral Medium 1.2',
1195
829
  description: 'Our frontier-class multimodal reasoning model.',
1196
830
  benchmarks: {
1197
- intelligence: 33.2,
1198
- coding: 30.3,
1199
- math: 40.3,
1200
- mmluPro: 0.75,
1201
- gpqa: 0.68,
1202
- },
1203
- performance: {
1204
- intelligenceScore: 33.2,
1205
- },
1206
- context: {
1207
- input: {
1208
- text: true,
1209
- audio: false,
1210
- image: true,
1211
- video: false
1212
- },
1213
- output: {
1214
- text: true,
1215
- audio: false,
1216
- image: false,
1217
- video: false
1218
- }
1219
- },
1220
- deprecated: false,
1221
- isAvailable: true,
1222
- lastUpdated: '2026-01-02',
1223
- },
1224
- 'magistral-medium-latest': {
1225
- type: 'chat',
1226
- provider: 'mistral',
1227
- displayName: 'Magistral Medium',
1228
- description: 'Our frontier-class multimodal reasoning model',
1229
- pricing: { input: 2, output: 5 },
1230
- benchmarks: {
1231
- intelligence: 33.2,
1232
- coding: 30.3,
831
+ intelligence: 18.7,
832
+ coding: 16,
1233
833
  math: 40.3,
1234
834
  mmluPro: 0.75,
1235
- gpqa: 0.68,
1236
- },
1237
- performance: {
1238
- intelligenceScore: 33.2,
1239
- },
1240
- context: {
1241
- input: {
1242
- text: true,
1243
- audio: false,
1244
- image: true,
1245
- video: false
1246
- },
1247
- output: {
1248
- text: true,
1249
- audio: false,
1250
- image: false,
1251
- video: false
1252
- }
1253
- },
1254
- deprecated: false,
1255
- isAvailable: true,
1256
- lastUpdated: '2026-01-02',
1257
- },
1258
- 'magistral-small-2509': {
1259
- type: 'chat',
1260
- provider: 'mistral',
1261
- displayName: 'Magistral Small 1.2',
1262
- description: 'Our small multimodal reasoning model.',
1263
- benchmarks: {
1264
- intelligence: 43,
1265
- coding: 37.2,
1266
- math: 80.3,
1267
- mmluPro: 0.77,
1268
- gpqa: 0.66,
1269
- },
1270
- performance: {
1271
- intelligenceScore: 43,
1272
- },
1273
- context: {
1274
- input: {
1275
- text: true,
1276
- audio: false,
1277
- image: true,
1278
- video: false
1279
- },
1280
- output: {
1281
- text: true,
1282
- audio: false,
1283
- image: false,
1284
- video: false
1285
- }
1286
- },
1287
- deprecated: false,
1288
- isAvailable: true,
1289
- lastUpdated: '2026-01-02',
1290
- },
1291
- 'magistral-small-latest': {
1292
- type: 'chat',
1293
- provider: 'mistral',
1294
- displayName: 'Magistral Small',
1295
- description: 'Our small multimodal reasoning model',
1296
- pricing: { input: 0.5, output: 1.5 },
1297
- benchmarks: {
1298
- intelligence: 31.9,
1299
- coding: 26.6,
1300
- math: 41.3,
1301
- mmluPro: 0.75,
1302
- gpqa: 0.64,
1303
- },
1304
- performance: {
1305
- intelligenceScore: 31.9,
1306
- },
1307
- context: {
1308
- input: {
1309
- text: true,
1310
- audio: false,
1311
- image: true,
1312
- video: false
1313
- },
1314
- output: {
1315
- text: true,
1316
- audio: false,
1317
- image: false,
1318
- video: false
1319
- }
1320
- },
1321
- deprecated: false,
1322
- isAvailable: true,
1323
- lastUpdated: '2026-01-02',
1324
- },
1325
- 'ministral-14b-2512': {
1326
- type: 'chat',
1327
- provider: 'mistral',
1328
- displayName: 'Ministral 3 14B',
1329
- description: 'A powerful model offering best-in-class text and vision capabilities.',
1330
- benchmarks: {
1331
- intelligence: 30.5,
1332
- coding: 21,
1333
- math: 30,
1334
- mmluPro: 0.69,
1335
- gpqa: 0.57,
835
+ gpqa: 0.68,
1336
836
  },
1337
837
  performance: {
1338
- intelligenceScore: 30.5,
838
+ intelligenceScore: 18.7,
1339
839
  },
1340
840
  context: {
1341
841
  input: {
@@ -1353,19 +853,22 @@ export const MODEL_REGISTRY = {
1353
853
  },
1354
854
  deprecated: false,
1355
855
  isAvailable: true,
1356
- lastUpdated: '2026-01-02',
856
+ lastUpdated: '2026-01-25',
1357
857
  },
1358
- 'ministral-14b-latest': {
858
+ 'magistral-small-2509': {
1359
859
  type: 'chat',
1360
860
  provider: 'mistral',
1361
- displayName: 'Ministral 3 14B',
1362
- description: 'A powerful model offering best-in-class text and vision capabilities.',
1363
- pricing: { input: 0.2, output: 0.2 },
861
+ displayName: 'Magistral Small 1.2',
862
+ description: 'Our small multimodal reasoning model.',
1364
863
  benchmarks: {
1365
- intelligence: 1,
864
+ intelligence: 16.8,
865
+ coding: 11.1,
866
+ math: 41.3,
867
+ mmluPro: 0.75,
868
+ gpqa: 0.64,
1366
869
  },
1367
870
  performance: {
1368
- intelligenceScore: 1,
871
+ intelligenceScore: 16.8,
1369
872
  },
1370
873
  context: {
1371
874
  input: {
@@ -1383,22 +886,22 @@ export const MODEL_REGISTRY = {
1383
886
  },
1384
887
  deprecated: false,
1385
888
  isAvailable: true,
1386
- lastUpdated: '2026-01-02',
889
+ lastUpdated: '2026-01-25',
1387
890
  },
1388
- 'ministral-3b-2512': {
891
+ 'ministral-14b-2512': {
1389
892
  type: 'chat',
1390
893
  provider: 'mistral',
1391
- displayName: 'Ministral 3 3B',
1392
- description: 'A tiny and efficient model offering best-in-class text and vision capabilities.',
894
+ displayName: 'Ministral 3 14B',
895
+ description: 'A powerful model offering best-in-class text and vision capabilities.',
1393
896
  benchmarks: {
1394
- intelligence: 21.8,
1395
- coding: 13,
1396
- math: 22,
1397
- mmluPro: 0.52,
1398
- gpqa: 0.36,
897
+ intelligence: 16,
898
+ coding: 10.9,
899
+ math: 30,
900
+ mmluPro: 0.69,
901
+ gpqa: 0.57,
1399
902
  },
1400
903
  performance: {
1401
- intelligenceScore: 21.8,
904
+ intelligenceScore: 16,
1402
905
  },
1403
906
  context: {
1404
907
  input: {
@@ -1416,23 +919,22 @@ export const MODEL_REGISTRY = {
1416
919
  },
1417
920
  deprecated: false,
1418
921
  isAvailable: true,
1419
- lastUpdated: '2026-01-02',
922
+ lastUpdated: '2026-01-25',
1420
923
  },
1421
- 'ministral-3b-latest': {
924
+ 'ministral-3b-2512': {
1422
925
  type: 'chat',
1423
926
  provider: 'mistral',
1424
927
  displayName: 'Ministral 3 3B',
1425
928
  description: 'A tiny and efficient model offering best-in-class text and vision capabilities.',
1426
- pricing: { input: 0.1, output: 0.1 },
1427
929
  benchmarks: {
1428
- intelligence: 12.7,
1429
- coding: 6.9,
1430
- math: 0.3,
1431
- mmluPro: 0.44,
1432
- gpqa: 0.32,
930
+ intelligence: 11.2,
931
+ coding: 4.8,
932
+ math: 22,
933
+ mmluPro: 0.52,
934
+ gpqa: 0.36,
1433
935
  },
1434
936
  performance: {
1435
- intelligenceScore: 12.7,
937
+ intelligenceScore: 11.2,
1436
938
  },
1437
939
  context: {
1438
940
  input: {
@@ -1450,7 +952,7 @@ export const MODEL_REGISTRY = {
1450
952
  },
1451
953
  deprecated: false,
1452
954
  isAvailable: true,
1453
- lastUpdated: '2026-01-02',
955
+ lastUpdated: '2026-01-25',
1454
956
  },
1455
957
  'ministral-8b-2512': {
1456
958
  type: 'chat',
@@ -1458,46 +960,14 @@ export const MODEL_REGISTRY = {
1458
960
  displayName: 'Ministral 3 8B',
1459
961
  description: 'A powerful and efficient model offering best-in-class text and vision capabilities.',
1460
962
  benchmarks: {
1461
- intelligence: 28.2,
1462
- coding: 18.4,
963
+ intelligence: 14.6,
964
+ coding: 10,
1463
965
  math: 31.7,
1464
966
  mmluPro: 0.64,
1465
967
  gpqa: 0.47,
1466
968
  },
1467
969
  performance: {
1468
- intelligenceScore: 28.2,
1469
- },
1470
- context: {
1471
- input: {
1472
- text: true,
1473
- audio: false,
1474
- image: true,
1475
- video: false
1476
- },
1477
- output: {
1478
- text: true,
1479
- audio: false,
1480
- image: false,
1481
- video: false
1482
- }
1483
- },
1484
- deprecated: false,
1485
- isAvailable: true,
1486
- lastUpdated: '2026-01-02',
1487
- },
1488
- 'ministral-8b-latest': {
1489
- type: 'chat',
1490
- provider: 'mistral',
1491
- displayName: 'Ministral 3 8B',
1492
- description: 'A powerful and efficient model offering best-in-class text and vision capabilities.',
1493
- pricing: { input: 0.15, output: 0.15 },
1494
- benchmarks: {
1495
- intelligence: 7,
1496
- mmluPro: 0.41,
1497
- gpqa: 0.3,
1498
- },
1499
- performance: {
1500
- intelligenceScore: 7,
970
+ intelligenceScore: 14.6,
1501
971
  },
1502
972
  context: {
1503
973
  input: {
@@ -1515,7 +985,7 @@ export const MODEL_REGISTRY = {
1515
985
  },
1516
986
  deprecated: false,
1517
987
  isAvailable: true,
1518
- lastUpdated: '2026-01-02',
988
+ lastUpdated: '2026-01-25',
1519
989
  },
1520
990
  'mistral-embed': {
1521
991
  type: 'embedding',
@@ -1523,69 +993,6 @@ export const MODEL_REGISTRY = {
1523
993
  displayName: 'Mistral Embed',
1524
994
  description: 'Our state-of-the-art semantic for extracting representation of code extracts',
1525
995
  pricing: { input: 0.1, output: 0 },
1526
- context: {
1527
- input: {
1528
- text: true,
1529
- audio: false,
1530
- image: false,
1531
- video: false
1532
- },
1533
- output: {
1534
- text: false,
1535
- audio: false,
1536
- image: false,
1537
- video: false
1538
- }
1539
- },
1540
- deprecated: false,
1541
- isAvailable: true,
1542
- lastUpdated: '2026-01-02',
1543
- },
1544
- 'mistral-large-2512': {
1545
- type: 'chat',
1546
- provider: 'mistral',
1547
- displayName: 'Mistral Large 3',
1548
- description: 'A state-of-the-art, open-weight, general-purpose multimodal model.',
1549
- benchmarks: {
1550
- intelligence: 2.6,
1551
- mmluPro: 0.39,
1552
- gpqa: 0.29,
1553
- },
1554
- performance: {
1555
- intelligenceScore: 2.6,
1556
- },
1557
- context: {
1558
- input: {
1559
- text: true,
1560
- audio: false,
1561
- image: true,
1562
- video: false
1563
- },
1564
- output: {
1565
- text: true,
1566
- audio: false,
1567
- image: false,
1568
- video: false
1569
- }
1570
- },
1571
- deprecated: false,
1572
- isAvailable: true,
1573
- lastUpdated: '2026-01-02',
1574
- },
1575
- 'mistral-large-latest': {
1576
- type: 'chat',
1577
- provider: 'mistral',
1578
- displayName: 'Mistral Large',
1579
- description: 'Top-tier large model for high-complexity tasks.',
1580
- pricing: { input: 0.5, output: 1.5 },
1581
- benchmarks: {
1582
- intelligence: 11.9,
1583
- mmluPro: 0.52,
1584
- gpqa: 0.35,
1585
- },
1586
- performance: {
1587
- intelligenceScore: 11.9,
1588
- },
1589
996
  context: {
1590
997
  input: {
1591
998
  text: true,
@@ -1602,7 +1009,7 @@ export const MODEL_REGISTRY = {
1602
1009
  },
1603
1010
  deprecated: false,
1604
1011
  isAvailable: true,
1605
- lastUpdated: '2026-01-02',
1012
+ lastUpdated: '2026-01-25',
1606
1013
  },
1607
1014
  'mistral-medium-2508': {
1608
1015
  type: 'chat',
@@ -1610,46 +1017,14 @@ export const MODEL_REGISTRY = {
1610
1017
  displayName: 'Mistral Medium 3.1',
1611
1018
  description: 'Our frontier-class multimodal model released August 2025.',
1612
1019
  benchmarks: {
1613
- intelligence: 33.6,
1614
- coding: 25.6,
1020
+ intelligence: 17.6,
1021
+ coding: 13.6,
1615
1022
  math: 30.3,
1616
1023
  mmluPro: 0.76,
1617
1024
  gpqa: 0.58,
1618
1025
  },
1619
1026
  performance: {
1620
- intelligenceScore: 33.6,
1621
- },
1622
- context: {
1623
- input: {
1624
- text: true,
1625
- audio: false,
1626
- image: true,
1627
- video: false
1628
- },
1629
- output: {
1630
- text: true,
1631
- audio: false,
1632
- image: false,
1633
- video: false
1634
- }
1635
- },
1636
- deprecated: false,
1637
- isAvailable: true,
1638
- lastUpdated: '2026-01-02',
1639
- },
1640
- 'mistral-medium-latest': {
1641
- type: 'chat',
1642
- provider: 'mistral',
1643
- displayName: 'Mistral Medium 3.1',
1644
- description: 'Our frontier-class multimodal model released August 2025.',
1645
- pricing: { input: 0.4, output: 2 },
1646
- benchmarks: {
1647
- intelligence: 8.4,
1648
- mmluPro: 0.49,
1649
- gpqa: 0.35,
1650
- },
1651
- performance: {
1652
- intelligenceScore: 8.4,
1027
+ intelligenceScore: 17.6,
1653
1028
  },
1654
1029
  context: {
1655
1030
  input: {
@@ -1667,53 +1042,22 @@ export const MODEL_REGISTRY = {
1667
1042
  },
1668
1043
  deprecated: false,
1669
1044
  isAvailable: true,
1670
- lastUpdated: '2026-01-02',
1045
+ lastUpdated: '2026-01-25',
1671
1046
  },
1672
1047
  'mistral-small-2501': {
1673
- type: 'chat',
1674
- provider: 'mistral',
1675
- displayName: 'Mistral Small',
1676
- description: 'Efficient model for various tasks.',
1677
- benchmarks: {
1678
- intelligence: 8.5,
1679
- mmluPro: 0.42,
1680
- gpqa: 0.3,
1681
- },
1682
- performance: {
1683
- intelligenceScore: 8.5,
1684
- },
1685
- context: {
1686
- input: {
1687
- text: true,
1688
- audio: false,
1689
- image: false,
1690
- video: false
1691
- },
1692
- output: {
1693
- text: true,
1694
- audio: false,
1695
- image: false,
1696
- video: false
1697
- }
1698
- },
1699
- deprecated: false,
1700
- isAvailable: true,
1701
- lastUpdated: '2026-01-02',
1702
- },
1703
- 'mistral-small-2506': {
1704
1048
  type: 'chat',
1705
1049
  provider: 'mistral',
1706
1050
  displayName: 'Mistral Small 3.2',
1707
1051
  description: 'An update to our previous small model, released June 2025.',
1708
1052
  benchmarks: {
1709
- intelligence: 24.9,
1710
- coding: 18.3,
1053
+ intelligence: 14,
1054
+ coding: 13.9,
1711
1055
  math: 3.7,
1712
1056
  mmluPro: 0.66,
1713
1057
  gpqa: 0.45,
1714
1058
  },
1715
1059
  performance: {
1716
- intelligenceScore: 24.9,
1060
+ intelligenceScore: 14,
1717
1061
  },
1718
1062
  context: {
1719
1063
  input: {
@@ -1731,14 +1075,13 @@ export const MODEL_REGISTRY = {
1731
1075
  },
1732
1076
  deprecated: false,
1733
1077
  isAvailable: true,
1734
- lastUpdated: '2026-01-02',
1078
+ lastUpdated: '2026-01-25',
1735
1079
  },
1736
- 'mistral-small-latest': {
1080
+ 'mistral-small-2506': {
1737
1081
  type: 'chat',
1738
1082
  provider: 'mistral',
1739
- displayName: 'Mistral Small',
1740
- description: 'An efficient model offering best-in-class text and vision capabilities',
1741
- pricing: { input: 0.1, output: 0.3 },
1083
+ displayName: 'Mistral Small 3.2',
1084
+ description: 'An update to our previous small model, released June 2025.',
1742
1085
  benchmarks: {
1743
1086
  intelligence: 24.9,
1744
1087
  coding: 18.3,
@@ -1749,116 +1092,6 @@ export const MODEL_REGISTRY = {
1749
1092
  performance: {
1750
1093
  intelligenceScore: 24.9,
1751
1094
  },
1752
- context: {
1753
- input: {
1754
- text: true,
1755
- audio: false,
1756
- image: true,
1757
- video: false
1758
- },
1759
- output: {
1760
- text: true,
1761
- audio: false,
1762
- image: false,
1763
- video: false
1764
- }
1765
- },
1766
- deprecated: false,
1767
- isAvailable: true,
1768
- lastUpdated: '2026-01-02',
1769
- },
1770
- 'mistral-tiny-2407': {
1771
- type: 'chat',
1772
- provider: 'mistral',
1773
- displayName: 'Mistral Nemo 12B',
1774
- description: 'Our best multilingual open source model released July 2024.',
1775
- context: {
1776
- input: {
1777
- text: true,
1778
- audio: false,
1779
- image: false,
1780
- video: false
1781
- },
1782
- output: {
1783
- text: true,
1784
- audio: false,
1785
- image: false,
1786
- video: false
1787
- }
1788
- },
1789
- deprecated: false,
1790
- isAvailable: true,
1791
- lastUpdated: '2026-01-02',
1792
- },
1793
- 'mistral-tiny-latest': {
1794
- type: 'chat',
1795
- provider: 'mistral',
1796
- displayName: 'Mistral Tiny',
1797
- description: 'Compact model for efficient inference.',
1798
- pricing: { input: 0.14, output: 0.42 },
1799
- context: {
1800
- input: {
1801
- text: true,
1802
- audio: false,
1803
- image: false,
1804
- video: false
1805
- },
1806
- output: {
1807
- text: true,
1808
- audio: false,
1809
- image: false,
1810
- video: false
1811
- }
1812
- },
1813
- deprecated: false,
1814
- isAvailable: true,
1815
- lastUpdated: '2026-01-02',
1816
- },
1817
- 'open-mistral-7b': {
1818
- type: 'chat',
1819
- provider: 'mistral',
1820
- displayName: 'Mistral 7B',
1821
- description: 'Open source model for general purpose tasks.',
1822
- benchmarks: {
1823
- intelligence: 1,
1824
- mmluPro: 0.25,
1825
- gpqa: 0.18,
1826
- },
1827
- performance: {
1828
- intelligenceScore: 1,
1829
- },
1830
- context: {
1831
- input: {
1832
- text: true,
1833
- audio: false,
1834
- image: false,
1835
- video: false
1836
- },
1837
- output: {
1838
- text: true,
1839
- audio: false,
1840
- image: false,
1841
- video: false
1842
- }
1843
- },
1844
- deprecated: false,
1845
- isAvailable: true,
1846
- lastUpdated: '2026-01-02',
1847
- },
1848
- 'open-mistral-nemo': {
1849
- type: 'chat',
1850
- provider: 'mistral',
1851
- displayName: 'Mistral Nemo 12B',
1852
- description: 'Our best multilingual open source model released July 2024.',
1853
- pricing: { input: 0.15, output: 0.15 },
1854
- benchmarks: {
1855
- intelligence: 1,
1856
- mmluPro: 0.25,
1857
- gpqa: 0.18,
1858
- },
1859
- performance: {
1860
- intelligenceScore: 1,
1861
- },
1862
1095
  context: {
1863
1096
  input: {
1864
1097
  text: true,
@@ -1875,18 +1108,18 @@ export const MODEL_REGISTRY = {
1875
1108
  },
1876
1109
  deprecated: false,
1877
1110
  isAvailable: true,
1878
- lastUpdated: '2026-01-02',
1111
+ lastUpdated: '2026-01-25',
1879
1112
  },
1880
- 'pixtral-12b-2409': {
1113
+ 'mistral-tiny-2407': {
1881
1114
  type: 'chat',
1882
1115
  provider: 'mistral',
1883
- displayName: 'Pixtral 12B',
1884
- description: 'Multimodal model with vision capabilities.',
1116
+ displayName: 'Mistral Tiny',
1117
+ description: 'Legacy small model from July 2024.',
1885
1118
  context: {
1886
1119
  input: {
1887
1120
  text: true,
1888
1121
  audio: false,
1889
- image: true,
1122
+ image: false,
1890
1123
  video: false
1891
1124
  },
1892
1125
  output: {
@@ -1898,19 +1131,26 @@ export const MODEL_REGISTRY = {
1898
1131
  },
1899
1132
  deprecated: false,
1900
1133
  isAvailable: true,
1901
- lastUpdated: '2026-01-02',
1134
+ lastUpdated: '2026-01-25',
1902
1135
  },
1903
- 'pixtral-12b-latest': {
1136
+ 'open-mistral-nemo-2407': {
1904
1137
  type: 'chat',
1905
1138
  provider: 'mistral',
1906
- displayName: 'Pixtral 12B',
1907
- description: 'Multimodal model with vision capabilities.',
1908
- pricing: { input: 0.15, output: 0.15 },
1139
+ displayName: 'Mistral Nemo 12B',
1140
+ description: 'Our best multilingual open source model released July 2024.',
1141
+ benchmarks: {
1142
+ intelligence: 7.4,
1143
+ mmluPro: 0.25,
1144
+ gpqa: 0.18,
1145
+ },
1146
+ performance: {
1147
+ intelligenceScore: 7.4,
1148
+ },
1909
1149
  context: {
1910
1150
  input: {
1911
1151
  text: true,
1912
1152
  audio: false,
1913
- image: true,
1153
+ image: false,
1914
1154
  video: false
1915
1155
  },
1916
1156
  output: {
@@ -1922,13 +1162,13 @@ export const MODEL_REGISTRY = {
1922
1162
  },
1923
1163
  deprecated: false,
1924
1164
  isAvailable: true,
1925
- lastUpdated: '2026-01-02',
1165
+ lastUpdated: '2026-01-25',
1926
1166
  },
1927
- 'pixtral-large-2411': {
1167
+ 'pixtral-12b-2409': {
1928
1168
  type: 'chat',
1929
1169
  provider: 'mistral',
1930
- displayName: 'Pixtral Large',
1931
- description: 'Our first frontier-class multimodal model released November 2024.',
1170
+ displayName: 'Pixtral 12B',
1171
+ description: 'Multimodal model with vision capabilities.',
1932
1172
  context: {
1933
1173
  input: {
1934
1174
  text: true,
@@ -1945,22 +1185,21 @@ export const MODEL_REGISTRY = {
1945
1185
  },
1946
1186
  deprecated: false,
1947
1187
  isAvailable: true,
1948
- lastUpdated: '2026-01-02',
1188
+ lastUpdated: '2026-01-25',
1949
1189
  },
1950
- 'pixtral-large-latest': {
1190
+ 'pixtral-large-2411': {
1951
1191
  type: 'chat',
1952
1192
  provider: 'mistral',
1953
1193
  displayName: 'Pixtral Large',
1954
1194
  description: 'Our first frontier-class multimodal model released November 2024.',
1955
- pricing: { input: 2, output: 6 },
1956
1195
  benchmarks: {
1957
- intelligence: 25,
1196
+ intelligence: 14,
1958
1197
  math: 2.3,
1959
1198
  mmluPro: 0.7,
1960
1199
  gpqa: 0.51,
1961
1200
  },
1962
1201
  performance: {
1963
- intelligenceScore: 25,
1202
+ intelligenceScore: 14,
1964
1203
  },
1965
1204
  context: {
1966
1205
  input: {
@@ -1978,36 +1217,13 @@ export const MODEL_REGISTRY = {
1978
1217
  },
1979
1218
  deprecated: false,
1980
1219
  isAvailable: true,
1981
- lastUpdated: '2026-01-02',
1982
- },
1983
- 'voxtral-mini-2507': {
1984
- type: 'chat',
1985
- provider: 'mistral',
1986
- displayName: 'Voxtral Mini',
1987
- description: 'A mini version of our first audio input model.',
1988
- context: {
1989
- input: {
1990
- text: true,
1991
- audio: true,
1992
- image: false,
1993
- video: false
1994
- },
1995
- output: {
1996
- text: true,
1997
- audio: false,
1998
- image: false,
1999
- video: false
2000
- }
2001
- },
2002
- deprecated: false,
2003
- isAvailable: true,
2004
- lastUpdated: '2026-01-02',
1220
+ lastUpdated: '2026-01-25',
2005
1221
  },
2006
1222
  'voxtral-mini-latest': {
2007
1223
  type: 'chat',
2008
1224
  provider: 'mistral',
2009
1225
  displayName: 'Voxtral Mini',
2010
- description: 'A mini version of our first audio input model',
1226
+ description: 'A mini version of our first audio input model.',
2011
1227
  pricing: { input: 0.04, output: 0.04 },
2012
1228
  context: {
2013
1229
  input: {
@@ -2025,7 +1241,7 @@ export const MODEL_REGISTRY = {
2025
1241
  },
2026
1242
  deprecated: false,
2027
1243
  isAvailable: true,
2028
- lastUpdated: '2026-01-02',
1244
+ lastUpdated: '2026-01-25',
2029
1245
  },
2030
1246
  'voxtral-small-2507': {
2031
1247
  type: 'chat',
@@ -2048,38 +1264,14 @@ export const MODEL_REGISTRY = {
2048
1264
  },
2049
1265
  deprecated: false,
2050
1266
  isAvailable: true,
2051
- lastUpdated: '2026-01-02',
2052
- },
2053
- 'voxtral-small-latest': {
2054
- type: 'chat',
2055
- provider: 'mistral',
2056
- displayName: 'Voxtral Small',
2057
- description: 'Our first model with audio input capabilities for instruct use cases',
2058
- pricing: { input: 0.1, output: 0.3 },
2059
- context: {
2060
- input: {
2061
- text: true,
2062
- audio: true,
2063
- image: false,
2064
- video: false
2065
- },
2066
- output: {
2067
- text: true,
2068
- audio: false,
2069
- image: false,
2070
- video: false
2071
- }
2072
- },
2073
- deprecated: false,
2074
- isAvailable: true,
2075
- lastUpdated: '2026-01-02',
1267
+ lastUpdated: '2026-01-25',
2076
1268
  },
2077
- 'dall-e-2': {
1269
+ 'dall-e-3': {
2078
1270
  type: 'image',
2079
1271
  provider: 'openai',
2080
- displayName: 'DALL·E 2',
2081
- description: 'Our first image generation model',
2082
- pricing: { input: 0, output: 0 },
1272
+ displayName: 'DALL·E 3',
1273
+ description: 'Previous generation image generation model',
1274
+ imagePricing: { 'hd-1024x1024': 0.08, 'hd-1024x1792': 0.12, 'hd-1792x1024': 0.12, 'standard-1024x1024': 0.04, 'standard-1024x1792': 0.08, 'standard-1792x1024': 0.08 },
2083
1275
  context: {
2084
1276
  input: {
2085
1277
  text: true,
@@ -2096,14 +1288,15 @@ export const MODEL_REGISTRY = {
2096
1288
  },
2097
1289
  deprecated: false,
2098
1290
  isAvailable: true,
2099
- lastUpdated: '2026-01-02',
1291
+ lastUpdated: '2026-01-25',
2100
1292
  },
2101
- 'dall-e-3': {
2102
- type: 'image',
1293
+ 'gpt-3.5-turbo': {
1294
+ type: 'chat',
2103
1295
  provider: 'openai',
2104
- displayName: 'DALL·E 3',
2105
- description: 'Previous generation image generation model',
2106
- pricing: { input: 0, output: 0 },
1296
+ displayName: 'GPT-3.5 Turbo',
1297
+ description: 'Legacy GPT model for cheaper chat and non-chat tasks',
1298
+ pricing: { input: 0.5, output: 1.5 },
1299
+ contextLength: 16385,
2107
1300
  context: {
2108
1301
  input: {
2109
1302
  text: true,
@@ -2112,23 +1305,23 @@ export const MODEL_REGISTRY = {
2112
1305
  video: false
2113
1306
  },
2114
1307
  output: {
2115
- text: false,
1308
+ text: true,
2116
1309
  audio: false,
2117
- image: true,
1310
+ image: false,
2118
1311
  video: false
2119
1312
  }
2120
1313
  },
2121
1314
  deprecated: false,
2122
1315
  isAvailable: true,
2123
- lastUpdated: '2026-01-02',
1316
+ lastUpdated: '2026-01-25',
2124
1317
  },
2125
- 'gpt-3.5-turbo': {
1318
+ 'gpt-3.5-turbo-16k': {
2126
1319
  type: 'chat',
2127
1320
  provider: 'openai',
2128
1321
  displayName: 'GPT-3.5 Turbo',
2129
1322
  description: 'Legacy GPT model for cheaper chat and non-chat tasks',
2130
- pricing: { input: 0.5, output: 1.5 },
2131
- contextLength: 16385,
1323
+ pricing: { input: 3, output: 4 },
1324
+ contextLength: 16384,
2132
1325
  context: {
2133
1326
  input: {
2134
1327
  text: true,
@@ -2145,7 +1338,7 @@ export const MODEL_REGISTRY = {
2145
1338
  },
2146
1339
  deprecated: false,
2147
1340
  isAvailable: true,
2148
- lastUpdated: '2026-01-02',
1341
+ lastUpdated: '2026-01-25',
2149
1342
  },
2150
1343
  'gpt-4-turbo': {
2151
1344
  type: 'chat',
@@ -2154,11 +1347,11 @@ export const MODEL_REGISTRY = {
2154
1347
  description: 'An older high-intelligence GPT model',
2155
1348
  pricing: { input: 10, output: 30 },
2156
1349
  benchmarks: {
2157
- intelligence: 21.5,
1350
+ intelligence: 12.8,
2158
1351
  coding: 13.1,
2159
1352
  },
2160
1353
  performance: {
2161
- intelligenceScore: 21.5,
1354
+ intelligenceScore: 12.8,
2162
1355
  },
2163
1356
  contextLength: 128000,
2164
1357
  context: {
@@ -2177,7 +1370,7 @@ export const MODEL_REGISTRY = {
2177
1370
  },
2178
1371
  deprecated: false,
2179
1372
  isAvailable: true,
2180
- lastUpdated: '2026-01-02',
1373
+ lastUpdated: '2026-01-25',
2181
1374
  },
2182
1375
  'gpt-4.1': {
2183
1376
  type: 'chat',
@@ -2186,49 +1379,14 @@ export const MODEL_REGISTRY = {
2186
1379
  description: 'Smartest non-reasoning model',
2187
1380
  pricing: { input: 2, output: 8 },
2188
1381
  benchmarks: {
2189
- intelligence: 43.4,
2190
- coding: 32.2,
2191
- math: 34.7,
2192
- mmluPro: 0.81,
2193
- gpqa: 0.67,
2194
- },
2195
- performance: {
2196
- intelligenceScore: 43.4,
2197
- },
2198
- contextLength: 128000,
2199
- context: {
2200
- input: {
2201
- text: true,
2202
- audio: false,
2203
- image: true,
2204
- video: false
2205
- },
2206
- output: {
2207
- text: true,
2208
- audio: false,
2209
- image: false,
2210
- video: false
2211
- }
2212
- },
2213
- deprecated: false,
2214
- isAvailable: true,
2215
- lastUpdated: '2026-01-02',
2216
- },
2217
- 'gpt-4.1-mini': {
2218
- type: 'chat',
2219
- provider: 'openai',
2220
- displayName: 'GPT-4.1 mini',
2221
- description: 'Smaller, faster version of GPT-4.1',
2222
- pricing: { input: 0.4, output: 1.6 },
2223
- benchmarks: {
2224
- intelligence: 42.5,
2225
- coding: 31.9,
1382
+ intelligence: 22.4,
1383
+ coding: 18.5,
2226
1384
  math: 46.3,
2227
1385
  mmluPro: 0.78,
2228
1386
  gpqa: 0.66,
2229
1387
  },
2230
1388
  performance: {
2231
- intelligenceScore: 42.5,
1389
+ intelligenceScore: 22.4,
2232
1390
  },
2233
1391
  contextLength: 128000,
2234
1392
  context: {
@@ -2247,7 +1405,7 @@ export const MODEL_REGISTRY = {
2247
1405
  },
2248
1406
  deprecated: false,
2249
1407
  isAvailable: true,
2250
- lastUpdated: '2026-01-02',
1408
+ lastUpdated: '2026-01-25',
2251
1409
  },
2252
1410
  'gpt-4.1-nano-2025-04-14': {
2253
1411
  type: 'chat',
@@ -2256,14 +1414,14 @@ export const MODEL_REGISTRY = {
2256
1414
  description: 'Fastest, most cost-efficient version of GPT-4.1',
2257
1415
  pricing: { input: 0.1, output: 0.4 },
2258
1416
  benchmarks: {
2259
- intelligence: 27.3,
2260
- coding: 20.7,
1417
+ intelligence: 12.9,
1418
+ coding: 11.2,
2261
1419
  math: 24,
2262
1420
  mmluPro: 0.66,
2263
1421
  gpqa: 0.51,
2264
1422
  },
2265
1423
  performance: {
2266
- intelligenceScore: 27.3,
1424
+ intelligenceScore: 12.9,
2267
1425
  },
2268
1426
  contextLength: 128000,
2269
1427
  context: {
@@ -2282,7 +1440,7 @@ export const MODEL_REGISTRY = {
2282
1440
  },
2283
1441
  deprecated: false,
2284
1442
  isAvailable: true,
2285
- lastUpdated: '2026-01-02',
1443
+ lastUpdated: '2026-01-25',
2286
1444
  },
2287
1445
  'gpt-4o': {
2288
1446
  type: 'chat',
@@ -2291,14 +1449,13 @@ export const MODEL_REGISTRY = {
2291
1449
  description: 'Fast, intelligent, flexible GPT model',
2292
1450
  pricing: { input: 2.5, output: 10 },
2293
1451
  benchmarks: {
2294
- intelligence: 26,
2295
- coding: 20.1,
2296
- math: 15.3,
2297
- mmluPro: 0.75,
2298
- gpqa: 0.57,
1452
+ intelligence: 18.6,
1453
+ math: 25.7,
1454
+ mmluPro: 0.8,
1455
+ gpqa: 0.66,
2299
1456
  },
2300
1457
  performance: {
2301
- intelligenceScore: 26,
1458
+ intelligenceScore: 18.6,
2302
1459
  },
2303
1460
  contextLength: 128000,
2304
1461
  context: {
@@ -2317,7 +1474,7 @@ export const MODEL_REGISTRY = {
2317
1474
  },
2318
1475
  deprecated: false,
2319
1476
  isAvailable: true,
2320
- lastUpdated: '2026-01-02',
1477
+ lastUpdated: '2026-01-25',
2321
1478
  },
2322
1479
  'gpt-4o-audio-preview': {
2323
1480
  type: 'audio',
@@ -2325,7 +1482,6 @@ export const MODEL_REGISTRY = {
2325
1482
  displayName: 'GPT-4o Audio',
2326
1483
  description: 'GPT-4o models capable of audio inputs and outputs',
2327
1484
  pricing: { input: 2.5, output: 10 },
2328
- contextLength: 128000,
2329
1485
  context: {
2330
1486
  input: {
2331
1487
  text: true,
@@ -2342,38 +1498,57 @@ export const MODEL_REGISTRY = {
2342
1498
  },
2343
1499
  deprecated: false,
2344
1500
  isAvailable: true,
2345
- lastUpdated: '2026-01-02',
1501
+ lastUpdated: '2026-01-25',
2346
1502
  },
2347
- 'gpt-4o-mini': {
2348
- type: 'chat',
1503
+ 'gpt-4o-mini-audio-preview': {
1504
+ type: 'audio',
2349
1505
  provider: 'openai',
2350
- displayName: 'GPT-4o mini',
2351
- description: 'Fast, affordable small model for focused tasks',
1506
+ displayName: 'GPT-4o mini Audio',
1507
+ description: 'Smaller model capable of audio inputs and outputs',
2352
1508
  pricing: { input: 0.15, output: 0.6 },
2353
- benchmarks: {
2354
- intelligence: 18.9,
2355
- },
2356
- performance: {
2357
- intelligenceScore: 18.9,
1509
+ contextLength: 128000,
1510
+ context: {
1511
+ input: {
1512
+ text: true,
1513
+ audio: true,
1514
+ image: false,
1515
+ video: false
1516
+ },
1517
+ output: {
1518
+ text: true,
1519
+ audio: true,
1520
+ image: false,
1521
+ video: false
1522
+ }
2358
1523
  },
1524
+ deprecated: false,
1525
+ isAvailable: true,
1526
+ lastUpdated: '2026-01-25',
1527
+ },
1528
+ 'gpt-4o-mini-realtime-preview': {
1529
+ type: 'audio',
1530
+ provider: 'openai',
1531
+ displayName: 'GPT-4o mini Realtime',
1532
+ description: 'Smaller realtime model for text and audio inputs and outputs',
1533
+ pricing: { input: 0.6, output: 2.4 },
2359
1534
  contextLength: 128000,
2360
1535
  context: {
2361
1536
  input: {
2362
1537
  text: true,
2363
- audio: false,
2364
- image: true,
1538
+ audio: true,
1539
+ image: false,
2365
1540
  video: false
2366
1541
  },
2367
1542
  output: {
2368
1543
  text: true,
2369
- audio: false,
1544
+ audio: true,
2370
1545
  image: false,
2371
1546
  video: false
2372
1547
  }
2373
1548
  },
2374
1549
  deprecated: false,
2375
1550
  isAvailable: true,
2376
- lastUpdated: '2026-01-02',
1551
+ lastUpdated: '2026-01-25',
2377
1552
  },
2378
1553
  'gpt-4o-mini-search-preview': {
2379
1554
  type: 'chat',
@@ -2381,7 +1556,6 @@ export const MODEL_REGISTRY = {
2381
1556
  displayName: 'GPT-4o mini Search Preview',
2382
1557
  description: 'Fast, affordable small model for web search',
2383
1558
  pricing: { input: 0.15, output: 0.6 },
2384
- contextLength: 128000,
2385
1559
  context: {
2386
1560
  input: {
2387
1561
  text: true,
@@ -2398,7 +1572,7 @@ export const MODEL_REGISTRY = {
2398
1572
  },
2399
1573
  deprecated: false,
2400
1574
  isAvailable: true,
2401
- lastUpdated: '2026-01-02',
1575
+ lastUpdated: '2026-01-25',
2402
1576
  },
2403
1577
  'gpt-4o-mini-transcribe': {
2404
1578
  type: 'audio',
@@ -2422,7 +1596,7 @@ export const MODEL_REGISTRY = {
2422
1596
  },
2423
1597
  deprecated: false,
2424
1598
  isAvailable: true,
2425
- lastUpdated: '2026-01-02',
1599
+ lastUpdated: '2026-01-25',
2426
1600
  },
2427
1601
  'gpt-4o-mini-transcribe-2025-12-15': {
2428
1602
  type: 'audio',
@@ -2446,14 +1620,38 @@ export const MODEL_REGISTRY = {
2446
1620
  },
2447
1621
  deprecated: false,
2448
1622
  isAvailable: true,
2449
- lastUpdated: '2026-01-02',
1623
+ lastUpdated: '2026-01-25',
2450
1624
  },
2451
1625
  'gpt-4o-mini-tts': {
2452
1626
  type: 'tts',
2453
1627
  provider: 'openai',
2454
1628
  displayName: 'GPT-4o mini TTS',
2455
1629
  description: 'Text-to-speech model powered by GPT-4o mini',
2456
- pricing: { input: 0.6, output: 0 },
1630
+ pricing: { input: 0.6 },
1631
+ context: {
1632
+ input: {
1633
+ text: true,
1634
+ audio: false,
1635
+ image: false,
1636
+ video: false
1637
+ },
1638
+ output: {
1639
+ text: false,
1640
+ audio: true,
1641
+ image: false,
1642
+ video: false
1643
+ }
1644
+ },
1645
+ deprecated: false,
1646
+ isAvailable: true,
1647
+ lastUpdated: '2026-01-25',
1648
+ },
1649
+ 'gpt-4o-mini-tts-2025-03-20': {
1650
+ type: 'tts',
1651
+ provider: 'openai',
1652
+ displayName: 'GPT-4o mini TTS',
1653
+ description: 'Text-to-speech model powered by GPT-4o mini',
1654
+ pricing: { input: 0.6 },
2457
1655
  context: {
2458
1656
  input: {
2459
1657
  text: true,
@@ -2470,7 +1668,32 @@ export const MODEL_REGISTRY = {
2470
1668
  },
2471
1669
  deprecated: false,
2472
1670
  isAvailable: true,
2473
- lastUpdated: '2026-01-02',
1671
+ lastUpdated: '2026-01-25',
1672
+ },
1673
+ 'gpt-4o-realtime-preview': {
1674
+ type: 'audio',
1675
+ provider: 'openai',
1676
+ displayName: 'GPT-4o Realtime',
1677
+ description: 'Model capable of realtime text and audio inputs and outputs',
1678
+ pricing: { input: 5, output: 20 },
1679
+ contextLength: 128000,
1680
+ context: {
1681
+ input: {
1682
+ text: true,
1683
+ audio: true,
1684
+ image: false,
1685
+ video: false
1686
+ },
1687
+ output: {
1688
+ text: true,
1689
+ audio: true,
1690
+ image: false,
1691
+ video: false
1692
+ }
1693
+ },
1694
+ deprecated: false,
1695
+ isAvailable: true,
1696
+ lastUpdated: '2026-01-25',
2474
1697
  },
2475
1698
  'gpt-4o-realtime-preview-2025-06-03': {
2476
1699
  type: 'audio',
@@ -2495,7 +1718,7 @@ export const MODEL_REGISTRY = {
2495
1718
  },
2496
1719
  deprecated: false,
2497
1720
  isAvailable: true,
2498
- lastUpdated: '2026-01-02',
1721
+ lastUpdated: '2026-01-25',
2499
1722
  },
2500
1723
  'gpt-4o-search-preview': {
2501
1724
  type: 'chat',
@@ -2503,6 +1726,7 @@ export const MODEL_REGISTRY = {
2503
1726
  displayName: 'GPT-4o Search Preview',
2504
1727
  description: 'GPT model for web search in Chat Completions',
2505
1728
  pricing: { input: 2.5, output: 10 },
1729
+ contextLength: 128000,
2506
1730
  context: {
2507
1731
  input: {
2508
1732
  text: true,
@@ -2519,7 +1743,7 @@ export const MODEL_REGISTRY = {
2519
1743
  },
2520
1744
  deprecated: false,
2521
1745
  isAvailable: true,
2522
- lastUpdated: '2026-01-02',
1746
+ lastUpdated: '2026-01-25',
2523
1747
  },
2524
1748
  'gpt-4o-transcribe': {
2525
1749
  type: 'audio',
@@ -2543,7 +1767,7 @@ export const MODEL_REGISTRY = {
2543
1767
  },
2544
1768
  deprecated: false,
2545
1769
  isAvailable: true,
2546
- lastUpdated: '2026-01-02',
1770
+ lastUpdated: '2026-01-25',
2547
1771
  },
2548
1772
  'gpt-4o-transcribe-diarize': {
2549
1773
  type: 'audio',
@@ -2567,7 +1791,7 @@ export const MODEL_REGISTRY = {
2567
1791
  },
2568
1792
  deprecated: false,
2569
1793
  isAvailable: true,
2570
- lastUpdated: '2026-01-02',
1794
+ lastUpdated: '2026-01-25',
2571
1795
  },
2572
1796
  'gpt-5-mini-2025-08-07': {
2573
1797
  type: 'chat',
@@ -2576,14 +1800,10 @@ export const MODEL_REGISTRY = {
2576
1800
  description: 'A faster, cost-efficient version of GPT-5 for well-defined tasks',
2577
1801
  pricing: { input: 0.25, output: 2 },
2578
1802
  benchmarks: {
2579
- intelligence: 66.4,
2580
- coding: 49.2,
2581
- math: 91.7,
2582
- mmluPro: 0.87,
2583
- gpqa: 0.84,
1803
+ intelligence: 11.9,
2584
1804
  },
2585
1805
  performance: {
2586
- intelligenceScore: 66.4,
1806
+ intelligenceScore: 11.9,
2587
1807
  },
2588
1808
  contextLength: 128000,
2589
1809
  context: {
@@ -2602,7 +1822,7 @@ export const MODEL_REGISTRY = {
2602
1822
  },
2603
1823
  deprecated: false,
2604
1824
  isAvailable: true,
2605
- lastUpdated: '2026-01-02',
1825
+ lastUpdated: '2026-01-25',
2606
1826
  },
2607
1827
  'gpt-5-nano-2025-08-07': {
2608
1828
  type: 'chat',
@@ -2611,14 +1831,14 @@ export const MODEL_REGISTRY = {
2611
1831
  description: 'Fastest, most cost-efficient version of GPT-5',
2612
1832
  pricing: { input: 0.05, output: 0.4 },
2613
1833
  benchmarks: {
2614
- intelligence: 29.1,
2615
- coding: 27.5,
2616
- math: 27.3,
2617
- mmluPro: 0.56,
2618
- gpqa: 0.43,
1834
+ intelligence: 25.7,
1835
+ coding: 22.9,
1836
+ math: 78.3,
1837
+ mmluPro: 0.77,
1838
+ gpqa: 0.67,
2619
1839
  },
2620
1840
  performance: {
2621
- intelligenceScore: 29.1,
1841
+ intelligenceScore: 25.7,
2622
1842
  },
2623
1843
  contextLength: 128000,
2624
1844
  context: {
@@ -2637,7 +1857,7 @@ export const MODEL_REGISTRY = {
2637
1857
  },
2638
1858
  deprecated: false,
2639
1859
  isAvailable: true,
2640
- lastUpdated: '2026-01-02',
1860
+ lastUpdated: '2026-01-25',
2641
1861
  },
2642
1862
  'gpt-5-search-api-2025-10-14': {
2643
1863
  type: 'chat',
@@ -2660,7 +1880,7 @@ export const MODEL_REGISTRY = {
2660
1880
  input: {
2661
1881
  text: true,
2662
1882
  audio: false,
2663
- image: true,
1883
+ image: false,
2664
1884
  video: false
2665
1885
  },
2666
1886
  output: {
@@ -2672,7 +1892,7 @@ export const MODEL_REGISTRY = {
2672
1892
  },
2673
1893
  deprecated: false,
2674
1894
  isAvailable: true,
2675
- lastUpdated: '2026-01-02',
1895
+ lastUpdated: '2026-01-25',
2676
1896
  },
2677
1897
  'gpt-5.1-2025-11-13': {
2678
1898
  type: 'chat',
@@ -2681,16 +1901,16 @@ export const MODEL_REGISTRY = {
2681
1901
  description: 'The best model for coding and agentic tasks with configurable reasoning effort',
2682
1902
  pricing: { input: 1.25, output: 10 },
2683
1903
  benchmarks: {
2684
- intelligence: 37,
2685
- coding: 29.2,
2686
- math: 73,
2687
- mmluPro: 0.79,
2688
- gpqa: 0.68,
1904
+ intelligence: 27.4,
1905
+ coding: 27.3,
1906
+ math: 38,
1907
+ mmluPro: 0.8,
1908
+ gpqa: 0.64,
2689
1909
  },
2690
1910
  performance: {
2691
- intelligenceScore: 37,
1911
+ intelligenceScore: 27.4,
2692
1912
  },
2693
- contextLength: 200000,
1913
+ contextLength: 128000,
2694
1914
  context: {
2695
1915
  input: {
2696
1916
  text: true,
@@ -2707,37 +1927,47 @@ export const MODEL_REGISTRY = {
2707
1927
  },
2708
1928
  deprecated: false,
2709
1929
  isAvailable: true,
2710
- lastUpdated: '2026-01-02',
1930
+ lastUpdated: '2026-01-25',
2711
1931
  },
2712
- 'gpt-audio-mini-2025-10-06': {
2713
- type: 'audio',
1932
+ 'gpt-5.2-2025-12-11': {
1933
+ type: 'chat',
2714
1934
  provider: 'openai',
2715
- displayName: 'gpt-audio-mini',
2716
- description: 'A cost-efficient version of GPT Audio',
2717
- pricing: { input: 0.6, output: 2.4 },
2718
- contextLength: 128000,
1935
+ displayName: 'GPT-5.2',
1936
+ description: 'The best model for coding and agentic tasks across industries',
1937
+ pricing: { input: 1.75, output: 14 },
1938
+ benchmarks: {
1939
+ intelligence: 44.5,
1940
+ coding: 38.9,
1941
+ math: 98.7,
1942
+ mmluPro: 0.87,
1943
+ gpqa: 0.84,
1944
+ },
1945
+ performance: {
1946
+ intelligenceScore: 44.5,
1947
+ },
1948
+ contextLength: 200000,
2719
1949
  context: {
2720
1950
  input: {
2721
1951
  text: true,
2722
- audio: true,
2723
- image: false,
1952
+ audio: false,
1953
+ image: true,
2724
1954
  video: false
2725
1955
  },
2726
1956
  output: {
2727
1957
  text: true,
2728
- audio: true,
1958
+ audio: false,
2729
1959
  image: false,
2730
1960
  video: false
2731
1961
  }
2732
1962
  },
2733
1963
  deprecated: false,
2734
1964
  isAvailable: true,
2735
- lastUpdated: '2026-01-02',
1965
+ lastUpdated: '2026-01-25',
2736
1966
  },
2737
- 'gpt-audio-mini-2025-12-15': {
1967
+ 'gpt-audio-mini-2025-10-06': {
2738
1968
  type: 'audio',
2739
1969
  provider: 'openai',
2740
- displayName: 'gpt-audio-mini',
1970
+ displayName: 'GPT Audio Mini',
2741
1971
  description: 'A cost-efficient version of GPT Audio',
2742
1972
  pricing: { input: 0.6, output: 2.4 },
2743
1973
  contextLength: 128000,
@@ -2757,36 +1987,37 @@ export const MODEL_REGISTRY = {
2757
1987
  },
2758
1988
  deprecated: false,
2759
1989
  isAvailable: true,
2760
- lastUpdated: '2026-01-02',
1990
+ lastUpdated: '2026-01-25',
2761
1991
  },
2762
- 'gpt-image-1.5': {
2763
- type: 'image',
1992
+ 'gpt-audio-mini-2025-12-15': {
1993
+ type: 'audio',
2764
1994
  provider: 'openai',
2765
- displayName: 'GPT Image 1.5',
2766
- description: 'State-of-the-art image generation model',
2767
- pricing: { input: 5, output: 10 },
1995
+ displayName: 'gpt-audio-mini',
1996
+ description: 'A cost-efficient version of GPT Audio',
1997
+ pricing: { input: 0.6, output: 2.4 },
1998
+ contextLength: 128000,
2768
1999
  context: {
2769
2000
  input: {
2770
2001
  text: true,
2771
- audio: false,
2002
+ audio: true,
2772
2003
  image: false,
2773
2004
  video: false
2774
2005
  },
2775
2006
  output: {
2776
- text: false,
2777
- audio: false,
2778
- image: true,
2007
+ text: true,
2008
+ audio: true,
2009
+ image: false,
2779
2010
  video: false
2780
2011
  }
2781
2012
  },
2782
2013
  deprecated: false,
2783
2014
  isAvailable: true,
2784
- lastUpdated: '2026-01-02',
2015
+ lastUpdated: '2026-01-25',
2785
2016
  },
2786
2017
  'gpt-realtime-2025-08-28': {
2787
2018
  type: 'audio',
2788
2019
  provider: 'openai',
2789
- displayName: 'gpt-realtime',
2020
+ displayName: 'GPT Realtime',
2790
2021
  description: 'Model capable of realtime text and audio inputs and outputs',
2791
2022
  pricing: { input: 4, output: 16 },
2792
2023
  contextLength: 128000,
@@ -2806,12 +2037,12 @@ export const MODEL_REGISTRY = {
2806
2037
  },
2807
2038
  deprecated: false,
2808
2039
  isAvailable: true,
2809
- lastUpdated: '2026-01-02',
2040
+ lastUpdated: '2026-01-25',
2810
2041
  },
2811
- 'gpt-realtime-mini-2025-10-06': {
2042
+ 'gpt-realtime-mini-2025-12-15': {
2812
2043
  type: 'audio',
2813
2044
  provider: 'openai',
2814
- displayName: 'gpt-realtime-mini',
2045
+ displayName: 'GPT Realtime Mini',
2815
2046
  description: 'A cost-efficient version of GPT Realtime',
2816
2047
  pricing: { input: 0.6, output: 2.4 },
2817
2048
  contextLength: 128000,
@@ -2831,14 +2062,14 @@ export const MODEL_REGISTRY = {
2831
2062
  },
2832
2063
  deprecated: false,
2833
2064
  isAvailable: true,
2834
- lastUpdated: '2026-01-02',
2065
+ lastUpdated: '2026-01-25',
2835
2066
  },
2836
2067
  'text-embedding-3-large': {
2837
2068
  type: 'embedding',
2838
2069
  provider: 'openai',
2839
2070
  displayName: 'text-embedding-3-large',
2840
2071
  description: 'Most capable embedding model',
2841
- pricing: { input: 0.13, output: 0 },
2072
+ pricing: { input: 0.13 },
2842
2073
  contextLength: 8191,
2843
2074
  context: {
2844
2075
  input: {
@@ -2856,14 +2087,14 @@ export const MODEL_REGISTRY = {
2856
2087
  },
2857
2088
  deprecated: false,
2858
2089
  isAvailable: true,
2859
- lastUpdated: '2026-01-02',
2090
+ lastUpdated: '2026-01-25',
2860
2091
  },
2861
2092
  'text-embedding-3-small': {
2862
2093
  type: 'embedding',
2863
2094
  provider: 'openai',
2864
2095
  displayName: 'text-embedding-3-small',
2865
2096
  description: 'Small embedding model',
2866
- pricing: { input: 0.02, output: 0 },
2097
+ pricing: { input: 0.02 },
2867
2098
  contextLength: 8191,
2868
2099
  context: {
2869
2100
  input: {
@@ -2881,14 +2112,14 @@ export const MODEL_REGISTRY = {
2881
2112
  },
2882
2113
  deprecated: false,
2883
2114
  isAvailable: true,
2884
- lastUpdated: '2026-01-02',
2115
+ lastUpdated: '2026-01-25',
2885
2116
  },
2886
2117
  'text-embedding-ada-002': {
2887
2118
  type: 'embedding',
2888
2119
  provider: 'openai',
2889
2120
  displayName: 'text-embedding-ada-002',
2890
2121
  description: 'Older embedding model',
2891
- pricing: { input: 0.1, output: 0 },
2122
+ pricing: { input: 0.1 },
2892
2123
  contextLength: 8191,
2893
2124
  context: {
2894
2125
  input: {
@@ -2906,14 +2137,13 @@ export const MODEL_REGISTRY = {
2906
2137
  },
2907
2138
  deprecated: false,
2908
2139
  isAvailable: true,
2909
- lastUpdated: '2026-01-02',
2140
+ lastUpdated: '2026-01-25',
2910
2141
  },
2911
2142
  'tts-1': {
2912
2143
  type: 'tts',
2913
2144
  provider: 'openai',
2914
2145
  displayName: 'TTS-1',
2915
2146
  description: 'Text-to-speech model optimized for speed',
2916
- pricing: { input: 0, output: 0 },
2917
2147
  context: {
2918
2148
  input: {
2919
2149
  text: true,
@@ -2930,14 +2160,13 @@ export const MODEL_REGISTRY = {
2930
2160
  },
2931
2161
  deprecated: false,
2932
2162
  isAvailable: true,
2933
- lastUpdated: '2026-01-02',
2163
+ lastUpdated: '2026-01-25',
2934
2164
  },
2935
2165
  'tts-1-hd': {
2936
2166
  type: 'tts',
2937
2167
  provider: 'openai',
2938
2168
  displayName: 'TTS-1 HD',
2939
2169
  description: 'Text-to-speech model optimized for quality',
2940
- pricing: { input: 0, output: 0 },
2941
2170
  context: {
2942
2171
  input: {
2943
2172
  text: true,
@@ -2954,14 +2183,13 @@ export const MODEL_REGISTRY = {
2954
2183
  },
2955
2184
  deprecated: false,
2956
2185
  isAvailable: true,
2957
- lastUpdated: '2026-01-02',
2186
+ lastUpdated: '2026-01-25',
2958
2187
  },
2959
2188
  'whisper-1': {
2960
2189
  type: 'audio',
2961
2190
  provider: 'openai',
2962
2191
  displayName: 'Whisper',
2963
2192
  description: 'General-purpose speech recognition model',
2964
- pricing: { input: 0, output: 0 },
2965
2193
  context: {
2966
2194
  input: {
2967
2195
  text: false,
@@ -2978,6 +2206,6 @@ export const MODEL_REGISTRY = {
2978
2206
  },
2979
2207
  deprecated: false,
2980
2208
  isAvailable: true,
2981
- lastUpdated: '2026-01-02',
2209
+ lastUpdated: '2026-01-25',
2982
2210
  }
2983
2211
  };