@layer-ai/sdk 2.5.12 → 2.5.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/model-registry.d.ts +1723 -178
- package/dist/types/model-registry.d.ts.map +1 -1
- package/dist/types/model-registry.js +1573 -123
- package/dist/types/models.d.ts +2 -1
- package/dist/types/models.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// AUTO-GENERATED FILE - DO NOT EDIT MANUALLY
|
|
2
|
-
// Generated at: 2026-03-
|
|
2
|
+
// Generated at: 2026-03-01T17:34:12.402Z
|
|
3
3
|
// Source: Internal Model Registry API
|
|
4
4
|
// To update: Run `pnpm sync:registry`
|
|
5
5
|
//
|
|
6
6
|
// Registry version: 2026-03-01
|
|
7
|
-
// Last sync: 2026-03-
|
|
8
|
-
// Total models:
|
|
7
|
+
// Last sync: 2026-03-01T17:34:12.396Z
|
|
8
|
+
// Total models: 198
|
|
9
9
|
// Providers we support with adapters
|
|
10
10
|
export const SUPPORTED_PROVIDERS = ['openai', 'anthropic', 'google', 'mistral'];
|
|
11
11
|
export const MODEL_REGISTRY = {
|
|
@@ -38,7 +38,7 @@ export const MODEL_REGISTRY = {
|
|
|
38
38
|
},
|
|
39
39
|
deprecated: false,
|
|
40
40
|
isAvailable: true,
|
|
41
|
-
lastUpdated: '2026-01
|
|
41
|
+
lastUpdated: '2026-03-01',
|
|
42
42
|
},
|
|
43
43
|
'claude-haiku-4-5-20251001': {
|
|
44
44
|
type: 'chat',
|
|
@@ -69,7 +69,7 @@ export const MODEL_REGISTRY = {
|
|
|
69
69
|
},
|
|
70
70
|
deprecated: false,
|
|
71
71
|
isAvailable: true,
|
|
72
|
-
lastUpdated: '2026-01
|
|
72
|
+
lastUpdated: '2026-03-01',
|
|
73
73
|
},
|
|
74
74
|
'claude-opus-4-1-20250805': {
|
|
75
75
|
type: 'chat',
|
|
@@ -100,7 +100,27 @@ export const MODEL_REGISTRY = {
|
|
|
100
100
|
},
|
|
101
101
|
deprecated: false,
|
|
102
102
|
isAvailable: true,
|
|
103
|
-
lastUpdated: '2026-01
|
|
103
|
+
lastUpdated: '2026-03-01',
|
|
104
|
+
},
|
|
105
|
+
'claude-opus-4-20250514': {
|
|
106
|
+
type: 'chat',
|
|
107
|
+
provider: 'anthropic',
|
|
108
|
+
displayName: 'Claude Opus 4',
|
|
109
|
+
description: 'Original Claude Opus 4 model',
|
|
110
|
+
pricing: { input: 15, output: 75 },
|
|
111
|
+
contextLength: 200000,
|
|
112
|
+
context: {
|
|
113
|
+
input: {
|
|
114
|
+
text: true,
|
|
115
|
+
image: true
|
|
116
|
+
},
|
|
117
|
+
output: {
|
|
118
|
+
text: true
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
deprecated: false,
|
|
122
|
+
isAvailable: true,
|
|
123
|
+
lastUpdated: '2026-03-01',
|
|
104
124
|
},
|
|
105
125
|
'claude-opus-4-5-20251101': {
|
|
106
126
|
type: 'chat',
|
|
@@ -132,7 +152,7 @@ export const MODEL_REGISTRY = {
|
|
|
132
152
|
},
|
|
133
153
|
deprecated: false,
|
|
134
154
|
isAvailable: true,
|
|
135
|
-
lastUpdated: '2026-01
|
|
155
|
+
lastUpdated: '2026-03-01',
|
|
136
156
|
},
|
|
137
157
|
'claude-opus-4-6': {
|
|
138
158
|
type: 'chat',
|
|
@@ -194,7 +214,7 @@ export const MODEL_REGISTRY = {
|
|
|
194
214
|
},
|
|
195
215
|
deprecated: false,
|
|
196
216
|
isAvailable: true,
|
|
197
|
-
lastUpdated: '2026-01
|
|
217
|
+
lastUpdated: '2026-03-01',
|
|
198
218
|
},
|
|
199
219
|
'claude-sonnet-4-5-20250929': {
|
|
200
220
|
type: 'chat',
|
|
@@ -226,7 +246,7 @@ export const MODEL_REGISTRY = {
|
|
|
226
246
|
},
|
|
227
247
|
deprecated: false,
|
|
228
248
|
isAvailable: true,
|
|
229
|
-
lastUpdated: '2026-01
|
|
249
|
+
lastUpdated: '2026-03-01',
|
|
230
250
|
},
|
|
231
251
|
'claude-sonnet-4-6': {
|
|
232
252
|
type: 'chat',
|
|
@@ -292,7 +312,52 @@ export const MODEL_REGISTRY = {
|
|
|
292
312
|
},
|
|
293
313
|
deprecated: false,
|
|
294
314
|
isAvailable: true,
|
|
295
|
-
lastUpdated: '2026-01
|
|
315
|
+
lastUpdated: '2026-03-01',
|
|
316
|
+
},
|
|
317
|
+
'gemini-2.0-flash-001': {
|
|
318
|
+
type: 'chat',
|
|
319
|
+
provider: 'google',
|
|
320
|
+
displayName: 'Gemini 2.0 Flash 001',
|
|
321
|
+
description: 'Stable version of Gemini 2.0 Flash, fast and versatile multimodal model',
|
|
322
|
+
contextLength: 1048576,
|
|
323
|
+
context: {
|
|
324
|
+
input: {
|
|
325
|
+
text: true,
|
|
326
|
+
audio: true,
|
|
327
|
+
image: true,
|
|
328
|
+
video: true
|
|
329
|
+
},
|
|
330
|
+
output: {
|
|
331
|
+
text: true
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
deprecated: false,
|
|
335
|
+
isAvailable: true,
|
|
336
|
+
lastUpdated: '2026-03-01',
|
|
337
|
+
},
|
|
338
|
+
'gemini-2.0-flash-exp-image-generation': {
|
|
339
|
+
type: 'image',
|
|
340
|
+
provider: 'google',
|
|
341
|
+
displayName: 'Gemini 2.0 Flash Image Generation (Experimental)',
|
|
342
|
+
description: 'Experimental Gemini 2.0 Flash with image generation capabilities',
|
|
343
|
+
contextLength: 1048576,
|
|
344
|
+
context: {
|
|
345
|
+
input: {
|
|
346
|
+
text: true,
|
|
347
|
+
audio: true,
|
|
348
|
+
image: true,
|
|
349
|
+
video: true
|
|
350
|
+
},
|
|
351
|
+
output: {
|
|
352
|
+
text: true,
|
|
353
|
+
audio: false,
|
|
354
|
+
image: true,
|
|
355
|
+
video: false
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
deprecated: false,
|
|
359
|
+
isAvailable: true,
|
|
360
|
+
lastUpdated: '2026-03-01',
|
|
296
361
|
},
|
|
297
362
|
'gemini-2.0-flash-lite': {
|
|
298
363
|
type: 'chat',
|
|
@@ -322,7 +387,17 @@ export const MODEL_REGISTRY = {
|
|
|
322
387
|
},
|
|
323
388
|
deprecated: false,
|
|
324
389
|
isAvailable: true,
|
|
325
|
-
lastUpdated: '2026-01
|
|
390
|
+
lastUpdated: '2026-03-01',
|
|
391
|
+
},
|
|
392
|
+
'gemini-2.0-flash-lite-001': {
|
|
393
|
+
type: 'chat',
|
|
394
|
+
provider: 'google',
|
|
395
|
+
displayName: 'Gemini 2.0 Flash-Lite 001',
|
|
396
|
+
description: 'Stable version of Gemini 2.0 Flash-Lite',
|
|
397
|
+
contextLength: 1048576,
|
|
398
|
+
deprecated: false,
|
|
399
|
+
isAvailable: true,
|
|
400
|
+
lastUpdated: '2026-03-01',
|
|
326
401
|
},
|
|
327
402
|
'gemini-2.5-computer-use-preview-10-2025': {
|
|
328
403
|
type: 'chat',
|
|
@@ -336,7 +411,8 @@ export const MODEL_REGISTRY = {
|
|
|
336
411
|
type: 'chat',
|
|
337
412
|
provider: 'google',
|
|
338
413
|
displayName: 'Gemini 2.5 Flash',
|
|
339
|
-
|
|
414
|
+
subtype: 'reasoning',
|
|
415
|
+
description: 'Stable version of Gemini 2.5 Flash with thinking capabilities',
|
|
340
416
|
pricing: { input: 0.3, output: 2.5 },
|
|
341
417
|
benchmarks: {
|
|
342
418
|
intelligence: 25.5,
|
|
@@ -362,13 +438,39 @@ export const MODEL_REGISTRY = {
|
|
|
362
438
|
},
|
|
363
439
|
deprecated: false,
|
|
364
440
|
isAvailable: true,
|
|
365
|
-
lastUpdated: '2026-01
|
|
441
|
+
lastUpdated: '2026-03-01',
|
|
442
|
+
},
|
|
443
|
+
'gemini-2.5-flash-image': {
|
|
444
|
+
type: 'image',
|
|
445
|
+
provider: 'google',
|
|
446
|
+
displayName: 'Gemini 2.5 Flash Image',
|
|
447
|
+
description: 'Gemini 2.5 Flash with image generation capabilities',
|
|
448
|
+
pricing: { input: 0.3, output: 30 },
|
|
449
|
+
contextLength: 32768,
|
|
450
|
+
context: {
|
|
451
|
+
input: {
|
|
452
|
+
text: true,
|
|
453
|
+
audio: false,
|
|
454
|
+
image: true,
|
|
455
|
+
video: false
|
|
456
|
+
},
|
|
457
|
+
output: {
|
|
458
|
+
text: true,
|
|
459
|
+
audio: false,
|
|
460
|
+
image: true,
|
|
461
|
+
video: false
|
|
462
|
+
}
|
|
463
|
+
},
|
|
464
|
+
deprecated: false,
|
|
465
|
+
isAvailable: true,
|
|
466
|
+
lastUpdated: '2026-03-01',
|
|
366
467
|
},
|
|
367
468
|
'gemini-2.5-flash-lite': {
|
|
368
469
|
type: 'chat',
|
|
369
470
|
provider: 'google',
|
|
370
471
|
displayName: 'Gemini 2.5 Flash-Lite',
|
|
371
|
-
|
|
472
|
+
subtype: 'reasoning',
|
|
473
|
+
description: 'Stable version of Gemini 2.5 Flash-Lite with thinking capabilities',
|
|
372
474
|
pricing: { input: 0.1, output: 0.4 },
|
|
373
475
|
benchmarks: {
|
|
374
476
|
intelligence: 17.4,
|
|
@@ -396,6 +498,34 @@ export const MODEL_REGISTRY = {
|
|
|
396
498
|
isAvailable: true,
|
|
397
499
|
lastUpdated: '2026-03-01',
|
|
398
500
|
},
|
|
501
|
+
'gemini-2.5-flash-lite-preview-09-2025': {
|
|
502
|
+
type: 'chat',
|
|
503
|
+
provider: 'google',
|
|
504
|
+
displayName: 'Gemini 2.5 Flash-Lite Preview (Sep 2025)',
|
|
505
|
+
subtype: 'reasoning',
|
|
506
|
+
description: 'Preview release of Gemini 2.5 Flash-Lite, September 2025',
|
|
507
|
+
performance: {
|
|
508
|
+
outputTokensPerSecond: 496,
|
|
509
|
+
},
|
|
510
|
+
contextLength: 1048576,
|
|
511
|
+
context: {
|
|
512
|
+
input: {
|
|
513
|
+
text: true,
|
|
514
|
+
audio: true,
|
|
515
|
+
image: true,
|
|
516
|
+
video: true
|
|
517
|
+
},
|
|
518
|
+
output: {
|
|
519
|
+
text: true,
|
|
520
|
+
audio: false,
|
|
521
|
+
image: false,
|
|
522
|
+
video: false
|
|
523
|
+
}
|
|
524
|
+
},
|
|
525
|
+
deprecated: false,
|
|
526
|
+
isAvailable: true,
|
|
527
|
+
lastUpdated: '2026-03-01',
|
|
528
|
+
},
|
|
399
529
|
'gemini-2.5-flash-native-audio-latest': {
|
|
400
530
|
type: 'audio',
|
|
401
531
|
provider: 'google',
|
|
@@ -404,6 +534,54 @@ export const MODEL_REGISTRY = {
|
|
|
404
534
|
isAvailable: true,
|
|
405
535
|
lastUpdated: '2026-03-01',
|
|
406
536
|
},
|
|
537
|
+
'gemini-2.5-flash-native-audio-preview-09-2025': {
|
|
538
|
+
type: 'audio',
|
|
539
|
+
provider: 'google',
|
|
540
|
+
displayName: 'Gemini 2.5 Flash Native Audio Preview (Sep 2025)',
|
|
541
|
+
description: 'Gemini 2.5 Flash native audio preview, September 2025',
|
|
542
|
+
contextLength: 131072,
|
|
543
|
+
context: {
|
|
544
|
+
input: {
|
|
545
|
+
text: true,
|
|
546
|
+
audio: true,
|
|
547
|
+
image: false,
|
|
548
|
+
video: false
|
|
549
|
+
},
|
|
550
|
+
output: {
|
|
551
|
+
text: true,
|
|
552
|
+
audio: true,
|
|
553
|
+
image: false,
|
|
554
|
+
video: false
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
deprecated: false,
|
|
558
|
+
isAvailable: true,
|
|
559
|
+
lastUpdated: '2026-03-01',
|
|
560
|
+
},
|
|
561
|
+
'gemini-2.5-flash-native-audio-preview-12-2025': {
|
|
562
|
+
type: 'audio',
|
|
563
|
+
provider: 'google',
|
|
564
|
+
displayName: 'Gemini 2.5 Flash Native Audio Preview (Dec 2025)',
|
|
565
|
+
description: 'Gemini 2.5 Flash native audio preview, December 2025',
|
|
566
|
+
contextLength: 131072,
|
|
567
|
+
context: {
|
|
568
|
+
input: {
|
|
569
|
+
text: true,
|
|
570
|
+
audio: true,
|
|
571
|
+
image: false,
|
|
572
|
+
video: false
|
|
573
|
+
},
|
|
574
|
+
output: {
|
|
575
|
+
text: true,
|
|
576
|
+
audio: true,
|
|
577
|
+
image: false,
|
|
578
|
+
video: false
|
|
579
|
+
}
|
|
580
|
+
},
|
|
581
|
+
deprecated: false,
|
|
582
|
+
isAvailable: true,
|
|
583
|
+
lastUpdated: '2026-03-01',
|
|
584
|
+
},
|
|
407
585
|
'gemini-2.5-flash-preview-tts': {
|
|
408
586
|
type: 'tts',
|
|
409
587
|
provider: 'google',
|
|
@@ -433,7 +611,8 @@ export const MODEL_REGISTRY = {
|
|
|
433
611
|
type: 'chat',
|
|
434
612
|
provider: 'google',
|
|
435
613
|
displayName: 'Gemini 2.5 Pro',
|
|
436
|
-
|
|
614
|
+
subtype: 'reasoning',
|
|
615
|
+
description: 'Stable release of Gemini 2.5 Pro with thinking capabilities',
|
|
437
616
|
pricing: { input: 1.25, output: 10 },
|
|
438
617
|
benchmarks: {
|
|
439
618
|
intelligence: 30.3,
|
|
@@ -459,7 +638,7 @@ export const MODEL_REGISTRY = {
|
|
|
459
638
|
},
|
|
460
639
|
deprecated: false,
|
|
461
640
|
isAvailable: true,
|
|
462
|
-
lastUpdated: '2026-01
|
|
641
|
+
lastUpdated: '2026-03-01',
|
|
463
642
|
},
|
|
464
643
|
'gemini-2.5-pro-preview-tts': {
|
|
465
644
|
type: 'tts',
|
|
@@ -490,6 +669,7 @@ export const MODEL_REGISTRY = {
|
|
|
490
669
|
type: 'chat',
|
|
491
670
|
provider: 'google',
|
|
492
671
|
displayName: 'Gemini 3 Flash Preview',
|
|
672
|
+
subtype: 'reasoning',
|
|
493
673
|
description: 'Gemini 3 Flash Preview with thinking capabilities',
|
|
494
674
|
pricing: { input: 0.5, output: 3 },
|
|
495
675
|
benchmarks: {
|
|
@@ -518,24 +698,24 @@ export const MODEL_REGISTRY = {
|
|
|
518
698
|
isAvailable: true,
|
|
519
699
|
lastUpdated: '2026-03-01',
|
|
520
700
|
},
|
|
521
|
-
'gemini-3-pro-preview': {
|
|
522
|
-
type: '
|
|
701
|
+
'gemini-3-pro-image-preview': {
|
|
702
|
+
type: 'image',
|
|
523
703
|
provider: 'google',
|
|
524
|
-
displayName: 'Gemini 3 Pro Preview',
|
|
525
|
-
description: 'Gemini 3 Pro
|
|
704
|
+
displayName: 'Gemini 3 Pro Image Preview',
|
|
705
|
+
description: 'Gemini 3 Pro with image generation capabilities',
|
|
526
706
|
pricing: { input: 2, output: 12 },
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
707
|
+
unitPricing: {
|
|
708
|
+
'output-4k': 240,
|
|
709
|
+
'input-image': 1.1,
|
|
710
|
+
'output-1k-2k': 134
|
|
531
711
|
},
|
|
532
|
-
contextLength:
|
|
712
|
+
contextLength: 131072,
|
|
533
713
|
context: {
|
|
534
714
|
input: {
|
|
535
715
|
text: true,
|
|
536
|
-
audio:
|
|
716
|
+
audio: false,
|
|
537
717
|
image: true,
|
|
538
|
-
video:
|
|
718
|
+
video: false
|
|
539
719
|
},
|
|
540
720
|
output: {
|
|
541
721
|
text: true,
|
|
@@ -548,14 +728,17 @@ export const MODEL_REGISTRY = {
|
|
|
548
728
|
isAvailable: true,
|
|
549
729
|
lastUpdated: '2026-03-01',
|
|
550
730
|
},
|
|
551
|
-
'gemini-3
|
|
731
|
+
'gemini-3-pro-preview': {
|
|
552
732
|
type: 'chat',
|
|
553
733
|
provider: 'google',
|
|
554
|
-
displayName: 'Gemini 3
|
|
555
|
-
|
|
734
|
+
displayName: 'Gemini 3 Pro Preview',
|
|
735
|
+
subtype: 'reasoning',
|
|
736
|
+
description: 'Gemini 3 Pro Preview with thinking capabilities',
|
|
556
737
|
pricing: { input: 2, output: 12 },
|
|
557
738
|
benchmarks: {
|
|
558
739
|
intelligence: 95,
|
|
740
|
+
mmluPro: 85,
|
|
741
|
+
gpqa: 91.9,
|
|
559
742
|
},
|
|
560
743
|
contextLength: 1048576,
|
|
561
744
|
context: {
|
|
@@ -576,52 +759,53 @@ export const MODEL_REGISTRY = {
|
|
|
576
759
|
isAvailable: true,
|
|
577
760
|
lastUpdated: '2026-03-01',
|
|
578
761
|
},
|
|
579
|
-
'gemini-
|
|
580
|
-
type: '
|
|
762
|
+
'gemini-3.1-flash-image-preview': {
|
|
763
|
+
type: 'image',
|
|
581
764
|
provider: 'google',
|
|
582
|
-
displayName: 'Gemini
|
|
583
|
-
|
|
765
|
+
displayName: 'Gemini 3.1 Flash Image Preview',
|
|
766
|
+
description: 'Gemini 3.1 Flash with image generation capabilities',
|
|
767
|
+
pricing: { input: 0.5, output: 3 },
|
|
768
|
+
contextLength: 65536,
|
|
584
769
|
context: {
|
|
585
770
|
input: {
|
|
586
771
|
text: true,
|
|
587
772
|
audio: false,
|
|
588
|
-
image:
|
|
773
|
+
image: true,
|
|
589
774
|
video: false
|
|
590
775
|
},
|
|
591
776
|
output: {
|
|
592
777
|
text: true,
|
|
593
778
|
audio: false,
|
|
594
|
-
image:
|
|
779
|
+
image: true,
|
|
595
780
|
video: false
|
|
596
781
|
}
|
|
597
782
|
},
|
|
598
783
|
deprecated: false,
|
|
599
784
|
isAvailable: true,
|
|
600
|
-
lastUpdated: '2026-01
|
|
785
|
+
lastUpdated: '2026-03-01',
|
|
601
786
|
},
|
|
602
|
-
'
|
|
787
|
+
'gemini-3.1-pro-preview': {
|
|
603
788
|
type: 'chat',
|
|
604
789
|
provider: 'google',
|
|
605
|
-
displayName: '
|
|
606
|
-
|
|
607
|
-
|
|
790
|
+
displayName: 'Gemini 3.1 Pro Preview',
|
|
791
|
+
subtype: 'reasoning',
|
|
792
|
+
description: 'Gemini 3.1 Pro Preview with thinking capabilities',
|
|
793
|
+
pricing: { input: 2, output: 12 },
|
|
608
794
|
benchmarks: {
|
|
609
|
-
intelligence:
|
|
610
|
-
mmluPro: 0.48,
|
|
611
|
-
gpqa: 0.28,
|
|
795
|
+
intelligence: 95,
|
|
612
796
|
},
|
|
613
|
-
contextLength:
|
|
797
|
+
contextLength: 1048576,
|
|
614
798
|
context: {
|
|
615
799
|
input: {
|
|
616
800
|
text: true,
|
|
617
|
-
audio:
|
|
618
|
-
image:
|
|
619
|
-
video:
|
|
801
|
+
audio: true,
|
|
802
|
+
image: true,
|
|
803
|
+
video: true
|
|
620
804
|
},
|
|
621
805
|
output: {
|
|
622
806
|
text: true,
|
|
623
807
|
audio: false,
|
|
624
|
-
image:
|
|
808
|
+
image: true,
|
|
625
809
|
video: false
|
|
626
810
|
}
|
|
627
811
|
},
|
|
@@ -629,20 +813,23 @@ export const MODEL_REGISTRY = {
|
|
|
629
813
|
isAvailable: true,
|
|
630
814
|
lastUpdated: '2026-03-01',
|
|
631
815
|
},
|
|
632
|
-
'
|
|
633
|
-
type: '
|
|
816
|
+
'gemini-3.1-pro-preview-customtools': {
|
|
817
|
+
type: 'chat',
|
|
634
818
|
provider: 'google',
|
|
635
|
-
displayName: '
|
|
636
|
-
|
|
819
|
+
displayName: 'Gemini 3.1 Pro Preview Custom Tools',
|
|
820
|
+
subtype: 'reasoning',
|
|
821
|
+
description: 'Gemini 3.1 Pro Preview optimized for custom tool usage',
|
|
822
|
+
pricing: { input: 2, output: 12 },
|
|
823
|
+
contextLength: 1048576,
|
|
637
824
|
context: {
|
|
638
825
|
input: {
|
|
639
826
|
text: true,
|
|
640
|
-
audio:
|
|
641
|
-
image:
|
|
642
|
-
video:
|
|
827
|
+
audio: true,
|
|
828
|
+
image: true,
|
|
829
|
+
video: true
|
|
643
830
|
},
|
|
644
831
|
output: {
|
|
645
|
-
text:
|
|
832
|
+
text: true,
|
|
646
833
|
audio: false,
|
|
647
834
|
image: true,
|
|
648
835
|
video: false
|
|
@@ -650,13 +837,14 @@ export const MODEL_REGISTRY = {
|
|
|
650
837
|
},
|
|
651
838
|
deprecated: false,
|
|
652
839
|
isAvailable: true,
|
|
653
|
-
lastUpdated: '2026-01
|
|
840
|
+
lastUpdated: '2026-03-01',
|
|
654
841
|
},
|
|
655
|
-
'
|
|
656
|
-
type: '
|
|
842
|
+
'gemini-embedding-001': {
|
|
843
|
+
type: 'embeddings',
|
|
657
844
|
provider: 'google',
|
|
658
|
-
displayName: '
|
|
659
|
-
|
|
845
|
+
displayName: 'Gemini Embedding 001',
|
|
846
|
+
description: 'Google embedding model for distributed text representations',
|
|
847
|
+
contextLength: 2048,
|
|
660
848
|
context: {
|
|
661
849
|
input: {
|
|
662
850
|
text: true,
|
|
@@ -667,19 +855,19 @@ export const MODEL_REGISTRY = {
|
|
|
667
855
|
output: {
|
|
668
856
|
text: false,
|
|
669
857
|
audio: false,
|
|
670
|
-
image:
|
|
858
|
+
image: false,
|
|
671
859
|
video: false
|
|
672
860
|
}
|
|
673
861
|
},
|
|
674
862
|
deprecated: false,
|
|
675
863
|
isAvailable: true,
|
|
676
|
-
lastUpdated: '2026-01
|
|
864
|
+
lastUpdated: '2026-03-01',
|
|
677
865
|
},
|
|
678
|
-
'
|
|
679
|
-
type: '
|
|
866
|
+
'gemini-robotics-er-1.5-preview': {
|
|
867
|
+
type: 'chat',
|
|
680
868
|
provider: 'google',
|
|
681
|
-
displayName: '
|
|
682
|
-
pricing: { input: 0.
|
|
869
|
+
displayName: 'Gemini Robotics ER 1.5 Preview',
|
|
870
|
+
pricing: { input: 0.3, output: 2.5 },
|
|
683
871
|
context: {
|
|
684
872
|
input: {
|
|
685
873
|
text: true,
|
|
@@ -688,7 +876,7 @@ export const MODEL_REGISTRY = {
|
|
|
688
876
|
video: false
|
|
689
877
|
},
|
|
690
878
|
output: {
|
|
691
|
-
text:
|
|
879
|
+
text: true,
|
|
692
880
|
audio: false,
|
|
693
881
|
image: false,
|
|
694
882
|
video: false
|
|
@@ -696,12 +884,22 @@ export const MODEL_REGISTRY = {
|
|
|
696
884
|
},
|
|
697
885
|
deprecated: false,
|
|
698
886
|
isAvailable: true,
|
|
699
|
-
lastUpdated: '2026-01
|
|
887
|
+
lastUpdated: '2026-03-01',
|
|
700
888
|
},
|
|
701
|
-
'
|
|
702
|
-
type: '
|
|
889
|
+
'gemma-3-12b-it': {
|
|
890
|
+
type: 'chat',
|
|
703
891
|
provider: 'google',
|
|
704
|
-
displayName: '
|
|
892
|
+
displayName: 'Gemma 3 12B',
|
|
893
|
+
description: 'Google Gemma 3 12B instruction-tuned model',
|
|
894
|
+
pricing: { input: 0, output: 0 },
|
|
895
|
+
benchmarks: {
|
|
896
|
+
intelligence: 20.4,
|
|
897
|
+
coding: 10.6,
|
|
898
|
+
math: 18.3,
|
|
899
|
+
mmluPro: 0.6,
|
|
900
|
+
gpqa: 0.35,
|
|
901
|
+
},
|
|
902
|
+
contextLength: 32768,
|
|
705
903
|
context: {
|
|
706
904
|
input: {
|
|
707
905
|
text: true,
|
|
@@ -710,15 +908,291 @@ export const MODEL_REGISTRY = {
|
|
|
710
908
|
video: false
|
|
711
909
|
},
|
|
712
910
|
output: {
|
|
713
|
-
text:
|
|
911
|
+
text: true,
|
|
714
912
|
audio: false,
|
|
715
913
|
image: false,
|
|
716
|
-
video:
|
|
914
|
+
video: false
|
|
717
915
|
}
|
|
718
916
|
},
|
|
719
917
|
deprecated: false,
|
|
720
918
|
isAvailable: true,
|
|
721
|
-
lastUpdated: '2026-01
|
|
919
|
+
lastUpdated: '2026-03-01',
|
|
920
|
+
},
|
|
921
|
+
'gemma-3-1b-it': {
|
|
922
|
+
type: 'chat',
|
|
923
|
+
provider: 'google',
|
|
924
|
+
displayName: 'Gemma 3 1B',
|
|
925
|
+
description: 'Google Gemma 3 1B instruction-tuned model',
|
|
926
|
+
pricing: { input: 0, output: 0 },
|
|
927
|
+
benchmarks: {
|
|
928
|
+
intelligence: 12.5,
|
|
929
|
+
mmluPro: 0.48,
|
|
930
|
+
gpqa: 0.28,
|
|
931
|
+
},
|
|
932
|
+
contextLength: 32768,
|
|
933
|
+
context: {
|
|
934
|
+
input: {
|
|
935
|
+
text: true,
|
|
936
|
+
audio: false,
|
|
937
|
+
image: false,
|
|
938
|
+
video: false
|
|
939
|
+
},
|
|
940
|
+
output: {
|
|
941
|
+
text: true,
|
|
942
|
+
audio: false,
|
|
943
|
+
image: false,
|
|
944
|
+
video: false
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
deprecated: false,
|
|
948
|
+
isAvailable: true,
|
|
949
|
+
lastUpdated: '2026-03-01',
|
|
950
|
+
},
|
|
951
|
+
'gemma-3-27b-it': {
|
|
952
|
+
type: 'chat',
|
|
953
|
+
provider: 'google',
|
|
954
|
+
displayName: 'Gemma 3 27B',
|
|
955
|
+
description: 'Google Gemma 3 27B instruction-tuned model',
|
|
956
|
+
pricing: { input: 0, output: 0 },
|
|
957
|
+
benchmarks: {
|
|
958
|
+
intelligence: 10.1,
|
|
959
|
+
mmluPro: 0.48,
|
|
960
|
+
gpqa: 0.28,
|
|
961
|
+
},
|
|
962
|
+
contextLength: 131072,
|
|
963
|
+
context: {
|
|
964
|
+
input: {
|
|
965
|
+
text: true,
|
|
966
|
+
audio: false,
|
|
967
|
+
image: false,
|
|
968
|
+
video: false
|
|
969
|
+
},
|
|
970
|
+
output: {
|
|
971
|
+
text: true,
|
|
972
|
+
audio: false,
|
|
973
|
+
image: false,
|
|
974
|
+
video: false
|
|
975
|
+
}
|
|
976
|
+
},
|
|
977
|
+
deprecated: false,
|
|
978
|
+
isAvailable: true,
|
|
979
|
+
lastUpdated: '2026-03-01',
|
|
980
|
+
},
|
|
981
|
+
'gemma-3-4b-it': {
|
|
982
|
+
type: 'chat',
|
|
983
|
+
provider: 'google',
|
|
984
|
+
displayName: 'Gemma 3 4B',
|
|
985
|
+
description: 'Google Gemma 3 4B instruction-tuned model',
|
|
986
|
+
pricing: { input: 0, output: 0 },
|
|
987
|
+
benchmarks: {
|
|
988
|
+
intelligence: 15.5,
|
|
989
|
+
coding: 8.3,
|
|
990
|
+
math: 14.3,
|
|
991
|
+
mmluPro: 0.49,
|
|
992
|
+
gpqa: 0.3,
|
|
993
|
+
},
|
|
994
|
+
contextLength: 32768,
|
|
995
|
+
context: {
|
|
996
|
+
input: {
|
|
997
|
+
text: true,
|
|
998
|
+
audio: false,
|
|
999
|
+
image: false,
|
|
1000
|
+
video: false
|
|
1001
|
+
},
|
|
1002
|
+
output: {
|
|
1003
|
+
text: true,
|
|
1004
|
+
audio: false,
|
|
1005
|
+
image: false,
|
|
1006
|
+
video: false
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
deprecated: false,
|
|
1010
|
+
isAvailable: true,
|
|
1011
|
+
lastUpdated: '2026-03-01',
|
|
1012
|
+
},
|
|
1013
|
+
'gemma-3n-e2b-it': {
|
|
1014
|
+
type: 'chat',
|
|
1015
|
+
provider: 'google',
|
|
1016
|
+
displayName: 'Gemma 3n E2B',
|
|
1017
|
+
description: 'Google Gemma 3n E2B instruction-tuned model',
|
|
1018
|
+
contextLength: 8192,
|
|
1019
|
+
deprecated: false,
|
|
1020
|
+
isAvailable: true,
|
|
1021
|
+
lastUpdated: '2026-03-01',
|
|
1022
|
+
},
|
|
1023
|
+
'gemma-3n-e4b-it': {
|
|
1024
|
+
type: 'chat',
|
|
1025
|
+
provider: 'google',
|
|
1026
|
+
displayName: 'Gemma 3n E4B',
|
|
1027
|
+
description: 'Google Gemma 3n E4B instruction-tuned model',
|
|
1028
|
+
contextLength: 8192,
|
|
1029
|
+
deprecated: false,
|
|
1030
|
+
isAvailable: true,
|
|
1031
|
+
lastUpdated: '2026-03-01',
|
|
1032
|
+
},
|
|
1033
|
+
'imagen-4.0-fast-generate-001': {
|
|
1034
|
+
type: 'image',
|
|
1035
|
+
provider: 'google',
|
|
1036
|
+
displayName: 'Imagen 4.0 Fast',
|
|
1037
|
+
unitPricing: 0.02,
|
|
1038
|
+
context: {
|
|
1039
|
+
input: {
|
|
1040
|
+
text: true,
|
|
1041
|
+
audio: false,
|
|
1042
|
+
image: false,
|
|
1043
|
+
video: false
|
|
1044
|
+
},
|
|
1045
|
+
output: {
|
|
1046
|
+
text: false,
|
|
1047
|
+
audio: false,
|
|
1048
|
+
image: true,
|
|
1049
|
+
video: false
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1052
|
+
deprecated: false,
|
|
1053
|
+
isAvailable: true,
|
|
1054
|
+
lastUpdated: '2026-03-01',
|
|
1055
|
+
},
|
|
1056
|
+
'imagen-4.0-generate-001': {
|
|
1057
|
+
type: 'image',
|
|
1058
|
+
provider: 'google',
|
|
1059
|
+
displayName: 'Imagen 4',
|
|
1060
|
+
description: 'Google Imagen 4.0 image generation model',
|
|
1061
|
+
unitPricing: 0.04,
|
|
1062
|
+
context: {
|
|
1063
|
+
input: {
|
|
1064
|
+
text: true,
|
|
1065
|
+
audio: false,
|
|
1066
|
+
image: false,
|
|
1067
|
+
video: false
|
|
1068
|
+
},
|
|
1069
|
+
output: {
|
|
1070
|
+
text: false,
|
|
1071
|
+
audio: false,
|
|
1072
|
+
image: true,
|
|
1073
|
+
video: false
|
|
1074
|
+
}
|
|
1075
|
+
},
|
|
1076
|
+
deprecated: false,
|
|
1077
|
+
isAvailable: true,
|
|
1078
|
+
lastUpdated: '2026-03-01',
|
|
1079
|
+
},
|
|
1080
|
+
'imagen-4.0-ultra-generate-001': {
|
|
1081
|
+
type: 'image',
|
|
1082
|
+
provider: 'google',
|
|
1083
|
+
displayName: 'Imagen 4.0 Ultra',
|
|
1084
|
+
unitPricing: 0.06,
|
|
1085
|
+
context: {
|
|
1086
|
+
input: {
|
|
1087
|
+
text: true,
|
|
1088
|
+
audio: false,
|
|
1089
|
+
image: false,
|
|
1090
|
+
video: false
|
|
1091
|
+
},
|
|
1092
|
+
output: {
|
|
1093
|
+
text: false,
|
|
1094
|
+
audio: false,
|
|
1095
|
+
image: true,
|
|
1096
|
+
video: false
|
|
1097
|
+
}
|
|
1098
|
+
},
|
|
1099
|
+
deprecated: false,
|
|
1100
|
+
isAvailable: true,
|
|
1101
|
+
lastUpdated: '2026-03-01',
|
|
1102
|
+
},
|
|
1103
|
+
'veo-2.0-generate-001': {
|
|
1104
|
+
type: 'video',
|
|
1105
|
+
provider: 'google',
|
|
1106
|
+
displayName: 'Veo 2',
|
|
1107
|
+
description: 'Google Veo 2 video generation model',
|
|
1108
|
+
unitPricing: 0.35,
|
|
1109
|
+
context: {
|
|
1110
|
+
input: {
|
|
1111
|
+
text: true,
|
|
1112
|
+
audio: false,
|
|
1113
|
+
image: false,
|
|
1114
|
+
video: false
|
|
1115
|
+
},
|
|
1116
|
+
output: {
|
|
1117
|
+
text: false,
|
|
1118
|
+
audio: false,
|
|
1119
|
+
image: false,
|
|
1120
|
+
video: true
|
|
1121
|
+
}
|
|
1122
|
+
},
|
|
1123
|
+
deprecated: false,
|
|
1124
|
+
isAvailable: true,
|
|
1125
|
+
lastUpdated: '2026-03-01',
|
|
1126
|
+
},
|
|
1127
|
+
'veo-3.0-fast-generate-001': {
|
|
1128
|
+
type: 'video',
|
|
1129
|
+
provider: 'google',
|
|
1130
|
+
displayName: 'Veo 3 Fast',
|
|
1131
|
+
description: 'Google Veo 3 fast video generation model',
|
|
1132
|
+
unitPricing: 0.15,
|
|
1133
|
+
context: {
|
|
1134
|
+
input: {
|
|
1135
|
+
text: true,
|
|
1136
|
+
audio: false,
|
|
1137
|
+
image: false,
|
|
1138
|
+
video: false
|
|
1139
|
+
},
|
|
1140
|
+
output: {
|
|
1141
|
+
text: false,
|
|
1142
|
+
audio: false,
|
|
1143
|
+
image: false,
|
|
1144
|
+
video: true
|
|
1145
|
+
}
|
|
1146
|
+
},
|
|
1147
|
+
deprecated: false,
|
|
1148
|
+
isAvailable: true,
|
|
1149
|
+
lastUpdated: '2026-03-01',
|
|
1150
|
+
},
|
|
1151
|
+
'veo-3.0-generate-001': {
|
|
1152
|
+
type: 'video',
|
|
1153
|
+
provider: 'google',
|
|
1154
|
+
displayName: 'Veo 3',
|
|
1155
|
+
description: 'Google Veo 3 video generation model',
|
|
1156
|
+
unitPricing: 0.4,
|
|
1157
|
+
context: {
|
|
1158
|
+
input: {
|
|
1159
|
+
text: true,
|
|
1160
|
+
audio: false,
|
|
1161
|
+
image: false,
|
|
1162
|
+
video: false
|
|
1163
|
+
},
|
|
1164
|
+
output: {
|
|
1165
|
+
text: false,
|
|
1166
|
+
audio: false,
|
|
1167
|
+
image: false,
|
|
1168
|
+
video: true
|
|
1169
|
+
}
|
|
1170
|
+
},
|
|
1171
|
+
deprecated: false,
|
|
1172
|
+
isAvailable: true,
|
|
1173
|
+
lastUpdated: '2026-03-01',
|
|
1174
|
+
},
|
|
1175
|
+
'veo-3.1-fast-generate-preview': {
|
|
1176
|
+
type: 'video',
|
|
1177
|
+
provider: 'google',
|
|
1178
|
+
displayName: 'Veo 3.1 Fast',
|
|
1179
|
+
context: {
|
|
1180
|
+
input: {
|
|
1181
|
+
text: true,
|
|
1182
|
+
audio: false,
|
|
1183
|
+
image: false,
|
|
1184
|
+
video: false
|
|
1185
|
+
},
|
|
1186
|
+
output: {
|
|
1187
|
+
text: false,
|
|
1188
|
+
audio: false,
|
|
1189
|
+
image: false,
|
|
1190
|
+
video: true
|
|
1191
|
+
}
|
|
1192
|
+
},
|
|
1193
|
+
deprecated: false,
|
|
1194
|
+
isAvailable: true,
|
|
1195
|
+
lastUpdated: '2026-03-01',
|
|
722
1196
|
},
|
|
723
1197
|
'veo-3.1-generate-preview': {
|
|
724
1198
|
type: 'video',
|
|
@@ -740,12 +1214,13 @@ export const MODEL_REGISTRY = {
|
|
|
740
1214
|
},
|
|
741
1215
|
deprecated: false,
|
|
742
1216
|
isAvailable: true,
|
|
743
|
-
lastUpdated: '2026-01
|
|
1217
|
+
lastUpdated: '2026-03-01',
|
|
744
1218
|
},
|
|
745
1219
|
'codestral-2412': {
|
|
746
1220
|
type: 'chat',
|
|
747
1221
|
provider: 'mistral',
|
|
748
1222
|
displayName: 'Codestral (Dec 2024)',
|
|
1223
|
+
subtype: 'code',
|
|
749
1224
|
description: 'Code generation model released December 2024',
|
|
750
1225
|
pricing: { input: 0.3, output: 0.9 },
|
|
751
1226
|
benchmarks: {
|
|
@@ -778,6 +1253,7 @@ export const MODEL_REGISTRY = {
|
|
|
778
1253
|
type: 'chat',
|
|
779
1254
|
provider: 'mistral',
|
|
780
1255
|
displayName: 'Codestral (Aug 2025)',
|
|
1256
|
+
subtype: 'code',
|
|
781
1257
|
description: 'Cutting-edge language model for coding released August 2025',
|
|
782
1258
|
pricing: { input: 0.3, output: 0.9 },
|
|
783
1259
|
contextLength: 256000,
|
|
@@ -821,12 +1297,13 @@ export const MODEL_REGISTRY = {
|
|
|
821
1297
|
},
|
|
822
1298
|
deprecated: false,
|
|
823
1299
|
isAvailable: true,
|
|
824
|
-
lastUpdated: '2026-01
|
|
1300
|
+
lastUpdated: '2026-03-01',
|
|
825
1301
|
},
|
|
826
1302
|
'devstral-2512': {
|
|
827
1303
|
type: 'chat',
|
|
828
1304
|
provider: 'mistral',
|
|
829
1305
|
displayName: 'Devstral 2 (Dec 2025)',
|
|
1306
|
+
subtype: 'code',
|
|
830
1307
|
description: 'Latest Devstral code-agentic model',
|
|
831
1308
|
pricing: { input: 0.4, output: 2 },
|
|
832
1309
|
benchmarks: {
|
|
@@ -855,10 +1332,108 @@ export const MODEL_REGISTRY = {
|
|
|
855
1332
|
isAvailable: true,
|
|
856
1333
|
lastUpdated: '2026-03-01',
|
|
857
1334
|
},
|
|
1335
|
+
'devstral-medium-2507': {
|
|
1336
|
+
type: 'chat',
|
|
1337
|
+
provider: 'mistral',
|
|
1338
|
+
displayName: 'Devstral Medium (2507)',
|
|
1339
|
+
subtype: 'code',
|
|
1340
|
+
description: 'Medium code-agentic model',
|
|
1341
|
+
pricing: { input: 0.4, output: 2 },
|
|
1342
|
+
contextLength: 131072,
|
|
1343
|
+
context: {
|
|
1344
|
+
input: {
|
|
1345
|
+
text: true,
|
|
1346
|
+
audio: false,
|
|
1347
|
+
image: false,
|
|
1348
|
+
video: false
|
|
1349
|
+
},
|
|
1350
|
+
output: {
|
|
1351
|
+
text: true,
|
|
1352
|
+
audio: false,
|
|
1353
|
+
image: false,
|
|
1354
|
+
video: false
|
|
1355
|
+
}
|
|
1356
|
+
},
|
|
1357
|
+
deprecated: false,
|
|
1358
|
+
isAvailable: true,
|
|
1359
|
+
lastUpdated: '2026-03-01',
|
|
1360
|
+
},
|
|
1361
|
+
'devstral-small-2507': {
|
|
1362
|
+
type: 'chat',
|
|
1363
|
+
provider: 'mistral',
|
|
1364
|
+
displayName: 'Devstral Small (2507)',
|
|
1365
|
+
subtype: 'code',
|
|
1366
|
+
description: 'Small open-source code-agentic model',
|
|
1367
|
+
pricing: { input: 0.1, output: 0.3 },
|
|
1368
|
+
contextLength: 131072,
|
|
1369
|
+
context: {
|
|
1370
|
+
input: {
|
|
1371
|
+
text: true,
|
|
1372
|
+
audio: false,
|
|
1373
|
+
image: false,
|
|
1374
|
+
video: false
|
|
1375
|
+
},
|
|
1376
|
+
output: {
|
|
1377
|
+
text: true,
|
|
1378
|
+
audio: false,
|
|
1379
|
+
image: false,
|
|
1380
|
+
video: false
|
|
1381
|
+
}
|
|
1382
|
+
},
|
|
1383
|
+
deprecated: false,
|
|
1384
|
+
isAvailable: true,
|
|
1385
|
+
lastUpdated: '2026-03-01',
|
|
1386
|
+
},
|
|
1387
|
+
'labs-devstral-small-2512': {
|
|
1388
|
+
type: 'chat',
|
|
1389
|
+
provider: 'mistral',
|
|
1390
|
+
displayName: 'Labs Devstral Small (2512)',
|
|
1391
|
+
subtype: 'code',
|
|
1392
|
+
description: 'Labs version of Devstral Small with vision support',
|
|
1393
|
+
contextLength: 262144,
|
|
1394
|
+
context: {
|
|
1395
|
+
input: {
|
|
1396
|
+
text: true,
|
|
1397
|
+
image: true
|
|
1398
|
+
},
|
|
1399
|
+
output: {
|
|
1400
|
+
text: true
|
|
1401
|
+
}
|
|
1402
|
+
},
|
|
1403
|
+
deprecated: false,
|
|
1404
|
+
isAvailable: true,
|
|
1405
|
+
lastUpdated: '2026-03-01',
|
|
1406
|
+
},
|
|
1407
|
+
'labs-mistral-small-creative': {
|
|
1408
|
+
type: 'chat',
|
|
1409
|
+
provider: 'mistral',
|
|
1410
|
+
displayName: 'Labs Mistral Small Creative',
|
|
1411
|
+
description: 'Creative writing optimized Mistral Small model',
|
|
1412
|
+
pricing: { input: 0.1, output: 0.3 },
|
|
1413
|
+
contextLength: 32768,
|
|
1414
|
+
context: {
|
|
1415
|
+
input: {
|
|
1416
|
+
text: true,
|
|
1417
|
+
audio: false,
|
|
1418
|
+
image: false,
|
|
1419
|
+
video: false
|
|
1420
|
+
},
|
|
1421
|
+
output: {
|
|
1422
|
+
text: true,
|
|
1423
|
+
audio: false,
|
|
1424
|
+
image: false,
|
|
1425
|
+
video: false
|
|
1426
|
+
}
|
|
1427
|
+
},
|
|
1428
|
+
deprecated: false,
|
|
1429
|
+
isAvailable: true,
|
|
1430
|
+
lastUpdated: '2026-03-01',
|
|
1431
|
+
},
|
|
858
1432
|
'magistral-medium-2509': {
|
|
859
1433
|
type: 'chat',
|
|
860
1434
|
provider: 'mistral',
|
|
861
1435
|
displayName: 'Magistral Medium',
|
|
1436
|
+
subtype: 'reasoning',
|
|
862
1437
|
description: 'Frontier-class reasoning model released September 2025',
|
|
863
1438
|
pricing: { input: 2, output: 6 },
|
|
864
1439
|
benchmarks: {
|
|
@@ -891,6 +1466,7 @@ export const MODEL_REGISTRY = {
|
|
|
891
1466
|
type: 'chat',
|
|
892
1467
|
provider: 'mistral',
|
|
893
1468
|
displayName: 'Magistral Small',
|
|
1469
|
+
subtype: 'reasoning',
|
|
894
1470
|
description: 'Efficient reasoning model released September 2025',
|
|
895
1471
|
pricing: { input: 0.5, output: 1.5 },
|
|
896
1472
|
benchmarks: {
|
|
@@ -1037,7 +1613,26 @@ export const MODEL_REGISTRY = {
|
|
|
1037
1613
|
},
|
|
1038
1614
|
deprecated: false,
|
|
1039
1615
|
isAvailable: true,
|
|
1040
|
-
lastUpdated: '2026-01
|
|
1616
|
+
lastUpdated: '2026-03-01',
|
|
1617
|
+
},
|
|
1618
|
+
'mistral-large-2411': {
|
|
1619
|
+
type: 'chat',
|
|
1620
|
+
provider: 'mistral',
|
|
1621
|
+
displayName: 'Mistral Large (2411)',
|
|
1622
|
+
description: 'Top-tier reasoning model for high-complexity tasks, November 2024',
|
|
1623
|
+
pricing: { input: 2, output: 6 },
|
|
1624
|
+
contextLength: 131072,
|
|
1625
|
+
context: {
|
|
1626
|
+
input: {
|
|
1627
|
+
text: true
|
|
1628
|
+
},
|
|
1629
|
+
output: {
|
|
1630
|
+
text: true
|
|
1631
|
+
}
|
|
1632
|
+
},
|
|
1633
|
+
deprecated: false,
|
|
1634
|
+
isAvailable: true,
|
|
1635
|
+
lastUpdated: '2026-03-01',
|
|
1041
1636
|
},
|
|
1042
1637
|
'mistral-large-2512': {
|
|
1043
1638
|
type: 'chat',
|
|
@@ -1134,6 +1729,78 @@ export const MODEL_REGISTRY = {
|
|
|
1134
1729
|
isAvailable: true,
|
|
1135
1730
|
lastUpdated: '2026-03-01',
|
|
1136
1731
|
},
|
|
1732
|
+
'mistral-ocr-2503': {
|
|
1733
|
+
type: 'ocr',
|
|
1734
|
+
provider: 'mistral',
|
|
1735
|
+
displayName: 'Mistral OCR (2503)',
|
|
1736
|
+
description: 'Mistral OCR model, March 2025 version (deprecated)',
|
|
1737
|
+
contextLength: 16384,
|
|
1738
|
+
context: {
|
|
1739
|
+
input: {
|
|
1740
|
+
text: true,
|
|
1741
|
+
audio: false,
|
|
1742
|
+
image: true,
|
|
1743
|
+
video: false
|
|
1744
|
+
},
|
|
1745
|
+
output: {
|
|
1746
|
+
text: true,
|
|
1747
|
+
audio: false,
|
|
1748
|
+
image: false,
|
|
1749
|
+
video: false
|
|
1750
|
+
}
|
|
1751
|
+
},
|
|
1752
|
+
deprecated: true,
|
|
1753
|
+
isAvailable: true,
|
|
1754
|
+
lastUpdated: '2026-03-01',
|
|
1755
|
+
},
|
|
1756
|
+
'mistral-ocr-2505': {
|
|
1757
|
+
type: 'ocr',
|
|
1758
|
+
provider: 'mistral',
|
|
1759
|
+
displayName: 'Mistral OCR (2505)',
|
|
1760
|
+
description: 'Mistral OCR model, May 2025 version',
|
|
1761
|
+
contextLength: 16384,
|
|
1762
|
+
context: {
|
|
1763
|
+
input: {
|
|
1764
|
+
text: true,
|
|
1765
|
+
audio: false,
|
|
1766
|
+
image: true,
|
|
1767
|
+
video: false
|
|
1768
|
+
},
|
|
1769
|
+
output: {
|
|
1770
|
+
text: true,
|
|
1771
|
+
audio: false,
|
|
1772
|
+
image: false,
|
|
1773
|
+
video: false
|
|
1774
|
+
}
|
|
1775
|
+
},
|
|
1776
|
+
deprecated: false,
|
|
1777
|
+
isAvailable: true,
|
|
1778
|
+
lastUpdated: '2026-03-01',
|
|
1779
|
+
},
|
|
1780
|
+
'mistral-ocr-2512': {
|
|
1781
|
+
type: 'ocr',
|
|
1782
|
+
provider: 'mistral',
|
|
1783
|
+
displayName: 'Mistral OCR (2512)',
|
|
1784
|
+
description: 'Mistral OCR model, December 2025 version',
|
|
1785
|
+
contextLength: 16384,
|
|
1786
|
+
context: {
|
|
1787
|
+
input: {
|
|
1788
|
+
text: true,
|
|
1789
|
+
audio: false,
|
|
1790
|
+
image: true,
|
|
1791
|
+
video: false
|
|
1792
|
+
},
|
|
1793
|
+
output: {
|
|
1794
|
+
text: true,
|
|
1795
|
+
audio: false,
|
|
1796
|
+
image: false,
|
|
1797
|
+
video: false
|
|
1798
|
+
}
|
|
1799
|
+
},
|
|
1800
|
+
deprecated: false,
|
|
1801
|
+
isAvailable: true,
|
|
1802
|
+
lastUpdated: '2026-03-01',
|
|
1803
|
+
},
|
|
1137
1804
|
'mistral-ocr-latest': {
|
|
1138
1805
|
type: 'ocr',
|
|
1139
1806
|
provider: 'mistral',
|
|
@@ -1317,6 +1984,54 @@ export const MODEL_REGISTRY = {
|
|
|
1317
1984
|
isAvailable: true,
|
|
1318
1985
|
lastUpdated: '2026-03-01',
|
|
1319
1986
|
},
|
|
1987
|
+
'voxtral-mini-2507': {
|
|
1988
|
+
type: 'stt',
|
|
1989
|
+
provider: 'mistral',
|
|
1990
|
+
displayName: 'Voxtral Mini (2507)',
|
|
1991
|
+
description: 'Voxtral Mini transcription model, July 2025 version',
|
|
1992
|
+
contextLength: 16384,
|
|
1993
|
+
context: {
|
|
1994
|
+
input: {
|
|
1995
|
+
text: true,
|
|
1996
|
+
audio: true,
|
|
1997
|
+
image: false,
|
|
1998
|
+
video: false
|
|
1999
|
+
},
|
|
2000
|
+
output: {
|
|
2001
|
+
text: true,
|
|
2002
|
+
audio: false,
|
|
2003
|
+
image: false,
|
|
2004
|
+
video: false
|
|
2005
|
+
}
|
|
2006
|
+
},
|
|
2007
|
+
deprecated: false,
|
|
2008
|
+
isAvailable: true,
|
|
2009
|
+
lastUpdated: '2026-03-01',
|
|
2010
|
+
},
|
|
2011
|
+
'voxtral-mini-2602': {
|
|
2012
|
+
type: 'stt',
|
|
2013
|
+
provider: 'mistral',
|
|
2014
|
+
displayName: 'Voxtral Mini (2602)',
|
|
2015
|
+
description: 'Voxtral Mini transcription model, February 2026 version',
|
|
2016
|
+
contextLength: 16384,
|
|
2017
|
+
context: {
|
|
2018
|
+
input: {
|
|
2019
|
+
text: false,
|
|
2020
|
+
audio: true,
|
|
2021
|
+
image: false,
|
|
2022
|
+
video: false
|
|
2023
|
+
},
|
|
2024
|
+
output: {
|
|
2025
|
+
text: true,
|
|
2026
|
+
audio: false,
|
|
2027
|
+
image: false,
|
|
2028
|
+
video: false
|
|
2029
|
+
}
|
|
2030
|
+
},
|
|
2031
|
+
deprecated: false,
|
|
2032
|
+
isAvailable: true,
|
|
2033
|
+
lastUpdated: '2026-03-01',
|
|
2034
|
+
},
|
|
1320
2035
|
'voxtral-mini-latest': {
|
|
1321
2036
|
type: 'chat',
|
|
1322
2037
|
provider: 'mistral',
|
|
@@ -1339,34 +2054,76 @@ export const MODEL_REGISTRY = {
|
|
|
1339
2054
|
},
|
|
1340
2055
|
deprecated: false,
|
|
1341
2056
|
isAvailable: true,
|
|
1342
|
-
lastUpdated: '2026-01
|
|
2057
|
+
lastUpdated: '2026-03-01',
|
|
2058
|
+
},
|
|
2059
|
+
'voxtral-mini-transcribe-2507': {
|
|
2060
|
+
type: 'stt',
|
|
2061
|
+
provider: 'mistral',
|
|
2062
|
+
displayName: '',
|
|
2063
|
+
deprecated: false,
|
|
2064
|
+
isAvailable: true,
|
|
2065
|
+
lastUpdated: '2026-03-01',
|
|
2066
|
+
},
|
|
2067
|
+
'voxtral-small-2507': {
|
|
2068
|
+
type: 'audio',
|
|
2069
|
+
provider: 'mistral',
|
|
2070
|
+
displayName: 'Voxtral Small',
|
|
2071
|
+
description: 'Small audio understanding model released July 2025',
|
|
2072
|
+
pricing: { input: 0.1, output: 0.3 },
|
|
2073
|
+
contextLength: 32768,
|
|
2074
|
+
context: {
|
|
2075
|
+
input: {
|
|
2076
|
+
text: true,
|
|
2077
|
+
audio: true,
|
|
2078
|
+
image: false,
|
|
2079
|
+
video: false
|
|
2080
|
+
},
|
|
2081
|
+
output: {
|
|
2082
|
+
text: true,
|
|
2083
|
+
audio: false,
|
|
2084
|
+
image: false,
|
|
2085
|
+
video: false
|
|
2086
|
+
}
|
|
2087
|
+
},
|
|
2088
|
+
deprecated: false,
|
|
2089
|
+
isAvailable: true,
|
|
2090
|
+
lastUpdated: '2026-03-01',
|
|
1343
2091
|
},
|
|
1344
|
-
'
|
|
1345
|
-
type: '
|
|
1346
|
-
provider: '
|
|
1347
|
-
displayName: '',
|
|
2092
|
+
'babbage-002': {
|
|
2093
|
+
type: 'chat',
|
|
2094
|
+
provider: 'openai',
|
|
2095
|
+
displayName: 'Babbage 002',
|
|
2096
|
+
description: 'Legacy GPT-3 Babbage model',
|
|
1348
2097
|
deprecated: false,
|
|
1349
2098
|
isAvailable: true,
|
|
1350
2099
|
lastUpdated: '2026-03-01',
|
|
1351
2100
|
},
|
|
1352
|
-
'
|
|
1353
|
-
type: '
|
|
1354
|
-
provider: '
|
|
1355
|
-
displayName: '
|
|
1356
|
-
description: '
|
|
1357
|
-
|
|
1358
|
-
|
|
2101
|
+
'chatgpt-image-latest': {
|
|
2102
|
+
type: 'image',
|
|
2103
|
+
provider: 'openai',
|
|
2104
|
+
displayName: 'ChatGPT Image Latest',
|
|
2105
|
+
description: 'Latest ChatGPT image generation model',
|
|
2106
|
+
deprecated: false,
|
|
2107
|
+
isAvailable: true,
|
|
2108
|
+
lastUpdated: '2026-03-01',
|
|
2109
|
+
},
|
|
2110
|
+
'dall-e-2': {
|
|
2111
|
+
type: 'image',
|
|
2112
|
+
provider: 'openai',
|
|
2113
|
+
displayName: 'DALL-E 2',
|
|
2114
|
+
description: 'OpenAI DALL-E 2 image generation',
|
|
2115
|
+
pricing: { input: 0, output: 0 },
|
|
1359
2116
|
context: {
|
|
1360
2117
|
input: {
|
|
1361
2118
|
text: true,
|
|
1362
|
-
audio:
|
|
2119
|
+
audio: false,
|
|
1363
2120
|
image: false,
|
|
1364
2121
|
video: false
|
|
1365
2122
|
},
|
|
1366
2123
|
output: {
|
|
1367
|
-
text:
|
|
2124
|
+
text: false,
|
|
1368
2125
|
audio: false,
|
|
1369
|
-
image:
|
|
2126
|
+
image: true,
|
|
1370
2127
|
video: false
|
|
1371
2128
|
}
|
|
1372
2129
|
},
|
|
@@ -1403,7 +2160,16 @@ export const MODEL_REGISTRY = {
|
|
|
1403
2160
|
},
|
|
1404
2161
|
deprecated: false,
|
|
1405
2162
|
isAvailable: true,
|
|
1406
|
-
lastUpdated: '2026-01
|
|
2163
|
+
lastUpdated: '2026-03-01',
|
|
2164
|
+
},
|
|
2165
|
+
'davinci-002': {
|
|
2166
|
+
type: 'chat',
|
|
2167
|
+
provider: 'openai',
|
|
2168
|
+
displayName: 'Davinci 002',
|
|
2169
|
+
description: 'Legacy GPT-3 Davinci model',
|
|
2170
|
+
deprecated: false,
|
|
2171
|
+
isAvailable: true,
|
|
2172
|
+
lastUpdated: '2026-03-01',
|
|
1407
2173
|
},
|
|
1408
2174
|
'gpt-3.5-turbo': {
|
|
1409
2175
|
type: 'chat',
|
|
@@ -1428,7 +2194,27 @@ export const MODEL_REGISTRY = {
|
|
|
1428
2194
|
},
|
|
1429
2195
|
deprecated: false,
|
|
1430
2196
|
isAvailable: true,
|
|
1431
|
-
lastUpdated: '2026-01
|
|
2197
|
+
lastUpdated: '2026-03-01',
|
|
2198
|
+
},
|
|
2199
|
+
'gpt-3.5-turbo-0125': {
|
|
2200
|
+
type: 'chat',
|
|
2201
|
+
provider: 'openai',
|
|
2202
|
+
displayName: 'GPT-3.5 Turbo (0125)',
|
|
2203
|
+
description: 'GPT-3.5 Turbo January 2024 snapshot',
|
|
2204
|
+
contextLength: 16385,
|
|
2205
|
+
deprecated: false,
|
|
2206
|
+
isAvailable: true,
|
|
2207
|
+
lastUpdated: '2026-03-01',
|
|
2208
|
+
},
|
|
2209
|
+
'gpt-3.5-turbo-1106': {
|
|
2210
|
+
type: 'chat',
|
|
2211
|
+
provider: 'openai',
|
|
2212
|
+
displayName: 'GPT-3.5 Turbo (1106)',
|
|
2213
|
+
description: 'GPT-3.5 Turbo November 2023 snapshot',
|
|
2214
|
+
contextLength: 16385,
|
|
2215
|
+
deprecated: false,
|
|
2216
|
+
isAvailable: true,
|
|
2217
|
+
lastUpdated: '2026-03-01',
|
|
1432
2218
|
},
|
|
1433
2219
|
'gpt-3.5-turbo-16k': {
|
|
1434
2220
|
type: 'chat',
|
|
@@ -1453,7 +2239,67 @@ export const MODEL_REGISTRY = {
|
|
|
1453
2239
|
},
|
|
1454
2240
|
deprecated: false,
|
|
1455
2241
|
isAvailable: true,
|
|
1456
|
-
lastUpdated: '2026-01
|
|
2242
|
+
lastUpdated: '2026-03-01',
|
|
2243
|
+
},
|
|
2244
|
+
'gpt-3.5-turbo-instruct': {
|
|
2245
|
+
type: 'chat',
|
|
2246
|
+
provider: 'openai',
|
|
2247
|
+
displayName: 'GPT-3.5 Turbo Instruct',
|
|
2248
|
+
description: 'GPT-3.5 Turbo instruct-tuned model',
|
|
2249
|
+
contextLength: 4096,
|
|
2250
|
+
deprecated: false,
|
|
2251
|
+
isAvailable: true,
|
|
2252
|
+
lastUpdated: '2026-03-01',
|
|
2253
|
+
},
|
|
2254
|
+
'gpt-3.5-turbo-instruct-0914': {
|
|
2255
|
+
type: 'chat',
|
|
2256
|
+
provider: 'openai',
|
|
2257
|
+
displayName: 'GPT-3.5 Turbo Instruct (0914)',
|
|
2258
|
+
description: 'GPT-3.5 Turbo instruct September 2023 snapshot',
|
|
2259
|
+
contextLength: 4096,
|
|
2260
|
+
deprecated: false,
|
|
2261
|
+
isAvailable: true,
|
|
2262
|
+
lastUpdated: '2026-03-01',
|
|
2263
|
+
},
|
|
2264
|
+
'gpt-4': {
|
|
2265
|
+
type: 'chat',
|
|
2266
|
+
provider: 'openai',
|
|
2267
|
+
displayName: 'GPT-4',
|
|
2268
|
+
description: 'Original GPT-4 model',
|
|
2269
|
+
contextLength: 8192,
|
|
2270
|
+
deprecated: false,
|
|
2271
|
+
isAvailable: true,
|
|
2272
|
+
lastUpdated: '2026-03-01',
|
|
2273
|
+
},
|
|
2274
|
+
'gpt-4-0125-preview': {
|
|
2275
|
+
type: 'chat',
|
|
2276
|
+
provider: 'openai',
|
|
2277
|
+
displayName: 'GPT-4 Turbo Preview (0125)',
|
|
2278
|
+
description: 'GPT-4 Turbo preview, January 2024',
|
|
2279
|
+
contextLength: 128000,
|
|
2280
|
+
deprecated: false,
|
|
2281
|
+
isAvailable: true,
|
|
2282
|
+
lastUpdated: '2026-03-01',
|
|
2283
|
+
},
|
|
2284
|
+
'gpt-4-0613': {
|
|
2285
|
+
type: 'chat',
|
|
2286
|
+
provider: 'openai',
|
|
2287
|
+
displayName: 'GPT-4 (0613)',
|
|
2288
|
+
description: 'GPT-4 June 2023 snapshot',
|
|
2289
|
+
contextLength: 8192,
|
|
2290
|
+
deprecated: false,
|
|
2291
|
+
isAvailable: true,
|
|
2292
|
+
lastUpdated: '2026-03-01',
|
|
2293
|
+
},
|
|
2294
|
+
'gpt-4-1106-preview': {
|
|
2295
|
+
type: 'chat',
|
|
2296
|
+
provider: 'openai',
|
|
2297
|
+
displayName: 'GPT-4 Turbo Preview (1106)',
|
|
2298
|
+
description: 'GPT-4 Turbo preview, November 2023',
|
|
2299
|
+
contextLength: 128000,
|
|
2300
|
+
deprecated: false,
|
|
2301
|
+
isAvailable: true,
|
|
2302
|
+
lastUpdated: '2026-03-01',
|
|
1457
2303
|
},
|
|
1458
2304
|
'gpt-4-turbo': {
|
|
1459
2305
|
type: 'chat',
|
|
@@ -1482,7 +2328,27 @@ export const MODEL_REGISTRY = {
|
|
|
1482
2328
|
},
|
|
1483
2329
|
deprecated: false,
|
|
1484
2330
|
isAvailable: true,
|
|
1485
|
-
lastUpdated: '2026-01
|
|
2331
|
+
lastUpdated: '2026-03-01',
|
|
2332
|
+
},
|
|
2333
|
+
'gpt-4-turbo-2024-04-09': {
|
|
2334
|
+
type: 'chat',
|
|
2335
|
+
provider: 'openai',
|
|
2336
|
+
displayName: 'GPT-4 Turbo (2024-04-09)',
|
|
2337
|
+
description: 'GPT-4 Turbo with Vision, April 2024 snapshot',
|
|
2338
|
+
contextLength: 128000,
|
|
2339
|
+
deprecated: false,
|
|
2340
|
+
isAvailable: true,
|
|
2341
|
+
lastUpdated: '2026-03-01',
|
|
2342
|
+
},
|
|
2343
|
+
'gpt-4-turbo-preview': {
|
|
2344
|
+
type: 'chat',
|
|
2345
|
+
provider: 'openai',
|
|
2346
|
+
displayName: 'GPT-4 Turbo Preview',
|
|
2347
|
+
description: 'GPT-4 Turbo preview alias',
|
|
2348
|
+
contextLength: 128000,
|
|
2349
|
+
deprecated: false,
|
|
2350
|
+
isAvailable: true,
|
|
2351
|
+
lastUpdated: '2026-03-01',
|
|
1486
2352
|
},
|
|
1487
2353
|
'gpt-4.1': {
|
|
1488
2354
|
type: 'chat',
|
|
@@ -1514,7 +2380,72 @@ export const MODEL_REGISTRY = {
|
|
|
1514
2380
|
},
|
|
1515
2381
|
deprecated: false,
|
|
1516
2382
|
isAvailable: true,
|
|
1517
|
-
lastUpdated: '2026-01
|
|
2383
|
+
lastUpdated: '2026-03-01',
|
|
2384
|
+
},
|
|
2385
|
+
'gpt-4.1-2025-04-14': {
|
|
2386
|
+
type: 'chat',
|
|
2387
|
+
provider: 'openai',
|
|
2388
|
+
displayName: 'GPT-4.1 (2025-04-14)',
|
|
2389
|
+
description: 'GPT-4.1 April 2025 snapshot',
|
|
2390
|
+
pricing: { input: 3, output: 12 },
|
|
2391
|
+
contextLength: 1047576,
|
|
2392
|
+
deprecated: false,
|
|
2393
|
+
isAvailable: true,
|
|
2394
|
+
lastUpdated: '2026-03-01',
|
|
2395
|
+
},
|
|
2396
|
+
'gpt-4.1-mini': {
|
|
2397
|
+
type: 'chat',
|
|
2398
|
+
provider: 'openai',
|
|
2399
|
+
displayName: 'GPT-4.1 Mini',
|
|
2400
|
+
description: 'Smaller, faster GPT-4.1 variant',
|
|
2401
|
+
pricing: { input: 0.8, output: 3.2 },
|
|
2402
|
+
benchmarks: {
|
|
2403
|
+
intelligence: 42.5,
|
|
2404
|
+
coding: 31.9,
|
|
2405
|
+
math: 46.3,
|
|
2406
|
+
mmluPro: 0.78,
|
|
2407
|
+
gpqa: 0.66,
|
|
2408
|
+
},
|
|
2409
|
+
contextLength: 1047576,
|
|
2410
|
+
context: {
|
|
2411
|
+
input: {
|
|
2412
|
+
text: true,
|
|
2413
|
+
audio: false,
|
|
2414
|
+
image: true,
|
|
2415
|
+
video: false
|
|
2416
|
+
},
|
|
2417
|
+
output: {
|
|
2418
|
+
text: true,
|
|
2419
|
+
audio: false,
|
|
2420
|
+
image: false,
|
|
2421
|
+
video: false
|
|
2422
|
+
}
|
|
2423
|
+
},
|
|
2424
|
+
deprecated: false,
|
|
2425
|
+
isAvailable: true,
|
|
2426
|
+
lastUpdated: '2026-03-01',
|
|
2427
|
+
},
|
|
2428
|
+
'gpt-4.1-mini-2025-04-14': {
|
|
2429
|
+
type: 'chat',
|
|
2430
|
+
provider: 'openai',
|
|
2431
|
+
displayName: 'GPT-4.1 Mini (2025-04-14)',
|
|
2432
|
+
description: 'GPT-4.1 Mini April 2025 snapshot',
|
|
2433
|
+
pricing: { input: 0.8, output: 3.2 },
|
|
2434
|
+
contextLength: 1047576,
|
|
2435
|
+
deprecated: false,
|
|
2436
|
+
isAvailable: true,
|
|
2437
|
+
lastUpdated: '2026-03-01',
|
|
2438
|
+
},
|
|
2439
|
+
'gpt-4.1-nano': {
|
|
2440
|
+
type: 'chat',
|
|
2441
|
+
provider: 'openai',
|
|
2442
|
+
displayName: 'GPT-4.1 Nano',
|
|
2443
|
+
description: 'Smallest, fastest GPT-4.1 variant',
|
|
2444
|
+
pricing: { input: 0.2, output: 0.8 },
|
|
2445
|
+
contextLength: 1047576,
|
|
2446
|
+
deprecated: false,
|
|
2447
|
+
isAvailable: true,
|
|
2448
|
+
lastUpdated: '2026-03-01',
|
|
1518
2449
|
},
|
|
1519
2450
|
'gpt-4.1-nano-2025-04-14': {
|
|
1520
2451
|
type: 'chat',
|
|
@@ -1546,7 +2477,7 @@ export const MODEL_REGISTRY = {
|
|
|
1546
2477
|
},
|
|
1547
2478
|
deprecated: false,
|
|
1548
2479
|
isAvailable: true,
|
|
1549
|
-
lastUpdated: '2026-01
|
|
2480
|
+
lastUpdated: '2026-03-01',
|
|
1550
2481
|
},
|
|
1551
2482
|
'gpt-4o': {
|
|
1552
2483
|
type: 'chat',
|
|
@@ -1577,7 +2508,37 @@ export const MODEL_REGISTRY = {
|
|
|
1577
2508
|
},
|
|
1578
2509
|
deprecated: false,
|
|
1579
2510
|
isAvailable: true,
|
|
1580
|
-
lastUpdated: '2026-01
|
|
2511
|
+
lastUpdated: '2026-03-01',
|
|
2512
|
+
},
|
|
2513
|
+
'gpt-4o-2024-05-13': {
|
|
2514
|
+
type: 'chat',
|
|
2515
|
+
provider: 'openai',
|
|
2516
|
+
displayName: 'GPT-4o (2024-05-13)',
|
|
2517
|
+
description: 'GPT-4o May 2024 snapshot',
|
|
2518
|
+
contextLength: 128000,
|
|
2519
|
+
deprecated: false,
|
|
2520
|
+
isAvailable: true,
|
|
2521
|
+
lastUpdated: '2026-03-01',
|
|
2522
|
+
},
|
|
2523
|
+
'gpt-4o-2024-08-06': {
|
|
2524
|
+
type: 'chat',
|
|
2525
|
+
provider: 'openai',
|
|
2526
|
+
displayName: 'GPT-4o (2024-08-06)',
|
|
2527
|
+
description: 'GPT-4o August 2024 snapshot with structured outputs',
|
|
2528
|
+
contextLength: 128000,
|
|
2529
|
+
deprecated: false,
|
|
2530
|
+
isAvailable: true,
|
|
2531
|
+
lastUpdated: '2026-03-01',
|
|
2532
|
+
},
|
|
2533
|
+
'gpt-4o-2024-11-20': {
|
|
2534
|
+
type: 'chat',
|
|
2535
|
+
provider: 'openai',
|
|
2536
|
+
displayName: 'GPT-4o (2024-11-20)',
|
|
2537
|
+
description: 'GPT-4o November 2024 snapshot',
|
|
2538
|
+
contextLength: 128000,
|
|
2539
|
+
deprecated: false,
|
|
2540
|
+
isAvailable: true,
|
|
2541
|
+
lastUpdated: '2026-03-01',
|
|
1581
2542
|
},
|
|
1582
2543
|
'gpt-4o-audio-preview': {
|
|
1583
2544
|
type: 'audio',
|
|
@@ -1601,7 +2562,63 @@ export const MODEL_REGISTRY = {
|
|
|
1601
2562
|
},
|
|
1602
2563
|
deprecated: false,
|
|
1603
2564
|
isAvailable: true,
|
|
1604
|
-
lastUpdated: '2026-01
|
|
2565
|
+
lastUpdated: '2026-03-01',
|
|
2566
|
+
},
|
|
2567
|
+
'gpt-4o-audio-preview-2024-12-17': {
|
|
2568
|
+
type: 'audio',
|
|
2569
|
+
provider: 'openai',
|
|
2570
|
+
displayName: 'GPT-4o Audio Preview (2024-12-17)',
|
|
2571
|
+
description: 'GPT-4o audio preview, December 2024 snapshot',
|
|
2572
|
+
deprecated: false,
|
|
2573
|
+
isAvailable: true,
|
|
2574
|
+
lastUpdated: '2026-03-01',
|
|
2575
|
+
},
|
|
2576
|
+
'gpt-4o-audio-preview-2025-06-03': {
|
|
2577
|
+
type: 'audio',
|
|
2578
|
+
provider: 'openai',
|
|
2579
|
+
displayName: 'GPT-4o Audio Preview (2025-06-03)',
|
|
2580
|
+
description: 'GPT-4o audio preview, June 2025 snapshot',
|
|
2581
|
+
deprecated: false,
|
|
2582
|
+
isAvailable: true,
|
|
2583
|
+
lastUpdated: '2026-03-01',
|
|
2584
|
+
},
|
|
2585
|
+
'gpt-4o-mini': {
|
|
2586
|
+
type: 'chat',
|
|
2587
|
+
provider: 'openai',
|
|
2588
|
+
displayName: 'GPT-4o Mini',
|
|
2589
|
+
description: 'Small, fast, affordable GPT-4o variant',
|
|
2590
|
+
pricing: { input: 0.15, output: 0.6 },
|
|
2591
|
+
benchmarks: {
|
|
2592
|
+
intelligence: 18.9,
|
|
2593
|
+
},
|
|
2594
|
+
contextLength: 128000,
|
|
2595
|
+
context: {
|
|
2596
|
+
input: {
|
|
2597
|
+
text: true,
|
|
2598
|
+
audio: false,
|
|
2599
|
+
image: true,
|
|
2600
|
+
video: false
|
|
2601
|
+
},
|
|
2602
|
+
output: {
|
|
2603
|
+
text: true,
|
|
2604
|
+
audio: false,
|
|
2605
|
+
image: false,
|
|
2606
|
+
video: false
|
|
2607
|
+
}
|
|
2608
|
+
},
|
|
2609
|
+
deprecated: false,
|
|
2610
|
+
isAvailable: true,
|
|
2611
|
+
lastUpdated: '2026-03-01',
|
|
2612
|
+
},
|
|
2613
|
+
'gpt-4o-mini-2024-07-18': {
|
|
2614
|
+
type: 'chat',
|
|
2615
|
+
provider: 'openai',
|
|
2616
|
+
displayName: 'GPT-4o Mini (2024-07-18)',
|
|
2617
|
+
description: 'GPT-4o Mini July 2024 snapshot',
|
|
2618
|
+
contextLength: 128000,
|
|
2619
|
+
deprecated: false,
|
|
2620
|
+
isAvailable: true,
|
|
2621
|
+
lastUpdated: '2026-03-01',
|
|
1605
2622
|
},
|
|
1606
2623
|
'gpt-4o-mini-audio-preview': {
|
|
1607
2624
|
type: 'audio',
|
|
@@ -1626,12 +2643,22 @@ export const MODEL_REGISTRY = {
|
|
|
1626
2643
|
},
|
|
1627
2644
|
deprecated: false,
|
|
1628
2645
|
isAvailable: true,
|
|
1629
|
-
lastUpdated: '2026-01
|
|
2646
|
+
lastUpdated: '2026-03-01',
|
|
2647
|
+
},
|
|
2648
|
+
'gpt-4o-mini-audio-preview-2024-12-17': {
|
|
2649
|
+
type: 'audio',
|
|
2650
|
+
provider: 'openai',
|
|
2651
|
+
displayName: 'GPT-4o Mini Audio Preview (2024-12-17)',
|
|
2652
|
+
description: 'GPT-4o Mini audio preview, December 2024 snapshot',
|
|
2653
|
+
deprecated: false,
|
|
2654
|
+
isAvailable: true,
|
|
2655
|
+
lastUpdated: '2026-03-01',
|
|
1630
2656
|
},
|
|
1631
2657
|
'gpt-4o-mini-realtime-preview': {
|
|
1632
2658
|
type: 'audio',
|
|
1633
2659
|
provider: 'openai',
|
|
1634
2660
|
displayName: 'GPT-4o mini Realtime',
|
|
2661
|
+
subtype: 'realtime',
|
|
1635
2662
|
description: 'Smaller realtime model for text and audio inputs and outputs',
|
|
1636
2663
|
pricing: { input: 0.6, output: 2.4 },
|
|
1637
2664
|
contextLength: 128000,
|
|
@@ -1651,7 +2678,17 @@ export const MODEL_REGISTRY = {
|
|
|
1651
2678
|
},
|
|
1652
2679
|
deprecated: false,
|
|
1653
2680
|
isAvailable: true,
|
|
1654
|
-
lastUpdated: '2026-01
|
|
2681
|
+
lastUpdated: '2026-03-01',
|
|
2682
|
+
},
|
|
2683
|
+
'gpt-4o-mini-realtime-preview-2024-12-17': {
|
|
2684
|
+
type: 'audio',
|
|
2685
|
+
provider: 'openai',
|
|
2686
|
+
displayName: 'GPT-4o Mini Realtime Preview (2024-12-17)',
|
|
2687
|
+
subtype: 'realtime',
|
|
2688
|
+
description: 'GPT-4o Mini realtime preview, December 2024 snapshot',
|
|
2689
|
+
deprecated: false,
|
|
2690
|
+
isAvailable: true,
|
|
2691
|
+
lastUpdated: '2026-03-01',
|
|
1655
2692
|
},
|
|
1656
2693
|
'gpt-4o-mini-search-preview': {
|
|
1657
2694
|
type: 'chat',
|
|
@@ -1675,7 +2712,17 @@ export const MODEL_REGISTRY = {
|
|
|
1675
2712
|
},
|
|
1676
2713
|
deprecated: false,
|
|
1677
2714
|
isAvailable: true,
|
|
1678
|
-
lastUpdated: '2026-01
|
|
2715
|
+
lastUpdated: '2026-03-01',
|
|
2716
|
+
},
|
|
2717
|
+
'gpt-4o-mini-search-preview-2025-03-11': {
|
|
2718
|
+
type: 'chat',
|
|
2719
|
+
provider: 'openai',
|
|
2720
|
+
displayName: 'GPT-4o Mini Search Preview (2025-03-11)',
|
|
2721
|
+
description: 'GPT-4o Mini with search, March 2025 snapshot',
|
|
2722
|
+
contextLength: 128000,
|
|
2723
|
+
deprecated: false,
|
|
2724
|
+
isAvailable: true,
|
|
2725
|
+
lastUpdated: '2026-03-01',
|
|
1679
2726
|
},
|
|
1680
2727
|
'gpt-4o-mini-transcribe': {
|
|
1681
2728
|
type: 'stt',
|
|
@@ -1701,6 +2748,15 @@ export const MODEL_REGISTRY = {
|
|
|
1701
2748
|
isAvailable: true,
|
|
1702
2749
|
lastUpdated: '2026-03-01',
|
|
1703
2750
|
},
|
|
2751
|
+
'gpt-4o-mini-transcribe-2025-03-20': {
|
|
2752
|
+
type: 'stt',
|
|
2753
|
+
provider: 'openai',
|
|
2754
|
+
displayName: 'GPT-4o Mini Transcribe (2025-03-20)',
|
|
2755
|
+
description: 'GPT-4o Mini transcription, March 2025 snapshot',
|
|
2756
|
+
deprecated: false,
|
|
2757
|
+
isAvailable: true,
|
|
2758
|
+
lastUpdated: '2026-03-01',
|
|
2759
|
+
},
|
|
1704
2760
|
'gpt-4o-mini-transcribe-2025-12-15': {
|
|
1705
2761
|
type: 'audio',
|
|
1706
2762
|
provider: 'openai',
|
|
@@ -1723,7 +2779,7 @@ export const MODEL_REGISTRY = {
|
|
|
1723
2779
|
},
|
|
1724
2780
|
deprecated: false,
|
|
1725
2781
|
isAvailable: true,
|
|
1726
|
-
lastUpdated: '2026-01
|
|
2782
|
+
lastUpdated: '2026-03-01',
|
|
1727
2783
|
},
|
|
1728
2784
|
'gpt-4o-mini-tts': {
|
|
1729
2785
|
type: 'tts',
|
|
@@ -1747,7 +2803,7 @@ export const MODEL_REGISTRY = {
|
|
|
1747
2803
|
},
|
|
1748
2804
|
deprecated: false,
|
|
1749
2805
|
isAvailable: true,
|
|
1750
|
-
lastUpdated: '2026-01
|
|
2806
|
+
lastUpdated: '2026-03-01',
|
|
1751
2807
|
},
|
|
1752
2808
|
'gpt-4o-mini-tts-2025-03-20': {
|
|
1753
2809
|
type: 'tts',
|
|
@@ -1771,12 +2827,22 @@ export const MODEL_REGISTRY = {
|
|
|
1771
2827
|
},
|
|
1772
2828
|
deprecated: false,
|
|
1773
2829
|
isAvailable: true,
|
|
1774
|
-
lastUpdated: '2026-01
|
|
2830
|
+
lastUpdated: '2026-03-01',
|
|
2831
|
+
},
|
|
2832
|
+
'gpt-4o-mini-tts-2025-12-15': {
|
|
2833
|
+
type: 'tts',
|
|
2834
|
+
provider: 'openai',
|
|
2835
|
+
displayName: 'GPT-4o Mini TTS (2025-12-15)',
|
|
2836
|
+
description: 'GPT-4o Mini text-to-speech, December 2025 snapshot',
|
|
2837
|
+
deprecated: false,
|
|
2838
|
+
isAvailable: true,
|
|
2839
|
+
lastUpdated: '2026-03-01',
|
|
1775
2840
|
},
|
|
1776
2841
|
'gpt-4o-realtime-preview': {
|
|
1777
2842
|
type: 'audio',
|
|
1778
2843
|
provider: 'openai',
|
|
1779
2844
|
displayName: 'GPT-4o Realtime',
|
|
2845
|
+
subtype: 'realtime',
|
|
1780
2846
|
description: 'Model capable of realtime text and audio inputs and outputs',
|
|
1781
2847
|
pricing: { input: 5, output: 20 },
|
|
1782
2848
|
contextLength: 128000,
|
|
@@ -1796,12 +2862,23 @@ export const MODEL_REGISTRY = {
|
|
|
1796
2862
|
},
|
|
1797
2863
|
deprecated: false,
|
|
1798
2864
|
isAvailable: true,
|
|
1799
|
-
lastUpdated: '2026-01
|
|
2865
|
+
lastUpdated: '2026-03-01',
|
|
2866
|
+
},
|
|
2867
|
+
'gpt-4o-realtime-preview-2024-12-17': {
|
|
2868
|
+
type: 'audio',
|
|
2869
|
+
provider: 'openai',
|
|
2870
|
+
displayName: 'GPT-4o Realtime Preview (2024-12-17)',
|
|
2871
|
+
subtype: 'realtime',
|
|
2872
|
+
description: 'GPT-4o realtime preview, December 2024 snapshot',
|
|
2873
|
+
deprecated: false,
|
|
2874
|
+
isAvailable: true,
|
|
2875
|
+
lastUpdated: '2026-03-01',
|
|
1800
2876
|
},
|
|
1801
2877
|
'gpt-4o-realtime-preview-2025-06-03': {
|
|
1802
2878
|
type: 'audio',
|
|
1803
2879
|
provider: 'openai',
|
|
1804
2880
|
displayName: 'GPT-4o Realtime',
|
|
2881
|
+
subtype: 'realtime',
|
|
1805
2882
|
description: 'Model capable of realtime text and audio inputs and outputs',
|
|
1806
2883
|
pricing: { input: 5, output: 20 },
|
|
1807
2884
|
contextLength: 128000,
|
|
@@ -1821,7 +2898,7 @@ export const MODEL_REGISTRY = {
|
|
|
1821
2898
|
},
|
|
1822
2899
|
deprecated: false,
|
|
1823
2900
|
isAvailable: true,
|
|
1824
|
-
lastUpdated: '2026-01
|
|
2901
|
+
lastUpdated: '2026-03-01',
|
|
1825
2902
|
},
|
|
1826
2903
|
'gpt-4o-search-preview': {
|
|
1827
2904
|
type: 'chat',
|
|
@@ -1846,7 +2923,17 @@ export const MODEL_REGISTRY = {
|
|
|
1846
2923
|
},
|
|
1847
2924
|
deprecated: false,
|
|
1848
2925
|
isAvailable: true,
|
|
1849
|
-
lastUpdated: '2026-01
|
|
2926
|
+
lastUpdated: '2026-03-01',
|
|
2927
|
+
},
|
|
2928
|
+
'gpt-4o-search-preview-2025-03-11': {
|
|
2929
|
+
type: 'chat',
|
|
2930
|
+
provider: 'openai',
|
|
2931
|
+
displayName: 'GPT-4o Search Preview (2025-03-11)',
|
|
2932
|
+
description: 'GPT-4o with search, March 2025 snapshot',
|
|
2933
|
+
contextLength: 128000,
|
|
2934
|
+
deprecated: false,
|
|
2935
|
+
isAvailable: true,
|
|
2936
|
+
lastUpdated: '2026-03-01',
|
|
1850
2937
|
},
|
|
1851
2938
|
'gpt-4o-transcribe': {
|
|
1852
2939
|
type: 'stt',
|
|
@@ -1894,13 +2981,37 @@ export const MODEL_REGISTRY = {
|
|
|
1894
2981
|
},
|
|
1895
2982
|
deprecated: false,
|
|
1896
2983
|
isAvailable: true,
|
|
1897
|
-
lastUpdated: '2026-01
|
|
2984
|
+
lastUpdated: '2026-03-01',
|
|
1898
2985
|
},
|
|
1899
2986
|
'gpt-5': {
|
|
1900
2987
|
type: 'chat',
|
|
1901
2988
|
provider: 'openai',
|
|
1902
2989
|
displayName: 'GPT-5',
|
|
1903
2990
|
description: 'GPT-5 model',
|
|
2991
|
+
pricing: { input: 1.25, output: 10 },
|
|
2992
|
+
contextLength: 400000,
|
|
2993
|
+
deprecated: false,
|
|
2994
|
+
isAvailable: true,
|
|
2995
|
+
lastUpdated: '2026-03-01',
|
|
2996
|
+
},
|
|
2997
|
+
'gpt-5-2025-08-07': {
|
|
2998
|
+
type: 'chat',
|
|
2999
|
+
provider: 'openai',
|
|
3000
|
+
displayName: 'GPT-5 (2025-08-07)',
|
|
3001
|
+
description: 'GPT-5 August 2025 snapshot',
|
|
3002
|
+
pricing: { input: 1.25, output: 10 },
|
|
3003
|
+
contextLength: 400000,
|
|
3004
|
+
deprecated: false,
|
|
3005
|
+
isAvailable: true,
|
|
3006
|
+
lastUpdated: '2026-03-01',
|
|
3007
|
+
},
|
|
3008
|
+
'gpt-5-chat-latest': {
|
|
3009
|
+
type: 'chat',
|
|
3010
|
+
provider: 'openai',
|
|
3011
|
+
displayName: 'GPT-5 Chat Latest',
|
|
3012
|
+
description: 'Latest GPT-5 chat model alias',
|
|
3013
|
+
pricing: { input: 1.25, output: 10 },
|
|
3014
|
+
contextLength: 400000,
|
|
1904
3015
|
deprecated: false,
|
|
1905
3016
|
isAvailable: true,
|
|
1906
3017
|
lastUpdated: '2026-03-01',
|
|
@@ -1909,6 +3020,18 @@ export const MODEL_REGISTRY = {
|
|
|
1909
3020
|
type: 'chat',
|
|
1910
3021
|
provider: 'openai',
|
|
1911
3022
|
displayName: '',
|
|
3023
|
+
subtype: 'code',
|
|
3024
|
+
deprecated: false,
|
|
3025
|
+
isAvailable: true,
|
|
3026
|
+
lastUpdated: '2026-03-01',
|
|
3027
|
+
},
|
|
3028
|
+
'gpt-5-mini': {
|
|
3029
|
+
type: 'chat',
|
|
3030
|
+
provider: 'openai',
|
|
3031
|
+
displayName: 'GPT-5 Mini',
|
|
3032
|
+
description: 'Smaller, faster GPT-5 variant',
|
|
3033
|
+
pricing: { input: 0.25, output: 2 },
|
|
3034
|
+
contextLength: 400000,
|
|
1912
3035
|
deprecated: false,
|
|
1913
3036
|
isAvailable: true,
|
|
1914
3037
|
lastUpdated: '2026-03-01',
|
|
@@ -1922,7 +3045,7 @@ export const MODEL_REGISTRY = {
|
|
|
1922
3045
|
benchmarks: {
|
|
1923
3046
|
intelligence: 11.9,
|
|
1924
3047
|
},
|
|
1925
|
-
contextLength:
|
|
3048
|
+
contextLength: 400000,
|
|
1926
3049
|
context: {
|
|
1927
3050
|
input: {
|
|
1928
3051
|
text: true,
|
|
@@ -1939,13 +3062,15 @@ export const MODEL_REGISTRY = {
|
|
|
1939
3062
|
},
|
|
1940
3063
|
deprecated: false,
|
|
1941
3064
|
isAvailable: true,
|
|
1942
|
-
lastUpdated: '2026-01
|
|
3065
|
+
lastUpdated: '2026-03-01',
|
|
1943
3066
|
},
|
|
1944
3067
|
'gpt-5-nano': {
|
|
1945
3068
|
type: 'chat',
|
|
1946
3069
|
provider: 'openai',
|
|
1947
3070
|
displayName: 'GPT-5 Nano',
|
|
1948
3071
|
description: 'Smallest and fastest GPT-5 model',
|
|
3072
|
+
pricing: { input: 0.05, output: 0.4 },
|
|
3073
|
+
contextLength: 400000,
|
|
1949
3074
|
deprecated: false,
|
|
1950
3075
|
isAvailable: true,
|
|
1951
3076
|
lastUpdated: '2026-03-01',
|
|
@@ -1963,7 +3088,7 @@ export const MODEL_REGISTRY = {
|
|
|
1963
3088
|
mmluPro: 0.77,
|
|
1964
3089
|
gpqa: 0.67,
|
|
1965
3090
|
},
|
|
1966
|
-
contextLength:
|
|
3091
|
+
contextLength: 400000,
|
|
1967
3092
|
context: {
|
|
1968
3093
|
input: {
|
|
1969
3094
|
text: true,
|
|
@@ -1987,6 +3112,8 @@ export const MODEL_REGISTRY = {
|
|
|
1987
3112
|
provider: 'openai',
|
|
1988
3113
|
displayName: 'GPT-5 Pro',
|
|
1989
3114
|
description: 'Premium GPT-5 model for complex tasks',
|
|
3115
|
+
pricing: { input: 15, output: 120 },
|
|
3116
|
+
contextLength: 400000,
|
|
1990
3117
|
deprecated: false,
|
|
1991
3118
|
isAvailable: true,
|
|
1992
3119
|
lastUpdated: '2026-03-01',
|
|
@@ -1995,6 +3122,17 @@ export const MODEL_REGISTRY = {
|
|
|
1995
3122
|
type: 'chat',
|
|
1996
3123
|
provider: 'openai',
|
|
1997
3124
|
displayName: '',
|
|
3125
|
+
pricing: { input: 15, output: 120 },
|
|
3126
|
+
contextLength: 400000,
|
|
3127
|
+
deprecated: false,
|
|
3128
|
+
isAvailable: true,
|
|
3129
|
+
lastUpdated: '2026-03-01',
|
|
3130
|
+
},
|
|
3131
|
+
'gpt-5-search-api': {
|
|
3132
|
+
type: 'chat',
|
|
3133
|
+
provider: 'openai',
|
|
3134
|
+
displayName: 'GPT-5 Search API',
|
|
3135
|
+
description: 'GPT-5 with web search capabilities',
|
|
1998
3136
|
deprecated: false,
|
|
1999
3137
|
isAvailable: true,
|
|
2000
3138
|
lastUpdated: '2026-03-01',
|
|
@@ -2036,6 +3174,8 @@ export const MODEL_REGISTRY = {
|
|
|
2036
3174
|
provider: 'openai',
|
|
2037
3175
|
displayName: 'GPT-5.1',
|
|
2038
3176
|
description: 'GPT-5.1 model',
|
|
3177
|
+
pricing: { input: 1.25, output: 10 },
|
|
3178
|
+
contextLength: 400000,
|
|
2039
3179
|
deprecated: false,
|
|
2040
3180
|
isAvailable: true,
|
|
2041
3181
|
lastUpdated: '2026-03-01',
|
|
@@ -2053,7 +3193,7 @@ export const MODEL_REGISTRY = {
|
|
|
2053
3193
|
mmluPro: 0.8,
|
|
2054
3194
|
gpqa: 0.64,
|
|
2055
3195
|
},
|
|
2056
|
-
contextLength:
|
|
3196
|
+
contextLength: 400000,
|
|
2057
3197
|
context: {
|
|
2058
3198
|
input: {
|
|
2059
3199
|
text: true,
|
|
@@ -2072,10 +3212,22 @@ export const MODEL_REGISTRY = {
|
|
|
2072
3212
|
isAvailable: true,
|
|
2073
3213
|
lastUpdated: '2026-03-01',
|
|
2074
3214
|
},
|
|
3215
|
+
'gpt-5.1-chat-latest': {
|
|
3216
|
+
type: 'chat',
|
|
3217
|
+
provider: 'openai',
|
|
3218
|
+
displayName: 'GPT-5.1 Chat Latest',
|
|
3219
|
+
description: 'Latest GPT-5.1 chat model alias',
|
|
3220
|
+
pricing: { input: 1.25, output: 10 },
|
|
3221
|
+
contextLength: 400000,
|
|
3222
|
+
deprecated: false,
|
|
3223
|
+
isAvailable: true,
|
|
3224
|
+
lastUpdated: '2026-03-01',
|
|
3225
|
+
},
|
|
2075
3226
|
'gpt-5.1-codex': {
|
|
2076
3227
|
type: 'chat',
|
|
2077
3228
|
provider: 'openai',
|
|
2078
3229
|
displayName: '',
|
|
3230
|
+
subtype: 'code',
|
|
2079
3231
|
deprecated: false,
|
|
2080
3232
|
isAvailable: true,
|
|
2081
3233
|
lastUpdated: '2026-03-01',
|
|
@@ -2084,6 +3236,7 @@ export const MODEL_REGISTRY = {
|
|
|
2084
3236
|
type: 'chat',
|
|
2085
3237
|
provider: 'openai',
|
|
2086
3238
|
displayName: '',
|
|
3239
|
+
subtype: 'code',
|
|
2087
3240
|
deprecated: false,
|
|
2088
3241
|
isAvailable: true,
|
|
2089
3242
|
lastUpdated: '2026-03-01',
|
|
@@ -2092,6 +3245,7 @@ export const MODEL_REGISTRY = {
|
|
|
2092
3245
|
type: 'chat',
|
|
2093
3246
|
provider: 'openai',
|
|
2094
3247
|
displayName: '',
|
|
3248
|
+
subtype: 'code',
|
|
2095
3249
|
deprecated: false,
|
|
2096
3250
|
isAvailable: true,
|
|
2097
3251
|
lastUpdated: '2026-03-01',
|
|
@@ -2102,6 +3256,7 @@ export const MODEL_REGISTRY = {
|
|
|
2102
3256
|
displayName: 'GPT-5.2',
|
|
2103
3257
|
description: 'Latest GPT-5.2 model',
|
|
2104
3258
|
pricing: { input: 1.75, output: 14 },
|
|
3259
|
+
contextLength: 400000,
|
|
2105
3260
|
deprecated: false,
|
|
2106
3261
|
isAvailable: true,
|
|
2107
3262
|
lastUpdated: '2026-03-01',
|
|
@@ -2115,7 +3270,7 @@ export const MODEL_REGISTRY = {
|
|
|
2115
3270
|
benchmarks: {
|
|
2116
3271
|
gpqa: 93.2,
|
|
2117
3272
|
},
|
|
2118
|
-
contextLength:
|
|
3273
|
+
contextLength: 400000,
|
|
2119
3274
|
context: {
|
|
2120
3275
|
input: {
|
|
2121
3276
|
text: true,
|
|
@@ -2134,12 +3289,34 @@ export const MODEL_REGISTRY = {
|
|
|
2134
3289
|
isAvailable: true,
|
|
2135
3290
|
lastUpdated: '2026-03-01',
|
|
2136
3291
|
},
|
|
3292
|
+
'gpt-5.2-chat-latest': {
|
|
3293
|
+
type: 'chat',
|
|
3294
|
+
provider: 'openai',
|
|
3295
|
+
displayName: 'GPT-5.2 Chat Latest',
|
|
3296
|
+
description: 'Latest GPT-5.2 chat model alias',
|
|
3297
|
+
pricing: { input: 1.75, output: 14 },
|
|
3298
|
+
contextLength: 400000,
|
|
3299
|
+
deprecated: false,
|
|
3300
|
+
isAvailable: true,
|
|
3301
|
+
lastUpdated: '2026-03-01',
|
|
3302
|
+
},
|
|
3303
|
+
'gpt-5.2-codex': {
|
|
3304
|
+
type: 'chat',
|
|
3305
|
+
provider: 'openai',
|
|
3306
|
+
displayName: 'GPT-5.2 Codex',
|
|
3307
|
+
subtype: 'code',
|
|
3308
|
+
description: 'GPT-5.2 optimized for code generation via Codex API',
|
|
3309
|
+
deprecated: false,
|
|
3310
|
+
isAvailable: true,
|
|
3311
|
+
lastUpdated: '2026-03-01',
|
|
3312
|
+
},
|
|
2137
3313
|
'gpt-5.2-pro': {
|
|
2138
3314
|
type: 'chat',
|
|
2139
3315
|
provider: 'openai',
|
|
2140
3316
|
displayName: 'GPT-5.2 Pro',
|
|
2141
3317
|
description: 'Premium GPT-5.2 model for complex tasks',
|
|
2142
3318
|
pricing: { input: 21, output: 168 },
|
|
3319
|
+
contextLength: 400000,
|
|
2143
3320
|
deprecated: false,
|
|
2144
3321
|
isAvailable: true,
|
|
2145
3322
|
lastUpdated: '2026-03-01',
|
|
@@ -2149,6 +3326,7 @@ export const MODEL_REGISTRY = {
|
|
|
2149
3326
|
provider: 'openai',
|
|
2150
3327
|
displayName: '',
|
|
2151
3328
|
pricing: { input: 21, output: 168 },
|
|
3329
|
+
contextLength: 400000,
|
|
2152
3330
|
deprecated: false,
|
|
2153
3331
|
isAvailable: true,
|
|
2154
3332
|
lastUpdated: '2026-03-01',
|
|
@@ -2157,6 +3335,7 @@ export const MODEL_REGISTRY = {
|
|
|
2157
3335
|
type: 'chat',
|
|
2158
3336
|
provider: 'openai',
|
|
2159
3337
|
displayName: 'GPT-5.3 Codex',
|
|
3338
|
+
subtype: 'code',
|
|
2160
3339
|
description: 'Latest GPT-5.3 code generation model',
|
|
2161
3340
|
benchmarks: {
|
|
2162
3341
|
intelligence: 95,
|
|
@@ -2165,6 +3344,42 @@ export const MODEL_REGISTRY = {
|
|
|
2165
3344
|
isAvailable: true,
|
|
2166
3345
|
lastUpdated: '2026-03-01',
|
|
2167
3346
|
},
|
|
3347
|
+
'gpt-audio': {
|
|
3348
|
+
type: 'audio',
|
|
3349
|
+
provider: 'openai',
|
|
3350
|
+
displayName: 'GPT Audio',
|
|
3351
|
+
description: 'OpenAI audio model',
|
|
3352
|
+
deprecated: false,
|
|
3353
|
+
isAvailable: true,
|
|
3354
|
+
lastUpdated: '2026-03-01',
|
|
3355
|
+
},
|
|
3356
|
+
'gpt-audio-1.5': {
|
|
3357
|
+
type: 'audio',
|
|
3358
|
+
provider: 'openai',
|
|
3359
|
+
displayName: 'GPT Audio 1.5',
|
|
3360
|
+
description: 'Latest OpenAI audio model',
|
|
3361
|
+
deprecated: false,
|
|
3362
|
+
isAvailable: true,
|
|
3363
|
+
lastUpdated: '2026-03-01',
|
|
3364
|
+
},
|
|
3365
|
+
'gpt-audio-2025-08-28': {
|
|
3366
|
+
type: 'audio',
|
|
3367
|
+
provider: 'openai',
|
|
3368
|
+
displayName: 'GPT Audio (2025-08-28)',
|
|
3369
|
+
description: 'GPT Audio August 2025 snapshot',
|
|
3370
|
+
deprecated: false,
|
|
3371
|
+
isAvailable: true,
|
|
3372
|
+
lastUpdated: '2026-03-01',
|
|
3373
|
+
},
|
|
3374
|
+
'gpt-audio-mini': {
|
|
3375
|
+
type: 'audio',
|
|
3376
|
+
provider: 'openai',
|
|
3377
|
+
displayName: 'GPT Audio Mini',
|
|
3378
|
+
description: 'Smaller GPT Audio model',
|
|
3379
|
+
deprecated: false,
|
|
3380
|
+
isAvailable: true,
|
|
3381
|
+
lastUpdated: '2026-03-01',
|
|
3382
|
+
},
|
|
2168
3383
|
'gpt-audio-mini-2025-10-06': {
|
|
2169
3384
|
type: 'audio',
|
|
2170
3385
|
provider: 'openai',
|
|
@@ -2215,6 +3430,24 @@ export const MODEL_REGISTRY = {
|
|
|
2215
3430
|
isAvailable: true,
|
|
2216
3431
|
lastUpdated: '2026-03-01',
|
|
2217
3432
|
},
|
|
3433
|
+
'gpt-image-1': {
|
|
3434
|
+
type: 'image',
|
|
3435
|
+
provider: 'openai',
|
|
3436
|
+
displayName: 'GPT Image 1',
|
|
3437
|
+
description: 'OpenAI image generation model',
|
|
3438
|
+
deprecated: false,
|
|
3439
|
+
isAvailable: true,
|
|
3440
|
+
lastUpdated: '2026-03-01',
|
|
3441
|
+
},
|
|
3442
|
+
'gpt-image-1-mini': {
|
|
3443
|
+
type: 'image',
|
|
3444
|
+
provider: 'openai',
|
|
3445
|
+
displayName: 'GPT Image 1 Mini',
|
|
3446
|
+
description: 'Smaller OpenAI image generation model',
|
|
3447
|
+
deprecated: false,
|
|
3448
|
+
isAvailable: true,
|
|
3449
|
+
lastUpdated: '2026-03-01',
|
|
3450
|
+
},
|
|
2218
3451
|
'gpt-image-1.5': {
|
|
2219
3452
|
type: 'image',
|
|
2220
3453
|
provider: 'openai',
|
|
@@ -2239,10 +3472,32 @@ export const MODEL_REGISTRY = {
|
|
|
2239
3472
|
isAvailable: true,
|
|
2240
3473
|
lastUpdated: '2026-03-01',
|
|
2241
3474
|
},
|
|
3475
|
+
'gpt-realtime': {
|
|
3476
|
+
type: 'chat',
|
|
3477
|
+
provider: 'openai',
|
|
3478
|
+
displayName: 'GPT Realtime',
|
|
3479
|
+
subtype: 'realtime',
|
|
3480
|
+
description: 'OpenAI realtime streaming model',
|
|
3481
|
+
pricing: { input: 4, output: 16 },
|
|
3482
|
+
deprecated: false,
|
|
3483
|
+
isAvailable: true,
|
|
3484
|
+
lastUpdated: '2026-03-01',
|
|
3485
|
+
},
|
|
3486
|
+
'gpt-realtime-1.5': {
|
|
3487
|
+
type: 'chat',
|
|
3488
|
+
provider: 'openai',
|
|
3489
|
+
displayName: 'GPT Realtime 1.5',
|
|
3490
|
+
subtype: 'realtime',
|
|
3491
|
+
description: 'Latest OpenAI realtime model',
|
|
3492
|
+
deprecated: false,
|
|
3493
|
+
isAvailable: true,
|
|
3494
|
+
lastUpdated: '2026-03-01',
|
|
3495
|
+
},
|
|
2242
3496
|
'gpt-realtime-2025-08-28': {
|
|
2243
3497
|
type: 'chat',
|
|
2244
3498
|
provider: 'openai',
|
|
2245
3499
|
displayName: 'GPT Realtime (Aug 2025)',
|
|
3500
|
+
subtype: 'realtime',
|
|
2246
3501
|
description: 'Realtime streaming model',
|
|
2247
3502
|
pricing: { input: 4, output: 16 },
|
|
2248
3503
|
contextLength: 128000,
|
|
@@ -2264,10 +3519,48 @@ export const MODEL_REGISTRY = {
|
|
|
2264
3519
|
isAvailable: true,
|
|
2265
3520
|
lastUpdated: '2026-03-01',
|
|
2266
3521
|
},
|
|
3522
|
+
'gpt-realtime-mini': {
|
|
3523
|
+
type: 'chat',
|
|
3524
|
+
provider: 'openai',
|
|
3525
|
+
displayName: 'GPT Realtime Mini',
|
|
3526
|
+
subtype: 'realtime',
|
|
3527
|
+
description: 'Smaller OpenAI realtime streaming model',
|
|
3528
|
+
pricing: { input: 0.6, output: 2.4 },
|
|
3529
|
+
deprecated: false,
|
|
3530
|
+
isAvailable: true,
|
|
3531
|
+
lastUpdated: '2026-03-01',
|
|
3532
|
+
},
|
|
3533
|
+
'gpt-realtime-mini-2025-10-06': {
|
|
3534
|
+
type: 'chat',
|
|
3535
|
+
provider: 'openai',
|
|
3536
|
+
displayName: 'GPT Realtime Mini (2025-10-06)',
|
|
3537
|
+
subtype: 'realtime',
|
|
3538
|
+
description: 'GPT Realtime Mini October 2025 snapshot',
|
|
3539
|
+
pricing: { input: 0.6, output: 2.4 },
|
|
3540
|
+
contextLength: 128000,
|
|
3541
|
+
context: {
|
|
3542
|
+
input: {
|
|
3543
|
+
text: true,
|
|
3544
|
+
audio: true,
|
|
3545
|
+
image: false,
|
|
3546
|
+
video: false
|
|
3547
|
+
},
|
|
3548
|
+
output: {
|
|
3549
|
+
text: true,
|
|
3550
|
+
audio: true,
|
|
3551
|
+
image: false,
|
|
3552
|
+
video: false
|
|
3553
|
+
}
|
|
3554
|
+
},
|
|
3555
|
+
deprecated: false,
|
|
3556
|
+
isAvailable: true,
|
|
3557
|
+
lastUpdated: '2026-03-01',
|
|
3558
|
+
},
|
|
2267
3559
|
'gpt-realtime-mini-2025-12-15': {
|
|
2268
3560
|
type: 'chat',
|
|
2269
3561
|
provider: 'openai',
|
|
2270
3562
|
displayName: 'GPT Realtime Mini (Dec 2025)',
|
|
3563
|
+
subtype: 'realtime',
|
|
2271
3564
|
description: 'Compact realtime streaming model',
|
|
2272
3565
|
pricing: { input: 0.6, output: 2.4 },
|
|
2273
3566
|
contextLength: 128000,
|
|
@@ -2289,25 +3582,164 @@ export const MODEL_REGISTRY = {
|
|
|
2289
3582
|
isAvailable: true,
|
|
2290
3583
|
lastUpdated: '2026-03-01',
|
|
2291
3584
|
},
|
|
3585
|
+
'o1': {
|
|
3586
|
+
type: 'chat',
|
|
3587
|
+
provider: 'openai',
|
|
3588
|
+
displayName: 'o1',
|
|
3589
|
+
subtype: 'reasoning',
|
|
3590
|
+
description: 'OpenAI reasoning model',
|
|
3591
|
+
deprecated: false,
|
|
3592
|
+
isAvailable: true,
|
|
3593
|
+
lastUpdated: '2026-03-01',
|
|
3594
|
+
},
|
|
3595
|
+
'o1-2024-12-17': {
|
|
3596
|
+
type: 'chat',
|
|
3597
|
+
provider: 'openai',
|
|
3598
|
+
displayName: 'o1 (2024-12-17)',
|
|
3599
|
+
subtype: 'reasoning',
|
|
3600
|
+
description: 'OpenAI o1 reasoning model, December 2024 snapshot',
|
|
3601
|
+
deprecated: false,
|
|
3602
|
+
isAvailable: true,
|
|
3603
|
+
lastUpdated: '2026-03-01',
|
|
3604
|
+
},
|
|
3605
|
+
'o1-pro': {
|
|
3606
|
+
type: 'chat',
|
|
3607
|
+
provider: 'openai',
|
|
3608
|
+
displayName: 'o1 Pro',
|
|
3609
|
+
subtype: 'reasoning',
|
|
3610
|
+
description: 'OpenAI o1 Pro reasoning model with enhanced compute',
|
|
3611
|
+
deprecated: false,
|
|
3612
|
+
isAvailable: true,
|
|
3613
|
+
lastUpdated: '2026-03-01',
|
|
3614
|
+
},
|
|
3615
|
+
'o1-pro-2025-03-19': {
|
|
3616
|
+
type: 'chat',
|
|
3617
|
+
provider: 'openai',
|
|
3618
|
+
displayName: 'o1 Pro (2025-03-19)',
|
|
3619
|
+
subtype: 'reasoning',
|
|
3620
|
+
description: 'OpenAI o1 Pro reasoning model, March 2025 snapshot',
|
|
3621
|
+
deprecated: false,
|
|
3622
|
+
isAvailable: true,
|
|
3623
|
+
lastUpdated: '2026-03-01',
|
|
3624
|
+
},
|
|
2292
3625
|
'o3': {
|
|
2293
3626
|
type: 'chat',
|
|
2294
3627
|
provider: 'openai',
|
|
2295
3628
|
displayName: 'o3',
|
|
3629
|
+
subtype: 'reasoning',
|
|
2296
3630
|
description: 'Advanced reasoning model',
|
|
2297
3631
|
deprecated: false,
|
|
2298
3632
|
isAvailable: true,
|
|
2299
3633
|
lastUpdated: '2026-03-01',
|
|
2300
3634
|
},
|
|
3635
|
+
'o3-2025-04-16': {
|
|
3636
|
+
type: 'chat',
|
|
3637
|
+
provider: 'openai',
|
|
3638
|
+
displayName: 'o3 (2025-04-16)',
|
|
3639
|
+
subtype: 'reasoning',
|
|
3640
|
+
description: 'OpenAI o3 reasoning model, April 2025 snapshot',
|
|
3641
|
+
deprecated: false,
|
|
3642
|
+
isAvailable: true,
|
|
3643
|
+
lastUpdated: '2026-03-01',
|
|
3644
|
+
},
|
|
3645
|
+
'o3-mini': {
|
|
3646
|
+
type: 'chat',
|
|
3647
|
+
provider: 'openai',
|
|
3648
|
+
displayName: 'o3 Mini',
|
|
3649
|
+
subtype: 'reasoning',
|
|
3650
|
+
description: 'OpenAI o3 mini reasoning model',
|
|
3651
|
+
deprecated: false,
|
|
3652
|
+
isAvailable: true,
|
|
3653
|
+
lastUpdated: '2026-03-01',
|
|
3654
|
+
},
|
|
3655
|
+
'o3-mini-2025-01-31': {
|
|
3656
|
+
type: 'chat',
|
|
3657
|
+
provider: 'openai',
|
|
3658
|
+
displayName: 'o3 Mini (2025-01-31)',
|
|
3659
|
+
subtype: 'reasoning',
|
|
3660
|
+
description: 'OpenAI o3 mini reasoning model, January 2025 snapshot',
|
|
3661
|
+
deprecated: false,
|
|
3662
|
+
isAvailable: true,
|
|
3663
|
+
lastUpdated: '2026-03-01',
|
|
3664
|
+
},
|
|
2301
3665
|
'o4-mini': {
|
|
2302
3666
|
type: 'chat',
|
|
2303
3667
|
provider: 'openai',
|
|
2304
3668
|
displayName: 'o4-mini',
|
|
3669
|
+
subtype: 'reasoning',
|
|
2305
3670
|
description: 'Compact reasoning model',
|
|
2306
3671
|
pricing: { input: 4, output: 16 },
|
|
2307
3672
|
deprecated: false,
|
|
2308
3673
|
isAvailable: true,
|
|
2309
3674
|
lastUpdated: '2026-03-01',
|
|
2310
3675
|
},
|
|
3676
|
+
'o4-mini-2025-04-16': {
|
|
3677
|
+
type: 'chat',
|
|
3678
|
+
provider: 'openai',
|
|
3679
|
+
displayName: 'o4 Mini (2025-04-16)',
|
|
3680
|
+
subtype: 'reasoning',
|
|
3681
|
+
description: 'OpenAI o4 mini reasoning model, April 2025 snapshot',
|
|
3682
|
+
pricing: { input: 4, output: 16 },
|
|
3683
|
+
deprecated: false,
|
|
3684
|
+
isAvailable: true,
|
|
3685
|
+
lastUpdated: '2026-03-01',
|
|
3686
|
+
},
|
|
3687
|
+
'o4-mini-deep-research': {
|
|
3688
|
+
type: 'chat',
|
|
3689
|
+
provider: 'openai',
|
|
3690
|
+
displayName: 'o4 Mini Deep Research',
|
|
3691
|
+
subtype: 'reasoning',
|
|
3692
|
+
description: 'OpenAI o4 mini optimized for deep research tasks',
|
|
3693
|
+
deprecated: false,
|
|
3694
|
+
isAvailable: true,
|
|
3695
|
+
lastUpdated: '2026-03-01',
|
|
3696
|
+
},
|
|
3697
|
+
'o4-mini-deep-research-2025-06-26': {
|
|
3698
|
+
type: 'chat',
|
|
3699
|
+
provider: 'openai',
|
|
3700
|
+
displayName: 'o4 Mini Deep Research (2025-06-26)',
|
|
3701
|
+
subtype: 'reasoning',
|
|
3702
|
+
description: 'OpenAI o4 mini deep research, June 2025 snapshot',
|
|
3703
|
+
deprecated: false,
|
|
3704
|
+
isAvailable: true,
|
|
3705
|
+
lastUpdated: '2026-03-01',
|
|
3706
|
+
},
|
|
3707
|
+
'omni-moderation-2024-09-26': {
|
|
3708
|
+
type: 'moderation',
|
|
3709
|
+
provider: 'openai',
|
|
3710
|
+
displayName: 'Omni Moderation (2024-09-26)',
|
|
3711
|
+
description: 'OpenAI multimodal moderation, September 2024 snapshot',
|
|
3712
|
+
deprecated: false,
|
|
3713
|
+
isAvailable: true,
|
|
3714
|
+
lastUpdated: '2026-03-01',
|
|
3715
|
+
},
|
|
3716
|
+
'omni-moderation-latest': {
|
|
3717
|
+
type: 'moderation',
|
|
3718
|
+
provider: 'openai',
|
|
3719
|
+
displayName: 'Omni Moderation Latest',
|
|
3720
|
+
description: 'OpenAI multimodal content moderation',
|
|
3721
|
+
deprecated: false,
|
|
3722
|
+
isAvailable: true,
|
|
3723
|
+
lastUpdated: '2026-03-01',
|
|
3724
|
+
},
|
|
3725
|
+
'sora-2': {
|
|
3726
|
+
type: 'video',
|
|
3727
|
+
provider: 'openai',
|
|
3728
|
+
displayName: 'Sora 2',
|
|
3729
|
+
description: 'OpenAI video generation model',
|
|
3730
|
+
deprecated: false,
|
|
3731
|
+
isAvailable: true,
|
|
3732
|
+
lastUpdated: '2026-03-01',
|
|
3733
|
+
},
|
|
3734
|
+
'sora-2-pro': {
|
|
3735
|
+
type: 'video',
|
|
3736
|
+
provider: 'openai',
|
|
3737
|
+
displayName: 'Sora 2 Pro',
|
|
3738
|
+
description: 'OpenAI premium video generation model',
|
|
3739
|
+
deprecated: false,
|
|
3740
|
+
isAvailable: true,
|
|
3741
|
+
lastUpdated: '2026-03-01',
|
|
3742
|
+
},
|
|
2311
3743
|
'text-embedding-3-large': {
|
|
2312
3744
|
type: 'embeddings',
|
|
2313
3745
|
provider: 'openai',
|
|
@@ -2331,7 +3763,7 @@ export const MODEL_REGISTRY = {
|
|
|
2331
3763
|
},
|
|
2332
3764
|
deprecated: false,
|
|
2333
3765
|
isAvailable: true,
|
|
2334
|
-
lastUpdated: '2026-01
|
|
3766
|
+
lastUpdated: '2026-03-01',
|
|
2335
3767
|
},
|
|
2336
3768
|
'text-embedding-3-small': {
|
|
2337
3769
|
type: 'embeddings',
|
|
@@ -2356,7 +3788,7 @@ export const MODEL_REGISTRY = {
|
|
|
2356
3788
|
},
|
|
2357
3789
|
deprecated: false,
|
|
2358
3790
|
isAvailable: true,
|
|
2359
|
-
lastUpdated: '2026-01
|
|
3791
|
+
lastUpdated: '2026-03-01',
|
|
2360
3792
|
},
|
|
2361
3793
|
'text-embedding-ada-002': {
|
|
2362
3794
|
type: 'embeddings',
|
|
@@ -2381,7 +3813,7 @@ export const MODEL_REGISTRY = {
|
|
|
2381
3813
|
},
|
|
2382
3814
|
deprecated: false,
|
|
2383
3815
|
isAvailable: true,
|
|
2384
|
-
lastUpdated: '2026-01
|
|
3816
|
+
lastUpdated: '2026-03-01',
|
|
2385
3817
|
},
|
|
2386
3818
|
'tts-1': {
|
|
2387
3819
|
type: 'tts',
|
|
@@ -2404,7 +3836,16 @@ export const MODEL_REGISTRY = {
|
|
|
2404
3836
|
},
|
|
2405
3837
|
deprecated: false,
|
|
2406
3838
|
isAvailable: true,
|
|
2407
|
-
lastUpdated: '2026-01
|
|
3839
|
+
lastUpdated: '2026-03-01',
|
|
3840
|
+
},
|
|
3841
|
+
'tts-1-1106': {
|
|
3842
|
+
type: 'tts',
|
|
3843
|
+
provider: 'openai',
|
|
3844
|
+
displayName: 'TTS-1 (1106)',
|
|
3845
|
+
description: 'Text-to-speech model, November 2023 snapshot',
|
|
3846
|
+
deprecated: false,
|
|
3847
|
+
isAvailable: true,
|
|
3848
|
+
lastUpdated: '2026-03-01',
|
|
2408
3849
|
},
|
|
2409
3850
|
'tts-1-hd': {
|
|
2410
3851
|
type: 'tts',
|
|
@@ -2427,7 +3868,16 @@ export const MODEL_REGISTRY = {
|
|
|
2427
3868
|
},
|
|
2428
3869
|
deprecated: false,
|
|
2429
3870
|
isAvailable: true,
|
|
2430
|
-
lastUpdated: '2026-01
|
|
3871
|
+
lastUpdated: '2026-03-01',
|
|
3872
|
+
},
|
|
3873
|
+
'tts-1-hd-1106': {
|
|
3874
|
+
type: 'tts',
|
|
3875
|
+
provider: 'openai',
|
|
3876
|
+
displayName: 'TTS-1 HD (1106)',
|
|
3877
|
+
description: 'High-definition text-to-speech, November 2023 snapshot',
|
|
3878
|
+
deprecated: false,
|
|
3879
|
+
isAvailable: true,
|
|
3880
|
+
lastUpdated: '2026-03-01',
|
|
2431
3881
|
},
|
|
2432
3882
|
'whisper-1': {
|
|
2433
3883
|
type: 'audio',
|
|
@@ -2450,6 +3900,6 @@ export const MODEL_REGISTRY = {
|
|
|
2450
3900
|
},
|
|
2451
3901
|
deprecated: false,
|
|
2452
3902
|
isAvailable: true,
|
|
2453
|
-
lastUpdated: '2026-01
|
|
3903
|
+
lastUpdated: '2026-03-01',
|
|
2454
3904
|
}
|
|
2455
3905
|
};
|