@layer-ai/sdk 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,1483 +1,2983 @@
1
- // Centralized model registry - single source of truth
2
- // Only includes models from supported providers (openai, anthropic, google)
1
+ // AUTO-GENERATED FILE - DO NOT EDIT MANUALLY
2
+ // Generated at: 2026-01-02T09:52:55.923Z
3
+ // Source: Internal Model Registry API
4
+ // To update: Run `pnpm sync:registry`
3
5
  //
4
- // Data sources:
5
- // - AIMLAPI: model discovery, categorization, context lengths (all model types)
6
- // - Artificial Analysis API: pricing, benchmarks, performance metrics (chat models only)
7
- //
8
- // To update: Run `pnpm run sync:models` (requires AIMLAPI_API_KEY and ARTIFICIAL_ANALYSIS_API_KEY in .env)
9
- // APIs:
10
- // - https://api.aimlapi.com/models
11
- // - https://artificialanalysis.ai/api/v2/data/llms/models
12
- // Data attribution: https://aimlapi.com, https://artificialanalysis.ai/
6
+ // Registry version: 2026-01-02
7
+ // Last sync: 2026-01-02T09:52:55.918Z
8
+ // Total models: 103
13
9
  // Providers we support with adapters
14
10
  export const SUPPORTED_PROVIDERS = ['openai', 'anthropic', 'google', 'mistral'];
15
11
  export const MODEL_REGISTRY = {
16
- // Openai models
17
- 'openai/gpt-4o': {
12
+ 'claude-3-7-sonnet-20250219': {
18
13
  type: 'chat',
19
- provider: 'openai',
20
- displayName: 'GPT 4o',
21
- pricing: { input: 0.0025, output: 0.01 },
14
+ provider: 'anthropic',
15
+ displayName: 'Claude Sonnet 3.7',
16
+ description: 'Legacy fast model with extended thinking support',
17
+ pricing: { input: 3, output: 15 },
22
18
  benchmarks: {
23
- intelligence: 27,
24
- coding: 24,
25
- math: 6,
26
- mmluPro: 0.748,
27
- gpqa: 0.543,
19
+ intelligence: 49.9,
20
+ coding: 35.8,
21
+ math: 56.3,
22
+ mmluPro: 0.84,
23
+ gpqa: 0.77,
28
24
  },
29
25
  performance: {
30
- outputTokenPerSecond: 235.657,
31
- timeTofirstToken: 0.323,
32
- intelligenceScore: 27,
33
- },
34
- lastUpdated: '2025-12-24',
26
+ intelligenceScore: 49.9,
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-02',
35
46
  },
36
- 'gpt-4o-2024-08-06': {
47
+ 'claude-3-haiku-20240307': {
37
48
  type: 'chat',
38
- provider: 'openai',
39
- displayName: 'GPT 4o 2024-08-06',
40
- pricing: { input: 0.0025, output: 0.01 },
49
+ provider: 'anthropic',
50
+ displayName: 'Claude Haiku 3',
51
+ description: 'Legacy fast model with 4K token output',
52
+ pricing: { input: 0.25, output: 1.25 },
41
53
  benchmarks: {
42
- intelligence: 29,
43
- gpqa: 0.521,
54
+ intelligence: 1,
55
+ coding: 7.8,
56
+ mmluPro: 0.43,
57
+ gpqa: 0.33,
44
58
  },
45
59
  performance: {
46
- outputTokenPerSecond: 123.952,
47
- timeTofirstToken: 0.436,
48
- intelligenceScore: 29,
60
+ intelligenceScore: 1,
49
61
  },
50
- lastUpdated: '2025-12-24',
62
+ contextLength: 200000,
63
+ context: {
64
+ input: {
65
+ text: true,
66
+ audio: false,
67
+ image: true,
68
+ video: false
69
+ },
70
+ output: {
71
+ text: true,
72
+ audio: false,
73
+ image: false,
74
+ video: false
75
+ }
76
+ },
77
+ deprecated: false,
78
+ isAvailable: true,
79
+ lastUpdated: '2026-01-02',
51
80
  },
52
- 'gpt-4o-2024-05-13': {
81
+ 'claude-haiku-4-5-20251001': {
53
82
  type: 'chat',
54
- provider: 'openai',
55
- displayName: 'GPT 4o 2024-05-13',
56
- pricing: { input: 0.005, output: 0.015 },
83
+ provider: 'anthropic',
84
+ displayName: 'Claude Haiku 4.5',
85
+ description: 'Our fastest model with near-frontier intelligence',
86
+ pricing: { input: 1, output: 5 },
57
87
  benchmarks: {
58
- intelligence: 26.3,
59
- coding: 24.2,
60
- mmluPro: 0.74,
61
- gpqa: 0.526,
88
+ intelligence: 20.2,
89
+ mmluPro: 0.63,
90
+ gpqa: 0.41,
62
91
  },
63
92
  performance: {
64
- outputTokenPerSecond: 118.509,
65
- timeTofirstToken: 0.483,
66
- intelligenceScore: 26.3,
93
+ intelligenceScore: 20.2,
67
94
  },
68
- lastUpdated: '2025-12-24',
95
+ contextLength: 200000,
96
+ context: {
97
+ input: {
98
+ text: true,
99
+ audio: false,
100
+ image: true,
101
+ video: false
102
+ },
103
+ output: {
104
+ text: true,
105
+ audio: false,
106
+ image: false,
107
+ video: false
108
+ }
109
+ },
110
+ deprecated: false,
111
+ isAvailable: true,
112
+ lastUpdated: '2026-01-02',
69
113
  },
70
- 'gpt-4o-mini': {
114
+ 'claude-opus-4-1-20250805': {
71
115
  type: 'chat',
72
- provider: 'openai',
73
- displayName: 'GPT 4o mini',
74
- pricing: { input: 0.00015, output: 0.0006 },
116
+ provider: 'anthropic',
117
+ displayName: 'Claude Opus 4.1',
118
+ description: 'Legacy premium model with moderate latency',
119
+ pricing: { input: 15, output: 75 },
75
120
  benchmarks: {
76
- intelligence: 21.2,
77
- math: 14.7,
78
- mmluPro: 0.648,
79
- gpqa: 0.426,
121
+ intelligence: 59.3,
122
+ coding: 46.1,
123
+ math: 80.3,
124
+ mmluPro: 0.88,
125
+ gpqa: 0.81,
80
126
  },
81
127
  performance: {
82
- outputTokenPerSecond: 47.79,
83
- timeTofirstToken: 0.58,
84
- intelligenceScore: 21.2,
85
- },
86
- lastUpdated: '2025-12-24',
128
+ intelligenceScore: 59.3,
129
+ },
130
+ contextLength: 200000,
131
+ context: {
132
+ input: {
133
+ text: true,
134
+ audio: false,
135
+ image: true,
136
+ video: false
137
+ },
138
+ output: {
139
+ text: true,
140
+ audio: false,
141
+ image: false,
142
+ video: false
143
+ }
144
+ },
145
+ deprecated: false,
146
+ isAvailable: true,
147
+ lastUpdated: '2026-01-02',
87
148
  },
88
- 'gpt-4o-mini-2024-07-18': {
149
+ 'claude-opus-4-5-20251101': {
89
150
  type: 'chat',
90
- provider: 'openai',
91
- displayName: 'GPT 4o mini 2024-07-18',
92
- pricing: { input: 0.00015, output: 0.0006 },
151
+ provider: 'anthropic',
152
+ displayName: 'Claude Opus 4.5',
153
+ description: 'Premium model combining maximum intelligence with practical performance',
154
+ pricing: { input: 5, output: 25 },
93
155
  benchmarks: {
94
- intelligence: 21.2,
95
- math: 14.7,
96
- mmluPro: 0.648,
97
- gpqa: 0.426,
156
+ intelligence: 9.7,
157
+ coding: 14,
158
+ mmluPro: 0.5,
159
+ gpqa: 0.32,
98
160
  },
99
161
  performance: {
100
- outputTokenPerSecond: 47.79,
101
- timeTofirstToken: 0.58,
102
- intelligenceScore: 21.2,
103
- },
104
- lastUpdated: '2025-12-24',
162
+ intelligenceScore: 9.7,
163
+ },
164
+ contextLength: 200000,
165
+ context: {
166
+ input: {
167
+ text: true,
168
+ audio: false,
169
+ image: true,
170
+ video: false
171
+ },
172
+ output: {
173
+ text: true,
174
+ audio: false,
175
+ image: false,
176
+ video: false
177
+ }
178
+ },
179
+ deprecated: false,
180
+ isAvailable: true,
181
+ lastUpdated: '2026-01-02',
105
182
  },
106
- 'chatgpt-4o-latest': {
183
+ 'claude-sonnet-4-20250514': {
107
184
  type: 'chat',
108
- provider: 'openai',
109
- displayName: 'ChatGPT 4o latest',
110
- pricing: { input: 0.005, output: 0.015 },
185
+ provider: 'anthropic',
186
+ displayName: 'Claude Sonnet 4',
187
+ description: 'Legacy fast model with extended thinking support',
188
+ pricing: { input: 3, output: 15 },
111
189
  benchmarks: {
112
- intelligence: 25.3,
113
- mmluPro: 0.773,
114
- gpqa: 0.511,
190
+ intelligence: 44.4,
191
+ coding: 35.9,
192
+ math: 38,
193
+ mmluPro: 0.84,
194
+ gpqa: 0.68,
115
195
  },
116
196
  performance: {
117
- outputTokenPerSecond: 244.456,
118
- timeTofirstToken: 0.925,
119
- intelligenceScore: 25.3,
197
+ intelligenceScore: 44.4,
120
198
  },
121
- lastUpdated: '2025-12-24',
199
+ contextLength: 200000,
200
+ context: {
201
+ input: {
202
+ text: true,
203
+ audio: false,
204
+ image: true,
205
+ video: false
206
+ },
207
+ output: {
208
+ text: true,
209
+ audio: false,
210
+ image: false,
211
+ video: false
212
+ }
213
+ },
214
+ deprecated: false,
215
+ isAvailable: true,
216
+ lastUpdated: '2026-01-02',
122
217
  },
123
- 'gpt-4-turbo': {
218
+ 'claude-sonnet-4-5-20250929': {
124
219
  type: 'chat',
125
- provider: 'openai',
126
- displayName: 'GPT 4 turbo',
127
- pricing: { input: 0.01, output: 0.03 },
220
+ provider: 'anthropic',
221
+ displayName: 'Claude Sonnet 4.5',
222
+ description: 'Our smart model for complex agents and coding',
223
+ pricing: { input: 3, output: 15 },
128
224
  benchmarks: {
129
- intelligence: 24.2,
130
- coding: 21.5,
131
- mmluPro: 0.694,
225
+ intelligence: 49.6,
226
+ coding: 42.9,
227
+ math: 37,
228
+ mmluPro: 0.86,
229
+ gpqa: 0.73,
132
230
  },
133
231
  performance: {
134
- outputTokenPerSecond: 40.254,
135
- timeTofirstToken: 0.847,
136
- intelligenceScore: 24.2,
232
+ intelligenceScore: 49.6,
137
233
  },
138
- lastUpdated: '2025-12-24',
139
- },
140
- 'gpt-4-turbo-2024-04-09': {
234
+ contextLength: 200000,
235
+ context: {
236
+ input: {
237
+ text: true,
238
+ audio: false,
239
+ image: true,
240
+ video: false
241
+ },
242
+ output: {
243
+ text: true,
244
+ audio: false,
245
+ image: false,
246
+ video: false
247
+ }
248
+ },
249
+ deprecated: false,
250
+ isAvailable: true,
251
+ lastUpdated: '2026-01-02',
252
+ },
253
+ 'embedding-001': {
254
+ type: 'embedding',
255
+ provider: 'google',
256
+ displayName: 'Embedding 001',
257
+ description: 'Legacy embedding model for text embeddings',
258
+ pricing: { input: 0.15, output: 0 },
259
+ context: {
260
+ input: {
261
+ text: true,
262
+ audio: false,
263
+ image: false,
264
+ video: false
265
+ },
266
+ output: {
267
+ text: false,
268
+ audio: false,
269
+ image: false,
270
+ video: false
271
+ }
272
+ },
273
+ deprecated: false,
274
+ isAvailable: true,
275
+ lastUpdated: '2026-01-02',
276
+ },
277
+ 'gemini-2.0-flash': {
141
278
  type: 'chat',
142
- provider: 'openai',
143
- displayName: 'GPT 4 turbo 2024-04-09',
144
- pricing: { input: 0.01, output: 0.03 },
279
+ provider: 'google',
280
+ displayName: 'Gemini 2.0 Flash',
281
+ description: 'Second generation workhorse model with 1 million token context window, superior speed, native tool use, and next-gen features',
282
+ pricing: { input: 0.1, output: 0.4 },
145
283
  benchmarks: {
146
- intelligence: 24.2,
147
- coding: 21.5,
148
- mmluPro: 0.694,
284
+ intelligence: 12.8,
285
+ coding: 17.6,
149
286
  },
150
287
  performance: {
151
- outputTokenPerSecond: 40.254,
152
- timeTofirstToken: 0.847,
153
- intelligenceScore: 24.2,
154
- },
155
- lastUpdated: '2025-12-24',
156
- },
157
- 'gpt-4': {
288
+ intelligenceScore: 12.8,
289
+ },
290
+ contextLength: 1048576,
291
+ context: {
292
+ input: {
293
+ text: true,
294
+ audio: true,
295
+ image: true,
296
+ video: true
297
+ },
298
+ output: {
299
+ text: true,
300
+ audio: false,
301
+ image: false,
302
+ video: false
303
+ }
304
+ },
305
+ deprecated: false,
306
+ isAvailable: true,
307
+ lastUpdated: '2026-01-02',
308
+ },
309
+ 'gemini-2.0-flash-exp-image-generation': {
158
310
  type: 'chat',
159
- provider: 'openai',
160
- displayName: 'GPT 4',
161
- pricing: { input: 0.03, output: 0.06 },
311
+ provider: 'google',
312
+ displayName: 'Gemini 2.0 Flash Image',
313
+ description: 'Second generation model with image generation capabilities',
314
+ contextLength: 32768,
315
+ context: {
316
+ input: {
317
+ text: true,
318
+ audio: true,
319
+ image: true,
320
+ video: true
321
+ },
322
+ output: {
323
+ text: true,
324
+ audio: false,
325
+ image: true,
326
+ video: false
327
+ }
328
+ },
329
+ deprecated: false,
330
+ isAvailable: true,
331
+ lastUpdated: '2026-01-02',
332
+ },
333
+ 'gemini-2.0-flash-lite': {
334
+ type: 'chat',
335
+ provider: 'google',
336
+ displayName: 'Gemini 2.0 Flash-Lite',
337
+ description: 'Second generation small and powerful model with 1 million token context window, optimized for cost efficiency and low latency',
338
+ pricing: { input: 0.075, output: 0.3 },
162
339
  benchmarks: {
163
- intelligence: 21.5,
164
- coding: 13.1,
340
+ intelligence: 26.8,
341
+ mmluPro: 0.72,
342
+ gpqa: 0.54,
165
343
  },
166
344
  performance: {
167
- outputTokenPerSecond: 29.898,
168
- timeTofirstToken: 0.781,
169
- intelligenceScore: 21.5,
170
- },
171
- lastUpdated: '2025-12-24',
172
- },
173
- 'gpt-4-0125-preview': {
345
+ intelligenceScore: 26.8,
346
+ },
347
+ contextLength: 1048576,
348
+ context: {
349
+ input: {
350
+ text: true,
351
+ audio: true,
352
+ image: true,
353
+ video: true
354
+ },
355
+ output: {
356
+ text: true,
357
+ audio: false,
358
+ image: false,
359
+ video: false
360
+ }
361
+ },
362
+ deprecated: false,
363
+ isAvailable: true,
364
+ lastUpdated: '2026-01-02',
365
+ },
366
+ 'gemini-2.5-flash': {
174
367
  type: 'chat',
175
- provider: 'openai',
176
- displayName: 'GPT 4 0125 preview',
177
- pricing: { input: 0.03, output: 0.06 },
368
+ provider: 'google',
369
+ displayName: 'Gemini 2.5 Flash',
370
+ description: 'Fast and intelligent model with best price-performance, versatile features for high-volume tasks',
371
+ pricing: { input: 0.3, output: 2.5 },
178
372
  benchmarks: {
179
- intelligence: 21.5,
180
- coding: 13.1,
373
+ intelligence: 54.4,
374
+ coding: 42.5,
375
+ math: 78.3,
376
+ mmluPro: 0.84,
377
+ gpqa: 0.79,
181
378
  },
182
379
  performance: {
183
- outputTokenPerSecond: 29.898,
184
- timeTofirstToken: 0.781,
185
- intelligenceScore: 21.5,
186
- },
187
- lastUpdated: '2025-12-24',
188
- },
189
- 'gpt-4-1106-preview': {
380
+ intelligenceScore: 54.4,
381
+ },
382
+ contextLength: 1048576,
383
+ context: {
384
+ input: {
385
+ text: true,
386
+ audio: true,
387
+ image: true,
388
+ video: true
389
+ },
390
+ output: {
391
+ text: true,
392
+ audio: false,
393
+ image: false,
394
+ video: false
395
+ }
396
+ },
397
+ deprecated: false,
398
+ isAvailable: true,
399
+ lastUpdated: '2026-01-02',
400
+ },
401
+ 'gemini-2.5-flash-image': {
402
+ type: 'image-generation',
403
+ provider: 'google',
404
+ displayName: 'Gemini 2.5 Flash Image',
405
+ description: 'Image generation model for creating images from text and image inputs',
406
+ pricing: { input: 0.3, output: 30 },
407
+ contextLength: 65536,
408
+ context: {
409
+ input: {
410
+ text: true,
411
+ audio: false,
412
+ image: true,
413
+ video: false
414
+ },
415
+ output: {
416
+ text: true,
417
+ audio: false,
418
+ image: true,
419
+ video: false
420
+ }
421
+ },
422
+ deprecated: false,
423
+ isAvailable: true,
424
+ lastUpdated: '2026-01-02',
425
+ },
426
+ 'gemini-2.5-flash-lite': {
190
427
  type: 'chat',
191
- provider: 'openai',
192
- displayName: 'GPT 4 1106 preview',
193
- pricing: { input: 0.03, output: 0.06 },
428
+ provider: 'google',
429
+ displayName: 'Gemini 2.5 Flash-Lite',
430
+ description: 'Ultra fast model optimized for cost efficiency and high throughput',
431
+ pricing: { input: 0.1, output: 0.4 },
194
432
  benchmarks: {
195
- intelligence: 21.5,
196
- coding: 13.1,
433
+ intelligence: 40.1,
434
+ coding: 27.6,
435
+ math: 53.3,
436
+ mmluPro: 0.76,
437
+ gpqa: 0.63,
197
438
  },
198
439
  performance: {
199
- outputTokenPerSecond: 29.898,
200
- timeTofirstToken: 0.781,
201
- intelligenceScore: 21.5,
202
- },
203
- lastUpdated: '2025-12-24',
204
- },
205
- 'gpt-3.5-turbo': {
440
+ intelligenceScore: 40.1,
441
+ },
442
+ contextLength: 1048576,
443
+ context: {
444
+ input: {
445
+ text: true,
446
+ audio: true,
447
+ image: true,
448
+ video: true
449
+ },
450
+ output: {
451
+ text: true,
452
+ audio: false,
453
+ image: false,
454
+ video: false
455
+ }
456
+ },
457
+ deprecated: false,
458
+ isAvailable: true,
459
+ lastUpdated: '2026-01-02',
460
+ },
461
+ 'gemini-2.5-flash-preview-tts': {
462
+ type: 'tts',
463
+ provider: 'google',
464
+ displayName: 'Gemini 2.5 Flash TTS',
465
+ description: 'Text-to-speech model for audio generation',
466
+ pricing: { input: 0.5, output: 100 },
467
+ contextLength: 8192,
468
+ context: {
469
+ input: {
470
+ text: true,
471
+ audio: false,
472
+ image: false,
473
+ video: false
474
+ },
475
+ output: {
476
+ text: false,
477
+ audio: true,
478
+ image: false,
479
+ video: false
480
+ }
481
+ },
482
+ deprecated: false,
483
+ isAvailable: true,
484
+ lastUpdated: '2026-01-02',
485
+ },
486
+ 'gemini-2.5-pro': {
206
487
  type: 'chat',
207
- provider: 'openai',
208
- displayName: 'GPT 3.5 turbo',
209
- pricing: { input: 0.0005, output: 0.0015 },
488
+ provider: 'google',
489
+ displayName: 'Gemini 2.5 Pro',
490
+ description: 'Advanced thinking model for complex reasoning in code, math, and STEM, with long context for analyzing large datasets, codebases, and documents',
491
+ pricing: { input: 1.25, output: 10 },
210
492
  benchmarks: {
211
- intelligence: 8.3,
212
- coding: 10.7,
213
- mmluPro: 0.462,
214
- gpqa: 0.297,
493
+ intelligence: 53.2,
494
+ mmluPro: 0.84,
495
+ gpqa: 0.82,
215
496
  },
216
497
  performance: {
217
- outputTokenPerSecond: 129.872,
218
- timeTofirstToken: 0.68,
219
- intelligenceScore: 8.3,
220
- },
221
- lastUpdated: '2025-12-24',
222
- },
223
- 'gpt-3.5-turbo-0125': {
498
+ intelligenceScore: 53.2,
499
+ },
500
+ contextLength: 1048576,
501
+ context: {
502
+ input: {
503
+ pdf: true,
504
+ text: true,
505
+ audio: true,
506
+ image: true,
507
+ video: true
508
+ },
509
+ output: {
510
+ text: true,
511
+ audio: false,
512
+ image: false,
513
+ video: false
514
+ }
515
+ },
516
+ deprecated: false,
517
+ isAvailable: true,
518
+ lastUpdated: '2026-01-02',
519
+ },
520
+ 'gemini-2.5-pro-preview-tts': {
521
+ type: 'tts',
522
+ provider: 'google',
523
+ displayName: 'Gemini 2.5 Pro TTS',
524
+ description: 'Text-to-speech model for audio generation',
525
+ pricing: { input: 1, output: 20 },
526
+ contextLength: 8192,
527
+ context: {
528
+ input: {
529
+ text: true,
530
+ audio: false,
531
+ image: false,
532
+ video: false
533
+ },
534
+ output: {
535
+ text: false,
536
+ audio: true,
537
+ image: false,
538
+ video: false
539
+ }
540
+ },
541
+ deprecated: false,
542
+ isAvailable: true,
543
+ lastUpdated: '2026-01-02',
544
+ },
545
+ 'gemini-3-flash-preview': {
224
546
  type: 'chat',
225
- provider: 'openai',
226
- displayName: 'GPT 3.5 turbo 0125',
227
- pricing: { input: 0.0005, output: 0.0015 },
547
+ provider: 'google',
548
+ displayName: 'Gemini 3 Flash Preview',
549
+ description: 'Most balanced model designed for speed, scale and the latest AI',
550
+ pricing: { input: 0.5, output: 3 },
228
551
  benchmarks: {
229
- intelligence: 8.3,
230
- coding: 10.7,
231
- mmluPro: 0.462,
232
- gpqa: 0.297,
552
+ intelligence: 71.3,
553
+ coding: 59.2,
554
+ math: 97,
555
+ mmluPro: 0.89,
556
+ gpqa: 0.9,
233
557
  },
234
558
  performance: {
235
- outputTokenPerSecond: 129.872,
236
- timeTofirstToken: 0.68,
237
- intelligenceScore: 8.3,
238
- },
239
- lastUpdated: '2025-12-24',
240
- },
241
- 'gpt-3.5-turbo-1106': {
559
+ intelligenceScore: 71.3,
560
+ },
561
+ contextLength: 1048576,
562
+ context: {
563
+ input: {
564
+ text: true,
565
+ audio: true,
566
+ image: true,
567
+ video: true
568
+ },
569
+ output: {
570
+ text: true,
571
+ audio: false,
572
+ image: false,
573
+ video: false
574
+ }
575
+ },
576
+ deprecated: false,
577
+ isAvailable: true,
578
+ lastUpdated: '2026-01-02',
579
+ },
580
+ 'gemini-3-pro-image-preview': {
581
+ type: 'image-generation',
582
+ provider: 'google',
583
+ displayName: 'Gemini 3 Pro Image Preview',
584
+ description: 'Image generation model for creating images from text and image inputs',
585
+ pricing: { input: 2, output: 12 },
586
+ contextLength: 65536,
587
+ context: {
588
+ input: {
589
+ text: true,
590
+ audio: false,
591
+ image: true,
592
+ video: false
593
+ },
594
+ output: {
595
+ text: true,
596
+ audio: false,
597
+ image: true,
598
+ video: false
599
+ }
600
+ },
601
+ deprecated: false,
602
+ isAvailable: true,
603
+ lastUpdated: '2026-01-02',
604
+ },
605
+ 'gemini-3-pro-preview': {
242
606
  type: 'chat',
243
- provider: 'openai',
244
- displayName: 'GPT 3.5 turbo 1106',
245
- pricing: { input: 0.0005, output: 0.0015 },
607
+ provider: 'google',
608
+ displayName: 'Gemini 3 Pro Preview',
609
+ description: 'Most intelligent model with advanced reasoning, richer visuals and deeper interactions',
610
+ pricing: { input: 2, output: 12 },
246
611
  benchmarks: {
247
- intelligence: 8.3,
248
- coding: 10.7,
249
- mmluPro: 0.462,
250
- gpqa: 0.297,
612
+ intelligence: 64.5,
613
+ coding: 55.8,
614
+ math: 86.7,
615
+ mmluPro: 0.9,
616
+ gpqa: 0.89,
251
617
  },
252
618
  performance: {
253
- outputTokenPerSecond: 129.872,
254
- timeTofirstToken: 0.68,
255
- intelligenceScore: 8.3,
256
- },
257
- lastUpdated: '2025-12-24',
258
- },
259
- 'o3-mini': {
619
+ intelligenceScore: 64.5,
620
+ },
621
+ contextLength: 1048576,
622
+ context: {
623
+ input: {
624
+ text: true,
625
+ audio: true,
626
+ image: true,
627
+ video: true
628
+ },
629
+ output: {
630
+ text: true,
631
+ audio: false,
632
+ image: false,
633
+ video: false
634
+ }
635
+ },
636
+ deprecated: false,
637
+ isAvailable: true,
638
+ lastUpdated: '2026-01-02',
639
+ },
640
+ 'gemini-robotics-er-1.5-preview': {
260
641
  type: 'chat',
261
- provider: 'openai',
262
- displayName: 'o3 mini',
263
- pricing: { input: 0.0011, output: 0.0044 },
642
+ provider: 'google',
643
+ displayName: 'Gemini Robotics ER 1.5 Preview',
644
+ description: 'Robotics model for embodied reasoning and control tasks',
645
+ pricing: { input: 0.3, output: 2.5 },
646
+ context: {
647
+ input: {
648
+ text: true,
649
+ audio: false,
650
+ image: true,
651
+ video: true
652
+ },
653
+ output: {
654
+ text: true,
655
+ audio: false,
656
+ image: false,
657
+ video: false
658
+ }
659
+ },
660
+ deprecated: false,
661
+ isAvailable: true,
662
+ lastUpdated: '2026-01-02',
663
+ },
664
+ 'gemma-3-12b-it': {
665
+ type: 'chat',
666
+ provider: 'google',
667
+ displayName: 'Gemma 3 12B IT',
668
+ description: 'Medium instruction-tuned Gemma model',
669
+ pricing: { input: 0, output: 0 },
264
670
  benchmarks: {
265
- intelligence: 48.1,
266
- coding: 39.4,
267
- mmluPro: 0.791,
268
- gpqa: 0.748,
671
+ intelligence: 20.4,
672
+ coding: 10.6,
673
+ math: 18.3,
674
+ mmluPro: 0.6,
675
+ gpqa: 0.35,
269
676
  },
270
677
  performance: {
271
- outputTokenPerSecond: 160.235,
272
- timeTofirstToken: 15.449,
273
- intelligenceScore: 48.1,
678
+ intelligenceScore: 20.4,
274
679
  },
275
- lastUpdated: '2025-12-24',
276
- },
277
- 'gpt-4o-audio-preview': {
680
+ context: {
681
+ input: {
682
+ text: true,
683
+ audio: false,
684
+ image: false,
685
+ video: false
686
+ },
687
+ output: {
688
+ text: true,
689
+ audio: false,
690
+ image: false,
691
+ video: false
692
+ }
693
+ },
694
+ deprecated: false,
695
+ isAvailable: true,
696
+ lastUpdated: '2026-01-02',
697
+ },
698
+ 'gemma-3-1b-it': {
278
699
  type: 'chat',
279
- provider: 'openai',
280
- displayName: 'Chat GPT 4o audio preview',
281
- pricing: { input: 0.0025, output: 0.01 },
700
+ provider: 'google',
701
+ displayName: 'Gemma 3 1B IT',
702
+ description: 'Compact instruction-tuned Gemma model',
703
+ pricing: { input: 0, output: 0 },
282
704
  benchmarks: {
283
- intelligence: 27,
284
- coding: 24,
285
- math: 6,
286
- mmluPro: 0.748,
287
- gpqa: 0.543,
705
+ intelligence: 12.5,
706
+ mmluPro: 0.48,
707
+ gpqa: 0.28,
288
708
  },
289
709
  performance: {
290
- outputTokenPerSecond: 235.657,
291
- timeTofirstToken: 0.323,
292
- intelligenceScore: 27,
293
- },
294
- lastUpdated: '2025-12-24',
295
- },
296
- 'gpt-4o-mini-audio-preview': {
710
+ intelligenceScore: 12.5,
711
+ },
712
+ context: {
713
+ input: {
714
+ text: true,
715
+ audio: false,
716
+ image: false,
717
+ video: false
718
+ },
719
+ output: {
720
+ text: true,
721
+ audio: false,
722
+ image: false,
723
+ video: false
724
+ }
725
+ },
726
+ deprecated: false,
727
+ isAvailable: true,
728
+ lastUpdated: '2026-01-02',
729
+ },
730
+ 'gemma-3-27b-it': {
297
731
  type: 'chat',
298
- provider: 'openai',
299
- displayName: 'Chat GPT 4o mini audio preview',
300
- pricing: { input: 0.00015, output: 0.0006 },
732
+ provider: 'google',
733
+ displayName: 'Gemma 3 27B IT',
734
+ description: 'Large instruction-tuned Gemma model',
735
+ pricing: { input: 0, output: 0 },
301
736
  benchmarks: {
302
- intelligence: 21.2,
303
- math: 14.7,
304
- mmluPro: 0.648,
305
- gpqa: 0.426,
737
+ intelligence: 22.1,
738
+ coding: 12.8,
739
+ math: 20.7,
740
+ mmluPro: 0.67,
741
+ gpqa: 0.43,
306
742
  },
307
743
  performance: {
308
- outputTokenPerSecond: 47.79,
309
- timeTofirstToken: 0.58,
310
- intelligenceScore: 21.2,
744
+ intelligenceScore: 22.1,
311
745
  },
312
- lastUpdated: '2025-12-24',
313
- },
314
- 'openai/gpt-audio': {
746
+ context: {
747
+ input: {
748
+ text: true,
749
+ audio: false,
750
+ image: false,
751
+ video: false
752
+ },
753
+ output: {
754
+ text: true,
755
+ audio: false,
756
+ image: false,
757
+ video: false
758
+ }
759
+ },
760
+ deprecated: false,
761
+ isAvailable: true,
762
+ lastUpdated: '2026-01-02',
763
+ },
764
+ 'gemma-3-4b-it': {
315
765
  type: 'chat',
316
- provider: 'openai',
317
- displayName: 'Chat GPT audio',
318
- pricing: { input: 0.0025, output: 0.01 },
766
+ provider: 'google',
767
+ displayName: 'Gemma 3 4B IT',
768
+ description: 'Small instruction-tuned Gemma model',
769
+ pricing: { input: 0, output: 0 },
319
770
  benchmarks: {
320
- intelligence: 27,
321
- coding: 24,
322
- math: 6,
323
- mmluPro: 0.748,
324
- gpqa: 0.543,
771
+ intelligence: 15.5,
772
+ coding: 8.3,
773
+ math: 14.3,
774
+ mmluPro: 0.49,
775
+ gpqa: 0.3,
325
776
  },
326
777
  performance: {
327
- outputTokenPerSecond: 235.657,
328
- timeTofirstToken: 0.323,
329
- intelligenceScore: 27,
778
+ intelligenceScore: 15.5,
330
779
  },
331
- lastUpdated: '2025-12-24',
780
+ context: {
781
+ input: {
782
+ text: true,
783
+ audio: false,
784
+ image: false,
785
+ video: false
786
+ },
787
+ output: {
788
+ text: true,
789
+ audio: false,
790
+ image: false,
791
+ video: false
792
+ }
793
+ },
794
+ deprecated: false,
795
+ isAvailable: true,
796
+ lastUpdated: '2026-01-02',
797
+ },
798
+ 'imagen-4.0-fast-generate-001': {
799
+ type: 'image-generation',
800
+ provider: 'google',
801
+ displayName: 'Imagen 4.0 Fast',
802
+ description: 'Fast image generation model',
803
+ pricing: { input: 0, output: 0 },
804
+ context: {
805
+ input: {
806
+ text: true,
807
+ audio: false,
808
+ image: false,
809
+ video: false
810
+ },
811
+ output: {
812
+ text: false,
813
+ audio: false,
814
+ image: true,
815
+ video: false
816
+ }
817
+ },
818
+ deprecated: false,
819
+ isAvailable: true,
820
+ lastUpdated: '2026-01-02',
821
+ },
822
+ 'imagen-4.0-generate-001': {
823
+ type: 'image-generation',
824
+ provider: 'google',
825
+ displayName: 'Imagen 4.0',
826
+ description: 'Image generation model',
827
+ pricing: { input: 0, output: 0 },
828
+ context: {
829
+ input: {
830
+ text: true,
831
+ audio: false,
832
+ image: false,
833
+ video: false
834
+ },
835
+ output: {
836
+ text: false,
837
+ audio: false,
838
+ image: true,
839
+ video: false
840
+ }
841
+ },
842
+ deprecated: false,
843
+ isAvailable: true,
844
+ lastUpdated: '2026-01-02',
845
+ },
846
+ 'imagen-4.0-ultra-generate-001': {
847
+ type: 'image-generation',
848
+ provider: 'google',
849
+ displayName: 'Imagen 4.0 Ultra',
850
+ description: 'Ultra quality image generation model',
851
+ pricing: { input: 0, output: 0 },
852
+ context: {
853
+ input: {
854
+ text: true,
855
+ audio: false,
856
+ image: false,
857
+ video: false
858
+ },
859
+ output: {
860
+ text: false,
861
+ audio: false,
862
+ image: true,
863
+ video: false
864
+ }
865
+ },
866
+ deprecated: false,
867
+ isAvailable: true,
868
+ lastUpdated: '2026-01-02',
332
869
  },
333
- 'openai/gpt-audio-mini': {
870
+ 'text-embedding-004': {
871
+ type: 'embedding',
872
+ provider: 'google',
873
+ displayName: 'Text Embedding 004',
874
+ description: 'Text embedding model for semantic similarity and retrieval',
875
+ pricing: { input: 0.6, output: 0 },
876
+ context: {
877
+ input: {
878
+ text: true,
879
+ audio: false,
880
+ image: false,
881
+ video: false
882
+ },
883
+ output: {
884
+ text: false,
885
+ audio: false,
886
+ image: false,
887
+ video: false
888
+ }
889
+ },
890
+ deprecated: false,
891
+ isAvailable: true,
892
+ lastUpdated: '2026-01-02',
893
+ },
894
+ 'veo-2.0-generate-001': {
895
+ type: 'video-generation',
896
+ provider: 'google',
897
+ displayName: 'Veo 2.0',
898
+ description: 'Video generation model',
899
+ pricing: { input: 0, output: 0 },
900
+ context: {
901
+ input: {
902
+ text: true,
903
+ audio: false,
904
+ image: false,
905
+ video: false
906
+ },
907
+ output: {
908
+ text: false,
909
+ audio: false,
910
+ image: false,
911
+ video: true
912
+ }
913
+ },
914
+ deprecated: false,
915
+ isAvailable: true,
916
+ lastUpdated: '2026-01-02',
917
+ },
918
+ 'veo-3.0-fast-generate-001': {
919
+ type: 'video-generation',
920
+ provider: 'google',
921
+ displayName: 'Veo 3.0 Fast',
922
+ description: 'Fast video generation model',
923
+ pricing: { input: 0, output: 0 },
924
+ context: {
925
+ input: {
926
+ text: true,
927
+ audio: false,
928
+ image: false,
929
+ video: false
930
+ },
931
+ output: {
932
+ text: false,
933
+ audio: false,
934
+ image: false,
935
+ video: true
936
+ }
937
+ },
938
+ deprecated: false,
939
+ isAvailable: true,
940
+ lastUpdated: '2026-01-02',
941
+ },
942
+ 'veo-3.0-generate-001': {
943
+ type: 'video-generation',
944
+ provider: 'google',
945
+ displayName: 'Veo 3.0',
946
+ description: 'Video generation model',
947
+ pricing: { input: 0, output: 0 },
948
+ context: {
949
+ input: {
950
+ text: true,
951
+ audio: false,
952
+ image: false,
953
+ video: false
954
+ },
955
+ output: {
956
+ text: false,
957
+ audio: false,
958
+ image: false,
959
+ video: true
960
+ }
961
+ },
962
+ deprecated: false,
963
+ isAvailable: true,
964
+ lastUpdated: '2026-01-02',
965
+ },
966
+ 'veo-3.1-fast-generate-preview': {
967
+ type: 'video-generation',
968
+ provider: 'google',
969
+ displayName: 'Veo 3.1 Fast',
970
+ description: 'Fast video generation model',
971
+ pricing: { input: 0, output: 0 },
972
+ context: {
973
+ input: {
974
+ text: true,
975
+ audio: false,
976
+ image: false,
977
+ video: false
978
+ },
979
+ output: {
980
+ text: false,
981
+ audio: false,
982
+ image: false,
983
+ video: true
984
+ }
985
+ },
986
+ deprecated: false,
987
+ isAvailable: true,
988
+ lastUpdated: '2026-01-02',
989
+ },
990
+ 'veo-3.1-generate-preview': {
991
+ type: 'video-generation',
992
+ provider: 'google',
993
+ displayName: 'Veo 3.1',
994
+ description: 'Video generation model',
995
+ pricing: { input: 0, output: 0 },
996
+ context: {
997
+ input: {
998
+ text: true,
999
+ audio: false,
1000
+ image: false,
1001
+ video: false
1002
+ },
1003
+ output: {
1004
+ text: false,
1005
+ audio: false,
1006
+ image: false,
1007
+ video: true
1008
+ }
1009
+ },
1010
+ deprecated: false,
1011
+ isAvailable: true,
1012
+ lastUpdated: '2026-01-02',
1013
+ },
1014
+ 'codestral-2412': {
334
1015
  type: 'chat',
335
- provider: 'openai',
336
- displayName: 'Chat GPT mini audio',
337
- pricing: { input: 0.00015, output: 0.0006 },
1016
+ provider: 'mistral',
1017
+ displayName: 'Codestral',
1018
+ description: 'Our cutting-edge language model for code completion released end of July 2025.',
338
1019
  benchmarks: {
339
- intelligence: 21.2,
340
- math: 14.7,
341
- mmluPro: 0.648,
342
- gpqa: 0.426,
1020
+ intelligence: 68.5,
1021
+ coding: 53.5,
1022
+ math: 98.7,
1023
+ mmluPro: 0.87,
1024
+ gpqa: 0.84,
343
1025
  },
344
1026
  performance: {
345
- outputTokenPerSecond: 47.79,
346
- timeTofirstToken: 0.58,
347
- intelligenceScore: 21.2,
1027
+ intelligenceScore: 68.5,
348
1028
  },
349
- lastUpdated: '2025-12-24',
350
- },
351
- 'gpt-4o-search-preview': {
1029
+ context: {
1030
+ input: {
1031
+ text: true,
1032
+ audio: false,
1033
+ image: false,
1034
+ video: false
1035
+ },
1036
+ output: {
1037
+ text: true,
1038
+ audio: false,
1039
+ image: false,
1040
+ video: false
1041
+ }
1042
+ },
1043
+ deprecated: false,
1044
+ isAvailable: true,
1045
+ lastUpdated: '2026-01-02',
1046
+ },
1047
+ 'codestral-2508': {
352
1048
  type: 'chat',
353
- provider: 'openai',
354
- displayName: 'Chat GPT 4o search preview',
355
- pricing: { input: 0.0025, output: 0.01 },
1049
+ provider: 'mistral',
1050
+ displayName: 'Codestral',
1051
+ description: 'Our cutting-edge language model for code completion released end of July 2025.',
1052
+ context: {
1053
+ input: {
1054
+ text: true,
1055
+ audio: false,
1056
+ image: false,
1057
+ video: false
1058
+ },
1059
+ output: {
1060
+ text: true,
1061
+ audio: false,
1062
+ image: false,
1063
+ video: false
1064
+ }
1065
+ },
1066
+ deprecated: false,
1067
+ isAvailable: true,
1068
+ lastUpdated: '2026-01-02',
1069
+ },
1070
+ 'codestral-embed-2505': {
1071
+ type: 'embedding',
1072
+ provider: 'mistral',
1073
+ displayName: 'Codestral Embed',
1074
+ description: 'Our state-of-the-art semantic for extracting representation of code extracts',
1075
+ pricing: { input: 0.15, output: 0 },
1076
+ context: {
1077
+ input: {
1078
+ text: true,
1079
+ audio: false,
1080
+ image: false,
1081
+ video: false
1082
+ },
1083
+ output: {
1084
+ text: false,
1085
+ audio: false,
1086
+ image: false,
1087
+ video: false
1088
+ }
1089
+ },
1090
+ deprecated: false,
1091
+ isAvailable: true,
1092
+ lastUpdated: '2026-01-02',
1093
+ },
1094
+ 'codestral-latest': {
1095
+ type: 'chat',
1096
+ provider: 'mistral',
1097
+ displayName: 'Codestral',
1098
+ description: 'Our cutting-edge language model for code completion',
1099
+ pricing: { input: 0.3, output: 0.9 },
356
1100
  benchmarks: {
357
- intelligence: 27,
358
- coding: 24,
359
- math: 6,
360
- mmluPro: 0.748,
361
- gpqa: 0.543,
1101
+ intelligence: 12.2,
1102
+ mmluPro: 0.47,
1103
+ gpqa: 0.34,
362
1104
  },
363
1105
  performance: {
364
- outputTokenPerSecond: 235.657,
365
- timeTofirstToken: 0.323,
366
- intelligenceScore: 27,
367
- },
368
- lastUpdated: '2025-12-24',
369
- },
370
- 'gpt-4o-mini-search-preview': {
1106
+ intelligenceScore: 12.2,
1107
+ },
1108
+ context: {
1109
+ input: {
1110
+ text: true,
1111
+ audio: false,
1112
+ image: false,
1113
+ video: false
1114
+ },
1115
+ output: {
1116
+ text: true,
1117
+ audio: false,
1118
+ image: false,
1119
+ video: false
1120
+ }
1121
+ },
1122
+ deprecated: false,
1123
+ isAvailable: true,
1124
+ lastUpdated: '2026-01-02',
1125
+ },
1126
+ 'devstral-2512': {
371
1127
  type: 'chat',
372
- provider: 'openai',
373
- displayName: 'Chat GPT 4o mini search preview',
374
- pricing: { input: 0.00015, output: 0.0006 },
1128
+ provider: 'mistral',
1129
+ displayName: 'Devstral 2',
1130
+ description: 'Our frontier code agents model for solving software engineering tasks.',
375
1131
  benchmarks: {
376
- intelligence: 21.2,
377
- math: 14.7,
378
- mmluPro: 0.648,
379
- gpqa: 0.426,
1132
+ intelligence: 19.6,
1133
+ mmluPro: 0.63,
1134
+ gpqa: 0.43,
380
1135
  },
381
1136
  performance: {
382
- outputTokenPerSecond: 47.79,
383
- timeTofirstToken: 0.58,
384
- intelligenceScore: 21.2,
385
- },
386
- lastUpdated: '2025-12-24',
387
- },
388
- 'openai/gpt-4.1-2025-04-14': {
1137
+ intelligenceScore: 19.6,
1138
+ },
1139
+ context: {
1140
+ input: {
1141
+ text: true,
1142
+ audio: false,
1143
+ image: false,
1144
+ video: false
1145
+ },
1146
+ output: {
1147
+ text: true,
1148
+ audio: false,
1149
+ image: false,
1150
+ video: false
1151
+ }
1152
+ },
1153
+ deprecated: false,
1154
+ isAvailable: true,
1155
+ lastUpdated: '2026-01-02',
1156
+ },
1157
+ 'devstral-latest': {
389
1158
  type: 'chat',
390
- provider: 'openai',
391
- displayName: 'Chat GPT 4.1',
392
- pricing: { input: 0.002, output: 0.008 },
1159
+ provider: 'mistral',
1160
+ displayName: 'Devstral',
1161
+ description: 'Our frontier code agents model for solving software engineering tasks.',
1162
+ pricing: { input: 0, output: 0 },
393
1163
  benchmarks: {
394
- intelligence: 43.4,
395
- coding: 32.2,
396
- math: 34.7,
397
- mmluPro: 0.806,
398
- gpqa: 0.666,
1164
+ intelligence: 27.2,
1165
+ coding: 18.5,
1166
+ math: 29.3,
1167
+ mmluPro: 0.62,
1168
+ gpqa: 0.41,
399
1169
  },
400
1170
  performance: {
401
- outputTokenPerSecond: 109.93,
402
- timeTofirstToken: 0.694,
403
- intelligenceScore: 43.4,
404
- },
405
- lastUpdated: '2025-12-24',
406
- },
407
- 'openai/gpt-4.1-mini-2025-04-14': {
1171
+ intelligenceScore: 27.2,
1172
+ },
1173
+ context: {
1174
+ input: {
1175
+ text: true,
1176
+ audio: false,
1177
+ image: false,
1178
+ video: false
1179
+ },
1180
+ output: {
1181
+ text: true,
1182
+ audio: false,
1183
+ image: false,
1184
+ video: false
1185
+ }
1186
+ },
1187
+ deprecated: false,
1188
+ isAvailable: true,
1189
+ lastUpdated: '2026-01-02',
1190
+ },
1191
+ 'magistral-medium-2509': {
408
1192
  type: 'chat',
409
- provider: 'openai',
410
- displayName: 'Chat GPT 4.1 mini',
411
- pricing: { input: 0.0004, output: 0.0016 },
1193
+ provider: 'mistral',
1194
+ displayName: 'Magistral Medium 1.2',
1195
+ description: 'Our frontier-class multimodal reasoning model.',
412
1196
  benchmarks: {
413
- intelligence: 42.5,
414
- coding: 31.9,
415
- math: 46.3,
416
- mmluPro: 0.781,
417
- gpqa: 0.664,
1197
+ intelligence: 33.2,
1198
+ coding: 30.3,
1199
+ math: 40.3,
1200
+ mmluPro: 0.75,
1201
+ gpqa: 0.68,
418
1202
  },
419
1203
  performance: {
420
- outputTokenPerSecond: 80.606,
421
- timeTofirstToken: 0.505,
422
- intelligenceScore: 42.5,
423
- },
424
- lastUpdated: '2025-12-24',
425
- },
426
- 'openai/gpt-4.1-nano-2025-04-14': {
1204
+ intelligenceScore: 33.2,
1205
+ },
1206
+ context: {
1207
+ input: {
1208
+ text: true,
1209
+ audio: false,
1210
+ image: true,
1211
+ video: false
1212
+ },
1213
+ output: {
1214
+ text: true,
1215
+ audio: false,
1216
+ image: false,
1217
+ video: false
1218
+ }
1219
+ },
1220
+ deprecated: false,
1221
+ isAvailable: true,
1222
+ lastUpdated: '2026-01-02',
1223
+ },
1224
+ 'magistral-medium-latest': {
427
1225
  type: 'chat',
428
- provider: 'openai',
429
- displayName: 'Chat GPT 4.1 nano',
430
- pricing: { input: 0.0001, output: 0.0004 },
1226
+ provider: 'mistral',
1227
+ displayName: 'Magistral Medium',
1228
+ description: 'Our frontier-class multimodal reasoning model',
1229
+ pricing: { input: 2, output: 5 },
431
1230
  benchmarks: {
432
- intelligence: 27.3,
433
- coding: 20.7,
434
- math: 24,
435
- mmluPro: 0.657,
436
- gpqa: 0.512,
1231
+ intelligence: 33.2,
1232
+ coding: 30.3,
1233
+ math: 40.3,
1234
+ mmluPro: 0.75,
1235
+ gpqa: 0.68,
437
1236
  },
438
1237
  performance: {
439
- outputTokenPerSecond: 171.016,
440
- timeTofirstToken: 0.446,
441
- intelligenceScore: 27.3,
442
- },
443
- lastUpdated: '2025-12-24',
444
- },
445
- 'openai/o4-mini-2025-04-16': {
1238
+ intelligenceScore: 33.2,
1239
+ },
1240
+ context: {
1241
+ input: {
1242
+ text: true,
1243
+ audio: false,
1244
+ image: true,
1245
+ video: false
1246
+ },
1247
+ output: {
1248
+ text: true,
1249
+ audio: false,
1250
+ image: false,
1251
+ video: false
1252
+ }
1253
+ },
1254
+ deprecated: false,
1255
+ isAvailable: true,
1256
+ lastUpdated: '2026-01-02',
1257
+ },
1258
+ 'magistral-small-2509': {
446
1259
  type: 'chat',
447
- provider: 'openai',
448
- displayName: 'o4-mini',
449
- pricing: { input: 0.0011, output: 0.0044 },
1260
+ provider: 'mistral',
1261
+ displayName: 'Magistral Small 1.2',
1262
+ description: 'Our small multimodal reasoning model.',
450
1263
  benchmarks: {
451
- intelligence: 59.6,
452
- coding: 48.9,
453
- math: 90.7,
454
- mmluPro: 0.832,
455
- gpqa: 0.784,
1264
+ intelligence: 43,
1265
+ coding: 37.2,
1266
+ math: 80.3,
1267
+ mmluPro: 0.77,
1268
+ gpqa: 0.66,
456
1269
  },
457
1270
  performance: {
458
- outputTokenPerSecond: 169.795,
459
- timeTofirstToken: 33.795,
460
- intelligenceScore: 59.6,
461
- },
462
- lastUpdated: '2025-12-24',
463
- },
464
- 'openai/o3-2025-04-16': {
1271
+ intelligenceScore: 43,
1272
+ },
1273
+ context: {
1274
+ input: {
1275
+ text: true,
1276
+ audio: false,
1277
+ image: true,
1278
+ video: false
1279
+ },
1280
+ output: {
1281
+ text: true,
1282
+ audio: false,
1283
+ image: false,
1284
+ video: false
1285
+ }
1286
+ },
1287
+ deprecated: false,
1288
+ isAvailable: true,
1289
+ lastUpdated: '2026-01-02',
1290
+ },
1291
+ 'magistral-small-latest': {
465
1292
  type: 'chat',
466
- provider: 'openai',
467
- displayName: 'o3',
468
- pricing: { input: 0.002, output: 0.008 },
1293
+ provider: 'mistral',
1294
+ displayName: 'Magistral Small',
1295
+ description: 'Our small multimodal reasoning model',
1296
+ pricing: { input: 0.5, output: 1.5 },
469
1297
  benchmarks: {
470
- intelligence: 65.5,
471
- coding: 52.2,
472
- math: 88.3,
473
- mmluPro: 0.853,
474
- gpqa: 0.827,
1298
+ intelligence: 31.9,
1299
+ coding: 26.6,
1300
+ math: 41.3,
1301
+ mmluPro: 0.75,
1302
+ gpqa: 0.64,
475
1303
  },
476
1304
  performance: {
477
- outputTokenPerSecond: 359.632,
478
- timeTofirstToken: 8.936,
479
- intelligenceScore: 65.5,
480
- },
481
- lastUpdated: '2025-12-24',
482
- },
483
- 'o1': {
1305
+ intelligenceScore: 31.9,
1306
+ },
1307
+ context: {
1308
+ input: {
1309
+ text: true,
1310
+ audio: false,
1311
+ image: true,
1312
+ video: false
1313
+ },
1314
+ output: {
1315
+ text: true,
1316
+ audio: false,
1317
+ image: false,
1318
+ video: false
1319
+ }
1320
+ },
1321
+ deprecated: false,
1322
+ isAvailable: true,
1323
+ lastUpdated: '2026-01-02',
1324
+ },
1325
+ 'ministral-14b-2512': {
484
1326
  type: 'chat',
485
- provider: 'openai',
486
- displayName: 'o1',
487
- pricing: { input: 0.015, output: 0.06 },
1327
+ provider: 'mistral',
1328
+ displayName: 'Ministral 3 14B',
1329
+ description: 'A powerful model offering best-in-class text and vision capabilities.',
488
1330
  benchmarks: {
489
- intelligence: 47.2,
490
- coding: 38.6,
491
- mmluPro: 0.841,
492
- gpqa: 0.747,
1331
+ intelligence: 30.5,
1332
+ coding: 21,
1333
+ math: 30,
1334
+ mmluPro: 0.69,
1335
+ gpqa: 0.57,
493
1336
  },
494
1337
  performance: {
495
- outputTokenPerSecond: 200.717,
496
- timeTofirstToken: 15.318,
497
- intelligenceScore: 47.2,
498
- },
499
- lastUpdated: '2025-12-24',
500
- },
501
- 'openai/gpt-5-2025-08-07': {
1338
+ intelligenceScore: 30.5,
1339
+ },
1340
+ context: {
1341
+ input: {
1342
+ text: true,
1343
+ audio: false,
1344
+ image: true,
1345
+ video: false
1346
+ },
1347
+ output: {
1348
+ text: true,
1349
+ audio: false,
1350
+ image: false,
1351
+ video: false
1352
+ }
1353
+ },
1354
+ deprecated: false,
1355
+ isAvailable: true,
1356
+ lastUpdated: '2026-01-02',
1357
+ },
1358
+ 'ministral-14b-latest': {
502
1359
  type: 'chat',
503
- provider: 'openai',
504
- displayName: 'GPT-5',
505
- pricing: { input: 0.00125, output: 0.01 },
1360
+ provider: 'mistral',
1361
+ displayName: 'Ministral 3 14B',
1362
+ description: 'A powerful model offering best-in-class text and vision capabilities.',
1363
+ pricing: { input: 0.2, output: 0.2 },
506
1364
  benchmarks: {
507
- intelligence: 68.5,
508
- coding: 52.7,
509
- math: 94.3,
510
- mmluPro: 0.871,
511
- gpqa: 0.854,
1365
+ intelligence: 1,
512
1366
  },
513
1367
  performance: {
514
- outputTokenPerSecond: 147.254,
515
- timeTofirstToken: 80.387,
516
- intelligenceScore: 68.5,
1368
+ intelligenceScore: 1,
517
1369
  },
518
- lastUpdated: '2025-12-24',
519
- },
520
- 'openai/gpt-5-mini-2025-08-07': {
1370
+ context: {
1371
+ input: {
1372
+ text: true,
1373
+ audio: false,
1374
+ image: true,
1375
+ video: false
1376
+ },
1377
+ output: {
1378
+ text: true,
1379
+ audio: false,
1380
+ image: false,
1381
+ video: false
1382
+ }
1383
+ },
1384
+ deprecated: false,
1385
+ isAvailable: true,
1386
+ lastUpdated: '2026-01-02',
1387
+ },
1388
+ 'ministral-3b-2512': {
521
1389
  type: 'chat',
522
- provider: 'openai',
523
- displayName: 'GPT-5 mini',
524
- pricing: { input: 0.00025, output: 0.002 },
1390
+ provider: 'mistral',
1391
+ displayName: 'Ministral 3 3B',
1392
+ description: 'A tiny and efficient model offering best-in-class text and vision capabilities.',
525
1393
  benchmarks: {
526
- intelligence: 64.3,
527
- coding: 51.4,
528
- math: 90.7,
529
- mmluPro: 0.837,
530
- gpqa: 0.828,
1394
+ intelligence: 21.8,
1395
+ coding: 13,
1396
+ math: 22,
1397
+ mmluPro: 0.52,
1398
+ gpqa: 0.36,
531
1399
  },
532
1400
  performance: {
533
- outputTokenPerSecond: 86.714,
534
- timeTofirstToken: 92.447,
535
- intelligenceScore: 64.3,
536
- },
537
- lastUpdated: '2025-12-24',
538
- },
539
- 'openai/gpt-5-nano-2025-08-07': {
1401
+ intelligenceScore: 21.8,
1402
+ },
1403
+ context: {
1404
+ input: {
1405
+ text: true,
1406
+ audio: false,
1407
+ image: true,
1408
+ video: false
1409
+ },
1410
+ output: {
1411
+ text: true,
1412
+ audio: false,
1413
+ image: false,
1414
+ video: false
1415
+ }
1416
+ },
1417
+ deprecated: false,
1418
+ isAvailable: true,
1419
+ lastUpdated: '2026-01-02',
1420
+ },
1421
+ 'ministral-3b-latest': {
540
1422
  type: 'chat',
541
- provider: 'openai',
542
- displayName: 'GPT-5 nano',
543
- pricing: { input: 0.00005, output: 0.0004 },
1423
+ provider: 'mistral',
1424
+ displayName: 'Ministral 3 3B',
1425
+ description: 'A tiny and efficient model offering best-in-class text and vision capabilities.',
1426
+ pricing: { input: 0.1, output: 0.1 },
544
1427
  benchmarks: {
545
- intelligence: 51,
546
- coding: 42.3,
547
- math: 83.7,
548
- mmluPro: 0.78,
549
- gpqa: 0.676,
1428
+ intelligence: 12.7,
1429
+ coding: 6.9,
1430
+ math: 0.3,
1431
+ mmluPro: 0.44,
1432
+ gpqa: 0.32,
550
1433
  },
551
1434
  performance: {
552
- outputTokenPerSecond: 157.197,
553
- timeTofirstToken: 102.322,
554
- intelligenceScore: 51,
555
- },
556
- lastUpdated: '2025-12-24',
557
- },
558
- 'openai/gpt-5-chat-latest': {
1435
+ intelligenceScore: 12.7,
1436
+ },
1437
+ context: {
1438
+ input: {
1439
+ text: true,
1440
+ audio: false,
1441
+ image: true,
1442
+ video: false
1443
+ },
1444
+ output: {
1445
+ text: true,
1446
+ audio: false,
1447
+ image: false,
1448
+ video: false
1449
+ }
1450
+ },
1451
+ deprecated: false,
1452
+ isAvailable: true,
1453
+ lastUpdated: '2026-01-02',
1454
+ },
1455
+ 'ministral-8b-2512': {
559
1456
  type: 'chat',
560
- provider: 'openai',
561
- displayName: 'GPT-5 Chat',
562
- pricing: { input: 0.00125, output: 0.01 },
1457
+ provider: 'mistral',
1458
+ displayName: 'Ministral 3 8B',
1459
+ description: 'A powerful and efficient model offering best-in-class text and vision capabilities.',
563
1460
  benchmarks: {
564
- intelligence: 41.8,
565
- coding: 34.7,
566
- math: 48.3,
567
- mmluPro: 0.82,
568
- gpqa: 0.686,
1461
+ intelligence: 28.2,
1462
+ coding: 18.4,
1463
+ math: 31.7,
1464
+ mmluPro: 0.64,
1465
+ gpqa: 0.47,
569
1466
  },
570
1467
  performance: {
571
- outputTokenPerSecond: 192.431,
572
- timeTofirstToken: 0.677,
573
- intelligenceScore: 41.8,
1468
+ intelligenceScore: 28.2,
1469
+ },
1470
+ context: {
1471
+ input: {
1472
+ text: true,
1473
+ audio: false,
1474
+ image: true,
1475
+ video: false
1476
+ },
1477
+ output: {
1478
+ text: true,
1479
+ audio: false,
1480
+ image: false,
1481
+ video: false
1482
+ }
1483
+ },
1484
+ deprecated: false,
1485
+ isAvailable: true,
1486
+ lastUpdated: '2026-01-02',
1487
+ },
1488
+ 'ministral-8b-latest': {
1489
+ type: 'chat',
1490
+ provider: 'mistral',
1491
+ displayName: 'Ministral 3 8B',
1492
+ description: 'A powerful and efficient model offering best-in-class text and vision capabilities.',
1493
+ pricing: { input: 0.15, output: 0.15 },
1494
+ benchmarks: {
1495
+ intelligence: 7,
1496
+ mmluPro: 0.41,
1497
+ gpqa: 0.3,
574
1498
  },
575
- lastUpdated: '2025-12-24',
576
- },
577
- 'openai/o3-pro': {
578
- type: 'responses',
579
- provider: 'openai',
580
- displayName: 'o3-pro',
581
- pricing: { input: 0.02, output: 0.08 },
1499
+ performance: {
1500
+ intelligenceScore: 7,
1501
+ },
1502
+ context: {
1503
+ input: {
1504
+ text: true,
1505
+ audio: false,
1506
+ image: true,
1507
+ video: false
1508
+ },
1509
+ output: {
1510
+ text: true,
1511
+ audio: false,
1512
+ image: false,
1513
+ video: false
1514
+ }
1515
+ },
1516
+ deprecated: false,
1517
+ isAvailable: true,
1518
+ lastUpdated: '2026-01-02',
1519
+ },
1520
+ 'mistral-embed': {
1521
+ type: 'embedding',
1522
+ provider: 'mistral',
1523
+ displayName: 'Mistral Embed',
1524
+ description: 'Our state-of-the-art semantic for extracting representation of code extracts',
1525
+ pricing: { input: 0.1, output: 0 },
1526
+ context: {
1527
+ input: {
1528
+ text: true,
1529
+ audio: false,
1530
+ image: false,
1531
+ video: false
1532
+ },
1533
+ output: {
1534
+ text: false,
1535
+ audio: false,
1536
+ image: false,
1537
+ video: false
1538
+ }
1539
+ },
1540
+ deprecated: false,
1541
+ isAvailable: true,
1542
+ lastUpdated: '2026-01-02',
1543
+ },
1544
+ 'mistral-large-2512': {
1545
+ type: 'chat',
1546
+ provider: 'mistral',
1547
+ displayName: 'Mistral Large 3',
1548
+ description: 'A state-of-the-art, open-weight, general-purpose multimodal model.',
582
1549
  benchmarks: {
583
- intelligence: 65.3,
584
- gpqa: 0.845,
1550
+ intelligence: 2.6,
1551
+ mmluPro: 0.39,
1552
+ gpqa: 0.29,
585
1553
  },
586
1554
  performance: {
587
- outputTokenPerSecond: 53.281,
588
- timeTofirstToken: 58.458,
589
- intelligenceScore: 65.3,
1555
+ intelligenceScore: 2.6,
590
1556
  },
591
- lastUpdated: '2025-12-24',
592
- },
593
- 'openai/gpt-5-pro': {
594
- type: 'responses',
595
- provider: 'openai',
596
- displayName: 'GPT 5 Pro',
597
- pricing: { input: 0.00125, output: 0.01 },
1557
+ context: {
1558
+ input: {
1559
+ text: true,
1560
+ audio: false,
1561
+ image: true,
1562
+ video: false
1563
+ },
1564
+ output: {
1565
+ text: true,
1566
+ audio: false,
1567
+ image: false,
1568
+ video: false
1569
+ }
1570
+ },
1571
+ deprecated: false,
1572
+ isAvailable: true,
1573
+ lastUpdated: '2026-01-02',
1574
+ },
1575
+ 'mistral-large-latest': {
1576
+ type: 'chat',
1577
+ provider: 'mistral',
1578
+ displayName: 'Mistral Large',
1579
+ description: 'Top-tier large model for high-complexity tasks.',
1580
+ pricing: { input: 0.5, output: 1.5 },
598
1581
  benchmarks: {
599
- intelligence: 68.5,
600
- coding: 52.7,
601
- math: 94.3,
602
- mmluPro: 0.871,
603
- gpqa: 0.854,
1582
+ intelligence: 11.9,
1583
+ mmluPro: 0.52,
1584
+ gpqa: 0.35,
604
1585
  },
605
1586
  performance: {
606
- outputTokenPerSecond: 147.254,
607
- timeTofirstToken: 80.387,
608
- intelligenceScore: 68.5,
609
- },
610
- lastUpdated: '2025-12-24',
611
- },
612
- 'openai/gpt-5-1-codex': {
613
- type: 'responses',
614
- provider: 'openai',
615
- displayName: 'GPT-5.1 Codex',
616
- pricing: { input: 0.00125, output: 0.01 },
1587
+ intelligenceScore: 11.9,
1588
+ },
1589
+ context: {
1590
+ input: {
1591
+ text: true,
1592
+ audio: false,
1593
+ image: false,
1594
+ video: false
1595
+ },
1596
+ output: {
1597
+ text: true,
1598
+ audio: false,
1599
+ image: false,
1600
+ video: false
1601
+ }
1602
+ },
1603
+ deprecated: false,
1604
+ isAvailable: true,
1605
+ lastUpdated: '2026-01-02',
1606
+ },
1607
+ 'mistral-medium-2508': {
1608
+ type: 'chat',
1609
+ provider: 'mistral',
1610
+ displayName: 'Mistral Medium 3.1',
1611
+ description: 'Our frontier-class multimodal model released August 2025.',
617
1612
  benchmarks: {
618
- intelligence: 66.9,
619
- coding: 52.5,
620
- math: 95.7,
621
- mmluPro: 0.86,
622
- gpqa: 0.86,
1613
+ intelligence: 33.6,
1614
+ coding: 25.6,
1615
+ math: 30.3,
1616
+ mmluPro: 0.76,
1617
+ gpqa: 0.58,
623
1618
  },
624
1619
  performance: {
625
- outputTokenPerSecond: 264.603,
626
- timeTofirstToken: 12.24,
627
- intelligenceScore: 66.9,
1620
+ intelligenceScore: 33.6,
628
1621
  },
629
- lastUpdated: '2025-12-24',
630
- },
631
- 'openai/gpt-5-1-codex-mini': {
632
- type: 'responses',
633
- provider: 'openai',
634
- displayName: 'GPT-5.1 Codex Mini',
635
- pricing: { input: 0.00025, output: 0.002 },
1622
+ context: {
1623
+ input: {
1624
+ text: true,
1625
+ audio: false,
1626
+ image: true,
1627
+ video: false
1628
+ },
1629
+ output: {
1630
+ text: true,
1631
+ audio: false,
1632
+ image: false,
1633
+ video: false
1634
+ }
1635
+ },
1636
+ deprecated: false,
1637
+ isAvailable: true,
1638
+ lastUpdated: '2026-01-02',
1639
+ },
1640
+ 'mistral-medium-latest': {
1641
+ type: 'chat',
1642
+ provider: 'mistral',
1643
+ displayName: 'Mistral Medium 3.1',
1644
+ description: 'Our frontier-class multimodal model released August 2025.',
1645
+ pricing: { input: 0.4, output: 2 },
636
1646
  benchmarks: {
637
- intelligence: 62.3,
638
- coding: 52.5,
639
- math: 91.7,
640
- mmluPro: 0.82,
641
- gpqa: 0.813,
1647
+ intelligence: 8.4,
1648
+ mmluPro: 0.49,
1649
+ gpqa: 0.35,
642
1650
  },
643
1651
  performance: {
644
- outputTokenPerSecond: 146.418,
645
- timeTofirstToken: 15.16,
646
- intelligenceScore: 62.3,
1652
+ intelligenceScore: 8.4,
1653
+ },
1654
+ context: {
1655
+ input: {
1656
+ text: true,
1657
+ audio: false,
1658
+ image: true,
1659
+ video: false
1660
+ },
1661
+ output: {
1662
+ text: true,
1663
+ audio: false,
1664
+ image: false,
1665
+ video: false
1666
+ }
1667
+ },
1668
+ deprecated: false,
1669
+ isAvailable: true,
1670
+ lastUpdated: '2026-01-02',
1671
+ },
1672
+ 'mistral-small-2501': {
1673
+ type: 'chat',
1674
+ provider: 'mistral',
1675
+ displayName: 'Mistral Small',
1676
+ description: 'Efficient model for various tasks.',
1677
+ benchmarks: {
1678
+ intelligence: 8.5,
1679
+ mmluPro: 0.42,
1680
+ gpqa: 0.3,
647
1681
  },
648
- lastUpdated: '2025-12-24',
649
- },
650
- 'openai/gpt-5-2-pro': {
651
- type: 'responses',
652
- provider: 'openai',
653
- displayName: 'GPT-5.2 Pro',
654
- pricing: { input: 0.00175, output: 0.014 },
1682
+ performance: {
1683
+ intelligenceScore: 8.5,
1684
+ },
1685
+ context: {
1686
+ input: {
1687
+ text: true,
1688
+ audio: false,
1689
+ image: false,
1690
+ video: false
1691
+ },
1692
+ output: {
1693
+ text: true,
1694
+ audio: false,
1695
+ image: false,
1696
+ video: false
1697
+ }
1698
+ },
1699
+ deprecated: false,
1700
+ isAvailable: true,
1701
+ lastUpdated: '2026-01-02',
1702
+ },
1703
+ 'mistral-small-2506': {
1704
+ type: 'chat',
1705
+ provider: 'mistral',
1706
+ displayName: 'Mistral Small 3.2',
1707
+ description: 'An update to our previous small model, released June 2025.',
655
1708
  benchmarks: {
656
- intelligence: 72.6,
657
- coding: 61.8,
658
- math: 98.7,
659
- mmluPro: 0.874,
660
- gpqa: 0.903,
1709
+ intelligence: 24.9,
1710
+ coding: 18.3,
1711
+ math: 3.7,
1712
+ mmluPro: 0.66,
1713
+ gpqa: 0.45,
661
1714
  },
662
1715
  performance: {
663
- outputTokenPerSecond: 112.643,
664
- timeTofirstToken: 45.724,
665
- intelligenceScore: 72.6,
666
- },
667
- lastUpdated: '2025-12-24',
668
- },
669
- 'dall-e-3': {
670
- type: 'image',
671
- provider: 'openai',
672
- displayName: 'DALL-E 3',
673
- lastUpdated: '2025-12-24',
674
- },
675
- 'dall-e-2': {
676
- type: 'image',
677
- provider: 'openai',
678
- displayName: 'DALL-E 2',
679
- lastUpdated: '2025-12-24',
680
- },
681
- 'openai/gpt-image-1': {
682
- type: 'image',
683
- provider: 'openai',
684
- displayName: 'GPT Image 1',
685
- lastUpdated: '2025-12-24',
686
- },
687
- 'openai/gpt-image-1-mini': {
688
- type: 'image',
689
- provider: 'openai',
690
- displayName: 'GPT Image 1 Mini',
691
- lastUpdated: '2025-12-24',
692
- },
693
- 'text-embedding-3-small': {
694
- type: 'embeddings',
695
- provider: 'openai',
696
- displayName: 'Text embedding 3 small',
697
- contextLength: 8000,
698
- lastUpdated: '2025-12-24',
699
- },
700
- 'text-embedding-3-large': {
701
- type: 'embeddings',
702
- provider: 'openai',
703
- displayName: 'Text embedding 3 large',
704
- contextLength: 8000,
705
- lastUpdated: '2025-12-24',
706
- },
707
- 'text-embedding-ada-002': {
708
- type: 'embeddings',
709
- provider: 'openai',
710
- displayName: 'Text embedding ada 002',
711
- contextLength: 8000,
712
- lastUpdated: '2025-12-24',
713
- },
714
- 'openai/gpt-4o-transcribe': {
715
- type: 'stt',
716
- provider: 'openai',
717
- displayName: 'GPT-4o Transcribe',
718
- lastUpdated: '2025-12-24',
719
- },
720
- 'openai/gpt-4o-mini-transcribe': {
721
- type: 'stt',
722
- provider: 'openai',
723
- displayName: 'GPT-4o Mini Transcribe',
724
- lastUpdated: '2025-12-24',
725
- },
726
- 'openai/gpt-4o-mini-tts': {
727
- type: 'tts',
728
- provider: 'openai',
729
- displayName: 'GPT-4o mini TTS',
730
- lastUpdated: '2025-12-24',
731
- },
732
- 'openai/tts-1': {
733
- type: 'tts',
734
- provider: 'openai',
735
- displayName: 'TTS-1',
736
- lastUpdated: '2025-12-24',
737
- },
738
- 'openai/tts-1-hd': {
739
- type: 'tts',
740
- provider: 'openai',
741
- displayName: 'TTS-1 HD',
742
- lastUpdated: '2025-12-24',
743
- },
744
- 'gpt-3.5-turbo-instruct': {
745
- type: 'language-completion',
746
- provider: 'openai',
747
- displayName: 'Gpt 3.5 turbo instruct',
748
- pricing: { input: 0.0005, output: 0.0015 },
749
- benchmarks: {
750
- intelligence: 8.3,
751
- coding: 10.7,
752
- mmluPro: 0.462,
753
- gpqa: 0.297,
1716
+ intelligenceScore: 24.9,
1717
+ },
1718
+ context: {
1719
+ input: {
1720
+ text: true,
1721
+ audio: false,
1722
+ image: false,
1723
+ video: false
1724
+ },
1725
+ output: {
1726
+ text: true,
1727
+ audio: false,
1728
+ image: false,
1729
+ video: false
1730
+ }
1731
+ },
1732
+ deprecated: false,
1733
+ isAvailable: true,
1734
+ lastUpdated: '2026-01-02',
1735
+ },
1736
+ 'mistral-small-latest': {
1737
+ type: 'chat',
1738
+ provider: 'mistral',
1739
+ displayName: 'Mistral Small',
1740
+ description: 'An efficient model offering best-in-class text and vision capabilities',
1741
+ pricing: { input: 0.1, output: 0.3 },
1742
+ benchmarks: {
1743
+ intelligence: 24.9,
1744
+ coding: 18.3,
1745
+ math: 3.7,
1746
+ mmluPro: 0.66,
1747
+ gpqa: 0.45,
754
1748
  },
755
1749
  performance: {
756
- outputTokenPerSecond: 129.872,
757
- timeTofirstToken: 0.68,
758
- intelligenceScore: 8.3,
759
- },
760
- lastUpdated: '2025-12-24',
761
- },
762
- 'openai/sora-2-t2v': {
763
- type: 'video',
764
- provider: 'openai',
765
- displayName: 'Sora 2 Text to Video',
766
- lastUpdated: '2025-12-24',
767
- },
768
- 'openai/sora-2-i2v': {
769
- type: 'video',
770
- provider: 'openai',
771
- displayName: 'Sora 2 Image to Video',
772
- lastUpdated: '2025-12-24',
773
- },
774
- 'openai/sora-2-pro-i2v': {
775
- type: 'video',
776
- provider: 'openai',
777
- displayName: 'Sora 2 Pro Image to Video',
778
- lastUpdated: '2025-12-24',
779
- },
780
- 'openai/sora-2-pro-t2v': {
781
- type: 'video',
782
- provider: 'openai',
783
- displayName: 'Sora 2 Pro Text to Video',
784
- lastUpdated: '2025-12-24',
785
- },
786
- 'fallback-openai/sora-2-t2v': {
787
- type: 'video',
788
- provider: 'openai',
789
- displayName: 'Sora 2 Text to Video',
790
- lastUpdated: '2025-12-24',
791
- },
792
- 'fallback-openai/sora-2-i2v': {
793
- type: 'video',
794
- provider: 'openai',
795
- displayName: 'Sora 2 Image to Video',
796
- lastUpdated: '2025-12-24',
797
- },
798
- 'fallback-openai/sora-2-pro-i2v': {
799
- type: 'video',
800
- provider: 'openai',
801
- displayName: 'Sora 2 Pro Image to Video',
802
- lastUpdated: '2025-12-24',
803
- },
804
- 'fallback-openai/sora-2-pro-t2v': {
805
- type: 'video',
806
- provider: 'openai',
807
- displayName: 'Sora 2 Pro Text to Video',
808
- lastUpdated: '2025-12-24',
809
- },
810
- // Anthropic models
811
- 'claude-3-opus-20240229': {
1750
+ intelligenceScore: 24.9,
1751
+ },
1752
+ context: {
1753
+ input: {
1754
+ text: true,
1755
+ audio: false,
1756
+ image: true,
1757
+ video: false
1758
+ },
1759
+ output: {
1760
+ text: true,
1761
+ audio: false,
1762
+ image: false,
1763
+ video: false
1764
+ }
1765
+ },
1766
+ deprecated: false,
1767
+ isAvailable: true,
1768
+ lastUpdated: '2026-01-02',
1769
+ },
1770
+ 'mistral-tiny-2407': {
812
1771
  type: 'chat',
813
- provider: 'anthropic',
814
- displayName: 'Claude 3 Opus 2024-02-29',
815
- pricing: { input: 0.015, output: 0.075 },
816
- benchmarks: {
817
- intelligence: 20.6,
818
- coding: 19.5,
819
- mmluPro: 0.696,
820
- gpqa: 0.489,
821
- },
822
- performance: {
823
- outputTokenPerSecond: 0,
824
- timeTofirstToken: 0,
825
- intelligenceScore: 20.6,
826
- },
827
- lastUpdated: '2025-12-24',
828
- },
829
- 'claude-3-haiku-20240307': {
1772
+ provider: 'mistral',
1773
+ displayName: 'Mistral Nemo 12B',
1774
+ description: 'Our best multilingual open source model released July 2024.',
1775
+ context: {
1776
+ input: {
1777
+ text: true,
1778
+ audio: false,
1779
+ image: false,
1780
+ video: false
1781
+ },
1782
+ output: {
1783
+ text: true,
1784
+ audio: false,
1785
+ image: false,
1786
+ video: false
1787
+ }
1788
+ },
1789
+ deprecated: false,
1790
+ isAvailable: true,
1791
+ lastUpdated: '2026-01-02',
1792
+ },
1793
+ 'mistral-tiny-latest': {
830
1794
  type: 'chat',
831
- provider: 'anthropic',
832
- displayName: 'Claude 3 Haiku 2024-03-07',
833
- pricing: { input: 0.00025, output: 0.00125 },
834
- benchmarks: {
835
- intelligence: 9.6,
836
- },
837
- performance: {
838
- outputTokenPerSecond: 122.944,
839
- timeTofirstToken: 0.405,
840
- intelligenceScore: 9.6,
841
- },
842
- lastUpdated: '2025-12-24',
843
- },
844
- 'claude-3-5-haiku-20241022': {
1795
+ provider: 'mistral',
1796
+ displayName: 'Mistral Tiny',
1797
+ description: 'Compact model for efficient inference.',
1798
+ pricing: { input: 0.14, output: 0.42 },
1799
+ context: {
1800
+ input: {
1801
+ text: true,
1802
+ audio: false,
1803
+ image: false,
1804
+ video: false
1805
+ },
1806
+ output: {
1807
+ text: true,
1808
+ audio: false,
1809
+ image: false,
1810
+ video: false
1811
+ }
1812
+ },
1813
+ deprecated: false,
1814
+ isAvailable: true,
1815
+ lastUpdated: '2026-01-02',
1816
+ },
1817
+ 'open-mistral-7b': {
845
1818
  type: 'chat',
846
- provider: 'anthropic',
847
- displayName: 'Claude 3.5 Haiku 2024-10-22',
848
- pricing: { input: 0.0008, output: 0.004 },
1819
+ provider: 'mistral',
1820
+ displayName: 'Mistral 7B',
1821
+ description: 'Open source model for general purpose tasks.',
849
1822
  benchmarks: {
850
- intelligence: 20.2,
851
- mmluPro: 0.634,
852
- gpqa: 0.408,
1823
+ intelligence: 1,
1824
+ mmluPro: 0.25,
1825
+ gpqa: 0.18,
853
1826
  },
854
1827
  performance: {
855
- outputTokenPerSecond: 47.836,
856
- timeTofirstToken: 0.667,
857
- intelligenceScore: 20.2,
1828
+ intelligenceScore: 1,
858
1829
  },
859
- lastUpdated: '2025-12-24',
860
- },
861
- 'claude-3-7-sonnet-20250219': {
1830
+ context: {
1831
+ input: {
1832
+ text: true,
1833
+ audio: false,
1834
+ image: false,
1835
+ video: false
1836
+ },
1837
+ output: {
1838
+ text: true,
1839
+ audio: false,
1840
+ image: false,
1841
+ video: false
1842
+ }
1843
+ },
1844
+ deprecated: false,
1845
+ isAvailable: true,
1846
+ lastUpdated: '2026-01-02',
1847
+ },
1848
+ 'open-mistral-nemo': {
862
1849
  type: 'chat',
863
- provider: 'anthropic',
864
- displayName: 'Claude 3.7 Sonnet',
865
- pricing: { input: 0.003, output: 0.015 },
1850
+ provider: 'mistral',
1851
+ displayName: 'Mistral Nemo 12B',
1852
+ description: 'Our best multilingual open source model released July 2024.',
1853
+ pricing: { input: 0.15, output: 0.15 },
866
1854
  benchmarks: {
867
- intelligence: 41.1,
868
- coding: 32.3,
869
- math: 21,
870
- mmluPro: 0.803,
871
- gpqa: 0.656,
1855
+ intelligence: 1,
1856
+ mmluPro: 0.25,
1857
+ gpqa: 0.18,
872
1858
  },
873
1859
  performance: {
874
- outputTokenPerSecond: 0,
875
- timeTofirstToken: 0,
876
- intelligenceScore: 41.1,
1860
+ intelligenceScore: 1,
877
1861
  },
878
- lastUpdated: '2025-12-24',
879
- },
880
- 'claude-sonnet-4-20250514': {
1862
+ context: {
1863
+ input: {
1864
+ text: true,
1865
+ audio: false,
1866
+ image: false,
1867
+ video: false
1868
+ },
1869
+ output: {
1870
+ text: true,
1871
+ audio: false,
1872
+ image: false,
1873
+ video: false
1874
+ }
1875
+ },
1876
+ deprecated: false,
1877
+ isAvailable: true,
1878
+ lastUpdated: '2026-01-02',
1879
+ },
1880
+ 'pixtral-12b-2409': {
881
1881
  type: 'chat',
882
- provider: 'anthropic',
883
- displayName: 'Claude 4 Sonnet',
884
- pricing: { input: 0.003, output: 0.015 },
885
- benchmarks: {
886
- intelligence: 44.4,
887
- coding: 35.9,
888
- math: 38,
889
- mmluPro: 0.837,
890
- gpqa: 0.683,
891
- },
892
- performance: {
893
- outputTokenPerSecond: 59.339,
894
- timeTofirstToken: 1.181,
895
- intelligenceScore: 44.4,
896
- },
897
- lastUpdated: '2025-12-24',
898
- },
899
- 'claude-opus-4-20250514': {
1882
+ provider: 'mistral',
1883
+ displayName: 'Pixtral 12B',
1884
+ description: 'Multimodal model with vision capabilities.',
1885
+ context: {
1886
+ input: {
1887
+ text: true,
1888
+ audio: false,
1889
+ image: true,
1890
+ video: false
1891
+ },
1892
+ output: {
1893
+ text: true,
1894
+ audio: false,
1895
+ image: false,
1896
+ video: false
1897
+ }
1898
+ },
1899
+ deprecated: false,
1900
+ isAvailable: true,
1901
+ lastUpdated: '2026-01-02',
1902
+ },
1903
+ 'pixtral-12b-latest': {
900
1904
  type: 'chat',
901
- provider: 'anthropic',
902
- displayName: 'Claude 4 Opus',
903
- pricing: { input: 0.015, output: 0.075 },
904
- benchmarks: {
905
- intelligence: 42.3,
906
- math: 36.3,
907
- mmluPro: 0.86,
908
- gpqa: 0.701,
909
- },
910
- performance: {
911
- outputTokenPerSecond: 40.647,
912
- timeTofirstToken: 1.319,
913
- intelligenceScore: 42.3,
914
- },
915
- lastUpdated: '2025-12-24',
916
- },
917
- 'claude-opus-4-1-20250805': {
1905
+ provider: 'mistral',
1906
+ displayName: 'Pixtral 12B',
1907
+ description: 'Multimodal model with vision capabilities.',
1908
+ pricing: { input: 0.15, output: 0.15 },
1909
+ context: {
1910
+ input: {
1911
+ text: true,
1912
+ audio: false,
1913
+ image: true,
1914
+ video: false
1915
+ },
1916
+ output: {
1917
+ text: true,
1918
+ audio: false,
1919
+ image: false,
1920
+ video: false
1921
+ }
1922
+ },
1923
+ deprecated: false,
1924
+ isAvailable: true,
1925
+ lastUpdated: '2026-01-02',
1926
+ },
1927
+ 'pixtral-large-2411': {
918
1928
  type: 'chat',
919
- provider: 'anthropic',
920
- displayName: 'Claude 4.1 Opus',
921
- pricing: { input: 0.015, output: 0.075 },
922
- benchmarks: {
923
- intelligence: 44.6,
924
- },
925
- performance: {
926
- outputTokenPerSecond: 39.197,
927
- timeTofirstToken: 1.41,
928
- intelligenceScore: 44.6,
929
- },
930
- lastUpdated: '2025-12-24',
931
- },
932
- 'claude-sonnet-4-5-20250929': {
1929
+ provider: 'mistral',
1930
+ displayName: 'Pixtral Large',
1931
+ description: 'Our first frontier-class multimodal model released November 2024.',
1932
+ context: {
1933
+ input: {
1934
+ text: true,
1935
+ audio: false,
1936
+ image: true,
1937
+ video: false
1938
+ },
1939
+ output: {
1940
+ text: true,
1941
+ audio: false,
1942
+ image: false,
1943
+ video: false
1944
+ }
1945
+ },
1946
+ deprecated: false,
1947
+ isAvailable: true,
1948
+ lastUpdated: '2026-01-02',
1949
+ },
1950
+ 'pixtral-large-latest': {
933
1951
  type: 'chat',
934
- provider: 'anthropic',
935
- displayName: 'Claude 4.5 Sonnet',
936
- pricing: { input: 0.003, output: 0.015 },
1952
+ provider: 'mistral',
1953
+ displayName: 'Pixtral Large',
1954
+ description: 'Our first frontier-class multimodal model released November 2024.',
1955
+ pricing: { input: 2, output: 6 },
937
1956
  benchmarks: {
938
- intelligence: 49.6,
939
- coding: 42.9,
940
- math: 37,
941
- mmluPro: 0.86,
942
- gpqa: 0.727,
1957
+ intelligence: 25,
1958
+ math: 2.3,
1959
+ mmluPro: 0.7,
1960
+ gpqa: 0.51,
943
1961
  },
944
1962
  performance: {
945
- outputTokenPerSecond: 69.532,
946
- timeTofirstToken: 2.014,
947
- intelligenceScore: 49.6,
948
- },
949
- lastUpdated: '2025-12-24',
950
- },
951
- 'claude-haiku-4-5-20251001': {
1963
+ intelligenceScore: 25,
1964
+ },
1965
+ context: {
1966
+ input: {
1967
+ text: true,
1968
+ audio: false,
1969
+ image: true,
1970
+ video: false
1971
+ },
1972
+ output: {
1973
+ text: true,
1974
+ audio: false,
1975
+ image: false,
1976
+ video: false
1977
+ }
1978
+ },
1979
+ deprecated: false,
1980
+ isAvailable: true,
1981
+ lastUpdated: '2026-01-02',
1982
+ },
1983
+ 'voxtral-mini-2507': {
952
1984
  type: 'chat',
953
- provider: 'anthropic',
954
- displayName: 'Claude 4.5 Haiku',
955
- pricing: { input: 0.001, output: 0.005 },
956
- benchmarks: {
957
- intelligence: 41.7,
958
- coding: 37,
959
- math: 39,
960
- mmluPro: 0.8,
961
- gpqa: 0.646,
962
- },
963
- performance: {
964
- outputTokenPerSecond: 111.623,
965
- timeTofirstToken: 0.39,
966
- intelligenceScore: 41.7,
967
- },
968
- lastUpdated: '2025-12-24',
969
- },
970
- 'claude-opus-4-5-20251101': {
1985
+ provider: 'mistral',
1986
+ displayName: 'Voxtral Mini',
1987
+ description: 'A mini version of our first audio input model.',
1988
+ context: {
1989
+ input: {
1990
+ text: true,
1991
+ audio: true,
1992
+ image: false,
1993
+ video: false
1994
+ },
1995
+ output: {
1996
+ text: true,
1997
+ audio: false,
1998
+ image: false,
1999
+ video: false
2000
+ }
2001
+ },
2002
+ deprecated: false,
2003
+ isAvailable: true,
2004
+ lastUpdated: '2026-01-02',
2005
+ },
2006
+ 'voxtral-mini-latest': {
971
2007
  type: 'chat',
972
- provider: 'anthropic',
973
- displayName: 'Claude 4.5 Opus',
974
- lastUpdated: '2025-12-24',
975
- },
976
- 'voyage-large-2-instruct': {
977
- type: 'embeddings',
978
- provider: 'anthropic',
979
- displayName: 'Voyage large 2 instruct',
980
- contextLength: 16000,
981
- lastUpdated: '2025-12-24',
982
- },
983
- 'voyage-finance-2': {
984
- type: 'embeddings',
985
- provider: 'anthropic',
986
- displayName: 'Voyage finance 2',
987
- contextLength: 32000,
988
- lastUpdated: '2025-12-24',
989
- },
990
- 'voyage-multilingual-2': {
991
- type: 'embeddings',
992
- provider: 'anthropic',
993
- displayName: 'Voyage multilingual 2',
994
- contextLength: 32000,
995
- lastUpdated: '2025-12-24',
996
- },
997
- 'voyage-law-2': {
998
- type: 'embeddings',
999
- provider: 'anthropic',
1000
- displayName: 'Voyage law 2',
1001
- contextLength: 16000,
1002
- lastUpdated: '2025-12-24',
1003
- },
1004
- 'voyage-code-2': {
1005
- type: 'embeddings',
1006
- provider: 'anthropic',
1007
- displayName: 'Voyage code 2',
1008
- contextLength: 16000,
1009
- lastUpdated: '2025-12-24',
2008
+ provider: 'mistral',
2009
+ displayName: 'Voxtral Mini',
2010
+ description: 'A mini version of our first audio input model',
2011
+ pricing: { input: 0.04, output: 0.04 },
2012
+ context: {
2013
+ input: {
2014
+ text: true,
2015
+ audio: true,
2016
+ image: false,
2017
+ video: false
2018
+ },
2019
+ output: {
2020
+ text: true,
2021
+ audio: false,
2022
+ image: false,
2023
+ video: false
2024
+ }
2025
+ },
2026
+ deprecated: false,
2027
+ isAvailable: true,
2028
+ lastUpdated: '2026-01-02',
2029
+ },
2030
+ 'voxtral-small-2507': {
2031
+ type: 'chat',
2032
+ provider: 'mistral',
2033
+ displayName: 'Voxtral Small',
2034
+ description: 'Our first model with audio input capabilities for instruct use cases.',
2035
+ context: {
2036
+ input: {
2037
+ text: true,
2038
+ audio: true,
2039
+ image: false,
2040
+ video: false
2041
+ },
2042
+ output: {
2043
+ text: true,
2044
+ audio: false,
2045
+ image: false,
2046
+ video: false
2047
+ }
2048
+ },
2049
+ deprecated: false,
2050
+ isAvailable: true,
2051
+ lastUpdated: '2026-01-02',
2052
+ },
2053
+ 'voxtral-small-latest': {
2054
+ type: 'chat',
2055
+ provider: 'mistral',
2056
+ displayName: 'Voxtral Small',
2057
+ description: 'Our first model with audio input capabilities for instruct use cases',
2058
+ pricing: { input: 0.1, output: 0.3 },
2059
+ context: {
2060
+ input: {
2061
+ text: true,
2062
+ audio: true,
2063
+ image: false,
2064
+ video: false
2065
+ },
2066
+ output: {
2067
+ text: true,
2068
+ audio: false,
2069
+ image: false,
2070
+ video: false
2071
+ }
2072
+ },
2073
+ deprecated: false,
2074
+ isAvailable: true,
2075
+ lastUpdated: '2026-01-02',
1010
2076
  },
1011
- 'voyage-large-2': {
1012
- type: 'embeddings',
1013
- provider: 'anthropic',
1014
- displayName: 'Voyage large 2',
1015
- contextLength: 16000,
1016
- lastUpdated: '2025-12-24',
2077
+ 'dall-e-2': {
2078
+ type: 'image',
2079
+ provider: 'openai',
2080
+ displayName: 'DALL·E 2',
2081
+ description: 'Our first image generation model',
2082
+ pricing: { input: 0, output: 0 },
2083
+ context: {
2084
+ input: {
2085
+ text: true,
2086
+ audio: false,
2087
+ image: false,
2088
+ video: false
2089
+ },
2090
+ output: {
2091
+ text: false,
2092
+ audio: false,
2093
+ image: true,
2094
+ video: false
2095
+ }
2096
+ },
2097
+ deprecated: false,
2098
+ isAvailable: true,
2099
+ lastUpdated: '2026-01-02',
1017
2100
  },
1018
- 'voyage-2': {
1019
- type: 'embeddings',
1020
- provider: 'anthropic',
1021
- displayName: 'Voyage 2',
1022
- contextLength: 4000,
1023
- lastUpdated: '2025-12-24',
2101
+ 'dall-e-3': {
2102
+ type: 'image',
2103
+ provider: 'openai',
2104
+ displayName: 'DALL·E 3',
2105
+ description: 'Previous generation image generation model',
2106
+ pricing: { input: 0, output: 0 },
2107
+ context: {
2108
+ input: {
2109
+ text: true,
2110
+ audio: false,
2111
+ image: false,
2112
+ video: false
2113
+ },
2114
+ output: {
2115
+ text: false,
2116
+ audio: false,
2117
+ image: true,
2118
+ video: false
2119
+ }
2120
+ },
2121
+ deprecated: false,
2122
+ isAvailable: true,
2123
+ lastUpdated: '2026-01-02',
1024
2124
  },
1025
- // Google models
1026
- 'google/gemini-2.0-flash-exp': {
2125
+ 'gpt-3.5-turbo': {
1027
2126
  type: 'chat',
1028
- provider: 'google',
1029
- displayName: 'Gemini 2.0 Flash Experimental',
1030
- benchmarks: {
1031
- intelligence: 31.8,
1032
- mmluPro: 0.782,
1033
- gpqa: 0.636,
1034
- },
1035
- performance: {
1036
- outputTokenPerSecond: 166.706,
1037
- timeTofirstToken: 0.284,
1038
- intelligenceScore: 31.8,
1039
- },
1040
- lastUpdated: '2025-12-24',
2127
+ provider: 'openai',
2128
+ displayName: 'GPT-3.5 Turbo',
2129
+ description: 'Legacy GPT model for cheaper chat and non-chat tasks',
2130
+ pricing: { input: 0.5, output: 1.5 },
2131
+ contextLength: 16385,
2132
+ context: {
2133
+ input: {
2134
+ text: true,
2135
+ audio: false,
2136
+ image: false,
2137
+ video: false
2138
+ },
2139
+ output: {
2140
+ text: true,
2141
+ audio: false,
2142
+ image: false,
2143
+ video: false
2144
+ }
2145
+ },
2146
+ deprecated: false,
2147
+ isAvailable: true,
2148
+ lastUpdated: '2026-01-02',
1041
2149
  },
1042
- 'google/gemini-2.0-flash': {
2150
+ 'gpt-4-turbo': {
1043
2151
  type: 'chat',
1044
- provider: 'google',
1045
- displayName: 'Gemini 2.0 Flash',
1046
- pricing: { input: 0.0001, output: 0.0004 },
2152
+ provider: 'openai',
2153
+ displayName: 'GPT-4 Turbo',
2154
+ description: 'An older high-intelligence GPT model',
2155
+ pricing: { input: 10, output: 30 },
1047
2156
  benchmarks: {
1048
- intelligence: 33.6,
1049
- coding: 23.4,
1050
- math: 21.7,
1051
- mmluPro: 0.779,
1052
- gpqa: 0.623,
2157
+ intelligence: 21.5,
2158
+ coding: 13.1,
1053
2159
  },
1054
2160
  performance: {
1055
- outputTokenPerSecond: 0,
1056
- timeTofirstToken: 0,
1057
- intelligenceScore: 33.6,
2161
+ intelligenceScore: 21.5,
1058
2162
  },
1059
- lastUpdated: '2025-12-24',
1060
- },
1061
- 'google/gemini-2.5-pro': {
2163
+ contextLength: 128000,
2164
+ context: {
2165
+ input: {
2166
+ text: true,
2167
+ audio: false,
2168
+ image: true,
2169
+ video: false
2170
+ },
2171
+ output: {
2172
+ text: true,
2173
+ audio: false,
2174
+ image: false,
2175
+ video: false
2176
+ }
2177
+ },
2178
+ deprecated: false,
2179
+ isAvailable: true,
2180
+ lastUpdated: '2026-01-02',
2181
+ },
2182
+ 'gpt-4.1': {
1062
2183
  type: 'chat',
1063
- provider: 'google',
1064
- displayName: 'Gemini 2.5 Pro',
1065
- pricing: { input: 0.00125, output: 0.01 },
2184
+ provider: 'openai',
2185
+ displayName: 'GPT-4.1',
2186
+ description: 'Smartest non-reasoning model',
2187
+ pricing: { input: 2, output: 8 },
1066
2188
  benchmarks: {
1067
- intelligence: 59.6,
1068
- coding: 49.3,
1069
- math: 87.7,
1070
- mmluPro: 0.862,
1071
- gpqa: 0.844,
2189
+ intelligence: 43.4,
2190
+ coding: 32.2,
2191
+ math: 34.7,
2192
+ mmluPro: 0.81,
2193
+ gpqa: 0.67,
1072
2194
  },
1073
2195
  performance: {
1074
- outputTokenPerSecond: 160.909,
1075
- timeTofirstToken: 34.11,
1076
- intelligenceScore: 59.6,
2196
+ intelligenceScore: 43.4,
1077
2197
  },
1078
- lastUpdated: '2025-12-24',
1079
- },
1080
- 'google/gemini-2.5-flash': {
2198
+ contextLength: 128000,
2199
+ context: {
2200
+ input: {
2201
+ text: true,
2202
+ audio: false,
2203
+ image: true,
2204
+ video: false
2205
+ },
2206
+ output: {
2207
+ text: true,
2208
+ audio: false,
2209
+ image: false,
2210
+ video: false
2211
+ }
2212
+ },
2213
+ deprecated: false,
2214
+ isAvailable: true,
2215
+ lastUpdated: '2026-01-02',
2216
+ },
2217
+ 'gpt-4.1-mini': {
1081
2218
  type: 'chat',
1082
- provider: 'google',
1083
- displayName: 'Gemini 2.5 Flash',
1084
- pricing: { input: 0.0003, output: 0.0025 },
2219
+ provider: 'openai',
2220
+ displayName: 'GPT-4.1 mini',
2221
+ description: 'Smaller, faster version of GPT-4.1',
2222
+ pricing: { input: 0.4, output: 1.6 },
1085
2223
  benchmarks: {
1086
- intelligence: 40.4,
1087
- coding: 30,
1088
- math: 60.3,
1089
- mmluPro: 0.809,
1090
- gpqa: 0.683,
2224
+ intelligence: 42.5,
2225
+ coding: 31.9,
2226
+ math: 46.3,
2227
+ mmluPro: 0.78,
2228
+ gpqa: 0.66,
1091
2229
  },
1092
2230
  performance: {
1093
- outputTokenPerSecond: 261.732,
1094
- timeTofirstToken: 0.421,
1095
- intelligenceScore: 40.4,
2231
+ intelligenceScore: 42.5,
1096
2232
  },
1097
- lastUpdated: '2025-12-24',
1098
- },
1099
- 'google/gemma-3-4b-it': {
2233
+ contextLength: 128000,
2234
+ context: {
2235
+ input: {
2236
+ text: true,
2237
+ audio: false,
2238
+ image: true,
2239
+ video: false
2240
+ },
2241
+ output: {
2242
+ text: true,
2243
+ audio: false,
2244
+ image: false,
2245
+ video: false
2246
+ }
2247
+ },
2248
+ deprecated: false,
2249
+ isAvailable: true,
2250
+ lastUpdated: '2026-01-02',
2251
+ },
2252
+ 'gpt-4.1-nano-2025-04-14': {
1100
2253
  type: 'chat',
1101
- provider: 'google',
1102
- displayName: 'Gemma 3 4B',
2254
+ provider: 'openai',
2255
+ displayName: 'GPT-4.1 nano',
2256
+ description: 'Fastest, most cost-efficient version of GPT-4.1',
2257
+ pricing: { input: 0.1, output: 0.4 },
1103
2258
  benchmarks: {
1104
- intelligence: 14.7,
1105
- coding: 6.4,
1106
- math: 12.7,
1107
- mmluPro: 0.417,
1108
- gpqa: 0.291,
2259
+ intelligence: 27.3,
2260
+ coding: 20.7,
2261
+ math: 24,
2262
+ mmluPro: 0.66,
2263
+ gpqa: 0.51,
1109
2264
  },
1110
2265
  performance: {
1111
- outputTokenPerSecond: 42.309,
1112
- timeTofirstToken: 0.976,
1113
- intelligenceScore: 14.7,
2266
+ intelligenceScore: 27.3,
1114
2267
  },
1115
- lastUpdated: '2025-12-24',
1116
- },
1117
- 'google/gemma-3-12b-it': {
2268
+ contextLength: 128000,
2269
+ context: {
2270
+ input: {
2271
+ text: true,
2272
+ audio: false,
2273
+ image: true,
2274
+ video: false
2275
+ },
2276
+ output: {
2277
+ text: true,
2278
+ audio: false,
2279
+ image: false,
2280
+ video: false
2281
+ }
2282
+ },
2283
+ deprecated: false,
2284
+ isAvailable: true,
2285
+ lastUpdated: '2026-01-02',
2286
+ },
2287
+ 'gpt-4o': {
1118
2288
  type: 'chat',
1119
- provider: 'google',
1120
- displayName: 'Gemma 3 12B',
2289
+ provider: 'openai',
2290
+ displayName: 'GPT-4o',
2291
+ description: 'Fast, intelligent, flexible GPT model',
2292
+ pricing: { input: 2.5, output: 10 },
1121
2293
  benchmarks: {
1122
- intelligence: 20.4,
1123
- coding: 10.6,
1124
- math: 18.3,
1125
- mmluPro: 0.595,
1126
- gpqa: 0.349,
2294
+ intelligence: 26,
2295
+ coding: 20.1,
2296
+ math: 15.3,
2297
+ mmluPro: 0.75,
2298
+ gpqa: 0.57,
1127
2299
  },
1128
2300
  performance: {
1129
- outputTokenPerSecond: 46.989,
1130
- timeTofirstToken: 7.926,
1131
- intelligenceScore: 20.4,
1132
- },
1133
- lastUpdated: '2025-12-24',
2301
+ intelligenceScore: 26,
2302
+ },
2303
+ contextLength: 128000,
2304
+ context: {
2305
+ input: {
2306
+ text: true,
2307
+ audio: false,
2308
+ image: true,
2309
+ video: false
2310
+ },
2311
+ output: {
2312
+ text: true,
2313
+ audio: false,
2314
+ image: false,
2315
+ video: false
2316
+ }
2317
+ },
2318
+ deprecated: false,
2319
+ isAvailable: true,
2320
+ lastUpdated: '2026-01-02',
1134
2321
  },
1135
- 'google/gemma-3-27b-it': {
1136
- type: 'chat',
1137
- provider: 'google',
1138
- displayName: 'Gemma 3 27B',
1139
- benchmarks: {
1140
- intelligence: 22.1,
1141
- coding: 12.8,
1142
- math: 20.7,
1143
- mmluPro: 0.669,
1144
- gpqa: 0.428,
1145
- },
1146
- performance: {
1147
- outputTokenPerSecond: 47.301,
1148
- timeTofirstToken: 0.781,
1149
- intelligenceScore: 22.1,
1150
- },
1151
- lastUpdated: '2025-12-24',
2322
+ 'gpt-4o-audio-preview': {
2323
+ type: 'audio',
2324
+ provider: 'openai',
2325
+ displayName: 'GPT-4o Audio',
2326
+ description: 'GPT-4o models capable of audio inputs and outputs',
2327
+ pricing: { input: 2.5, output: 10 },
2328
+ contextLength: 128000,
2329
+ context: {
2330
+ input: {
2331
+ text: true,
2332
+ audio: true,
2333
+ image: false,
2334
+ video: false
2335
+ },
2336
+ output: {
2337
+ text: true,
2338
+ audio: true,
2339
+ image: false,
2340
+ video: false
2341
+ }
2342
+ },
2343
+ deprecated: false,
2344
+ isAvailable: true,
2345
+ lastUpdated: '2026-01-02',
1152
2346
  },
1153
- 'google/gemma-3n-e4b-it': {
2347
+ 'gpt-4o-mini': {
1154
2348
  type: 'chat',
1155
- provider: 'google',
1156
- displayName: 'Gemma 3n 4B',
1157
- pricing: { input: 0.00002, output: 0.00004 },
2349
+ provider: 'openai',
2350
+ displayName: 'GPT-4o mini',
2351
+ description: 'Fast, affordable small model for focused tasks',
2352
+ pricing: { input: 0.15, output: 0.6 },
1158
2353
  benchmarks: {
1159
- intelligence: 15.5,
1160
- coding: 8.3,
1161
- math: 14.3,
1162
- mmluPro: 0.488,
1163
- gpqa: 0.296,
2354
+ intelligence: 18.9,
1164
2355
  },
1165
2356
  performance: {
1166
- outputTokenPerSecond: 0,
1167
- timeTofirstToken: 0,
1168
- intelligenceScore: 15.5,
1169
- },
1170
- lastUpdated: '2025-12-24',
2357
+ intelligenceScore: 18.9,
2358
+ },
2359
+ contextLength: 128000,
2360
+ context: {
2361
+ input: {
2362
+ text: true,
2363
+ audio: false,
2364
+ image: true,
2365
+ video: false
2366
+ },
2367
+ output: {
2368
+ text: true,
2369
+ audio: false,
2370
+ image: false,
2371
+ video: false
2372
+ }
2373
+ },
2374
+ deprecated: false,
2375
+ isAvailable: true,
2376
+ lastUpdated: '2026-01-02',
1171
2377
  },
1172
- 'google/gemini-3-pro-preview': {
2378
+ 'gpt-4o-mini-search-preview': {
1173
2379
  type: 'chat',
1174
- provider: 'google',
1175
- displayName: 'Gemini 3 Pro Preview',
1176
- pricing: { input: 0.002, output: 0.012 },
1177
- benchmarks: {
1178
- intelligence: 72.8,
1179
- coding: 62.3,
1180
- math: 95.7,
1181
- mmluPro: 0.898,
1182
- gpqa: 0.908,
1183
- },
1184
- performance: {
1185
- outputTokenPerSecond: 133.913,
1186
- timeTofirstToken: 29.692,
1187
- intelligenceScore: 72.8,
1188
- },
1189
- lastUpdated: '2025-12-24',
2380
+ provider: 'openai',
2381
+ displayName: 'GPT-4o mini Search Preview',
2382
+ description: 'Fast, affordable small model for web search',
2383
+ pricing: { input: 0.15, output: 0.6 },
2384
+ contextLength: 128000,
2385
+ context: {
2386
+ input: {
2387
+ text: true,
2388
+ audio: false,
2389
+ image: false,
2390
+ video: false
2391
+ },
2392
+ output: {
2393
+ text: true,
2394
+ audio: false,
2395
+ image: false,
2396
+ video: false
2397
+ }
2398
+ },
2399
+ deprecated: false,
2400
+ isAvailable: true,
2401
+ lastUpdated: '2026-01-02',
2402
+ },
2403
+ 'gpt-4o-mini-transcribe': {
2404
+ type: 'audio',
2405
+ provider: 'openai',
2406
+ displayName: 'GPT-4o mini Transcribe',
2407
+ description: 'Speech-to-text model powered by GPT-4o mini',
2408
+ pricing: { input: 1.25, output: 5 },
2409
+ context: {
2410
+ input: {
2411
+ text: false,
2412
+ audio: true,
2413
+ image: false,
2414
+ video: false
2415
+ },
2416
+ output: {
2417
+ text: true,
2418
+ audio: false,
2419
+ image: false,
2420
+ video: false
2421
+ }
2422
+ },
2423
+ deprecated: false,
2424
+ isAvailable: true,
2425
+ lastUpdated: '2026-01-02',
2426
+ },
2427
+ 'gpt-4o-mini-transcribe-2025-12-15': {
2428
+ type: 'audio',
2429
+ provider: 'openai',
2430
+ displayName: 'GPT-4o mini Transcribe',
2431
+ description: 'Speech-to-text model powered by GPT-4o mini',
2432
+ pricing: { input: 1.25, output: 5 },
2433
+ context: {
2434
+ input: {
2435
+ text: false,
2436
+ audio: true,
2437
+ image: false,
2438
+ video: false
2439
+ },
2440
+ output: {
2441
+ text: true,
2442
+ audio: false,
2443
+ image: false,
2444
+ video: false
2445
+ }
2446
+ },
2447
+ deprecated: false,
2448
+ isAvailable: true,
2449
+ lastUpdated: '2026-01-02',
2450
+ },
2451
+ 'gpt-4o-mini-tts': {
2452
+ type: 'tts',
2453
+ provider: 'openai',
2454
+ displayName: 'GPT-4o mini TTS',
2455
+ description: 'Text-to-speech model powered by GPT-4o mini',
2456
+ pricing: { input: 0.6, output: 0 },
2457
+ context: {
2458
+ input: {
2459
+ text: true,
2460
+ audio: false,
2461
+ image: false,
2462
+ video: false
2463
+ },
2464
+ output: {
2465
+ text: false,
2466
+ audio: true,
2467
+ image: false,
2468
+ video: false
2469
+ }
2470
+ },
2471
+ deprecated: false,
2472
+ isAvailable: true,
2473
+ lastUpdated: '2026-01-02',
2474
+ },
2475
+ 'gpt-4o-realtime-preview-2025-06-03': {
2476
+ type: 'audio',
2477
+ provider: 'openai',
2478
+ displayName: 'GPT-4o Realtime',
2479
+ description: 'Model capable of realtime text and audio inputs and outputs',
2480
+ pricing: { input: 5, output: 20 },
2481
+ contextLength: 128000,
2482
+ context: {
2483
+ input: {
2484
+ text: true,
2485
+ audio: true,
2486
+ image: false,
2487
+ video: false
2488
+ },
2489
+ output: {
2490
+ text: true,
2491
+ audio: true,
2492
+ image: false,
2493
+ video: false
2494
+ }
2495
+ },
2496
+ deprecated: false,
2497
+ isAvailable: true,
2498
+ lastUpdated: '2026-01-02',
1190
2499
  },
1191
- 'google/gemini-3-flash-preview': {
2500
+ 'gpt-4o-search-preview': {
1192
2501
  type: 'chat',
1193
- provider: 'google',
1194
- displayName: 'Gemini 3 Flash Preview',
1195
- pricing: { input: 0.0005, output: 0.003 },
1196
- benchmarks: {
1197
- intelligence: 54.5,
1198
- coding: 53.1,
1199
- math: 55.7,
1200
- mmluPro: 0.882,
1201
- gpqa: 0.812,
1202
- },
1203
- performance: {
1204
- outputTokenPerSecond: 191.798,
1205
- timeTofirstToken: 0.683,
1206
- intelligenceScore: 54.5,
1207
- },
1208
- lastUpdated: '2025-12-24',
1209
- },
1210
- 'google/gc-document-ai': {
1211
- type: 'document',
1212
- provider: 'google',
1213
- displayName: 'GC document AI',
1214
- lastUpdated: '2025-12-24',
1215
- },
1216
- 'imagen-3.0-generate-002': {
1217
- type: 'image',
1218
- provider: 'google',
1219
- displayName: 'Imagen 3.0',
1220
- lastUpdated: '2025-12-24',
1221
- },
1222
- 'imagen-4.0-ultra-generate-preview-06-06': {
1223
- type: 'image',
1224
- provider: 'google',
1225
- displayName: 'Imagen 4.0 Ultra',
1226
- lastUpdated: '2025-12-24',
1227
- },
1228
- 'google/imagen-4.0-generate-001': {
1229
- type: 'image',
1230
- provider: 'google',
1231
- displayName: 'Imagen 4.0 Generate',
1232
- lastUpdated: '2025-12-24',
1233
- },
1234
- 'google/imagen-4.0-fast-generate-001': {
1235
- type: 'image',
1236
- provider: 'google',
1237
- displayName: 'Imagen 4.0 Fast Generate',
1238
- lastUpdated: '2025-12-24',
1239
- },
1240
- 'google/imagen-4.0-ultra-generate-001': {
1241
- type: 'image',
1242
- provider: 'google',
1243
- displayName: 'Imagen 4.0 Ultra Generate',
1244
- lastUpdated: '2025-12-24',
1245
- },
1246
- 'google/imagen4/preview': {
1247
- type: 'image',
1248
- provider: 'google',
1249
- displayName: 'Imagen 4.0 Generate Preview',
1250
- lastUpdated: '2025-12-24',
1251
- },
1252
- 'google/gemini-2.5-flash-image': {
1253
- type: 'image',
1254
- provider: 'google',
1255
- displayName: 'Gemini 2.5 Flash Image',
1256
- lastUpdated: '2025-12-24',
1257
- },
1258
- 'google/gemini-2.5-flash-image-edit': {
1259
- type: 'image',
1260
- provider: 'google',
1261
- displayName: 'Gemini 2.5 Flash Image Edit',
1262
- lastUpdated: '2025-12-24',
1263
- },
1264
- 'google/gemini-3-pro-image-preview': {
1265
- type: 'image',
1266
- provider: 'google',
1267
- displayName: 'Gemini 3 Pro Image',
1268
- lastUpdated: '2025-12-24',
1269
- },
1270
- 'google/nano-banana-pro': {
1271
- type: 'image',
1272
- provider: 'google',
1273
- displayName: 'Nano Banana Pro',
1274
- lastUpdated: '2025-12-24',
1275
- },
1276
- 'google/gemini-3-pro-image-preview-edit': {
1277
- type: 'image',
1278
- provider: 'google',
1279
- displayName: 'Gemini 3 Pro Image Edit',
1280
- lastUpdated: '2025-12-24',
1281
- },
1282
- 'google/nano-banana-pro-edit': {
1283
- type: 'image',
1284
- provider: 'google',
1285
- displayName: 'Nano Banana Pro Edit',
1286
- lastUpdated: '2025-12-24',
1287
- },
1288
- 'text-embedding-004': {
1289
- type: 'embeddings',
1290
- provider: 'google',
1291
- displayName: 'Text embedding 004',
1292
- contextLength: 2000,
1293
- lastUpdated: '2025-12-24',
1294
- },
1295
- 'google/veo-3.1-t2v': {
1296
- type: 'video',
1297
- provider: 'google',
1298
- displayName: 'Veo3.1 Text-To-Video',
1299
- lastUpdated: '2025-12-24',
1300
- },
1301
- 'google/veo-3.1-i2v': {
1302
- type: 'video',
1303
- provider: 'google',
1304
- displayName: 'Veo3.1 Image-To-Video',
1305
- lastUpdated: '2025-12-24',
1306
- },
1307
- 'google/veo-3.1-first-last-image-to-video': {
1308
- type: 'video',
1309
- provider: 'google',
1310
- displayName: 'Veo3.1 First-Last-Frame-Image-To-Video',
1311
- lastUpdated: '2025-12-24',
1312
- },
1313
- 'google/veo-3.1-reference-to-video': {
1314
- type: 'video',
1315
- provider: 'google',
1316
- displayName: 'Veo3.1 Reference-To-Video',
1317
- lastUpdated: '2025-12-24',
1318
- },
1319
- 'google/veo-3.1-t2v-fast': {
1320
- type: 'video',
1321
- provider: 'google',
1322
- displayName: 'Veo3.1 Text-To-Video Fast',
1323
- lastUpdated: '2025-12-24',
1324
- },
1325
- 'google/veo-3.1-i2v-fast': {
1326
- type: 'video',
1327
- provider: 'google',
1328
- displayName: 'Veo3.1 Image-To-Video Fast',
1329
- lastUpdated: '2025-12-24',
1330
- },
1331
- 'google/veo-3.1-first-last-image-to-video-fast': {
1332
- type: 'video',
1333
- provider: 'google',
1334
- displayName: 'Veo3.1 First-Last-Frame-Image-To-Video Fast',
1335
- lastUpdated: '2025-12-24',
1336
- },
1337
- 'google/veo3-1-extend-video': {
1338
- type: 'video',
1339
- provider: 'google',
1340
- displayName: 'Veo 3.1 Extend Video',
1341
- lastUpdated: '2025-12-24',
1342
- },
1343
- 'google/veo3-1-fast-extend-video': {
1344
- type: 'video',
1345
- provider: 'google',
1346
- displayName: 'Veo 3.1 Fast Extend Video',
1347
- lastUpdated: '2025-12-24',
1348
- },
1349
- 'veo2/image-to-video': {
1350
- type: 'video',
1351
- provider: 'google',
1352
- displayName: 'Veo2 Image-to-Video',
1353
- lastUpdated: '2025-12-24',
1354
- },
1355
- 'veo2': {
1356
- type: 'video',
1357
- provider: 'google',
1358
- displayName: 'Veo2 Text-to-Video',
1359
- lastUpdated: '2025-12-24',
1360
- },
1361
- 'google/veo3': {
1362
- type: 'video',
1363
- provider: 'google',
1364
- displayName: 'Veo3 Text-to-Video',
1365
- lastUpdated: '2025-12-24',
1366
- },
1367
- 'google/veo-3.0-i2v': {
1368
- type: 'video',
1369
- provider: 'google',
1370
- displayName: 'Veo3 Image-to-Video',
1371
- lastUpdated: '2025-12-24',
1372
- },
1373
- 'google/veo-3.0-fast': {
1374
- type: 'video',
1375
- provider: 'google',
1376
- displayName: 'Veo3 Text-To-Video Fast',
1377
- lastUpdated: '2025-12-24',
1378
- },
1379
- 'google/veo-3.0-i2v-fast': {
1380
- type: 'video',
1381
- provider: 'google',
1382
- displayName: 'Veo3 Image-to-Video Fast',
1383
- lastUpdated: '2025-12-24',
1384
- },
1385
- 'google/lyria2': {
2502
+ provider: 'openai',
2503
+ displayName: 'GPT-4o Search Preview',
2504
+ description: 'GPT model for web search in Chat Completions',
2505
+ pricing: { input: 2.5, output: 10 },
2506
+ context: {
2507
+ input: {
2508
+ text: true,
2509
+ audio: false,
2510
+ image: false,
2511
+ video: false
2512
+ },
2513
+ output: {
2514
+ text: true,
2515
+ audio: false,
2516
+ image: false,
2517
+ video: false
2518
+ }
2519
+ },
2520
+ deprecated: false,
2521
+ isAvailable: true,
2522
+ lastUpdated: '2026-01-02',
2523
+ },
2524
+ 'gpt-4o-transcribe': {
1386
2525
  type: 'audio',
1387
- provider: 'google',
1388
- displayName: 'Lyria 2',
1389
- lastUpdated: '2025-12-24',
1390
- },
1391
- // Mistral models
1392
- 'mistralai/Mixtral-8x7B-Instruct-v0.1': {
2526
+ provider: 'openai',
2527
+ displayName: 'GPT-4o Transcribe',
2528
+ description: 'Speech-to-text model powered by GPT-4o',
2529
+ pricing: { input: 2.5, output: 10 },
2530
+ context: {
2531
+ input: {
2532
+ text: false,
2533
+ audio: true,
2534
+ image: false,
2535
+ video: false
2536
+ },
2537
+ output: {
2538
+ text: true,
2539
+ audio: false,
2540
+ image: false,
2541
+ video: false
2542
+ }
2543
+ },
2544
+ deprecated: false,
2545
+ isAvailable: true,
2546
+ lastUpdated: '2026-01-02',
2547
+ },
2548
+ 'gpt-4o-transcribe-diarize': {
2549
+ type: 'audio',
2550
+ provider: 'openai',
2551
+ displayName: 'GPT-4o Transcribe Diarize',
2552
+ description: 'Transcription model that identifies who\'s speaking when',
2553
+ pricing: { input: 2.5, output: 10 },
2554
+ context: {
2555
+ input: {
2556
+ text: false,
2557
+ audio: true,
2558
+ image: false,
2559
+ video: false
2560
+ },
2561
+ output: {
2562
+ text: true,
2563
+ audio: false,
2564
+ image: false,
2565
+ video: false
2566
+ }
2567
+ },
2568
+ deprecated: false,
2569
+ isAvailable: true,
2570
+ lastUpdated: '2026-01-02',
2571
+ },
2572
+ 'gpt-5-mini-2025-08-07': {
1393
2573
  type: 'chat',
1394
- provider: 'mistral',
1395
- displayName: 'Mixtral 8x7B Instruct v0.1',
1396
- pricing: { input: 0.00054, output: 0.0006 },
2574
+ provider: 'openai',
2575
+ displayName: 'GPT-5 mini',
2576
+ description: 'A faster, cost-efficient version of GPT-5 for well-defined tasks',
2577
+ pricing: { input: 0.25, output: 2 },
1397
2578
  benchmarks: {
1398
- intelligence: 2.6,
1399
- mmluPro: 0.387,
1400
- gpqa: 0.292,
2579
+ intelligence: 66.4,
2580
+ coding: 49.2,
2581
+ math: 91.7,
2582
+ mmluPro: 0.87,
2583
+ gpqa: 0.84,
1401
2584
  },
1402
2585
  performance: {
1403
- outputTokenPerSecond: 0,
1404
- timeTofirstToken: 0,
1405
- intelligenceScore: 2.6,
1406
- },
1407
- lastUpdated: '2025-12-24',
1408
- },
1409
- 'mistralai/Mistral-7B-Instruct-v0.2': {
2586
+ intelligenceScore: 66.4,
2587
+ },
2588
+ contextLength: 128000,
2589
+ context: {
2590
+ input: {
2591
+ text: true,
2592
+ audio: false,
2593
+ image: true,
2594
+ video: false
2595
+ },
2596
+ output: {
2597
+ text: true,
2598
+ audio: false,
2599
+ image: false,
2600
+ video: false
2601
+ }
2602
+ },
2603
+ deprecated: false,
2604
+ isAvailable: true,
2605
+ lastUpdated: '2026-01-02',
2606
+ },
2607
+ 'gpt-5-nano-2025-08-07': {
1410
2608
  type: 'chat',
1411
- provider: 'mistral',
1412
- displayName: 'Mistral 7B Instruct v0.2',
1413
- pricing: { input: 0.00025, output: 0.00025 },
2609
+ provider: 'openai',
2610
+ displayName: 'GPT-5 nano',
2611
+ description: 'Fastest, most cost-efficient version of GPT-5',
2612
+ pricing: { input: 0.05, output: 0.4 },
1414
2613
  benchmarks: {
1415
- intelligence: 1,
1416
- mmluPro: 0.245,
1417
- gpqa: 0.177,
2614
+ intelligence: 29.1,
2615
+ coding: 27.5,
2616
+ math: 27.3,
2617
+ mmluPro: 0.56,
2618
+ gpqa: 0.43,
1418
2619
  },
1419
2620
  performance: {
1420
- outputTokenPerSecond: 123.408,
1421
- timeTofirstToken: 0.382,
1422
- intelligenceScore: 1,
1423
- },
1424
- lastUpdated: '2025-12-24',
1425
- },
1426
- 'mistralai/Mistral-7B-Instruct-v0.3': {
2621
+ intelligenceScore: 29.1,
2622
+ },
2623
+ contextLength: 128000,
2624
+ context: {
2625
+ input: {
2626
+ text: true,
2627
+ audio: false,
2628
+ image: true,
2629
+ video: false
2630
+ },
2631
+ output: {
2632
+ text: true,
2633
+ audio: false,
2634
+ image: false,
2635
+ video: false
2636
+ }
2637
+ },
2638
+ deprecated: false,
2639
+ isAvailable: true,
2640
+ lastUpdated: '2026-01-02',
2641
+ },
2642
+ 'gpt-5-search-api-2025-10-14': {
1427
2643
  type: 'chat',
1428
- provider: 'mistral',
1429
- displayName: 'Mistral 7B Instruct v0.3',
1430
- pricing: { input: 0.00025, output: 0.00025 },
2644
+ provider: 'openai',
2645
+ displayName: 'GPT-5 Search API',
2646
+ description: 'GPT-5 model optimized for web search capabilities',
2647
+ pricing: { input: 1.25, output: 10 },
1431
2648
  benchmarks: {
1432
- intelligence: 1,
1433
- mmluPro: 0.245,
1434
- gpqa: 0.177,
2649
+ intelligence: 68.5,
2650
+ coding: 53.5,
2651
+ math: 98.7,
2652
+ mmluPro: 0.87,
2653
+ gpqa: 0.84,
1435
2654
  },
1436
2655
  performance: {
1437
- outputTokenPerSecond: 123.408,
1438
- timeTofirstToken: 0.382,
1439
- intelligenceScore: 1,
2656
+ intelligenceScore: 68.5,
1440
2657
  },
1441
- lastUpdated: '2025-12-24',
1442
- },
1443
- 'mistralai/mistral-tiny': {
2658
+ contextLength: 128000,
2659
+ context: {
2660
+ input: {
2661
+ text: true,
2662
+ audio: false,
2663
+ image: true,
2664
+ video: false
2665
+ },
2666
+ output: {
2667
+ text: true,
2668
+ audio: false,
2669
+ image: false,
2670
+ video: false
2671
+ }
2672
+ },
2673
+ deprecated: false,
2674
+ isAvailable: true,
2675
+ lastUpdated: '2026-01-02',
2676
+ },
2677
+ 'gpt-5.1-2025-11-13': {
1444
2678
  type: 'chat',
1445
- provider: 'mistral',
1446
- displayName: 'Mistral tiny',
1447
- pricing: { input: 0.0002, output: 0.0006 },
2679
+ provider: 'openai',
2680
+ displayName: 'GPT-5.1',
2681
+ description: 'The best model for coding and agentic tasks with configurable reasoning effort',
2682
+ pricing: { input: 1.25, output: 10 },
1448
2683
  benchmarks: {
1449
- intelligence: 13,
1450
- mmluPro: 0.529,
1451
- gpqa: 0.381,
2684
+ intelligence: 37,
2685
+ coding: 29.2,
2686
+ math: 73,
2687
+ mmluPro: 0.79,
2688
+ gpqa: 0.68,
1452
2689
  },
1453
2690
  performance: {
1454
- outputTokenPerSecond: 115.713,
1455
- timeTofirstToken: 0.399,
1456
- intelligenceScore: 13,
1457
- },
1458
- lastUpdated: '2025-12-24',
2691
+ intelligenceScore: 37,
2692
+ },
2693
+ contextLength: 200000,
2694
+ context: {
2695
+ input: {
2696
+ text: true,
2697
+ audio: false,
2698
+ image: true,
2699
+ video: false
2700
+ },
2701
+ output: {
2702
+ text: true,
2703
+ audio: false,
2704
+ image: false,
2705
+ video: false
2706
+ }
2707
+ },
2708
+ deprecated: false,
2709
+ isAvailable: true,
2710
+ lastUpdated: '2026-01-02',
2711
+ },
2712
+ 'gpt-audio-mini-2025-10-06': {
2713
+ type: 'audio',
2714
+ provider: 'openai',
2715
+ displayName: 'gpt-audio-mini',
2716
+ description: 'A cost-efficient version of GPT Audio',
2717
+ pricing: { input: 0.6, output: 2.4 },
2718
+ contextLength: 128000,
2719
+ context: {
2720
+ input: {
2721
+ text: true,
2722
+ audio: true,
2723
+ image: false,
2724
+ video: false
2725
+ },
2726
+ output: {
2727
+ text: true,
2728
+ audio: true,
2729
+ image: false,
2730
+ video: false
2731
+ }
2732
+ },
2733
+ deprecated: false,
2734
+ isAvailable: true,
2735
+ lastUpdated: '2026-01-02',
2736
+ },
2737
+ 'gpt-audio-mini-2025-12-15': {
2738
+ type: 'audio',
2739
+ provider: 'openai',
2740
+ displayName: 'gpt-audio-mini',
2741
+ description: 'A cost-efficient version of GPT Audio',
2742
+ pricing: { input: 0.6, output: 2.4 },
2743
+ contextLength: 128000,
2744
+ context: {
2745
+ input: {
2746
+ text: true,
2747
+ audio: true,
2748
+ image: false,
2749
+ video: false
2750
+ },
2751
+ output: {
2752
+ text: true,
2753
+ audio: true,
2754
+ image: false,
2755
+ video: false
2756
+ }
2757
+ },
2758
+ deprecated: false,
2759
+ isAvailable: true,
2760
+ lastUpdated: '2026-01-02',
2761
+ },
2762
+ 'gpt-image-1.5': {
2763
+ type: 'image',
2764
+ provider: 'openai',
2765
+ displayName: 'GPT Image 1.5',
2766
+ description: 'State-of-the-art image generation model',
2767
+ pricing: { input: 5, output: 10 },
2768
+ context: {
2769
+ input: {
2770
+ text: true,
2771
+ audio: false,
2772
+ image: false,
2773
+ video: false
2774
+ },
2775
+ output: {
2776
+ text: false,
2777
+ audio: false,
2778
+ image: true,
2779
+ video: false
2780
+ }
2781
+ },
2782
+ deprecated: false,
2783
+ isAvailable: true,
2784
+ lastUpdated: '2026-01-02',
2785
+ },
2786
+ 'gpt-realtime-2025-08-28': {
2787
+ type: 'audio',
2788
+ provider: 'openai',
2789
+ displayName: 'gpt-realtime',
2790
+ description: 'Model capable of realtime text and audio inputs and outputs',
2791
+ pricing: { input: 4, output: 16 },
2792
+ contextLength: 128000,
2793
+ context: {
2794
+ input: {
2795
+ text: true,
2796
+ audio: true,
2797
+ image: false,
2798
+ video: false
2799
+ },
2800
+ output: {
2801
+ text: true,
2802
+ audio: true,
2803
+ image: false,
2804
+ video: false
2805
+ }
2806
+ },
2807
+ deprecated: false,
2808
+ isAvailable: true,
2809
+ lastUpdated: '2026-01-02',
2810
+ },
2811
+ 'gpt-realtime-mini-2025-10-06': {
2812
+ type: 'audio',
2813
+ provider: 'openai',
2814
+ displayName: 'gpt-realtime-mini',
2815
+ description: 'A cost-efficient version of GPT Realtime',
2816
+ pricing: { input: 0.6, output: 2.4 },
2817
+ contextLength: 128000,
2818
+ context: {
2819
+ input: {
2820
+ text: true,
2821
+ audio: true,
2822
+ image: false,
2823
+ video: false
2824
+ },
2825
+ output: {
2826
+ text: true,
2827
+ audio: true,
2828
+ image: false,
2829
+ video: false
2830
+ }
2831
+ },
2832
+ deprecated: false,
2833
+ isAvailable: true,
2834
+ lastUpdated: '2026-01-02',
1459
2835
  },
1460
- 'mistralai/mistral-nemo': {
1461
- type: 'chat',
1462
- provider: 'mistral',
1463
- displayName: 'Mistral nemo',
1464
- pricing: { input: 0.0002, output: 0.0006 },
1465
- benchmarks: {
1466
- intelligence: 13,
1467
- mmluPro: 0.529,
1468
- gpqa: 0.381,
1469
- },
1470
- performance: {
1471
- outputTokenPerSecond: 115.713,
1472
- timeTofirstToken: 0.399,
1473
- intelligenceScore: 13,
1474
- },
1475
- lastUpdated: '2025-12-24',
2836
+ 'text-embedding-3-large': {
2837
+ type: 'embedding',
2838
+ provider: 'openai',
2839
+ displayName: 'text-embedding-3-large',
2840
+ description: 'Most capable embedding model',
2841
+ pricing: { input: 0.13, output: 0 },
2842
+ contextLength: 8191,
2843
+ context: {
2844
+ input: {
2845
+ text: true,
2846
+ audio: false,
2847
+ image: false,
2848
+ video: false
2849
+ },
2850
+ output: {
2851
+ text: false,
2852
+ audio: false,
2853
+ image: false,
2854
+ video: false
2855
+ }
2856
+ },
2857
+ deprecated: false,
2858
+ isAvailable: true,
2859
+ lastUpdated: '2026-01-02',
1476
2860
  },
1477
- 'mistral/mistral-ocr-latest': {
1478
- type: 'document',
1479
- provider: 'mistral',
1480
- displayName: 'Mistral OCR',
1481
- lastUpdated: '2025-12-24',
2861
+ 'text-embedding-3-small': {
2862
+ type: 'embedding',
2863
+ provider: 'openai',
2864
+ displayName: 'text-embedding-3-small',
2865
+ description: 'Small embedding model',
2866
+ pricing: { input: 0.02, output: 0 },
2867
+ contextLength: 8191,
2868
+ context: {
2869
+ input: {
2870
+ text: true,
2871
+ audio: false,
2872
+ image: false,
2873
+ video: false
2874
+ },
2875
+ output: {
2876
+ text: false,
2877
+ audio: false,
2878
+ image: false,
2879
+ video: false
2880
+ }
2881
+ },
2882
+ deprecated: false,
2883
+ isAvailable: true,
2884
+ lastUpdated: '2026-01-02',
1482
2885
  },
2886
+ 'text-embedding-ada-002': {
2887
+ type: 'embedding',
2888
+ provider: 'openai',
2889
+ displayName: 'text-embedding-ada-002',
2890
+ description: 'Older embedding model',
2891
+ pricing: { input: 0.1, output: 0 },
2892
+ contextLength: 8191,
2893
+ context: {
2894
+ input: {
2895
+ text: true,
2896
+ audio: false,
2897
+ image: false,
2898
+ video: false
2899
+ },
2900
+ output: {
2901
+ text: false,
2902
+ audio: false,
2903
+ image: false,
2904
+ video: false
2905
+ }
2906
+ },
2907
+ deprecated: false,
2908
+ isAvailable: true,
2909
+ lastUpdated: '2026-01-02',
2910
+ },
2911
+ 'tts-1': {
2912
+ type: 'tts',
2913
+ provider: 'openai',
2914
+ displayName: 'TTS-1',
2915
+ description: 'Text-to-speech model optimized for speed',
2916
+ pricing: { input: 0, output: 0 },
2917
+ context: {
2918
+ input: {
2919
+ text: true,
2920
+ audio: false,
2921
+ image: false,
2922
+ video: false
2923
+ },
2924
+ output: {
2925
+ text: false,
2926
+ audio: true,
2927
+ image: false,
2928
+ video: false
2929
+ }
2930
+ },
2931
+ deprecated: false,
2932
+ isAvailable: true,
2933
+ lastUpdated: '2026-01-02',
2934
+ },
2935
+ 'tts-1-hd': {
2936
+ type: 'tts',
2937
+ provider: 'openai',
2938
+ displayName: 'TTS-1 HD',
2939
+ description: 'Text-to-speech model optimized for quality',
2940
+ pricing: { input: 0, output: 0 },
2941
+ context: {
2942
+ input: {
2943
+ text: true,
2944
+ audio: false,
2945
+ image: false,
2946
+ video: false
2947
+ },
2948
+ output: {
2949
+ text: false,
2950
+ audio: true,
2951
+ image: false,
2952
+ video: false
2953
+ }
2954
+ },
2955
+ deprecated: false,
2956
+ isAvailable: true,
2957
+ lastUpdated: '2026-01-02',
2958
+ },
2959
+ 'whisper-1': {
2960
+ type: 'audio',
2961
+ provider: 'openai',
2962
+ displayName: 'Whisper',
2963
+ description: 'General-purpose speech recognition model',
2964
+ pricing: { input: 0, output: 0 },
2965
+ context: {
2966
+ input: {
2967
+ text: false,
2968
+ audio: true,
2969
+ image: false,
2970
+ video: false
2971
+ },
2972
+ output: {
2973
+ text: true,
2974
+ audio: false,
2975
+ image: false,
2976
+ video: false
2977
+ }
2978
+ },
2979
+ deprecated: false,
2980
+ isAvailable: true,
2981
+ lastUpdated: '2026-01-02',
2982
+ }
1483
2983
  };