@layer-ai/sdk 2.5.11 → 2.5.13
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 +2738 -880
- package/dist/types/model-registry.d.ts.map +1 -1
- package/dist/types/model-registry.js +2276 -582
- package/package.json +1 -1
|
@@ -1,49 +1,14 @@
|
|
|
1
1
|
// AUTO-GENERATED FILE - DO NOT EDIT MANUALLY
|
|
2
|
-
// Generated at: 2026-
|
|
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
|
-
// Registry version: 2026-01
|
|
7
|
-
// Last sync: 2026-
|
|
8
|
-
// Total models:
|
|
6
|
+
// Registry version: 2026-03-01
|
|
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 = {
|
|
12
|
-
'claude-3-7-sonnet-20250219': {
|
|
13
|
-
type: 'chat',
|
|
14
|
-
provider: 'anthropic',
|
|
15
|
-
displayName: 'Claude Sonnet 3.7',
|
|
16
|
-
description: 'Legacy model - recommend migrating to Claude 4.5',
|
|
17
|
-
pricing: { input: 3, output: 15 },
|
|
18
|
-
benchmarks: {
|
|
19
|
-
intelligence: 34.6,
|
|
20
|
-
coding: 27.6,
|
|
21
|
-
math: 56.3,
|
|
22
|
-
mmluPro: 0.84,
|
|
23
|
-
gpqa: 0.77,
|
|
24
|
-
},
|
|
25
|
-
performance: {
|
|
26
|
-
intelligenceScore: 34.6,
|
|
27
|
-
},
|
|
28
|
-
contextLength: 200000,
|
|
29
|
-
context: {
|
|
30
|
-
input: {
|
|
31
|
-
text: true,
|
|
32
|
-
audio: false,
|
|
33
|
-
image: true,
|
|
34
|
-
video: false
|
|
35
|
-
},
|
|
36
|
-
output: {
|
|
37
|
-
text: true,
|
|
38
|
-
audio: false,
|
|
39
|
-
image: false,
|
|
40
|
-
video: false
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
deprecated: false,
|
|
44
|
-
isAvailable: true,
|
|
45
|
-
lastUpdated: '2026-01-25',
|
|
46
|
-
},
|
|
47
12
|
'claude-3-haiku-20240307': {
|
|
48
13
|
type: 'chat',
|
|
49
14
|
provider: 'anthropic',
|
|
@@ -56,9 +21,6 @@ export const MODEL_REGISTRY = {
|
|
|
56
21
|
mmluPro: 0.43,
|
|
57
22
|
gpqa: 0.33,
|
|
58
23
|
},
|
|
59
|
-
performance: {
|
|
60
|
-
intelligenceScore: 1,
|
|
61
|
-
},
|
|
62
24
|
contextLength: 200000,
|
|
63
25
|
context: {
|
|
64
26
|
input: {
|
|
@@ -76,7 +38,7 @@ export const MODEL_REGISTRY = {
|
|
|
76
38
|
},
|
|
77
39
|
deprecated: false,
|
|
78
40
|
isAvailable: true,
|
|
79
|
-
lastUpdated: '2026-01
|
|
41
|
+
lastUpdated: '2026-03-01',
|
|
80
42
|
},
|
|
81
43
|
'claude-haiku-4-5-20251001': {
|
|
82
44
|
type: 'chat',
|
|
@@ -90,9 +52,6 @@ export const MODEL_REGISTRY = {
|
|
|
90
52
|
mmluPro: 0.43,
|
|
91
53
|
gpqa: 0.33,
|
|
92
54
|
},
|
|
93
|
-
performance: {
|
|
94
|
-
intelligenceScore: 7.4,
|
|
95
|
-
},
|
|
96
55
|
contextLength: 200000,
|
|
97
56
|
context: {
|
|
98
57
|
input: {
|
|
@@ -110,7 +69,7 @@ export const MODEL_REGISTRY = {
|
|
|
110
69
|
},
|
|
111
70
|
deprecated: false,
|
|
112
71
|
isAvailable: true,
|
|
113
|
-
lastUpdated: '2026-01
|
|
72
|
+
lastUpdated: '2026-03-01',
|
|
114
73
|
},
|
|
115
74
|
'claude-opus-4-1-20250805': {
|
|
116
75
|
type: 'chat',
|
|
@@ -124,9 +83,6 @@ export const MODEL_REGISTRY = {
|
|
|
124
83
|
mmluPro: 0.5,
|
|
125
84
|
gpqa: 0.32,
|
|
126
85
|
},
|
|
127
|
-
performance: {
|
|
128
|
-
intelligenceScore: 9.3,
|
|
129
|
-
},
|
|
130
86
|
contextLength: 200000,
|
|
131
87
|
context: {
|
|
132
88
|
input: {
|
|
@@ -144,7 +100,27 @@ export const MODEL_REGISTRY = {
|
|
|
144
100
|
},
|
|
145
101
|
deprecated: false,
|
|
146
102
|
isAvailable: true,
|
|
147
|
-
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',
|
|
148
124
|
},
|
|
149
125
|
'claude-opus-4-5-20251101': {
|
|
150
126
|
type: 'chat',
|
|
@@ -159,8 +135,35 @@ export const MODEL_REGISTRY = {
|
|
|
159
135
|
mmluPro: 0.89,
|
|
160
136
|
gpqa: 0.81,
|
|
161
137
|
},
|
|
162
|
-
|
|
163
|
-
|
|
138
|
+
contextLength: 200000,
|
|
139
|
+
context: {
|
|
140
|
+
input: {
|
|
141
|
+
text: true,
|
|
142
|
+
audio: false,
|
|
143
|
+
image: true,
|
|
144
|
+
video: false
|
|
145
|
+
},
|
|
146
|
+
output: {
|
|
147
|
+
text: true,
|
|
148
|
+
audio: false,
|
|
149
|
+
image: false,
|
|
150
|
+
video: false
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
deprecated: false,
|
|
154
|
+
isAvailable: true,
|
|
155
|
+
lastUpdated: '2026-03-01',
|
|
156
|
+
},
|
|
157
|
+
'claude-opus-4-6': {
|
|
158
|
+
type: 'chat',
|
|
159
|
+
provider: 'anthropic',
|
|
160
|
+
displayName: 'Claude Opus 4.6',
|
|
161
|
+
description: 'Most intelligent model for building agents and coding',
|
|
162
|
+
pricing: { input: 5, output: 25 },
|
|
163
|
+
benchmarks: {
|
|
164
|
+
intelligence: 93,
|
|
165
|
+
mmluPro: 82,
|
|
166
|
+
gpqa: 91.3,
|
|
164
167
|
},
|
|
165
168
|
contextLength: 200000,
|
|
166
169
|
context: {
|
|
@@ -179,7 +182,7 @@ export const MODEL_REGISTRY = {
|
|
|
179
182
|
},
|
|
180
183
|
deprecated: false,
|
|
181
184
|
isAvailable: true,
|
|
182
|
-
lastUpdated: '2026-01
|
|
185
|
+
lastUpdated: '2026-03-01',
|
|
183
186
|
},
|
|
184
187
|
'claude-sonnet-4-20250514': {
|
|
185
188
|
type: 'chat',
|
|
@@ -194,9 +197,6 @@ export const MODEL_REGISTRY = {
|
|
|
194
197
|
mmluPro: 0.84,
|
|
195
198
|
gpqa: 0.68,
|
|
196
199
|
},
|
|
197
|
-
performance: {
|
|
198
|
-
intelligenceScore: 33,
|
|
199
|
-
},
|
|
200
200
|
contextLength: 200000,
|
|
201
201
|
context: {
|
|
202
202
|
input: {
|
|
@@ -214,7 +214,7 @@ export const MODEL_REGISTRY = {
|
|
|
214
214
|
},
|
|
215
215
|
deprecated: false,
|
|
216
216
|
isAvailable: true,
|
|
217
|
-
lastUpdated: '2026-01
|
|
217
|
+
lastUpdated: '2026-03-01',
|
|
218
218
|
},
|
|
219
219
|
'claude-sonnet-4-5-20250929': {
|
|
220
220
|
type: 'chat',
|
|
@@ -229,8 +229,35 @@ export const MODEL_REGISTRY = {
|
|
|
229
229
|
mmluPro: 0.86,
|
|
230
230
|
gpqa: 0.73,
|
|
231
231
|
},
|
|
232
|
-
|
|
233
|
-
|
|
232
|
+
contextLength: 200000,
|
|
233
|
+
context: {
|
|
234
|
+
input: {
|
|
235
|
+
text: true,
|
|
236
|
+
audio: false,
|
|
237
|
+
image: true,
|
|
238
|
+
video: false
|
|
239
|
+
},
|
|
240
|
+
output: {
|
|
241
|
+
text: true,
|
|
242
|
+
audio: false,
|
|
243
|
+
image: false,
|
|
244
|
+
video: false
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
deprecated: false,
|
|
248
|
+
isAvailable: true,
|
|
249
|
+
lastUpdated: '2026-03-01',
|
|
250
|
+
},
|
|
251
|
+
'claude-sonnet-4-6': {
|
|
252
|
+
type: 'chat',
|
|
253
|
+
provider: 'anthropic',
|
|
254
|
+
displayName: 'Claude Sonnet 4.6',
|
|
255
|
+
description: 'Optimal balance of intelligence, cost, and speed',
|
|
256
|
+
pricing: { input: 3, output: 15 },
|
|
257
|
+
benchmarks: {
|
|
258
|
+
intelligence: 93,
|
|
259
|
+
mmluPro: 79.1,
|
|
260
|
+
gpqa: 89.9,
|
|
234
261
|
},
|
|
235
262
|
contextLength: 200000,
|
|
236
263
|
context: {
|
|
@@ -249,20 +276,25 @@ export const MODEL_REGISTRY = {
|
|
|
249
276
|
},
|
|
250
277
|
deprecated: false,
|
|
251
278
|
isAvailable: true,
|
|
252
|
-
lastUpdated: '2026-01
|
|
279
|
+
lastUpdated: '2026-03-01',
|
|
280
|
+
},
|
|
281
|
+
'deep-research-pro-preview-12-2025': {
|
|
282
|
+
type: 'chat',
|
|
283
|
+
provider: 'google',
|
|
284
|
+
displayName: '',
|
|
285
|
+
deprecated: false,
|
|
286
|
+
isAvailable: true,
|
|
287
|
+
lastUpdated: '2026-03-01',
|
|
253
288
|
},
|
|
254
289
|
'gemini-2.0-flash': {
|
|
255
290
|
type: 'chat',
|
|
256
291
|
provider: 'google',
|
|
257
292
|
displayName: 'Gemini 2.0 Flash',
|
|
258
293
|
description: 'Gemini 2.0 Flash delivers next-gen features and improved capabilities, including superior speed, native tool use, and a 1M token context window.',
|
|
259
|
-
pricing: { input: 0.
|
|
294
|
+
pricing: { input: 0.15, output: 0.6 },
|
|
260
295
|
benchmarks: {
|
|
261
296
|
intelligence: 12.3,
|
|
262
297
|
},
|
|
263
|
-
performance: {
|
|
264
|
-
intelligenceScore: 12.3,
|
|
265
|
-
},
|
|
266
298
|
contextLength: 1048576,
|
|
267
299
|
context: {
|
|
268
300
|
input: {
|
|
@@ -280,7 +312,52 @@ export const MODEL_REGISTRY = {
|
|
|
280
312
|
},
|
|
281
313
|
deprecated: false,
|
|
282
314
|
isAvailable: true,
|
|
283
|
-
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',
|
|
284
361
|
},
|
|
285
362
|
'gemini-2.0-flash-lite': {
|
|
286
363
|
type: 'chat',
|
|
@@ -293,9 +370,6 @@ export const MODEL_REGISTRY = {
|
|
|
293
370
|
mmluPro: 0.72,
|
|
294
371
|
gpqa: 0.54,
|
|
295
372
|
},
|
|
296
|
-
performance: {
|
|
297
|
-
intelligenceScore: 14.7,
|
|
298
|
-
},
|
|
299
373
|
contextLength: 1048576,
|
|
300
374
|
context: {
|
|
301
375
|
input: {
|
|
@@ -313,13 +387,32 @@ export const MODEL_REGISTRY = {
|
|
|
313
387
|
},
|
|
314
388
|
deprecated: false,
|
|
315
389
|
isAvailable: true,
|
|
316
|
-
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',
|
|
401
|
+
},
|
|
402
|
+
'gemini-2.5-computer-use-preview-10-2025': {
|
|
403
|
+
type: 'chat',
|
|
404
|
+
provider: 'google',
|
|
405
|
+
displayName: '',
|
|
406
|
+
deprecated: false,
|
|
407
|
+
isAvailable: true,
|
|
408
|
+
lastUpdated: '2026-03-01',
|
|
317
409
|
},
|
|
318
410
|
'gemini-2.5-flash': {
|
|
319
411
|
type: 'chat',
|
|
320
412
|
provider: 'google',
|
|
321
413
|
displayName: 'Gemini 2.5 Flash',
|
|
322
|
-
|
|
414
|
+
subtype: 'reasoning',
|
|
415
|
+
description: 'Stable version of Gemini 2.5 Flash with thinking capabilities',
|
|
323
416
|
pricing: { input: 0.3, output: 2.5 },
|
|
324
417
|
benchmarks: {
|
|
325
418
|
intelligence: 25.5,
|
|
@@ -328,9 +421,6 @@ export const MODEL_REGISTRY = {
|
|
|
328
421
|
mmluPro: 0.84,
|
|
329
422
|
gpqa: 0.77,
|
|
330
423
|
},
|
|
331
|
-
performance: {
|
|
332
|
-
intelligenceScore: 25.5,
|
|
333
|
-
},
|
|
334
424
|
contextLength: 1048576,
|
|
335
425
|
context: {
|
|
336
426
|
input: {
|
|
@@ -348,13 +438,39 @@ export const MODEL_REGISTRY = {
|
|
|
348
438
|
},
|
|
349
439
|
deprecated: false,
|
|
350
440
|
isAvailable: true,
|
|
351
|
-
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',
|
|
352
467
|
},
|
|
353
468
|
'gemini-2.5-flash-lite': {
|
|
354
469
|
type: 'chat',
|
|
355
470
|
provider: 'google',
|
|
356
471
|
displayName: 'Gemini 2.5 Flash-Lite',
|
|
357
|
-
|
|
472
|
+
subtype: 'reasoning',
|
|
473
|
+
description: 'Stable version of Gemini 2.5 Flash-Lite with thinking capabilities',
|
|
358
474
|
pricing: { input: 0.1, output: 0.4 },
|
|
359
475
|
benchmarks: {
|
|
360
476
|
intelligence: 17.4,
|
|
@@ -363,13 +479,37 @@ export const MODEL_REGISTRY = {
|
|
|
363
479
|
mmluPro: 0.76,
|
|
364
480
|
gpqa: 0.63,
|
|
365
481
|
},
|
|
482
|
+
contextLength: 1048576,
|
|
483
|
+
context: {
|
|
484
|
+
input: {
|
|
485
|
+
text: true,
|
|
486
|
+
audio: true,
|
|
487
|
+
image: true,
|
|
488
|
+
video: true
|
|
489
|
+
},
|
|
490
|
+
output: {
|
|
491
|
+
text: true,
|
|
492
|
+
audio: false,
|
|
493
|
+
image: false,
|
|
494
|
+
video: false
|
|
495
|
+
}
|
|
496
|
+
},
|
|
497
|
+
deprecated: false,
|
|
498
|
+
isAvailable: true,
|
|
499
|
+
lastUpdated: '2026-03-01',
|
|
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',
|
|
366
507
|
performance: {
|
|
367
|
-
|
|
508
|
+
outputTokensPerSecond: 496,
|
|
368
509
|
},
|
|
369
510
|
contextLength: 1048576,
|
|
370
511
|
context: {
|
|
371
512
|
input: {
|
|
372
|
-
pdf: true,
|
|
373
513
|
text: true,
|
|
374
514
|
audio: true,
|
|
375
515
|
image: true,
|
|
@@ -384,12 +524,69 @@ export const MODEL_REGISTRY = {
|
|
|
384
524
|
},
|
|
385
525
|
deprecated: false,
|
|
386
526
|
isAvailable: true,
|
|
387
|
-
lastUpdated: '2026-01
|
|
527
|
+
lastUpdated: '2026-03-01',
|
|
528
|
+
},
|
|
529
|
+
'gemini-2.5-flash-native-audio-latest': {
|
|
530
|
+
type: 'audio',
|
|
531
|
+
provider: 'google',
|
|
532
|
+
displayName: '',
|
|
533
|
+
deprecated: false,
|
|
534
|
+
isAvailable: true,
|
|
535
|
+
lastUpdated: '2026-03-01',
|
|
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',
|
|
388
584
|
},
|
|
389
585
|
'gemini-2.5-flash-preview-tts': {
|
|
390
586
|
type: 'tts',
|
|
391
587
|
provider: 'google',
|
|
392
|
-
displayName: 'Gemini 2.5 Flash TTS',
|
|
588
|
+
displayName: 'Gemini 2.5 Flash Preview TTS',
|
|
589
|
+
description: 'Gemini 2.5 Flash Preview TTS',
|
|
393
590
|
pricing: { input: 0.5, output: 10 },
|
|
394
591
|
contextLength: 8192,
|
|
395
592
|
context: {
|
|
@@ -408,13 +605,14 @@ export const MODEL_REGISTRY = {
|
|
|
408
605
|
},
|
|
409
606
|
deprecated: false,
|
|
410
607
|
isAvailable: true,
|
|
411
|
-
lastUpdated: '2026-01
|
|
608
|
+
lastUpdated: '2026-03-01',
|
|
412
609
|
},
|
|
413
610
|
'gemini-2.5-pro': {
|
|
414
611
|
type: 'chat',
|
|
415
612
|
provider: 'google',
|
|
416
613
|
displayName: 'Gemini 2.5 Pro',
|
|
417
|
-
|
|
614
|
+
subtype: 'reasoning',
|
|
615
|
+
description: 'Stable release of Gemini 2.5 Pro with thinking capabilities',
|
|
418
616
|
pricing: { input: 1.25, output: 10 },
|
|
419
617
|
benchmarks: {
|
|
420
618
|
intelligence: 30.3,
|
|
@@ -422,9 +620,6 @@ export const MODEL_REGISTRY = {
|
|
|
422
620
|
mmluPro: 0.86,
|
|
423
621
|
gpqa: 0.84,
|
|
424
622
|
},
|
|
425
|
-
performance: {
|
|
426
|
-
intelligenceScore: 30.3,
|
|
427
|
-
},
|
|
428
623
|
contextLength: 1048576,
|
|
429
624
|
context: {
|
|
430
625
|
input: {
|
|
@@ -443,12 +638,13 @@ export const MODEL_REGISTRY = {
|
|
|
443
638
|
},
|
|
444
639
|
deprecated: false,
|
|
445
640
|
isAvailable: true,
|
|
446
|
-
lastUpdated: '2026-01
|
|
641
|
+
lastUpdated: '2026-03-01',
|
|
447
642
|
},
|
|
448
643
|
'gemini-2.5-pro-preview-tts': {
|
|
449
644
|
type: 'tts',
|
|
450
645
|
provider: 'google',
|
|
451
|
-
displayName: 'Gemini 2.5 Pro TTS',
|
|
646
|
+
displayName: 'Gemini 2.5 Pro Preview TTS',
|
|
647
|
+
description: 'Gemini 2.5 Pro Preview TTS',
|
|
452
648
|
pricing: { input: 1, output: 20 },
|
|
453
649
|
contextLength: 8192,
|
|
454
650
|
context: {
|
|
@@ -467,13 +663,14 @@ export const MODEL_REGISTRY = {
|
|
|
467
663
|
},
|
|
468
664
|
deprecated: false,
|
|
469
665
|
isAvailable: true,
|
|
470
|
-
lastUpdated: '2026-01
|
|
666
|
+
lastUpdated: '2026-03-01',
|
|
471
667
|
},
|
|
472
668
|
'gemini-3-flash-preview': {
|
|
473
669
|
type: 'chat',
|
|
474
670
|
provider: 'google',
|
|
475
671
|
displayName: 'Gemini 3 Flash Preview',
|
|
476
|
-
|
|
672
|
+
subtype: 'reasoning',
|
|
673
|
+
description: 'Gemini 3 Flash Preview with thinking capabilities',
|
|
477
674
|
pricing: { input: 0.5, output: 3 },
|
|
478
675
|
benchmarks: {
|
|
479
676
|
intelligence: 35.1,
|
|
@@ -482,13 +679,9 @@ export const MODEL_REGISTRY = {
|
|
|
482
679
|
mmluPro: 0.88,
|
|
483
680
|
gpqa: 0.81,
|
|
484
681
|
},
|
|
485
|
-
performance: {
|
|
486
|
-
intelligenceScore: 35.1,
|
|
487
|
-
},
|
|
488
682
|
contextLength: 1048576,
|
|
489
683
|
context: {
|
|
490
684
|
input: {
|
|
491
|
-
pdf: true,
|
|
492
685
|
text: true,
|
|
493
686
|
audio: true,
|
|
494
687
|
image: true,
|
|
@@ -503,113 +696,114 @@ export const MODEL_REGISTRY = {
|
|
|
503
696
|
},
|
|
504
697
|
deprecated: false,
|
|
505
698
|
isAvailable: true,
|
|
506
|
-
lastUpdated: '2026-01
|
|
699
|
+
lastUpdated: '2026-03-01',
|
|
507
700
|
},
|
|
508
|
-
'gemini-3-pro-preview': {
|
|
509
|
-
type: '
|
|
701
|
+
'gemini-3-pro-image-preview': {
|
|
702
|
+
type: 'image',
|
|
510
703
|
provider: 'google',
|
|
511
|
-
displayName: 'Gemini 3 Pro Preview',
|
|
512
|
-
description: '
|
|
704
|
+
displayName: 'Gemini 3 Pro Image Preview',
|
|
705
|
+
description: 'Gemini 3 Pro with image generation capabilities',
|
|
513
706
|
pricing: { input: 2, output: 12 },
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
mmluPro: 0.9,
|
|
519
|
-
gpqa: 0.89,
|
|
520
|
-
},
|
|
521
|
-
performance: {
|
|
522
|
-
intelligenceScore: 41.1,
|
|
707
|
+
unitPricing: {
|
|
708
|
+
'output-4k': 240,
|
|
709
|
+
'input-image': 1.1,
|
|
710
|
+
'output-1k-2k': 134
|
|
523
711
|
},
|
|
524
|
-
contextLength:
|
|
712
|
+
contextLength: 131072,
|
|
525
713
|
context: {
|
|
526
714
|
input: {
|
|
527
|
-
pdf: true,
|
|
528
715
|
text: true,
|
|
529
|
-
audio:
|
|
716
|
+
audio: false,
|
|
530
717
|
image: true,
|
|
531
|
-
video:
|
|
718
|
+
video: false
|
|
532
719
|
},
|
|
533
720
|
output: {
|
|
534
721
|
text: true,
|
|
535
722
|
audio: false,
|
|
536
|
-
image:
|
|
723
|
+
image: true,
|
|
537
724
|
video: false
|
|
538
725
|
}
|
|
539
726
|
},
|
|
540
727
|
deprecated: false,
|
|
541
728
|
isAvailable: true,
|
|
542
|
-
lastUpdated: '2026-01
|
|
729
|
+
lastUpdated: '2026-03-01',
|
|
543
730
|
},
|
|
544
|
-
'gemini-
|
|
731
|
+
'gemini-3-pro-preview': {
|
|
545
732
|
type: 'chat',
|
|
546
733
|
provider: 'google',
|
|
547
|
-
displayName: 'Gemini
|
|
548
|
-
|
|
734
|
+
displayName: 'Gemini 3 Pro Preview',
|
|
735
|
+
subtype: 'reasoning',
|
|
736
|
+
description: 'Gemini 3 Pro Preview with thinking capabilities',
|
|
737
|
+
pricing: { input: 2, output: 12 },
|
|
738
|
+
benchmarks: {
|
|
739
|
+
intelligence: 95,
|
|
740
|
+
mmluPro: 85,
|
|
741
|
+
gpqa: 91.9,
|
|
742
|
+
},
|
|
743
|
+
contextLength: 1048576,
|
|
549
744
|
context: {
|
|
550
745
|
input: {
|
|
551
746
|
text: true,
|
|
552
|
-
audio:
|
|
553
|
-
image:
|
|
554
|
-
video:
|
|
747
|
+
audio: true,
|
|
748
|
+
image: true,
|
|
749
|
+
video: true
|
|
555
750
|
},
|
|
556
751
|
output: {
|
|
557
752
|
text: true,
|
|
558
753
|
audio: false,
|
|
559
|
-
image:
|
|
754
|
+
image: true,
|
|
560
755
|
video: false
|
|
561
756
|
}
|
|
562
757
|
},
|
|
563
758
|
deprecated: false,
|
|
564
759
|
isAvailable: true,
|
|
565
|
-
lastUpdated: '2026-01
|
|
760
|
+
lastUpdated: '2026-03-01',
|
|
566
761
|
},
|
|
567
|
-
'
|
|
568
|
-
type: '
|
|
762
|
+
'gemini-3.1-flash-image-preview': {
|
|
763
|
+
type: 'image',
|
|
569
764
|
provider: 'google',
|
|
570
|
-
displayName: '
|
|
571
|
-
description: '
|
|
572
|
-
pricing: { input: 0, output:
|
|
573
|
-
|
|
574
|
-
intelligence: 10.1,
|
|
575
|
-
mmluPro: 0.48,
|
|
576
|
-
gpqa: 0.28,
|
|
577
|
-
},
|
|
578
|
-
performance: {
|
|
579
|
-
intelligenceScore: 10.1,
|
|
580
|
-
},
|
|
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,
|
|
581
769
|
context: {
|
|
582
770
|
input: {
|
|
583
771
|
text: true,
|
|
584
772
|
audio: false,
|
|
585
|
-
image:
|
|
773
|
+
image: true,
|
|
586
774
|
video: false
|
|
587
775
|
},
|
|
588
776
|
output: {
|
|
589
777
|
text: true,
|
|
590
778
|
audio: false,
|
|
591
|
-
image:
|
|
779
|
+
image: true,
|
|
592
780
|
video: false
|
|
593
781
|
}
|
|
594
782
|
},
|
|
595
783
|
deprecated: false,
|
|
596
784
|
isAvailable: true,
|
|
597
|
-
lastUpdated: '2026-01
|
|
785
|
+
lastUpdated: '2026-03-01',
|
|
598
786
|
},
|
|
599
|
-
'
|
|
600
|
-
type: '
|
|
787
|
+
'gemini-3.1-pro-preview': {
|
|
788
|
+
type: 'chat',
|
|
601
789
|
provider: 'google',
|
|
602
|
-
displayName: '
|
|
603
|
-
|
|
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 },
|
|
794
|
+
benchmarks: {
|
|
795
|
+
intelligence: 95,
|
|
796
|
+
},
|
|
797
|
+
contextLength: 1048576,
|
|
604
798
|
context: {
|
|
605
799
|
input: {
|
|
606
800
|
text: true,
|
|
607
|
-
audio:
|
|
608
|
-
image:
|
|
609
|
-
video:
|
|
801
|
+
audio: true,
|
|
802
|
+
image: true,
|
|
803
|
+
video: true
|
|
610
804
|
},
|
|
611
805
|
output: {
|
|
612
|
-
text:
|
|
806
|
+
text: true,
|
|
613
807
|
audio: false,
|
|
614
808
|
image: true,
|
|
615
809
|
video: false
|
|
@@ -617,22 +811,25 @@ export const MODEL_REGISTRY = {
|
|
|
617
811
|
},
|
|
618
812
|
deprecated: false,
|
|
619
813
|
isAvailable: true,
|
|
620
|
-
lastUpdated: '2026-01
|
|
814
|
+
lastUpdated: '2026-03-01',
|
|
621
815
|
},
|
|
622
|
-
'
|
|
623
|
-
type: '
|
|
816
|
+
'gemini-3.1-pro-preview-customtools': {
|
|
817
|
+
type: 'chat',
|
|
624
818
|
provider: 'google',
|
|
625
|
-
displayName: '
|
|
626
|
-
|
|
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,
|
|
627
824
|
context: {
|
|
628
825
|
input: {
|
|
629
826
|
text: true,
|
|
630
|
-
audio:
|
|
631
|
-
image:
|
|
632
|
-
video:
|
|
827
|
+
audio: true,
|
|
828
|
+
image: true,
|
|
829
|
+
video: true
|
|
633
830
|
},
|
|
634
831
|
output: {
|
|
635
|
-
text:
|
|
832
|
+
text: true,
|
|
636
833
|
audio: false,
|
|
637
834
|
image: true,
|
|
638
835
|
video: false
|
|
@@ -640,13 +837,14 @@ export const MODEL_REGISTRY = {
|
|
|
640
837
|
},
|
|
641
838
|
deprecated: false,
|
|
642
839
|
isAvailable: true,
|
|
643
|
-
lastUpdated: '2026-01
|
|
840
|
+
lastUpdated: '2026-03-01',
|
|
644
841
|
},
|
|
645
|
-
'
|
|
646
|
-
type: '
|
|
842
|
+
'gemini-embedding-001': {
|
|
843
|
+
type: 'embeddings',
|
|
647
844
|
provider: 'google',
|
|
648
|
-
displayName: '
|
|
649
|
-
|
|
845
|
+
displayName: 'Gemini Embedding 001',
|
|
846
|
+
description: 'Google embedding model for distributed text representations',
|
|
847
|
+
contextLength: 2048,
|
|
650
848
|
context: {
|
|
651
849
|
input: {
|
|
652
850
|
text: true,
|
|
@@ -663,12 +861,13 @@ export const MODEL_REGISTRY = {
|
|
|
663
861
|
},
|
|
664
862
|
deprecated: false,
|
|
665
863
|
isAvailable: true,
|
|
666
|
-
lastUpdated: '2026-01
|
|
864
|
+
lastUpdated: '2026-03-01',
|
|
667
865
|
},
|
|
668
|
-
'
|
|
669
|
-
type: '
|
|
866
|
+
'gemini-robotics-er-1.5-preview': {
|
|
867
|
+
type: 'chat',
|
|
670
868
|
provider: 'google',
|
|
671
|
-
displayName: '
|
|
869
|
+
displayName: 'Gemini Robotics ER 1.5 Preview',
|
|
870
|
+
pricing: { input: 0.3, output: 2.5 },
|
|
672
871
|
context: {
|
|
673
872
|
input: {
|
|
674
873
|
text: true,
|
|
@@ -677,20 +876,30 @@ export const MODEL_REGISTRY = {
|
|
|
677
876
|
video: false
|
|
678
877
|
},
|
|
679
878
|
output: {
|
|
680
|
-
text:
|
|
879
|
+
text: true,
|
|
681
880
|
audio: false,
|
|
682
881
|
image: false,
|
|
683
|
-
video:
|
|
882
|
+
video: false
|
|
684
883
|
}
|
|
685
884
|
},
|
|
686
885
|
deprecated: false,
|
|
687
886
|
isAvailable: true,
|
|
688
|
-
lastUpdated: '2026-01
|
|
887
|
+
lastUpdated: '2026-03-01',
|
|
689
888
|
},
|
|
690
|
-
'
|
|
691
|
-
type: '
|
|
889
|
+
'gemma-3-12b-it': {
|
|
890
|
+
type: 'chat',
|
|
692
891
|
provider: 'google',
|
|
693
|
-
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,
|
|
694
903
|
context: {
|
|
695
904
|
input: {
|
|
696
905
|
text: true,
|
|
@@ -699,31 +908,28 @@ export const MODEL_REGISTRY = {
|
|
|
699
908
|
video: false
|
|
700
909
|
},
|
|
701
910
|
output: {
|
|
702
|
-
text:
|
|
911
|
+
text: true,
|
|
703
912
|
audio: false,
|
|
704
913
|
image: false,
|
|
705
|
-
video:
|
|
914
|
+
video: false
|
|
706
915
|
}
|
|
707
916
|
},
|
|
708
917
|
deprecated: false,
|
|
709
918
|
isAvailable: true,
|
|
710
|
-
lastUpdated: '2026-01
|
|
919
|
+
lastUpdated: '2026-03-01',
|
|
711
920
|
},
|
|
712
|
-
'
|
|
921
|
+
'gemma-3-1b-it': {
|
|
713
922
|
type: 'chat',
|
|
714
|
-
provider: '
|
|
715
|
-
displayName: '
|
|
716
|
-
description: '
|
|
923
|
+
provider: 'google',
|
|
924
|
+
displayName: 'Gemma 3 1B',
|
|
925
|
+
description: 'Google Gemma 3 1B instruction-tuned model',
|
|
926
|
+
pricing: { input: 0, output: 0 },
|
|
717
927
|
benchmarks: {
|
|
718
|
-
intelligence:
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
mmluPro: 0.87,
|
|
722
|
-
gpqa: 0.84,
|
|
723
|
-
},
|
|
724
|
-
performance: {
|
|
725
|
-
intelligenceScore: 68.5,
|
|
928
|
+
intelligence: 12.5,
|
|
929
|
+
mmluPro: 0.48,
|
|
930
|
+
gpqa: 0.28,
|
|
726
931
|
},
|
|
932
|
+
contextLength: 32768,
|
|
727
933
|
context: {
|
|
728
934
|
input: {
|
|
729
935
|
text: true,
|
|
@@ -740,13 +946,20 @@ export const MODEL_REGISTRY = {
|
|
|
740
946
|
},
|
|
741
947
|
deprecated: false,
|
|
742
948
|
isAvailable: true,
|
|
743
|
-
lastUpdated: '2026-01
|
|
949
|
+
lastUpdated: '2026-03-01',
|
|
744
950
|
},
|
|
745
|
-
'
|
|
951
|
+
'gemma-3-27b-it': {
|
|
746
952
|
type: 'chat',
|
|
747
|
-
provider: '
|
|
748
|
-
displayName: '
|
|
749
|
-
description: '
|
|
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,
|
|
750
963
|
context: {
|
|
751
964
|
input: {
|
|
752
965
|
text: true,
|
|
@@ -763,14 +976,22 @@ export const MODEL_REGISTRY = {
|
|
|
763
976
|
},
|
|
764
977
|
deprecated: false,
|
|
765
978
|
isAvailable: true,
|
|
766
|
-
lastUpdated: '2026-01
|
|
979
|
+
lastUpdated: '2026-03-01',
|
|
767
980
|
},
|
|
768
|
-
'
|
|
769
|
-
type: '
|
|
770
|
-
provider: '
|
|
771
|
-
displayName: '
|
|
772
|
-
description: '
|
|
773
|
-
pricing: { input: 0
|
|
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,
|
|
774
995
|
context: {
|
|
775
996
|
input: {
|
|
776
997
|
text: true,
|
|
@@ -787,23 +1008,33 @@ export const MODEL_REGISTRY = {
|
|
|
787
1008
|
},
|
|
788
1009
|
deprecated: false,
|
|
789
1010
|
isAvailable: true,
|
|
790
|
-
lastUpdated: '2026-01
|
|
1011
|
+
lastUpdated: '2026-03-01',
|
|
791
1012
|
},
|
|
792
|
-
'
|
|
1013
|
+
'gemma-3n-e2b-it': {
|
|
793
1014
|
type: 'chat',
|
|
794
|
-
provider: '
|
|
795
|
-
displayName: '
|
|
796
|
-
description: '
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
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,
|
|
807
1038
|
context: {
|
|
808
1039
|
input: {
|
|
809
1040
|
text: true,
|
|
@@ -812,187 +1043,139 @@ export const MODEL_REGISTRY = {
|
|
|
812
1043
|
video: false
|
|
813
1044
|
},
|
|
814
1045
|
output: {
|
|
815
|
-
text:
|
|
1046
|
+
text: false,
|
|
816
1047
|
audio: false,
|
|
817
|
-
image:
|
|
1048
|
+
image: true,
|
|
818
1049
|
video: false
|
|
819
1050
|
}
|
|
820
1051
|
},
|
|
821
1052
|
deprecated: false,
|
|
822
1053
|
isAvailable: true,
|
|
823
|
-
lastUpdated: '2026-01
|
|
1054
|
+
lastUpdated: '2026-03-01',
|
|
824
1055
|
},
|
|
825
|
-
'
|
|
826
|
-
type: '
|
|
827
|
-
provider: '
|
|
828
|
-
displayName: '
|
|
829
|
-
description: '
|
|
830
|
-
|
|
831
|
-
intelligence: 18.7,
|
|
832
|
-
coding: 16,
|
|
833
|
-
math: 40.3,
|
|
834
|
-
mmluPro: 0.75,
|
|
835
|
-
gpqa: 0.68,
|
|
836
|
-
},
|
|
837
|
-
performance: {
|
|
838
|
-
intelligenceScore: 18.7,
|
|
839
|
-
},
|
|
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,
|
|
840
1062
|
context: {
|
|
841
1063
|
input: {
|
|
842
1064
|
text: true,
|
|
843
1065
|
audio: false,
|
|
844
|
-
image:
|
|
1066
|
+
image: false,
|
|
845
1067
|
video: false
|
|
846
1068
|
},
|
|
847
1069
|
output: {
|
|
848
|
-
text:
|
|
1070
|
+
text: false,
|
|
849
1071
|
audio: false,
|
|
850
|
-
image:
|
|
1072
|
+
image: true,
|
|
851
1073
|
video: false
|
|
852
1074
|
}
|
|
853
1075
|
},
|
|
854
1076
|
deprecated: false,
|
|
855
1077
|
isAvailable: true,
|
|
856
|
-
lastUpdated: '2026-01
|
|
1078
|
+
lastUpdated: '2026-03-01',
|
|
857
1079
|
},
|
|
858
|
-
'
|
|
859
|
-
type: '
|
|
860
|
-
provider: '
|
|
861
|
-
displayName: '
|
|
862
|
-
|
|
863
|
-
benchmarks: {
|
|
864
|
-
intelligence: 16.8,
|
|
865
|
-
coding: 11.1,
|
|
866
|
-
math: 41.3,
|
|
867
|
-
mmluPro: 0.75,
|
|
868
|
-
gpqa: 0.64,
|
|
869
|
-
},
|
|
870
|
-
performance: {
|
|
871
|
-
intelligenceScore: 16.8,
|
|
872
|
-
},
|
|
1080
|
+
'imagen-4.0-ultra-generate-001': {
|
|
1081
|
+
type: 'image',
|
|
1082
|
+
provider: 'google',
|
|
1083
|
+
displayName: 'Imagen 4.0 Ultra',
|
|
1084
|
+
unitPricing: 0.06,
|
|
873
1085
|
context: {
|
|
874
1086
|
input: {
|
|
875
1087
|
text: true,
|
|
876
1088
|
audio: false,
|
|
877
|
-
image:
|
|
1089
|
+
image: false,
|
|
878
1090
|
video: false
|
|
879
1091
|
},
|
|
880
1092
|
output: {
|
|
881
|
-
text:
|
|
1093
|
+
text: false,
|
|
882
1094
|
audio: false,
|
|
883
|
-
image:
|
|
1095
|
+
image: true,
|
|
884
1096
|
video: false
|
|
885
1097
|
}
|
|
886
1098
|
},
|
|
887
1099
|
deprecated: false,
|
|
888
1100
|
isAvailable: true,
|
|
889
|
-
lastUpdated: '2026-01
|
|
1101
|
+
lastUpdated: '2026-03-01',
|
|
890
1102
|
},
|
|
891
|
-
'
|
|
892
|
-
type: '
|
|
893
|
-
provider: '
|
|
894
|
-
displayName: '
|
|
895
|
-
description: '
|
|
896
|
-
|
|
897
|
-
intelligence: 16,
|
|
898
|
-
coding: 10.9,
|
|
899
|
-
math: 30,
|
|
900
|
-
mmluPro: 0.69,
|
|
901
|
-
gpqa: 0.57,
|
|
902
|
-
},
|
|
903
|
-
performance: {
|
|
904
|
-
intelligenceScore: 16,
|
|
905
|
-
},
|
|
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,
|
|
906
1109
|
context: {
|
|
907
1110
|
input: {
|
|
908
1111
|
text: true,
|
|
909
1112
|
audio: false,
|
|
910
|
-
image:
|
|
1113
|
+
image: false,
|
|
911
1114
|
video: false
|
|
912
1115
|
},
|
|
913
1116
|
output: {
|
|
914
|
-
text:
|
|
1117
|
+
text: false,
|
|
915
1118
|
audio: false,
|
|
916
1119
|
image: false,
|
|
917
|
-
video:
|
|
1120
|
+
video: true
|
|
918
1121
|
}
|
|
919
1122
|
},
|
|
920
1123
|
deprecated: false,
|
|
921
1124
|
isAvailable: true,
|
|
922
|
-
lastUpdated: '2026-01
|
|
1125
|
+
lastUpdated: '2026-03-01',
|
|
923
1126
|
},
|
|
924
|
-
'
|
|
925
|
-
type: '
|
|
926
|
-
provider: '
|
|
927
|
-
displayName: '
|
|
928
|
-
description: '
|
|
929
|
-
|
|
930
|
-
intelligence: 11.2,
|
|
931
|
-
coding: 4.8,
|
|
932
|
-
math: 22,
|
|
933
|
-
mmluPro: 0.52,
|
|
934
|
-
gpqa: 0.36,
|
|
935
|
-
},
|
|
936
|
-
performance: {
|
|
937
|
-
intelligenceScore: 11.2,
|
|
938
|
-
},
|
|
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,
|
|
939
1133
|
context: {
|
|
940
1134
|
input: {
|
|
941
1135
|
text: true,
|
|
942
1136
|
audio: false,
|
|
943
|
-
image:
|
|
1137
|
+
image: false,
|
|
944
1138
|
video: false
|
|
945
1139
|
},
|
|
946
1140
|
output: {
|
|
947
|
-
text:
|
|
1141
|
+
text: false,
|
|
948
1142
|
audio: false,
|
|
949
1143
|
image: false,
|
|
950
|
-
video:
|
|
1144
|
+
video: true
|
|
951
1145
|
}
|
|
952
1146
|
},
|
|
953
1147
|
deprecated: false,
|
|
954
1148
|
isAvailable: true,
|
|
955
|
-
lastUpdated: '2026-01
|
|
1149
|
+
lastUpdated: '2026-03-01',
|
|
956
1150
|
},
|
|
957
|
-
'
|
|
958
|
-
type: '
|
|
959
|
-
provider: '
|
|
960
|
-
displayName: '
|
|
961
|
-
description: '
|
|
962
|
-
|
|
963
|
-
intelligence: 14.6,
|
|
964
|
-
coding: 10,
|
|
965
|
-
math: 31.7,
|
|
966
|
-
mmluPro: 0.64,
|
|
967
|
-
gpqa: 0.47,
|
|
968
|
-
},
|
|
969
|
-
performance: {
|
|
970
|
-
intelligenceScore: 14.6,
|
|
971
|
-
},
|
|
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,
|
|
972
1157
|
context: {
|
|
973
1158
|
input: {
|
|
974
1159
|
text: true,
|
|
975
1160
|
audio: false,
|
|
976
|
-
image:
|
|
1161
|
+
image: false,
|
|
977
1162
|
video: false
|
|
978
1163
|
},
|
|
979
1164
|
output: {
|
|
980
|
-
text:
|
|
1165
|
+
text: false,
|
|
981
1166
|
audio: false,
|
|
982
1167
|
image: false,
|
|
983
|
-
video:
|
|
1168
|
+
video: true
|
|
984
1169
|
}
|
|
985
1170
|
},
|
|
986
1171
|
deprecated: false,
|
|
987
1172
|
isAvailable: true,
|
|
988
|
-
lastUpdated: '2026-01
|
|
1173
|
+
lastUpdated: '2026-03-01',
|
|
989
1174
|
},
|
|
990
|
-
'
|
|
991
|
-
type: '
|
|
992
|
-
provider: '
|
|
993
|
-
displayName: '
|
|
994
|
-
description: 'Our state-of-the-art semantic for extracting representation of code extracts',
|
|
995
|
-
pricing: { input: 0.1, output: 0 },
|
|
1175
|
+
'veo-3.1-fast-generate-preview': {
|
|
1176
|
+
type: 'video',
|
|
1177
|
+
provider: 'google',
|
|
1178
|
+
displayName: 'Veo 3.1 Fast',
|
|
996
1179
|
context: {
|
|
997
1180
|
input: {
|
|
998
1181
|
text: true,
|
|
@@ -1001,64 +1184,53 @@ export const MODEL_REGISTRY = {
|
|
|
1001
1184
|
video: false
|
|
1002
1185
|
},
|
|
1003
1186
|
output: {
|
|
1004
|
-
text:
|
|
1187
|
+
text: false,
|
|
1005
1188
|
audio: false,
|
|
1006
1189
|
image: false,
|
|
1007
|
-
video:
|
|
1190
|
+
video: true
|
|
1008
1191
|
}
|
|
1009
1192
|
},
|
|
1010
1193
|
deprecated: false,
|
|
1011
1194
|
isAvailable: true,
|
|
1012
|
-
lastUpdated: '2026-01
|
|
1195
|
+
lastUpdated: '2026-03-01',
|
|
1013
1196
|
},
|
|
1014
|
-
'
|
|
1015
|
-
type: '
|
|
1016
|
-
provider: '
|
|
1017
|
-
displayName: '
|
|
1018
|
-
description: 'Our frontier-class multimodal model released August 2025.',
|
|
1019
|
-
benchmarks: {
|
|
1020
|
-
intelligence: 17.6,
|
|
1021
|
-
coding: 13.6,
|
|
1022
|
-
math: 30.3,
|
|
1023
|
-
mmluPro: 0.76,
|
|
1024
|
-
gpqa: 0.58,
|
|
1025
|
-
},
|
|
1026
|
-
performance: {
|
|
1027
|
-
intelligenceScore: 17.6,
|
|
1028
|
-
},
|
|
1197
|
+
'veo-3.1-generate-preview': {
|
|
1198
|
+
type: 'video',
|
|
1199
|
+
provider: 'google',
|
|
1200
|
+
displayName: 'Veo 3.1',
|
|
1029
1201
|
context: {
|
|
1030
1202
|
input: {
|
|
1031
1203
|
text: true,
|
|
1032
1204
|
audio: false,
|
|
1033
|
-
image:
|
|
1205
|
+
image: false,
|
|
1034
1206
|
video: false
|
|
1035
1207
|
},
|
|
1036
1208
|
output: {
|
|
1037
|
-
text:
|
|
1209
|
+
text: false,
|
|
1038
1210
|
audio: false,
|
|
1039
1211
|
image: false,
|
|
1040
|
-
video:
|
|
1212
|
+
video: true
|
|
1041
1213
|
}
|
|
1042
1214
|
},
|
|
1043
1215
|
deprecated: false,
|
|
1044
1216
|
isAvailable: true,
|
|
1045
|
-
lastUpdated: '2026-01
|
|
1217
|
+
lastUpdated: '2026-03-01',
|
|
1046
1218
|
},
|
|
1047
|
-
'
|
|
1219
|
+
'codestral-2412': {
|
|
1048
1220
|
type: 'chat',
|
|
1049
1221
|
provider: 'mistral',
|
|
1050
|
-
displayName: '
|
|
1051
|
-
|
|
1222
|
+
displayName: 'Codestral (Dec 2024)',
|
|
1223
|
+
subtype: 'code',
|
|
1224
|
+
description: 'Code generation model released December 2024',
|
|
1225
|
+
pricing: { input: 0.3, output: 0.9 },
|
|
1052
1226
|
benchmarks: {
|
|
1053
|
-
intelligence:
|
|
1054
|
-
coding:
|
|
1055
|
-
math:
|
|
1056
|
-
mmluPro: 0.
|
|
1057
|
-
gpqa: 0.
|
|
1058
|
-
},
|
|
1059
|
-
performance: {
|
|
1060
|
-
intelligenceScore: 14,
|
|
1227
|
+
intelligence: 68.5,
|
|
1228
|
+
coding: 53.5,
|
|
1229
|
+
math: 98.7,
|
|
1230
|
+
mmluPro: 0.87,
|
|
1231
|
+
gpqa: 0.84,
|
|
1061
1232
|
},
|
|
1233
|
+
contextLength: 256000,
|
|
1062
1234
|
context: {
|
|
1063
1235
|
input: {
|
|
1064
1236
|
text: true,
|
|
@@ -1075,23 +1247,16 @@ export const MODEL_REGISTRY = {
|
|
|
1075
1247
|
},
|
|
1076
1248
|
deprecated: false,
|
|
1077
1249
|
isAvailable: true,
|
|
1078
|
-
lastUpdated: '2026-01
|
|
1250
|
+
lastUpdated: '2026-03-01',
|
|
1079
1251
|
},
|
|
1080
|
-
'
|
|
1252
|
+
'codestral-2508': {
|
|
1081
1253
|
type: 'chat',
|
|
1082
1254
|
provider: 'mistral',
|
|
1083
|
-
displayName: '
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
math: 3.7,
|
|
1089
|
-
mmluPro: 0.66,
|
|
1090
|
-
gpqa: 0.45,
|
|
1091
|
-
},
|
|
1092
|
-
performance: {
|
|
1093
|
-
intelligenceScore: 24.9,
|
|
1094
|
-
},
|
|
1255
|
+
displayName: 'Codestral (Aug 2025)',
|
|
1256
|
+
subtype: 'code',
|
|
1257
|
+
description: 'Cutting-edge language model for coding released August 2025',
|
|
1258
|
+
pricing: { input: 0.3, output: 0.9 },
|
|
1259
|
+
contextLength: 256000,
|
|
1095
1260
|
context: {
|
|
1096
1261
|
input: {
|
|
1097
1262
|
text: true,
|
|
@@ -1108,13 +1273,14 @@ export const MODEL_REGISTRY = {
|
|
|
1108
1273
|
},
|
|
1109
1274
|
deprecated: false,
|
|
1110
1275
|
isAvailable: true,
|
|
1111
|
-
lastUpdated: '2026-01
|
|
1276
|
+
lastUpdated: '2026-03-01',
|
|
1112
1277
|
},
|
|
1113
|
-
'
|
|
1114
|
-
type: '
|
|
1278
|
+
'codestral-embed-2505': {
|
|
1279
|
+
type: 'embeddings',
|
|
1115
1280
|
provider: 'mistral',
|
|
1116
|
-
displayName: '
|
|
1117
|
-
description: '
|
|
1281
|
+
displayName: 'Codestral Embed',
|
|
1282
|
+
description: 'Our state-of-the-art semantic for extracting representation of code extracts',
|
|
1283
|
+
pricing: { input: 0.15, output: 0 },
|
|
1118
1284
|
context: {
|
|
1119
1285
|
input: {
|
|
1120
1286
|
text: true,
|
|
@@ -1131,21 +1297,23 @@ export const MODEL_REGISTRY = {
|
|
|
1131
1297
|
},
|
|
1132
1298
|
deprecated: false,
|
|
1133
1299
|
isAvailable: true,
|
|
1134
|
-
lastUpdated: '2026-01
|
|
1300
|
+
lastUpdated: '2026-03-01',
|
|
1135
1301
|
},
|
|
1136
|
-
'
|
|
1302
|
+
'devstral-2512': {
|
|
1137
1303
|
type: 'chat',
|
|
1138
1304
|
provider: 'mistral',
|
|
1139
|
-
displayName: '
|
|
1140
|
-
|
|
1305
|
+
displayName: 'Devstral 2 (Dec 2025)',
|
|
1306
|
+
subtype: 'code',
|
|
1307
|
+
description: 'Latest Devstral code-agentic model',
|
|
1308
|
+
pricing: { input: 0.4, output: 2 },
|
|
1141
1309
|
benchmarks: {
|
|
1142
|
-
intelligence:
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
intelligenceScore: 7.4,
|
|
1310
|
+
intelligence: 18.6,
|
|
1311
|
+
coding: 15.9,
|
|
1312
|
+
math: 4.7,
|
|
1313
|
+
mmluPro: 0.71,
|
|
1314
|
+
gpqa: 0.49,
|
|
1148
1315
|
},
|
|
1316
|
+
contextLength: 262144,
|
|
1149
1317
|
context: {
|
|
1150
1318
|
input: {
|
|
1151
1319
|
text: true,
|
|
@@ -1162,18 +1330,21 @@ export const MODEL_REGISTRY = {
|
|
|
1162
1330
|
},
|
|
1163
1331
|
deprecated: false,
|
|
1164
1332
|
isAvailable: true,
|
|
1165
|
-
lastUpdated: '2026-01
|
|
1333
|
+
lastUpdated: '2026-03-01',
|
|
1166
1334
|
},
|
|
1167
|
-
'
|
|
1335
|
+
'devstral-medium-2507': {
|
|
1168
1336
|
type: 'chat',
|
|
1169
1337
|
provider: 'mistral',
|
|
1170
|
-
displayName: '
|
|
1171
|
-
|
|
1338
|
+
displayName: 'Devstral Medium (2507)',
|
|
1339
|
+
subtype: 'code',
|
|
1340
|
+
description: 'Medium code-agentic model',
|
|
1341
|
+
pricing: { input: 0.4, output: 2 },
|
|
1342
|
+
contextLength: 131072,
|
|
1172
1343
|
context: {
|
|
1173
1344
|
input: {
|
|
1174
1345
|
text: true,
|
|
1175
1346
|
audio: false,
|
|
1176
|
-
image:
|
|
1347
|
+
image: false,
|
|
1177
1348
|
video: false
|
|
1178
1349
|
},
|
|
1179
1350
|
output: {
|
|
@@ -1185,27 +1356,21 @@ export const MODEL_REGISTRY = {
|
|
|
1185
1356
|
},
|
|
1186
1357
|
deprecated: false,
|
|
1187
1358
|
isAvailable: true,
|
|
1188
|
-
lastUpdated: '2026-01
|
|
1359
|
+
lastUpdated: '2026-03-01',
|
|
1189
1360
|
},
|
|
1190
|
-
'
|
|
1361
|
+
'devstral-small-2507': {
|
|
1191
1362
|
type: 'chat',
|
|
1192
1363
|
provider: 'mistral',
|
|
1193
|
-
displayName: '
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
mmluPro: 0.7,
|
|
1199
|
-
gpqa: 0.51,
|
|
1200
|
-
},
|
|
1201
|
-
performance: {
|
|
1202
|
-
intelligenceScore: 14,
|
|
1203
|
-
},
|
|
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,
|
|
1204
1369
|
context: {
|
|
1205
1370
|
input: {
|
|
1206
1371
|
text: true,
|
|
1207
1372
|
audio: false,
|
|
1208
|
-
image:
|
|
1373
|
+
image: false,
|
|
1209
1374
|
video: false
|
|
1210
1375
|
},
|
|
1211
1376
|
output: {
|
|
@@ -1217,41 +1382,39 @@ export const MODEL_REGISTRY = {
|
|
|
1217
1382
|
},
|
|
1218
1383
|
deprecated: false,
|
|
1219
1384
|
isAvailable: true,
|
|
1220
|
-
lastUpdated: '2026-01
|
|
1385
|
+
lastUpdated: '2026-03-01',
|
|
1221
1386
|
},
|
|
1222
|
-
'
|
|
1387
|
+
'labs-devstral-small-2512': {
|
|
1223
1388
|
type: 'chat',
|
|
1224
1389
|
provider: 'mistral',
|
|
1225
|
-
displayName: '
|
|
1226
|
-
|
|
1227
|
-
|
|
1390
|
+
displayName: 'Labs Devstral Small (2512)',
|
|
1391
|
+
subtype: 'code',
|
|
1392
|
+
description: 'Labs version of Devstral Small with vision support',
|
|
1393
|
+
contextLength: 262144,
|
|
1228
1394
|
context: {
|
|
1229
1395
|
input: {
|
|
1230
1396
|
text: true,
|
|
1231
|
-
|
|
1232
|
-
image: false,
|
|
1233
|
-
video: false
|
|
1397
|
+
image: true
|
|
1234
1398
|
},
|
|
1235
1399
|
output: {
|
|
1236
|
-
text: true
|
|
1237
|
-
audio: false,
|
|
1238
|
-
image: false,
|
|
1239
|
-
video: false
|
|
1400
|
+
text: true
|
|
1240
1401
|
}
|
|
1241
1402
|
},
|
|
1242
1403
|
deprecated: false,
|
|
1243
1404
|
isAvailable: true,
|
|
1244
|
-
lastUpdated: '2026-01
|
|
1405
|
+
lastUpdated: '2026-03-01',
|
|
1245
1406
|
},
|
|
1246
|
-
'
|
|
1407
|
+
'labs-mistral-small-creative': {
|
|
1247
1408
|
type: 'chat',
|
|
1248
1409
|
provider: 'mistral',
|
|
1249
|
-
displayName: '
|
|
1250
|
-
description: '
|
|
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,
|
|
1251
1414
|
context: {
|
|
1252
1415
|
input: {
|
|
1253
1416
|
text: true,
|
|
1254
|
-
audio:
|
|
1417
|
+
audio: false,
|
|
1255
1418
|
image: false,
|
|
1256
1419
|
video: false
|
|
1257
1420
|
},
|
|
@@ -1264,44 +1427,61 @@ export const MODEL_REGISTRY = {
|
|
|
1264
1427
|
},
|
|
1265
1428
|
deprecated: false,
|
|
1266
1429
|
isAvailable: true,
|
|
1267
|
-
lastUpdated: '2026-01
|
|
1430
|
+
lastUpdated: '2026-03-01',
|
|
1268
1431
|
},
|
|
1269
|
-
'
|
|
1270
|
-
type: '
|
|
1271
|
-
provider: '
|
|
1272
|
-
displayName: '
|
|
1273
|
-
|
|
1274
|
-
|
|
1432
|
+
'magistral-medium-2509': {
|
|
1433
|
+
type: 'chat',
|
|
1434
|
+
provider: 'mistral',
|
|
1435
|
+
displayName: 'Magistral Medium',
|
|
1436
|
+
subtype: 'reasoning',
|
|
1437
|
+
description: 'Frontier-class reasoning model released September 2025',
|
|
1438
|
+
pricing: { input: 2, output: 6 },
|
|
1439
|
+
benchmarks: {
|
|
1440
|
+
intelligence: 18.7,
|
|
1441
|
+
coding: 16,
|
|
1442
|
+
math: 40.3,
|
|
1443
|
+
mmluPro: 0.75,
|
|
1444
|
+
gpqa: 0.68,
|
|
1445
|
+
},
|
|
1446
|
+
contextLength: 131072,
|
|
1275
1447
|
context: {
|
|
1276
1448
|
input: {
|
|
1277
1449
|
text: true,
|
|
1278
1450
|
audio: false,
|
|
1279
|
-
image:
|
|
1451
|
+
image: true,
|
|
1280
1452
|
video: false
|
|
1281
1453
|
},
|
|
1282
1454
|
output: {
|
|
1283
|
-
text:
|
|
1455
|
+
text: true,
|
|
1284
1456
|
audio: false,
|
|
1285
|
-
image:
|
|
1457
|
+
image: false,
|
|
1286
1458
|
video: false
|
|
1287
1459
|
}
|
|
1288
1460
|
},
|
|
1289
1461
|
deprecated: false,
|
|
1290
1462
|
isAvailable: true,
|
|
1291
|
-
lastUpdated: '2026-01
|
|
1463
|
+
lastUpdated: '2026-03-01',
|
|
1292
1464
|
},
|
|
1293
|
-
'
|
|
1465
|
+
'magistral-small-2509': {
|
|
1294
1466
|
type: 'chat',
|
|
1295
|
-
provider: '
|
|
1296
|
-
displayName: '
|
|
1297
|
-
|
|
1467
|
+
provider: 'mistral',
|
|
1468
|
+
displayName: 'Magistral Small',
|
|
1469
|
+
subtype: 'reasoning',
|
|
1470
|
+
description: 'Efficient reasoning model released September 2025',
|
|
1298
1471
|
pricing: { input: 0.5, output: 1.5 },
|
|
1299
|
-
|
|
1472
|
+
benchmarks: {
|
|
1473
|
+
intelligence: 16.8,
|
|
1474
|
+
coding: 11.1,
|
|
1475
|
+
math: 41.3,
|
|
1476
|
+
mmluPro: 0.75,
|
|
1477
|
+
gpqa: 0.64,
|
|
1478
|
+
},
|
|
1479
|
+
contextLength: 131072,
|
|
1300
1480
|
context: {
|
|
1301
1481
|
input: {
|
|
1302
1482
|
text: true,
|
|
1303
1483
|
audio: false,
|
|
1304
|
-
image:
|
|
1484
|
+
image: true,
|
|
1305
1485
|
video: false
|
|
1306
1486
|
},
|
|
1307
1487
|
output: {
|
|
@@ -1313,20 +1493,27 @@ export const MODEL_REGISTRY = {
|
|
|
1313
1493
|
},
|
|
1314
1494
|
deprecated: false,
|
|
1315
1495
|
isAvailable: true,
|
|
1316
|
-
lastUpdated: '2026-01
|
|
1496
|
+
lastUpdated: '2026-03-01',
|
|
1317
1497
|
},
|
|
1318
|
-
'
|
|
1498
|
+
'ministral-14b-2512': {
|
|
1319
1499
|
type: 'chat',
|
|
1320
|
-
provider: '
|
|
1321
|
-
displayName: '
|
|
1322
|
-
description: '
|
|
1323
|
-
pricing: { input:
|
|
1324
|
-
|
|
1500
|
+
provider: 'mistral',
|
|
1501
|
+
displayName: 'Ministral 14B',
|
|
1502
|
+
description: 'Ministral 3 (Tinystral) 14B Instruct',
|
|
1503
|
+
pricing: { input: 0.2, output: 0.2 },
|
|
1504
|
+
benchmarks: {
|
|
1505
|
+
intelligence: 16,
|
|
1506
|
+
coding: 10.9,
|
|
1507
|
+
math: 30,
|
|
1508
|
+
mmluPro: 0.69,
|
|
1509
|
+
gpqa: 0.57,
|
|
1510
|
+
},
|
|
1511
|
+
contextLength: 262144,
|
|
1325
1512
|
context: {
|
|
1326
1513
|
input: {
|
|
1327
1514
|
text: true,
|
|
1328
1515
|
audio: false,
|
|
1329
|
-
image:
|
|
1516
|
+
image: true,
|
|
1330
1517
|
video: false
|
|
1331
1518
|
},
|
|
1332
1519
|
output: {
|
|
@@ -1338,22 +1525,22 @@ export const MODEL_REGISTRY = {
|
|
|
1338
1525
|
},
|
|
1339
1526
|
deprecated: false,
|
|
1340
1527
|
isAvailable: true,
|
|
1341
|
-
lastUpdated: '2026-01
|
|
1528
|
+
lastUpdated: '2026-03-01',
|
|
1342
1529
|
},
|
|
1343
|
-
'
|
|
1530
|
+
'ministral-3b-2512': {
|
|
1344
1531
|
type: 'chat',
|
|
1345
|
-
provider: '
|
|
1346
|
-
displayName: '
|
|
1347
|
-
description: '
|
|
1348
|
-
pricing: { input:
|
|
1532
|
+
provider: 'mistral',
|
|
1533
|
+
displayName: 'Ministral 3B',
|
|
1534
|
+
description: 'Ministral 3 (Tinystral) 3B Instruct',
|
|
1535
|
+
pricing: { input: 0.1, output: 0.1 },
|
|
1349
1536
|
benchmarks: {
|
|
1350
|
-
intelligence:
|
|
1351
|
-
coding:
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1537
|
+
intelligence: 11.2,
|
|
1538
|
+
coding: 4.8,
|
|
1539
|
+
math: 22,
|
|
1540
|
+
mmluPro: 0.52,
|
|
1541
|
+
gpqa: 0.36,
|
|
1355
1542
|
},
|
|
1356
|
-
contextLength:
|
|
1543
|
+
contextLength: 131072,
|
|
1357
1544
|
context: {
|
|
1358
1545
|
input: {
|
|
1359
1546
|
text: true,
|
|
@@ -1370,25 +1557,22 @@ export const MODEL_REGISTRY = {
|
|
|
1370
1557
|
},
|
|
1371
1558
|
deprecated: false,
|
|
1372
1559
|
isAvailable: true,
|
|
1373
|
-
lastUpdated: '2026-01
|
|
1560
|
+
lastUpdated: '2026-03-01',
|
|
1374
1561
|
},
|
|
1375
|
-
'
|
|
1562
|
+
'ministral-8b-2512': {
|
|
1376
1563
|
type: 'chat',
|
|
1377
|
-
provider: '
|
|
1378
|
-
displayName: '
|
|
1379
|
-
description: '
|
|
1380
|
-
pricing: { input:
|
|
1564
|
+
provider: 'mistral',
|
|
1565
|
+
displayName: 'Ministral 8B',
|
|
1566
|
+
description: 'Ministral 3 (Tinystral) 8B Instruct',
|
|
1567
|
+
pricing: { input: 0.15, output: 0.15 },
|
|
1381
1568
|
benchmarks: {
|
|
1382
|
-
intelligence:
|
|
1383
|
-
coding:
|
|
1384
|
-
math:
|
|
1385
|
-
mmluPro: 0.
|
|
1386
|
-
gpqa: 0.
|
|
1387
|
-
},
|
|
1388
|
-
performance: {
|
|
1389
|
-
intelligenceScore: 22.4,
|
|
1569
|
+
intelligence: 14.6,
|
|
1570
|
+
coding: 10,
|
|
1571
|
+
math: 31.7,
|
|
1572
|
+
mmluPro: 0.64,
|
|
1573
|
+
gpqa: 0.47,
|
|
1390
1574
|
},
|
|
1391
|
-
contextLength:
|
|
1575
|
+
contextLength: 262144,
|
|
1392
1576
|
context: {
|
|
1393
1577
|
input: {
|
|
1394
1578
|
text: true,
|
|
@@ -1405,30 +1589,19 @@ export const MODEL_REGISTRY = {
|
|
|
1405
1589
|
},
|
|
1406
1590
|
deprecated: false,
|
|
1407
1591
|
isAvailable: true,
|
|
1408
|
-
lastUpdated: '2026-01
|
|
1592
|
+
lastUpdated: '2026-03-01',
|
|
1409
1593
|
},
|
|
1410
|
-
'
|
|
1411
|
-
type: '
|
|
1412
|
-
provider: '
|
|
1413
|
-
displayName: '
|
|
1414
|
-
description: '
|
|
1415
|
-
pricing: { input: 0.1, output: 0
|
|
1416
|
-
benchmarks: {
|
|
1417
|
-
intelligence: 12.9,
|
|
1418
|
-
coding: 11.2,
|
|
1419
|
-
math: 24,
|
|
1420
|
-
mmluPro: 0.66,
|
|
1421
|
-
gpqa: 0.51,
|
|
1422
|
-
},
|
|
1423
|
-
performance: {
|
|
1424
|
-
intelligenceScore: 12.9,
|
|
1425
|
-
},
|
|
1426
|
-
contextLength: 128000,
|
|
1594
|
+
'mistral-embed': {
|
|
1595
|
+
type: 'embeddings',
|
|
1596
|
+
provider: 'mistral',
|
|
1597
|
+
displayName: 'Mistral Embed',
|
|
1598
|
+
description: 'Our state-of-the-art semantic for extracting representation of code extracts',
|
|
1599
|
+
pricing: { input: 0.1, output: 0 },
|
|
1427
1600
|
context: {
|
|
1428
1601
|
input: {
|
|
1429
1602
|
text: true,
|
|
1430
1603
|
audio: false,
|
|
1431
|
-
image:
|
|
1604
|
+
image: false,
|
|
1432
1605
|
video: false
|
|
1433
1606
|
},
|
|
1434
1607
|
output: {
|
|
@@ -1440,24 +1613,39 @@ export const MODEL_REGISTRY = {
|
|
|
1440
1613
|
},
|
|
1441
1614
|
deprecated: false,
|
|
1442
1615
|
isAvailable: true,
|
|
1443
|
-
lastUpdated: '2026-01
|
|
1616
|
+
lastUpdated: '2026-03-01',
|
|
1444
1617
|
},
|
|
1445
|
-
'
|
|
1618
|
+
'mistral-large-2411': {
|
|
1446
1619
|
type: 'chat',
|
|
1447
|
-
provider: '
|
|
1448
|
-
displayName: '
|
|
1449
|
-
description: '
|
|
1450
|
-
pricing: { input: 2
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
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
|
+
}
|
|
1456
1632
|
},
|
|
1457
|
-
|
|
1458
|
-
|
|
1633
|
+
deprecated: false,
|
|
1634
|
+
isAvailable: true,
|
|
1635
|
+
lastUpdated: '2026-03-01',
|
|
1636
|
+
},
|
|
1637
|
+
'mistral-large-2512': {
|
|
1638
|
+
type: 'chat',
|
|
1639
|
+
provider: 'mistral',
|
|
1640
|
+
displayName: 'Mistral Large 3 (Dec 2025)',
|
|
1641
|
+
description: 'Latest Mistral Large model released December 2025',
|
|
1642
|
+
pricing: { input: 0.5, output: 1.5 },
|
|
1643
|
+
benchmarks: {
|
|
1644
|
+
intelligence: 2.6,
|
|
1645
|
+
mmluPro: 0.39,
|
|
1646
|
+
gpqa: 0.29,
|
|
1459
1647
|
},
|
|
1460
|
-
contextLength:
|
|
1648
|
+
contextLength: 262144,
|
|
1461
1649
|
context: {
|
|
1462
1650
|
input: {
|
|
1463
1651
|
text: true,
|
|
@@ -1474,18 +1662,894 @@ export const MODEL_REGISTRY = {
|
|
|
1474
1662
|
},
|
|
1475
1663
|
deprecated: false,
|
|
1476
1664
|
isAvailable: true,
|
|
1477
|
-
lastUpdated: '2026-01
|
|
1665
|
+
lastUpdated: '2026-03-01',
|
|
1478
1666
|
},
|
|
1479
|
-
'
|
|
1480
|
-
type: '
|
|
1481
|
-
provider: '
|
|
1482
|
-
displayName: '
|
|
1483
|
-
description: '
|
|
1484
|
-
pricing: { input:
|
|
1667
|
+
'mistral-medium-2505': {
|
|
1668
|
+
type: 'chat',
|
|
1669
|
+
provider: 'mistral',
|
|
1670
|
+
displayName: 'Mistral Medium 3',
|
|
1671
|
+
description: 'Frontier-class multimodal model released May 2025',
|
|
1672
|
+
pricing: { input: 0.4, output: 2 },
|
|
1673
|
+
contextLength: 131072,
|
|
1485
1674
|
context: {
|
|
1486
1675
|
input: {
|
|
1487
1676
|
text: true,
|
|
1488
|
-
audio:
|
|
1677
|
+
audio: false,
|
|
1678
|
+
image: true,
|
|
1679
|
+
video: false
|
|
1680
|
+
},
|
|
1681
|
+
output: {
|
|
1682
|
+
text: true,
|
|
1683
|
+
audio: false,
|
|
1684
|
+
image: false,
|
|
1685
|
+
video: false
|
|
1686
|
+
}
|
|
1687
|
+
},
|
|
1688
|
+
deprecated: false,
|
|
1689
|
+
isAvailable: true,
|
|
1690
|
+
lastUpdated: '2026-03-01',
|
|
1691
|
+
},
|
|
1692
|
+
'mistral-medium-2508': {
|
|
1693
|
+
type: 'chat',
|
|
1694
|
+
provider: 'mistral',
|
|
1695
|
+
displayName: 'Mistral Medium 3.1',
|
|
1696
|
+
description: 'Update on Mistral Medium 3 with improved capabilities',
|
|
1697
|
+
pricing: { input: 0.4, output: 2 },
|
|
1698
|
+
benchmarks: {
|
|
1699
|
+
intelligence: 17.6,
|
|
1700
|
+
coding: 13.6,
|
|
1701
|
+
math: 30.3,
|
|
1702
|
+
mmluPro: 0.76,
|
|
1703
|
+
gpqa: 0.58,
|
|
1704
|
+
},
|
|
1705
|
+
contextLength: 131072,
|
|
1706
|
+
context: {
|
|
1707
|
+
input: {
|
|
1708
|
+
text: true,
|
|
1709
|
+
audio: false,
|
|
1710
|
+
image: true,
|
|
1711
|
+
video: false
|
|
1712
|
+
},
|
|
1713
|
+
output: {
|
|
1714
|
+
text: true,
|
|
1715
|
+
audio: false,
|
|
1716
|
+
image: false,
|
|
1717
|
+
video: false
|
|
1718
|
+
}
|
|
1719
|
+
},
|
|
1720
|
+
deprecated: false,
|
|
1721
|
+
isAvailable: true,
|
|
1722
|
+
lastUpdated: '2026-03-01',
|
|
1723
|
+
},
|
|
1724
|
+
'mistral-moderation-latest': {
|
|
1725
|
+
type: 'moderation',
|
|
1726
|
+
provider: 'mistral',
|
|
1727
|
+
displayName: '',
|
|
1728
|
+
deprecated: false,
|
|
1729
|
+
isAvailable: true,
|
|
1730
|
+
lastUpdated: '2026-03-01',
|
|
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
|
+
},
|
|
1804
|
+
'mistral-ocr-latest': {
|
|
1805
|
+
type: 'ocr',
|
|
1806
|
+
provider: 'mistral',
|
|
1807
|
+
displayName: '',
|
|
1808
|
+
deprecated: false,
|
|
1809
|
+
isAvailable: true,
|
|
1810
|
+
lastUpdated: '2026-03-01',
|
|
1811
|
+
},
|
|
1812
|
+
'mistral-small-2501': {
|
|
1813
|
+
type: 'chat',
|
|
1814
|
+
provider: 'mistral',
|
|
1815
|
+
displayName: 'Mistral Small 3',
|
|
1816
|
+
description: 'Enterprise-grade small model released January 2025',
|
|
1817
|
+
pricing: { input: 0.05, output: 0.08 },
|
|
1818
|
+
benchmarks: {
|
|
1819
|
+
intelligence: 14,
|
|
1820
|
+
coding: 13.9,
|
|
1821
|
+
math: 3.7,
|
|
1822
|
+
mmluPro: 0.66,
|
|
1823
|
+
gpqa: 0.45,
|
|
1824
|
+
},
|
|
1825
|
+
contextLength: 131072,
|
|
1826
|
+
context: {
|
|
1827
|
+
input: {
|
|
1828
|
+
text: true,
|
|
1829
|
+
audio: false,
|
|
1830
|
+
image: false,
|
|
1831
|
+
video: false
|
|
1832
|
+
},
|
|
1833
|
+
output: {
|
|
1834
|
+
text: true,
|
|
1835
|
+
audio: false,
|
|
1836
|
+
image: false,
|
|
1837
|
+
video: false
|
|
1838
|
+
}
|
|
1839
|
+
},
|
|
1840
|
+
deprecated: false,
|
|
1841
|
+
isAvailable: true,
|
|
1842
|
+
lastUpdated: '2026-03-01',
|
|
1843
|
+
},
|
|
1844
|
+
'mistral-small-2506': {
|
|
1845
|
+
type: 'chat',
|
|
1846
|
+
provider: 'mistral',
|
|
1847
|
+
displayName: 'Mistral Small 3.2',
|
|
1848
|
+
description: 'Latest enterprise-grade small model released June 2025',
|
|
1849
|
+
pricing: { input: 0.06, output: 0.18 },
|
|
1850
|
+
benchmarks: {
|
|
1851
|
+
intelligence: 24.9,
|
|
1852
|
+
coding: 18.3,
|
|
1853
|
+
math: 3.7,
|
|
1854
|
+
mmluPro: 0.66,
|
|
1855
|
+
gpqa: 0.45,
|
|
1856
|
+
},
|
|
1857
|
+
contextLength: 131072,
|
|
1858
|
+
context: {
|
|
1859
|
+
input: {
|
|
1860
|
+
text: true,
|
|
1861
|
+
audio: false,
|
|
1862
|
+
image: true,
|
|
1863
|
+
video: false
|
|
1864
|
+
},
|
|
1865
|
+
output: {
|
|
1866
|
+
text: true,
|
|
1867
|
+
audio: false,
|
|
1868
|
+
image: false,
|
|
1869
|
+
video: false
|
|
1870
|
+
}
|
|
1871
|
+
},
|
|
1872
|
+
deprecated: false,
|
|
1873
|
+
isAvailable: true,
|
|
1874
|
+
lastUpdated: '2026-03-01',
|
|
1875
|
+
},
|
|
1876
|
+
'mistral-tiny-2407': {
|
|
1877
|
+
type: 'chat',
|
|
1878
|
+
provider: 'mistral',
|
|
1879
|
+
displayName: 'Mistral Tiny (Nemo)',
|
|
1880
|
+
description: 'Alias for Mistral Nemo',
|
|
1881
|
+
pricing: { input: 0.02, output: 0.04 },
|
|
1882
|
+
contextLength: 131072,
|
|
1883
|
+
context: {
|
|
1884
|
+
input: {
|
|
1885
|
+
text: true,
|
|
1886
|
+
audio: false,
|
|
1887
|
+
image: false,
|
|
1888
|
+
video: false
|
|
1889
|
+
},
|
|
1890
|
+
output: {
|
|
1891
|
+
text: true,
|
|
1892
|
+
audio: false,
|
|
1893
|
+
image: false,
|
|
1894
|
+
video: false
|
|
1895
|
+
}
|
|
1896
|
+
},
|
|
1897
|
+
deprecated: false,
|
|
1898
|
+
isAvailable: true,
|
|
1899
|
+
lastUpdated: '2026-03-01',
|
|
1900
|
+
},
|
|
1901
|
+
'open-mistral-nemo-2407': {
|
|
1902
|
+
type: 'chat',
|
|
1903
|
+
provider: 'mistral',
|
|
1904
|
+
displayName: 'Mistral Nemo',
|
|
1905
|
+
description: 'Best multilingual open source model released July 2024',
|
|
1906
|
+
pricing: { input: 0.02, output: 0.04 },
|
|
1907
|
+
benchmarks: {
|
|
1908
|
+
intelligence: 7.4,
|
|
1909
|
+
mmluPro: 0.25,
|
|
1910
|
+
gpqa: 0.18,
|
|
1911
|
+
},
|
|
1912
|
+
contextLength: 131072,
|
|
1913
|
+
context: {
|
|
1914
|
+
input: {
|
|
1915
|
+
text: true,
|
|
1916
|
+
audio: false,
|
|
1917
|
+
image: false,
|
|
1918
|
+
video: false
|
|
1919
|
+
},
|
|
1920
|
+
output: {
|
|
1921
|
+
text: true,
|
|
1922
|
+
audio: false,
|
|
1923
|
+
image: false,
|
|
1924
|
+
video: false
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1927
|
+
deprecated: false,
|
|
1928
|
+
isAvailable: true,
|
|
1929
|
+
lastUpdated: '2026-03-01',
|
|
1930
|
+
},
|
|
1931
|
+
'pixtral-12b-2409': {
|
|
1932
|
+
type: 'chat',
|
|
1933
|
+
provider: 'mistral',
|
|
1934
|
+
displayName: 'Pixtral 12B',
|
|
1935
|
+
description: 'Multimodal model with vision capabilities',
|
|
1936
|
+
pricing: { input: 0.15, output: 0.15 },
|
|
1937
|
+
contextLength: 131072,
|
|
1938
|
+
context: {
|
|
1939
|
+
input: {
|
|
1940
|
+
text: true,
|
|
1941
|
+
audio: false,
|
|
1942
|
+
image: true,
|
|
1943
|
+
video: false
|
|
1944
|
+
},
|
|
1945
|
+
output: {
|
|
1946
|
+
text: true,
|
|
1947
|
+
audio: false,
|
|
1948
|
+
image: false,
|
|
1949
|
+
video: false
|
|
1950
|
+
}
|
|
1951
|
+
},
|
|
1952
|
+
deprecated: false,
|
|
1953
|
+
isAvailable: true,
|
|
1954
|
+
lastUpdated: '2026-03-01',
|
|
1955
|
+
},
|
|
1956
|
+
'pixtral-large-2411': {
|
|
1957
|
+
type: 'chat',
|
|
1958
|
+
provider: 'mistral',
|
|
1959
|
+
displayName: 'Pixtral Large',
|
|
1960
|
+
description: 'Large multimodal model with vision capabilities',
|
|
1961
|
+
pricing: { input: 2, output: 6 },
|
|
1962
|
+
benchmarks: {
|
|
1963
|
+
intelligence: 14,
|
|
1964
|
+
math: 2.3,
|
|
1965
|
+
mmluPro: 0.7,
|
|
1966
|
+
gpqa: 0.51,
|
|
1967
|
+
},
|
|
1968
|
+
contextLength: 131072,
|
|
1969
|
+
context: {
|
|
1970
|
+
input: {
|
|
1971
|
+
text: true,
|
|
1972
|
+
audio: false,
|
|
1973
|
+
image: true,
|
|
1974
|
+
video: false
|
|
1975
|
+
},
|
|
1976
|
+
output: {
|
|
1977
|
+
text: true,
|
|
1978
|
+
audio: false,
|
|
1979
|
+
image: false,
|
|
1980
|
+
video: false
|
|
1981
|
+
}
|
|
1982
|
+
},
|
|
1983
|
+
deprecated: false,
|
|
1984
|
+
isAvailable: true,
|
|
1985
|
+
lastUpdated: '2026-03-01',
|
|
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
|
+
},
|
|
2035
|
+
'voxtral-mini-latest': {
|
|
2036
|
+
type: 'chat',
|
|
2037
|
+
provider: 'mistral',
|
|
2038
|
+
displayName: 'Voxtral Mini',
|
|
2039
|
+
description: 'A mini version of our first audio input model.',
|
|
2040
|
+
pricing: { input: 0.04, output: 0.04 },
|
|
2041
|
+
context: {
|
|
2042
|
+
input: {
|
|
2043
|
+
text: true,
|
|
2044
|
+
audio: true,
|
|
2045
|
+
image: false,
|
|
2046
|
+
video: false
|
|
2047
|
+
},
|
|
2048
|
+
output: {
|
|
2049
|
+
text: true,
|
|
2050
|
+
audio: false,
|
|
2051
|
+
image: false,
|
|
2052
|
+
video: false
|
|
2053
|
+
}
|
|
2054
|
+
},
|
|
2055
|
+
deprecated: false,
|
|
2056
|
+
isAvailable: true,
|
|
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',
|
|
2091
|
+
},
|
|
2092
|
+
'babbage-002': {
|
|
2093
|
+
type: 'chat',
|
|
2094
|
+
provider: 'openai',
|
|
2095
|
+
displayName: 'Babbage 002',
|
|
2096
|
+
description: 'Legacy GPT-3 Babbage model',
|
|
2097
|
+
deprecated: false,
|
|
2098
|
+
isAvailable: true,
|
|
2099
|
+
lastUpdated: '2026-03-01',
|
|
2100
|
+
},
|
|
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 },
|
|
2116
|
+
context: {
|
|
2117
|
+
input: {
|
|
2118
|
+
text: true,
|
|
2119
|
+
audio: false,
|
|
2120
|
+
image: false,
|
|
2121
|
+
video: false
|
|
2122
|
+
},
|
|
2123
|
+
output: {
|
|
2124
|
+
text: false,
|
|
2125
|
+
audio: false,
|
|
2126
|
+
image: true,
|
|
2127
|
+
video: false
|
|
2128
|
+
}
|
|
2129
|
+
},
|
|
2130
|
+
deprecated: false,
|
|
2131
|
+
isAvailable: true,
|
|
2132
|
+
lastUpdated: '2026-03-01',
|
|
2133
|
+
},
|
|
2134
|
+
'dall-e-3': {
|
|
2135
|
+
type: 'image',
|
|
2136
|
+
provider: 'openai',
|
|
2137
|
+
displayName: 'DALL·E 3',
|
|
2138
|
+
description: 'Previous generation image generation model',
|
|
2139
|
+
unitPricing: {
|
|
2140
|
+
'hd-1024x1024': 0.08,
|
|
2141
|
+
'hd-1024x1792': 0.12,
|
|
2142
|
+
'hd-1792x1024': 0.12,
|
|
2143
|
+
'standard-1024x1024': 0.04,
|
|
2144
|
+
'standard-1024x1792': 0.08,
|
|
2145
|
+
'standard-1792x1024': 0.08
|
|
2146
|
+
},
|
|
2147
|
+
context: {
|
|
2148
|
+
input: {
|
|
2149
|
+
text: true,
|
|
2150
|
+
audio: false,
|
|
2151
|
+
image: false,
|
|
2152
|
+
video: false
|
|
2153
|
+
},
|
|
2154
|
+
output: {
|
|
2155
|
+
text: false,
|
|
2156
|
+
audio: false,
|
|
2157
|
+
image: true,
|
|
2158
|
+
video: false
|
|
2159
|
+
}
|
|
2160
|
+
},
|
|
2161
|
+
deprecated: false,
|
|
2162
|
+
isAvailable: true,
|
|
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',
|
|
2173
|
+
},
|
|
2174
|
+
'gpt-3.5-turbo': {
|
|
2175
|
+
type: 'chat',
|
|
2176
|
+
provider: 'openai',
|
|
2177
|
+
displayName: 'GPT-3.5 Turbo',
|
|
2178
|
+
description: 'Legacy GPT model for cheaper chat and non-chat tasks',
|
|
2179
|
+
pricing: { input: 0.5, output: 1.5 },
|
|
2180
|
+
contextLength: 16385,
|
|
2181
|
+
context: {
|
|
2182
|
+
input: {
|
|
2183
|
+
text: true,
|
|
2184
|
+
audio: false,
|
|
2185
|
+
image: false,
|
|
2186
|
+
video: false
|
|
2187
|
+
},
|
|
2188
|
+
output: {
|
|
2189
|
+
text: true,
|
|
2190
|
+
audio: false,
|
|
2191
|
+
image: false,
|
|
2192
|
+
video: false
|
|
2193
|
+
}
|
|
2194
|
+
},
|
|
2195
|
+
deprecated: false,
|
|
2196
|
+
isAvailable: true,
|
|
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',
|
|
2218
|
+
},
|
|
2219
|
+
'gpt-3.5-turbo-16k': {
|
|
2220
|
+
type: 'chat',
|
|
2221
|
+
provider: 'openai',
|
|
2222
|
+
displayName: 'GPT-3.5 Turbo',
|
|
2223
|
+
description: 'Legacy GPT model for cheaper chat and non-chat tasks',
|
|
2224
|
+
pricing: { input: 3, output: 4 },
|
|
2225
|
+
contextLength: 16384,
|
|
2226
|
+
context: {
|
|
2227
|
+
input: {
|
|
2228
|
+
text: true,
|
|
2229
|
+
audio: false,
|
|
2230
|
+
image: false,
|
|
2231
|
+
video: false
|
|
2232
|
+
},
|
|
2233
|
+
output: {
|
|
2234
|
+
text: true,
|
|
2235
|
+
audio: false,
|
|
2236
|
+
image: false,
|
|
2237
|
+
video: false
|
|
2238
|
+
}
|
|
2239
|
+
},
|
|
2240
|
+
deprecated: false,
|
|
2241
|
+
isAvailable: true,
|
|
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',
|
|
2303
|
+
},
|
|
2304
|
+
'gpt-4-turbo': {
|
|
2305
|
+
type: 'chat',
|
|
2306
|
+
provider: 'openai',
|
|
2307
|
+
displayName: 'GPT-4 Turbo',
|
|
2308
|
+
description: 'An older high-intelligence GPT model',
|
|
2309
|
+
pricing: { input: 10, output: 30 },
|
|
2310
|
+
benchmarks: {
|
|
2311
|
+
intelligence: 12.8,
|
|
2312
|
+
coding: 13.1,
|
|
2313
|
+
},
|
|
2314
|
+
contextLength: 128000,
|
|
2315
|
+
context: {
|
|
2316
|
+
input: {
|
|
2317
|
+
text: true,
|
|
2318
|
+
audio: false,
|
|
2319
|
+
image: true,
|
|
2320
|
+
video: false
|
|
2321
|
+
},
|
|
2322
|
+
output: {
|
|
2323
|
+
text: true,
|
|
2324
|
+
audio: false,
|
|
2325
|
+
image: false,
|
|
2326
|
+
video: false
|
|
2327
|
+
}
|
|
2328
|
+
},
|
|
2329
|
+
deprecated: false,
|
|
2330
|
+
isAvailable: true,
|
|
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',
|
|
2352
|
+
},
|
|
2353
|
+
'gpt-4.1': {
|
|
2354
|
+
type: 'chat',
|
|
2355
|
+
provider: 'openai',
|
|
2356
|
+
displayName: 'GPT-4.1',
|
|
2357
|
+
description: 'Smartest non-reasoning model',
|
|
2358
|
+
pricing: { input: 3, output: 12 },
|
|
2359
|
+
benchmarks: {
|
|
2360
|
+
intelligence: 22.4,
|
|
2361
|
+
coding: 18.5,
|
|
2362
|
+
math: 46.3,
|
|
2363
|
+
mmluPro: 0.78,
|
|
2364
|
+
gpqa: 0.66,
|
|
2365
|
+
},
|
|
2366
|
+
contextLength: 128000,
|
|
2367
|
+
context: {
|
|
2368
|
+
input: {
|
|
2369
|
+
text: true,
|
|
2370
|
+
audio: false,
|
|
2371
|
+
image: true,
|
|
2372
|
+
video: false
|
|
2373
|
+
},
|
|
2374
|
+
output: {
|
|
2375
|
+
text: true,
|
|
2376
|
+
audio: false,
|
|
2377
|
+
image: false,
|
|
2378
|
+
video: false
|
|
2379
|
+
}
|
|
2380
|
+
},
|
|
2381
|
+
deprecated: false,
|
|
2382
|
+
isAvailable: true,
|
|
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',
|
|
2449
|
+
},
|
|
2450
|
+
'gpt-4.1-nano-2025-04-14': {
|
|
2451
|
+
type: 'chat',
|
|
2452
|
+
provider: 'openai',
|
|
2453
|
+
displayName: 'GPT-4.1 nano',
|
|
2454
|
+
description: 'Fastest, most cost-efficient version of GPT-4.1',
|
|
2455
|
+
pricing: { input: 0.2, output: 0.8 },
|
|
2456
|
+
benchmarks: {
|
|
2457
|
+
intelligence: 12.9,
|
|
2458
|
+
coding: 11.2,
|
|
2459
|
+
math: 24,
|
|
2460
|
+
mmluPro: 0.66,
|
|
2461
|
+
gpqa: 0.51,
|
|
2462
|
+
},
|
|
2463
|
+
contextLength: 128000,
|
|
2464
|
+
context: {
|
|
2465
|
+
input: {
|
|
2466
|
+
text: true,
|
|
2467
|
+
audio: false,
|
|
2468
|
+
image: true,
|
|
2469
|
+
video: false
|
|
2470
|
+
},
|
|
2471
|
+
output: {
|
|
2472
|
+
text: true,
|
|
2473
|
+
audio: false,
|
|
2474
|
+
image: false,
|
|
2475
|
+
video: false
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2478
|
+
deprecated: false,
|
|
2479
|
+
isAvailable: true,
|
|
2480
|
+
lastUpdated: '2026-03-01',
|
|
2481
|
+
},
|
|
2482
|
+
'gpt-4o': {
|
|
2483
|
+
type: 'chat',
|
|
2484
|
+
provider: 'openai',
|
|
2485
|
+
displayName: 'GPT-4o',
|
|
2486
|
+
description: 'Fast, intelligent, flexible GPT model',
|
|
2487
|
+
pricing: { input: 2.5, output: 10 },
|
|
2488
|
+
benchmarks: {
|
|
2489
|
+
intelligence: 18.6,
|
|
2490
|
+
math: 25.7,
|
|
2491
|
+
mmluPro: 0.8,
|
|
2492
|
+
gpqa: 0.66,
|
|
2493
|
+
},
|
|
2494
|
+
contextLength: 128000,
|
|
2495
|
+
context: {
|
|
2496
|
+
input: {
|
|
2497
|
+
text: true,
|
|
2498
|
+
audio: false,
|
|
2499
|
+
image: true,
|
|
2500
|
+
video: false
|
|
2501
|
+
},
|
|
2502
|
+
output: {
|
|
2503
|
+
text: true,
|
|
2504
|
+
audio: false,
|
|
2505
|
+
image: false,
|
|
2506
|
+
video: false
|
|
2507
|
+
}
|
|
2508
|
+
},
|
|
2509
|
+
deprecated: false,
|
|
2510
|
+
isAvailable: true,
|
|
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',
|
|
2542
|
+
},
|
|
2543
|
+
'gpt-4o-audio-preview': {
|
|
2544
|
+
type: 'audio',
|
|
2545
|
+
provider: 'openai',
|
|
2546
|
+
displayName: 'GPT-4o Audio',
|
|
2547
|
+
description: 'GPT-4o models capable of audio inputs and outputs',
|
|
2548
|
+
pricing: { input: 2.5, output: 10 },
|
|
2549
|
+
context: {
|
|
2550
|
+
input: {
|
|
2551
|
+
text: true,
|
|
2552
|
+
audio: true,
|
|
1489
2553
|
image: false,
|
|
1490
2554
|
video: false
|
|
1491
2555
|
},
|
|
@@ -1498,7 +2562,63 @@ export const MODEL_REGISTRY = {
|
|
|
1498
2562
|
},
|
|
1499
2563
|
deprecated: false,
|
|
1500
2564
|
isAvailable: true,
|
|
1501
|
-
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',
|
|
1502
2622
|
},
|
|
1503
2623
|
'gpt-4o-mini-audio-preview': {
|
|
1504
2624
|
type: 'audio',
|
|
@@ -1523,12 +2643,22 @@ export const MODEL_REGISTRY = {
|
|
|
1523
2643
|
},
|
|
1524
2644
|
deprecated: false,
|
|
1525
2645
|
isAvailable: true,
|
|
1526
|
-
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',
|
|
1527
2656
|
},
|
|
1528
2657
|
'gpt-4o-mini-realtime-preview': {
|
|
1529
2658
|
type: 'audio',
|
|
1530
2659
|
provider: 'openai',
|
|
1531
2660
|
displayName: 'GPT-4o mini Realtime',
|
|
2661
|
+
subtype: 'realtime',
|
|
1532
2662
|
description: 'Smaller realtime model for text and audio inputs and outputs',
|
|
1533
2663
|
pricing: { input: 0.6, output: 2.4 },
|
|
1534
2664
|
contextLength: 128000,
|
|
@@ -1548,7 +2678,17 @@ export const MODEL_REGISTRY = {
|
|
|
1548
2678
|
},
|
|
1549
2679
|
deprecated: false,
|
|
1550
2680
|
isAvailable: true,
|
|
1551
|
-
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',
|
|
1552
2692
|
},
|
|
1553
2693
|
'gpt-4o-mini-search-preview': {
|
|
1554
2694
|
type: 'chat',
|
|
@@ -1572,13 +2712,23 @@ export const MODEL_REGISTRY = {
|
|
|
1572
2712
|
},
|
|
1573
2713
|
deprecated: false,
|
|
1574
2714
|
isAvailable: true,
|
|
1575
|
-
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',
|
|
1576
2726
|
},
|
|
1577
2727
|
'gpt-4o-mini-transcribe': {
|
|
1578
|
-
type: '
|
|
2728
|
+
type: 'stt',
|
|
1579
2729
|
provider: 'openai',
|
|
1580
|
-
displayName: 'GPT-4o
|
|
1581
|
-
description: '
|
|
2730
|
+
displayName: 'GPT-4o Mini Transcribe',
|
|
2731
|
+
description: 'Compact speech-to-text model',
|
|
1582
2732
|
pricing: { input: 1.25, output: 5 },
|
|
1583
2733
|
context: {
|
|
1584
2734
|
input: {
|
|
@@ -1596,7 +2746,16 @@ export const MODEL_REGISTRY = {
|
|
|
1596
2746
|
},
|
|
1597
2747
|
deprecated: false,
|
|
1598
2748
|
isAvailable: true,
|
|
1599
|
-
lastUpdated: '2026-01
|
|
2749
|
+
lastUpdated: '2026-03-01',
|
|
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',
|
|
1600
2759
|
},
|
|
1601
2760
|
'gpt-4o-mini-transcribe-2025-12-15': {
|
|
1602
2761
|
type: 'audio',
|
|
@@ -1620,7 +2779,7 @@ export const MODEL_REGISTRY = {
|
|
|
1620
2779
|
},
|
|
1621
2780
|
deprecated: false,
|
|
1622
2781
|
isAvailable: true,
|
|
1623
|
-
lastUpdated: '2026-01
|
|
2782
|
+
lastUpdated: '2026-03-01',
|
|
1624
2783
|
},
|
|
1625
2784
|
'gpt-4o-mini-tts': {
|
|
1626
2785
|
type: 'tts',
|
|
@@ -1644,7 +2803,7 @@ export const MODEL_REGISTRY = {
|
|
|
1644
2803
|
},
|
|
1645
2804
|
deprecated: false,
|
|
1646
2805
|
isAvailable: true,
|
|
1647
|
-
lastUpdated: '2026-01
|
|
2806
|
+
lastUpdated: '2026-03-01',
|
|
1648
2807
|
},
|
|
1649
2808
|
'gpt-4o-mini-tts-2025-03-20': {
|
|
1650
2809
|
type: 'tts',
|
|
@@ -1668,12 +2827,22 @@ export const MODEL_REGISTRY = {
|
|
|
1668
2827
|
},
|
|
1669
2828
|
deprecated: false,
|
|
1670
2829
|
isAvailable: true,
|
|
1671
|
-
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',
|
|
1672
2840
|
},
|
|
1673
2841
|
'gpt-4o-realtime-preview': {
|
|
1674
2842
|
type: 'audio',
|
|
1675
2843
|
provider: 'openai',
|
|
1676
2844
|
displayName: 'GPT-4o Realtime',
|
|
2845
|
+
subtype: 'realtime',
|
|
1677
2846
|
description: 'Model capable of realtime text and audio inputs and outputs',
|
|
1678
2847
|
pricing: { input: 5, output: 20 },
|
|
1679
2848
|
contextLength: 128000,
|
|
@@ -1693,12 +2862,23 @@ export const MODEL_REGISTRY = {
|
|
|
1693
2862
|
},
|
|
1694
2863
|
deprecated: false,
|
|
1695
2864
|
isAvailable: true,
|
|
1696
|
-
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',
|
|
1697
2876
|
},
|
|
1698
2877
|
'gpt-4o-realtime-preview-2025-06-03': {
|
|
1699
2878
|
type: 'audio',
|
|
1700
2879
|
provider: 'openai',
|
|
1701
2880
|
displayName: 'GPT-4o Realtime',
|
|
2881
|
+
subtype: 'realtime',
|
|
1702
2882
|
description: 'Model capable of realtime text and audio inputs and outputs',
|
|
1703
2883
|
pricing: { input: 5, output: 20 },
|
|
1704
2884
|
contextLength: 128000,
|
|
@@ -1718,7 +2898,7 @@ export const MODEL_REGISTRY = {
|
|
|
1718
2898
|
},
|
|
1719
2899
|
deprecated: false,
|
|
1720
2900
|
isAvailable: true,
|
|
1721
|
-
lastUpdated: '2026-01
|
|
2901
|
+
lastUpdated: '2026-03-01',
|
|
1722
2902
|
},
|
|
1723
2903
|
'gpt-4o-search-preview': {
|
|
1724
2904
|
type: 'chat',
|
|
@@ -1743,13 +2923,23 @@ export const MODEL_REGISTRY = {
|
|
|
1743
2923
|
},
|
|
1744
2924
|
deprecated: false,
|
|
1745
2925
|
isAvailable: true,
|
|
1746
|
-
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',
|
|
1747
2937
|
},
|
|
1748
2938
|
'gpt-4o-transcribe': {
|
|
1749
|
-
type: '
|
|
2939
|
+
type: 'stt',
|
|
1750
2940
|
provider: 'openai',
|
|
1751
2941
|
displayName: 'GPT-4o Transcribe',
|
|
1752
|
-
description: 'Speech-to-text model
|
|
2942
|
+
description: 'Speech-to-text transcription model',
|
|
1753
2943
|
pricing: { input: 2.5, output: 10 },
|
|
1754
2944
|
context: {
|
|
1755
2945
|
input: {
|
|
@@ -1767,7 +2957,7 @@ export const MODEL_REGISTRY = {
|
|
|
1767
2957
|
},
|
|
1768
2958
|
deprecated: false,
|
|
1769
2959
|
isAvailable: true,
|
|
1770
|
-
lastUpdated: '2026-01
|
|
2960
|
+
lastUpdated: '2026-03-01',
|
|
1771
2961
|
},
|
|
1772
2962
|
'gpt-4o-transcribe-diarize': {
|
|
1773
2963
|
type: 'audio',
|
|
@@ -1791,7 +2981,60 @@ export const MODEL_REGISTRY = {
|
|
|
1791
2981
|
},
|
|
1792
2982
|
deprecated: false,
|
|
1793
2983
|
isAvailable: true,
|
|
1794
|
-
lastUpdated: '2026-01
|
|
2984
|
+
lastUpdated: '2026-03-01',
|
|
2985
|
+
},
|
|
2986
|
+
'gpt-5': {
|
|
2987
|
+
type: 'chat',
|
|
2988
|
+
provider: 'openai',
|
|
2989
|
+
displayName: 'GPT-5',
|
|
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,
|
|
3015
|
+
deprecated: false,
|
|
3016
|
+
isAvailable: true,
|
|
3017
|
+
lastUpdated: '2026-03-01',
|
|
3018
|
+
},
|
|
3019
|
+
'gpt-5-codex': {
|
|
3020
|
+
type: 'chat',
|
|
3021
|
+
provider: 'openai',
|
|
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,
|
|
3035
|
+
deprecated: false,
|
|
3036
|
+
isAvailable: true,
|
|
3037
|
+
lastUpdated: '2026-03-01',
|
|
1795
3038
|
},
|
|
1796
3039
|
'gpt-5-mini-2025-08-07': {
|
|
1797
3040
|
type: 'chat',
|
|
@@ -1802,10 +3045,7 @@ export const MODEL_REGISTRY = {
|
|
|
1802
3045
|
benchmarks: {
|
|
1803
3046
|
intelligence: 11.9,
|
|
1804
3047
|
},
|
|
1805
|
-
|
|
1806
|
-
intelligenceScore: 11.9,
|
|
1807
|
-
},
|
|
1808
|
-
contextLength: 128000,
|
|
3048
|
+
contextLength: 400000,
|
|
1809
3049
|
context: {
|
|
1810
3050
|
input: {
|
|
1811
3051
|
text: true,
|
|
@@ -1822,13 +3062,24 @@ export const MODEL_REGISTRY = {
|
|
|
1822
3062
|
},
|
|
1823
3063
|
deprecated: false,
|
|
1824
3064
|
isAvailable: true,
|
|
1825
|
-
lastUpdated: '2026-01
|
|
3065
|
+
lastUpdated: '2026-03-01',
|
|
3066
|
+
},
|
|
3067
|
+
'gpt-5-nano': {
|
|
3068
|
+
type: 'chat',
|
|
3069
|
+
provider: 'openai',
|
|
3070
|
+
displayName: 'GPT-5 Nano',
|
|
3071
|
+
description: 'Smallest and fastest GPT-5 model',
|
|
3072
|
+
pricing: { input: 0.05, output: 0.4 },
|
|
3073
|
+
contextLength: 400000,
|
|
3074
|
+
deprecated: false,
|
|
3075
|
+
isAvailable: true,
|
|
3076
|
+
lastUpdated: '2026-03-01',
|
|
1826
3077
|
},
|
|
1827
3078
|
'gpt-5-nano-2025-08-07': {
|
|
1828
3079
|
type: 'chat',
|
|
1829
3080
|
provider: 'openai',
|
|
1830
|
-
displayName: 'GPT-5
|
|
1831
|
-
description: '
|
|
3081
|
+
displayName: 'GPT-5 Nano',
|
|
3082
|
+
description: 'Smallest and fastest GPT-5 model',
|
|
1832
3083
|
pricing: { input: 0.05, output: 0.4 },
|
|
1833
3084
|
benchmarks: {
|
|
1834
3085
|
intelligence: 25.7,
|
|
@@ -1837,10 +3088,7 @@ export const MODEL_REGISTRY = {
|
|
|
1837
3088
|
mmluPro: 0.77,
|
|
1838
3089
|
gpqa: 0.67,
|
|
1839
3090
|
},
|
|
1840
|
-
|
|
1841
|
-
intelligenceScore: 25.7,
|
|
1842
|
-
},
|
|
1843
|
-
contextLength: 128000,
|
|
3091
|
+
contextLength: 400000,
|
|
1844
3092
|
context: {
|
|
1845
3093
|
input: {
|
|
1846
3094
|
text: true,
|
|
@@ -1857,13 +3105,43 @@ export const MODEL_REGISTRY = {
|
|
|
1857
3105
|
},
|
|
1858
3106
|
deprecated: false,
|
|
1859
3107
|
isAvailable: true,
|
|
1860
|
-
lastUpdated: '2026-01
|
|
3108
|
+
lastUpdated: '2026-03-01',
|
|
1861
3109
|
},
|
|
1862
|
-
'gpt-5-
|
|
3110
|
+
'gpt-5-pro': {
|
|
3111
|
+
type: 'chat',
|
|
3112
|
+
provider: 'openai',
|
|
3113
|
+
displayName: 'GPT-5 Pro',
|
|
3114
|
+
description: 'Premium GPT-5 model for complex tasks',
|
|
3115
|
+
pricing: { input: 15, output: 120 },
|
|
3116
|
+
contextLength: 400000,
|
|
3117
|
+
deprecated: false,
|
|
3118
|
+
isAvailable: true,
|
|
3119
|
+
lastUpdated: '2026-03-01',
|
|
3120
|
+
},
|
|
3121
|
+
'gpt-5-pro-2025-10-06': {
|
|
3122
|
+
type: 'chat',
|
|
3123
|
+
provider: 'openai',
|
|
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': {
|
|
1863
3132
|
type: 'chat',
|
|
1864
3133
|
provider: 'openai',
|
|
1865
3134
|
displayName: 'GPT-5 Search API',
|
|
1866
|
-
description: 'GPT-5
|
|
3135
|
+
description: 'GPT-5 with web search capabilities',
|
|
3136
|
+
deprecated: false,
|
|
3137
|
+
isAvailable: true,
|
|
3138
|
+
lastUpdated: '2026-03-01',
|
|
3139
|
+
},
|
|
3140
|
+
'gpt-5-search-api-2025-10-14': {
|
|
3141
|
+
type: 'chat',
|
|
3142
|
+
provider: 'openai',
|
|
3143
|
+
displayName: 'GPT-5 Search API (Oct 2025)',
|
|
3144
|
+
description: 'GPT-5 with search capabilities',
|
|
1867
3145
|
pricing: { input: 1.25, output: 10 },
|
|
1868
3146
|
benchmarks: {
|
|
1869
3147
|
intelligence: 68.5,
|
|
@@ -1872,9 +3150,6 @@ export const MODEL_REGISTRY = {
|
|
|
1872
3150
|
mmluPro: 0.87,
|
|
1873
3151
|
gpqa: 0.84,
|
|
1874
3152
|
},
|
|
1875
|
-
performance: {
|
|
1876
|
-
intelligenceScore: 68.5,
|
|
1877
|
-
},
|
|
1878
3153
|
contextLength: 128000,
|
|
1879
3154
|
context: {
|
|
1880
3155
|
input: {
|
|
@@ -1892,13 +3167,24 @@ export const MODEL_REGISTRY = {
|
|
|
1892
3167
|
},
|
|
1893
3168
|
deprecated: false,
|
|
1894
3169
|
isAvailable: true,
|
|
1895
|
-
lastUpdated: '2026-01
|
|
3170
|
+
lastUpdated: '2026-03-01',
|
|
3171
|
+
},
|
|
3172
|
+
'gpt-5.1': {
|
|
3173
|
+
type: 'chat',
|
|
3174
|
+
provider: 'openai',
|
|
3175
|
+
displayName: 'GPT-5.1',
|
|
3176
|
+
description: 'GPT-5.1 model',
|
|
3177
|
+
pricing: { input: 1.25, output: 10 },
|
|
3178
|
+
contextLength: 400000,
|
|
3179
|
+
deprecated: false,
|
|
3180
|
+
isAvailable: true,
|
|
3181
|
+
lastUpdated: '2026-03-01',
|
|
1896
3182
|
},
|
|
1897
3183
|
'gpt-5.1-2025-11-13': {
|
|
1898
3184
|
type: 'chat',
|
|
1899
3185
|
provider: 'openai',
|
|
1900
|
-
displayName: 'GPT-5.1',
|
|
1901
|
-
description: '
|
|
3186
|
+
displayName: 'GPT-5.1 (Nov 2025)',
|
|
3187
|
+
description: 'GPT-5.1 model released November 2025',
|
|
1902
3188
|
pricing: { input: 1.25, output: 10 },
|
|
1903
3189
|
benchmarks: {
|
|
1904
3190
|
intelligence: 27.4,
|
|
@@ -1907,10 +3193,7 @@ export const MODEL_REGISTRY = {
|
|
|
1907
3193
|
mmluPro: 0.8,
|
|
1908
3194
|
gpqa: 0.64,
|
|
1909
3195
|
},
|
|
1910
|
-
|
|
1911
|
-
intelligenceScore: 27.4,
|
|
1912
|
-
},
|
|
1913
|
-
contextLength: 128000,
|
|
3196
|
+
contextLength: 400000,
|
|
1914
3197
|
context: {
|
|
1915
3198
|
input: {
|
|
1916
3199
|
text: true,
|
|
@@ -1927,7 +3210,56 @@ export const MODEL_REGISTRY = {
|
|
|
1927
3210
|
},
|
|
1928
3211
|
deprecated: false,
|
|
1929
3212
|
isAvailable: true,
|
|
1930
|
-
lastUpdated: '2026-01
|
|
3213
|
+
lastUpdated: '2026-03-01',
|
|
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
|
+
},
|
|
3226
|
+
'gpt-5.1-codex': {
|
|
3227
|
+
type: 'chat',
|
|
3228
|
+
provider: 'openai',
|
|
3229
|
+
displayName: '',
|
|
3230
|
+
subtype: 'code',
|
|
3231
|
+
deprecated: false,
|
|
3232
|
+
isAvailable: true,
|
|
3233
|
+
lastUpdated: '2026-03-01',
|
|
3234
|
+
},
|
|
3235
|
+
'gpt-5.1-codex-max': {
|
|
3236
|
+
type: 'chat',
|
|
3237
|
+
provider: 'openai',
|
|
3238
|
+
displayName: '',
|
|
3239
|
+
subtype: 'code',
|
|
3240
|
+
deprecated: false,
|
|
3241
|
+
isAvailable: true,
|
|
3242
|
+
lastUpdated: '2026-03-01',
|
|
3243
|
+
},
|
|
3244
|
+
'gpt-5.1-codex-mini': {
|
|
3245
|
+
type: 'chat',
|
|
3246
|
+
provider: 'openai',
|
|
3247
|
+
displayName: '',
|
|
3248
|
+
subtype: 'code',
|
|
3249
|
+
deprecated: false,
|
|
3250
|
+
isAvailable: true,
|
|
3251
|
+
lastUpdated: '2026-03-01',
|
|
3252
|
+
},
|
|
3253
|
+
'gpt-5.2': {
|
|
3254
|
+
type: 'chat',
|
|
3255
|
+
provider: 'openai',
|
|
3256
|
+
displayName: 'GPT-5.2',
|
|
3257
|
+
description: 'Latest GPT-5.2 model',
|
|
3258
|
+
pricing: { input: 1.75, output: 14 },
|
|
3259
|
+
contextLength: 400000,
|
|
3260
|
+
deprecated: false,
|
|
3261
|
+
isAvailable: true,
|
|
3262
|
+
lastUpdated: '2026-03-01',
|
|
1931
3263
|
},
|
|
1932
3264
|
'gpt-5.2-2025-12-11': {
|
|
1933
3265
|
type: 'chat',
|
|
@@ -1936,16 +3268,9 @@ export const MODEL_REGISTRY = {
|
|
|
1936
3268
|
description: 'The best model for coding and agentic tasks across industries',
|
|
1937
3269
|
pricing: { input: 1.75, output: 14 },
|
|
1938
3270
|
benchmarks: {
|
|
1939
|
-
|
|
1940
|
-
coding: 38.9,
|
|
1941
|
-
math: 98.7,
|
|
1942
|
-
mmluPro: 0.87,
|
|
1943
|
-
gpqa: 0.84,
|
|
1944
|
-
},
|
|
1945
|
-
performance: {
|
|
1946
|
-
intelligenceScore: 44.5,
|
|
3271
|
+
gpqa: 93.2,
|
|
1947
3272
|
},
|
|
1948
|
-
contextLength:
|
|
3273
|
+
contextLength: 400000,
|
|
1949
3274
|
context: {
|
|
1950
3275
|
input: {
|
|
1951
3276
|
text: true,
|
|
@@ -1962,13 +3287,104 @@ export const MODEL_REGISTRY = {
|
|
|
1962
3287
|
},
|
|
1963
3288
|
deprecated: false,
|
|
1964
3289
|
isAvailable: true,
|
|
1965
|
-
lastUpdated: '2026-01
|
|
3290
|
+
lastUpdated: '2026-03-01',
|
|
1966
3291
|
},
|
|
1967
|
-
'gpt-
|
|
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
|
+
},
|
|
3313
|
+
'gpt-5.2-pro': {
|
|
3314
|
+
type: 'chat',
|
|
3315
|
+
provider: 'openai',
|
|
3316
|
+
displayName: 'GPT-5.2 Pro',
|
|
3317
|
+
description: 'Premium GPT-5.2 model for complex tasks',
|
|
3318
|
+
pricing: { input: 21, output: 168 },
|
|
3319
|
+
contextLength: 400000,
|
|
3320
|
+
deprecated: false,
|
|
3321
|
+
isAvailable: true,
|
|
3322
|
+
lastUpdated: '2026-03-01',
|
|
3323
|
+
},
|
|
3324
|
+
'gpt-5.2-pro-2025-12-11': {
|
|
3325
|
+
type: 'chat',
|
|
3326
|
+
provider: 'openai',
|
|
3327
|
+
displayName: '',
|
|
3328
|
+
pricing: { input: 21, output: 168 },
|
|
3329
|
+
contextLength: 400000,
|
|
3330
|
+
deprecated: false,
|
|
3331
|
+
isAvailable: true,
|
|
3332
|
+
lastUpdated: '2026-03-01',
|
|
3333
|
+
},
|
|
3334
|
+
'gpt-5.3-codex': {
|
|
3335
|
+
type: 'chat',
|
|
3336
|
+
provider: 'openai',
|
|
3337
|
+
displayName: 'GPT-5.3 Codex',
|
|
3338
|
+
subtype: 'code',
|
|
3339
|
+
description: 'Latest GPT-5.3 code generation model',
|
|
3340
|
+
benchmarks: {
|
|
3341
|
+
intelligence: 95,
|
|
3342
|
+
},
|
|
3343
|
+
deprecated: false,
|
|
3344
|
+
isAvailable: true,
|
|
3345
|
+
lastUpdated: '2026-03-01',
|
|
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': {
|
|
1968
3375
|
type: 'audio',
|
|
1969
3376
|
provider: 'openai',
|
|
1970
3377
|
displayName: 'GPT Audio Mini',
|
|
1971
|
-
description: '
|
|
3378
|
+
description: 'Smaller GPT Audio model',
|
|
3379
|
+
deprecated: false,
|
|
3380
|
+
isAvailable: true,
|
|
3381
|
+
lastUpdated: '2026-03-01',
|
|
3382
|
+
},
|
|
3383
|
+
'gpt-audio-mini-2025-10-06': {
|
|
3384
|
+
type: 'audio',
|
|
3385
|
+
provider: 'openai',
|
|
3386
|
+
displayName: 'GPT Audio Mini (Oct 2025)',
|
|
3387
|
+
description: 'Compact audio processing model',
|
|
1972
3388
|
pricing: { input: 0.6, output: 2.4 },
|
|
1973
3389
|
contextLength: 128000,
|
|
1974
3390
|
context: {
|
|
@@ -1987,13 +3403,13 @@ export const MODEL_REGISTRY = {
|
|
|
1987
3403
|
},
|
|
1988
3404
|
deprecated: false,
|
|
1989
3405
|
isAvailable: true,
|
|
1990
|
-
lastUpdated: '2026-01
|
|
3406
|
+
lastUpdated: '2026-03-01',
|
|
1991
3407
|
},
|
|
1992
3408
|
'gpt-audio-mini-2025-12-15': {
|
|
1993
3409
|
type: 'audio',
|
|
1994
3410
|
provider: 'openai',
|
|
1995
|
-
displayName: '
|
|
1996
|
-
description: '
|
|
3411
|
+
displayName: 'GPT Audio Mini (Dec 2025)',
|
|
3412
|
+
description: 'Compact audio processing model released December 2025',
|
|
1997
3413
|
pricing: { input: 0.6, output: 2.4 },
|
|
1998
3414
|
contextLength: 128000,
|
|
1999
3415
|
context: {
|
|
@@ -2012,13 +3428,77 @@ export const MODEL_REGISTRY = {
|
|
|
2012
3428
|
},
|
|
2013
3429
|
deprecated: false,
|
|
2014
3430
|
isAvailable: true,
|
|
2015
|
-
lastUpdated: '2026-01
|
|
3431
|
+
lastUpdated: '2026-03-01',
|
|
2016
3432
|
},
|
|
2017
|
-
'gpt-
|
|
2018
|
-
type: '
|
|
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
|
+
},
|
|
3451
|
+
'gpt-image-1.5': {
|
|
3452
|
+
type: 'image',
|
|
3453
|
+
provider: 'openai',
|
|
3454
|
+
displayName: 'GPT Image 1.5',
|
|
3455
|
+
description: 'State-of-the-art image generation model',
|
|
3456
|
+
pricing: { input: 5, output: 10 },
|
|
3457
|
+
context: {
|
|
3458
|
+
input: {
|
|
3459
|
+
text: true,
|
|
3460
|
+
audio: false,
|
|
3461
|
+
image: false,
|
|
3462
|
+
video: false
|
|
3463
|
+
},
|
|
3464
|
+
output: {
|
|
3465
|
+
text: false,
|
|
3466
|
+
audio: false,
|
|
3467
|
+
image: true,
|
|
3468
|
+
video: false
|
|
3469
|
+
}
|
|
3470
|
+
},
|
|
3471
|
+
deprecated: false,
|
|
3472
|
+
isAvailable: true,
|
|
3473
|
+
lastUpdated: '2026-03-01',
|
|
3474
|
+
},
|
|
3475
|
+
'gpt-realtime': {
|
|
3476
|
+
type: 'chat',
|
|
2019
3477
|
provider: 'openai',
|
|
2020
3478
|
displayName: 'GPT Realtime',
|
|
2021
|
-
|
|
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
|
+
},
|
|
3496
|
+
'gpt-realtime-2025-08-28': {
|
|
3497
|
+
type: 'chat',
|
|
3498
|
+
provider: 'openai',
|
|
3499
|
+
displayName: 'GPT Realtime (Aug 2025)',
|
|
3500
|
+
subtype: 'realtime',
|
|
3501
|
+
description: 'Realtime streaming model',
|
|
2022
3502
|
pricing: { input: 4, output: 16 },
|
|
2023
3503
|
contextLength: 128000,
|
|
2024
3504
|
context: {
|
|
@@ -2037,13 +3517,51 @@ export const MODEL_REGISTRY = {
|
|
|
2037
3517
|
},
|
|
2038
3518
|
deprecated: false,
|
|
2039
3519
|
isAvailable: true,
|
|
2040
|
-
lastUpdated: '2026-01
|
|
3520
|
+
lastUpdated: '2026-03-01',
|
|
2041
3521
|
},
|
|
2042
|
-
'gpt-realtime-mini
|
|
2043
|
-
type: '
|
|
3522
|
+
'gpt-realtime-mini': {
|
|
3523
|
+
type: 'chat',
|
|
2044
3524
|
provider: 'openai',
|
|
2045
3525
|
displayName: 'GPT Realtime Mini',
|
|
2046
|
-
|
|
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
|
+
},
|
|
3559
|
+
'gpt-realtime-mini-2025-12-15': {
|
|
3560
|
+
type: 'chat',
|
|
3561
|
+
provider: 'openai',
|
|
3562
|
+
displayName: 'GPT Realtime Mini (Dec 2025)',
|
|
3563
|
+
subtype: 'realtime',
|
|
3564
|
+
description: 'Compact realtime streaming model',
|
|
2047
3565
|
pricing: { input: 0.6, output: 2.4 },
|
|
2048
3566
|
contextLength: 128000,
|
|
2049
3567
|
context: {
|
|
@@ -2062,10 +3580,168 @@ export const MODEL_REGISTRY = {
|
|
|
2062
3580
|
},
|
|
2063
3581
|
deprecated: false,
|
|
2064
3582
|
isAvailable: true,
|
|
2065
|
-
lastUpdated: '2026-01
|
|
3583
|
+
lastUpdated: '2026-03-01',
|
|
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
|
+
},
|
|
3625
|
+
'o3': {
|
|
3626
|
+
type: 'chat',
|
|
3627
|
+
provider: 'openai',
|
|
3628
|
+
displayName: 'o3',
|
|
3629
|
+
subtype: 'reasoning',
|
|
3630
|
+
description: 'Advanced reasoning model',
|
|
3631
|
+
deprecated: false,
|
|
3632
|
+
isAvailable: true,
|
|
3633
|
+
lastUpdated: '2026-03-01',
|
|
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
|
+
},
|
|
3665
|
+
'o4-mini': {
|
|
3666
|
+
type: 'chat',
|
|
3667
|
+
provider: 'openai',
|
|
3668
|
+
displayName: 'o4-mini',
|
|
3669
|
+
subtype: 'reasoning',
|
|
3670
|
+
description: 'Compact reasoning model',
|
|
3671
|
+
pricing: { input: 4, output: 16 },
|
|
3672
|
+
deprecated: false,
|
|
3673
|
+
isAvailable: true,
|
|
3674
|
+
lastUpdated: '2026-03-01',
|
|
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',
|
|
2066
3742
|
},
|
|
2067
3743
|
'text-embedding-3-large': {
|
|
2068
|
-
type: '
|
|
3744
|
+
type: 'embeddings',
|
|
2069
3745
|
provider: 'openai',
|
|
2070
3746
|
displayName: 'text-embedding-3-large',
|
|
2071
3747
|
description: 'Most capable embedding model',
|
|
@@ -2087,10 +3763,10 @@ export const MODEL_REGISTRY = {
|
|
|
2087
3763
|
},
|
|
2088
3764
|
deprecated: false,
|
|
2089
3765
|
isAvailable: true,
|
|
2090
|
-
lastUpdated: '2026-01
|
|
3766
|
+
lastUpdated: '2026-03-01',
|
|
2091
3767
|
},
|
|
2092
3768
|
'text-embedding-3-small': {
|
|
2093
|
-
type: '
|
|
3769
|
+
type: 'embeddings',
|
|
2094
3770
|
provider: 'openai',
|
|
2095
3771
|
displayName: 'text-embedding-3-small',
|
|
2096
3772
|
description: 'Small embedding model',
|
|
@@ -2112,10 +3788,10 @@ export const MODEL_REGISTRY = {
|
|
|
2112
3788
|
},
|
|
2113
3789
|
deprecated: false,
|
|
2114
3790
|
isAvailable: true,
|
|
2115
|
-
lastUpdated: '2026-01
|
|
3791
|
+
lastUpdated: '2026-03-01',
|
|
2116
3792
|
},
|
|
2117
3793
|
'text-embedding-ada-002': {
|
|
2118
|
-
type: '
|
|
3794
|
+
type: 'embeddings',
|
|
2119
3795
|
provider: 'openai',
|
|
2120
3796
|
displayName: 'text-embedding-ada-002',
|
|
2121
3797
|
description: 'Older embedding model',
|
|
@@ -2137,7 +3813,7 @@ export const MODEL_REGISTRY = {
|
|
|
2137
3813
|
},
|
|
2138
3814
|
deprecated: false,
|
|
2139
3815
|
isAvailable: true,
|
|
2140
|
-
lastUpdated: '2026-01
|
|
3816
|
+
lastUpdated: '2026-03-01',
|
|
2141
3817
|
},
|
|
2142
3818
|
'tts-1': {
|
|
2143
3819
|
type: 'tts',
|
|
@@ -2160,7 +3836,16 @@ export const MODEL_REGISTRY = {
|
|
|
2160
3836
|
},
|
|
2161
3837
|
deprecated: false,
|
|
2162
3838
|
isAvailable: true,
|
|
2163
|
-
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',
|
|
2164
3849
|
},
|
|
2165
3850
|
'tts-1-hd': {
|
|
2166
3851
|
type: 'tts',
|
|
@@ -2183,7 +3868,16 @@ export const MODEL_REGISTRY = {
|
|
|
2183
3868
|
},
|
|
2184
3869
|
deprecated: false,
|
|
2185
3870
|
isAvailable: true,
|
|
2186
|
-
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',
|
|
2187
3881
|
},
|
|
2188
3882
|
'whisper-1': {
|
|
2189
3883
|
type: 'audio',
|
|
@@ -2206,6 +3900,6 @@ export const MODEL_REGISTRY = {
|
|
|
2206
3900
|
},
|
|
2207
3901
|
deprecated: false,
|
|
2208
3902
|
isAvailable: true,
|
|
2209
|
-
lastUpdated: '2026-01
|
|
3903
|
+
lastUpdated: '2026-03-01',
|
|
2210
3904
|
}
|
|
2211
3905
|
};
|