modelpedia 0.0.1 → 0.0.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.
Files changed (128) hide show
  1. package/dist/index.cjs +60 -35560
  2. package/dist/index.d.cts +3 -156
  3. package/dist/index.d.mts +3 -156
  4. package/dist/index.mjs +60 -35560
  5. package/dist/providers/alibaba.cjs +835 -0
  6. package/dist/providers/alibaba.d.cts +7 -0
  7. package/dist/providers/alibaba.d.mts +7 -0
  8. package/dist/providers/alibaba.mjs +833 -0
  9. package/dist/providers/amazon.cjs +1484 -0
  10. package/dist/providers/amazon.d.cts +7 -0
  11. package/dist/providers/amazon.d.mts +7 -0
  12. package/dist/providers/amazon.mjs +1482 -0
  13. package/dist/providers/anthropic.cjs +698 -0
  14. package/dist/providers/anthropic.d.cts +7 -0
  15. package/dist/providers/anthropic.d.mts +7 -0
  16. package/dist/providers/anthropic.mjs +696 -0
  17. package/dist/providers/azure.cjs +1491 -0
  18. package/dist/providers/azure.d.cts +7 -0
  19. package/dist/providers/azure.d.mts +7 -0
  20. package/dist/providers/azure.mjs +1489 -0
  21. package/dist/providers/baseten.cjs +279 -0
  22. package/dist/providers/baseten.d.cts +7 -0
  23. package/dist/providers/baseten.d.mts +7 -0
  24. package/dist/providers/baseten.mjs +277 -0
  25. package/dist/providers/cerebras.cjs +145 -0
  26. package/dist/providers/cerebras.d.cts +7 -0
  27. package/dist/providers/cerebras.d.mts +7 -0
  28. package/dist/providers/cerebras.mjs +143 -0
  29. package/dist/providers/cloudflare.cjs +826 -0
  30. package/dist/providers/cloudflare.d.cts +7 -0
  31. package/dist/providers/cloudflare.d.mts +7 -0
  32. package/dist/providers/cloudflare.mjs +824 -0
  33. package/dist/providers/cohere.cjs +525 -0
  34. package/dist/providers/cohere.d.cts +7 -0
  35. package/dist/providers/cohere.d.mts +7 -0
  36. package/dist/providers/cohere.mjs +523 -0
  37. package/dist/providers/cursor.cjs +856 -0
  38. package/dist/providers/cursor.d.cts +7 -0
  39. package/dist/providers/cursor.d.mts +7 -0
  40. package/dist/providers/cursor.mjs +854 -0
  41. package/dist/providers/deepseek.cjs +64 -0
  42. package/dist/providers/deepseek.d.cts +7 -0
  43. package/dist/providers/deepseek.d.mts +7 -0
  44. package/dist/providers/deepseek.mjs +62 -0
  45. package/dist/providers/fireworks.cjs +3794 -0
  46. package/dist/providers/fireworks.d.cts +7 -0
  47. package/dist/providers/fireworks.d.mts +7 -0
  48. package/dist/providers/fireworks.mjs +3792 -0
  49. package/dist/providers/google.cjs +972 -0
  50. package/dist/providers/google.d.cts +7 -0
  51. package/dist/providers/google.d.mts +7 -0
  52. package/dist/providers/google.mjs +970 -0
  53. package/dist/providers/groq.cjs +353 -0
  54. package/dist/providers/groq.d.cts +7 -0
  55. package/dist/providers/groq.d.mts +7 -0
  56. package/dist/providers/groq.mjs +351 -0
  57. package/dist/providers/huggingface.cjs +1022 -0
  58. package/dist/providers/huggingface.d.cts +7 -0
  59. package/dist/providers/huggingface.d.mts +7 -0
  60. package/dist/providers/huggingface.mjs +1020 -0
  61. package/dist/providers/meta.cjs +481 -0
  62. package/dist/providers/meta.d.cts +7 -0
  63. package/dist/providers/meta.d.mts +7 -0
  64. package/dist/providers/meta.mjs +479 -0
  65. package/dist/providers/minimax.cjs +156 -0
  66. package/dist/providers/minimax.d.cts +7 -0
  67. package/dist/providers/minimax.d.mts +7 -0
  68. package/dist/providers/minimax.mjs +154 -0
  69. package/dist/providers/mistral.cjs +1594 -0
  70. package/dist/providers/mistral.d.cts +7 -0
  71. package/dist/providers/mistral.d.mts +7 -0
  72. package/dist/providers/mistral.mjs +1592 -0
  73. package/dist/providers/moonshot.cjs +138 -0
  74. package/dist/providers/moonshot.d.cts +7 -0
  75. package/dist/providers/moonshot.d.mts +7 -0
  76. package/dist/providers/moonshot.mjs +136 -0
  77. package/dist/providers/nvidia.cjs +2040 -0
  78. package/dist/providers/nvidia.d.cts +7 -0
  79. package/dist/providers/nvidia.d.mts +7 -0
  80. package/dist/providers/nvidia.mjs +2038 -0
  81. package/dist/providers/ollama.cjs +326 -0
  82. package/dist/providers/ollama.d.cts +7 -0
  83. package/dist/providers/ollama.d.mts +7 -0
  84. package/dist/providers/ollama.mjs +324 -0
  85. package/dist/providers/openai.cjs +9079 -0
  86. package/dist/providers/openai.d.cts +7 -0
  87. package/dist/providers/openai.d.mts +7 -0
  88. package/dist/providers/openai.mjs +9077 -0
  89. package/dist/providers/opencode.cjs +367 -0
  90. package/dist/providers/opencode.d.cts +7 -0
  91. package/dist/providers/opencode.d.mts +7 -0
  92. package/dist/providers/opencode.mjs +365 -0
  93. package/dist/providers/openrouter.cjs +7835 -0
  94. package/dist/providers/openrouter.d.cts +7 -0
  95. package/dist/providers/openrouter.d.mts +7 -0
  96. package/dist/providers/openrouter.mjs +7833 -0
  97. package/dist/providers/perplexity.cjs +311 -0
  98. package/dist/providers/perplexity.d.cts +7 -0
  99. package/dist/providers/perplexity.d.mts +7 -0
  100. package/dist/providers/perplexity.mjs +309 -0
  101. package/dist/providers/qwen.cjs +835 -0
  102. package/dist/providers/qwen.d.cts +7 -0
  103. package/dist/providers/qwen.d.mts +7 -0
  104. package/dist/providers/qwen.mjs +833 -0
  105. package/dist/providers/together.cjs +360 -0
  106. package/dist/providers/together.d.cts +7 -0
  107. package/dist/providers/together.d.mts +7 -0
  108. package/dist/providers/together.mjs +358 -0
  109. package/dist/providers/vercel.cjs +4037 -0
  110. package/dist/providers/vercel.d.cts +7 -0
  111. package/dist/providers/vercel.d.mts +7 -0
  112. package/dist/providers/vercel.mjs +4035 -0
  113. package/dist/providers/vertex.cjs +1072 -0
  114. package/dist/providers/vertex.d.cts +7 -0
  115. package/dist/providers/vertex.d.mts +7 -0
  116. package/dist/providers/vertex.mjs +1070 -0
  117. package/dist/providers/xai.cjs +301 -0
  118. package/dist/providers/xai.d.cts +7 -0
  119. package/dist/providers/xai.d.mts +7 -0
  120. package/dist/providers/xai.mjs +299 -0
  121. package/dist/providers/zai.cjs +243 -0
  122. package/dist/providers/zai.d.cts +7 -0
  123. package/dist/providers/zai.d.mts +7 -0
  124. package/dist/providers/zai.mjs +241 -0
  125. package/dist/types.d.cts +186 -0
  126. package/dist/types.d.mts +186 -0
  127. package/package.json +14 -38
  128. package/README.md +0 -100
@@ -0,0 +1,1592 @@
1
+ //#region src/providers/mistral.ts
2
+ const provider = {
3
+ "id": "mistral",
4
+ "name": "Mistral AI",
5
+ "region": "FR",
6
+ "url": "https://mistral.ai",
7
+ "api_url": "https://api.mistral.ai/v1",
8
+ "docs_url": "https://docs.mistral.ai",
9
+ "pricing_url": "https://mistral.ai/products",
10
+ "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" fill-rule=\"evenodd\">\n <path clip-rule=\"evenodd\" d=\"M3.428 3.4h3.429v3.428h3.429v3.429h-.002 3.431V6.828h3.427V3.4h3.43v13.714H24v3.429H13.714v-3.428h-3.428v-3.429h-3.43v3.428h3.43v3.429H0v-3.429h3.428V3.4zm10.286 13.715h3.428v-3.429h-3.427v3.429z\"/>\n</svg>",
11
+ "models": [
12
+ {
13
+ "id": "codestral-2405",
14
+ "name": "codestral-2405",
15
+ "created_by": "mistral",
16
+ "source": "official",
17
+ "last_updated": "2026-03-21",
18
+ "family": "codestral",
19
+ "status": "deprecated",
20
+ "deprecation_date": "2024-12-02",
21
+ "context_window": 32e3,
22
+ "alias": "codestral",
23
+ "capabilities": { "streaming": true },
24
+ "modalities": {
25
+ "input": ["text"],
26
+ "output": ["text"]
27
+ },
28
+ "model_type": "code",
29
+ "pricing": {
30
+ "input": .3,
31
+ "output": .9
32
+ }
33
+ },
34
+ {
35
+ "id": "codestral-2501",
36
+ "name": "codestral-2501",
37
+ "created_by": "mistral",
38
+ "source": "official",
39
+ "last_updated": "2026-03-21",
40
+ "family": "codestral",
41
+ "status": "deprecated",
42
+ "deprecation_date": "2025-11-06",
43
+ "context_window": 128e3,
44
+ "alias": "codestral",
45
+ "capabilities": {
46
+ "streaming": true,
47
+ "vision": true
48
+ },
49
+ "modalities": {
50
+ "input": ["text", "image"],
51
+ "output": ["text"]
52
+ },
53
+ "model_type": "code",
54
+ "pricing": {
55
+ "input": .3,
56
+ "output": .9
57
+ }
58
+ },
59
+ {
60
+ "id": "codestral-2508",
61
+ "name": "codestral-2508",
62
+ "created_by": "mistral",
63
+ "source": "official",
64
+ "last_updated": "2026-03-21",
65
+ "family": "codestral",
66
+ "status": "active",
67
+ "context_window": 128e3,
68
+ "alias": "codestral",
69
+ "capabilities": {
70
+ "streaming": true,
71
+ "vision": true
72
+ },
73
+ "modalities": {
74
+ "input": ["text", "image"],
75
+ "output": ["text"]
76
+ },
77
+ "pricing": {
78
+ "input": .3,
79
+ "output": .9
80
+ },
81
+ "model_type": "code"
82
+ },
83
+ {
84
+ "id": "codestral-embed-2505",
85
+ "name": "codestral-embed-2505",
86
+ "created_by": "mistral",
87
+ "source": "official",
88
+ "last_updated": "2026-03-21",
89
+ "family": "codestral",
90
+ "status": "active",
91
+ "context_window": 8e3,
92
+ "alias": "codestral-embed",
93
+ "capabilities": {
94
+ "streaming": true,
95
+ "vision": true
96
+ },
97
+ "modalities": {
98
+ "input": ["text", "image"],
99
+ "output": ["text"]
100
+ },
101
+ "model_type": "embed"
102
+ },
103
+ {
104
+ "id": "codestral-embed",
105
+ "name": "codestral-embed",
106
+ "created_by": "mistral",
107
+ "source": "official",
108
+ "last_updated": "2026-03-21",
109
+ "family": "codestral",
110
+ "status": "active",
111
+ "context_window": 8e3,
112
+ "capabilities": {
113
+ "streaming": true,
114
+ "vision": true
115
+ },
116
+ "modalities": {
117
+ "input": ["text", "image"],
118
+ "output": ["text"]
119
+ },
120
+ "snapshots": ["codestral-embed-2505"],
121
+ "model_type": "embed"
122
+ },
123
+ {
124
+ "id": "codestral-mamba-7b-01",
125
+ "name": "codestral-mamba-7b-01",
126
+ "created_by": "mistral",
127
+ "source": "official",
128
+ "last_updated": "2026-03-21",
129
+ "family": "codestral",
130
+ "status": "active",
131
+ "context_window": 256e3,
132
+ "capabilities": { "streaming": true },
133
+ "modalities": {
134
+ "input": ["text"],
135
+ "output": ["text"]
136
+ },
137
+ "model_type": "code"
138
+ },
139
+ {
140
+ "id": "codestral",
141
+ "name": "codestral",
142
+ "created_by": "mistral",
143
+ "source": "official",
144
+ "last_updated": "2026-03-21",
145
+ "family": "codestral",
146
+ "status": "deprecated",
147
+ "context_window": 32e3,
148
+ "capabilities": {
149
+ "streaming": true,
150
+ "vision": true
151
+ },
152
+ "modalities": {
153
+ "input": ["text"],
154
+ "output": ["text"]
155
+ },
156
+ "pricing": {
157
+ "input": .3,
158
+ "output": .9
159
+ },
160
+ "snapshots": [
161
+ "codestral-2508",
162
+ "codestral-2501",
163
+ "codestral-2405"
164
+ ],
165
+ "deprecation_date": "2024-12-02",
166
+ "model_type": "code"
167
+ },
168
+ {
169
+ "id": "devstral-medium-2507",
170
+ "name": "devstral-medium-2507",
171
+ "created_by": "mistral",
172
+ "source": "official",
173
+ "last_updated": "2026-03-21",
174
+ "family": "devstral",
175
+ "status": "active",
176
+ "context_window": 128e3,
177
+ "alias": "devstral-medium",
178
+ "capabilities": {
179
+ "streaming": true,
180
+ "vision": true
181
+ },
182
+ "modalities": {
183
+ "input": ["text", "image"],
184
+ "output": ["text"]
185
+ },
186
+ "pricing": {
187
+ "input": .4,
188
+ "output": 2
189
+ },
190
+ "model_type": "code"
191
+ },
192
+ {
193
+ "id": "devstral-medium-latest",
194
+ "name": "devstral-medium-latest",
195
+ "created_by": "mistral",
196
+ "source": "official",
197
+ "last_updated": "2026-03-21",
198
+ "family": "devstral",
199
+ "status": "active",
200
+ "context_window": 256e3,
201
+ "capabilities": {
202
+ "streaming": true,
203
+ "vision": true
204
+ },
205
+ "modalities": {
206
+ "input": ["text", "image"],
207
+ "output": ["text"]
208
+ },
209
+ "pricing": {
210
+ "input": .4,
211
+ "output": 2
212
+ },
213
+ "model_type": "code"
214
+ },
215
+ {
216
+ "id": "devstral-medium",
217
+ "name": "devstral-medium",
218
+ "created_by": "mistral",
219
+ "source": "official",
220
+ "last_updated": "2026-03-21",
221
+ "family": "devstral",
222
+ "status": "active",
223
+ "context_window": 128e3,
224
+ "capabilities": {
225
+ "streaming": true,
226
+ "vision": true
227
+ },
228
+ "modalities": {
229
+ "input": ["text", "image"],
230
+ "output": ["text"]
231
+ },
232
+ "pricing": {
233
+ "input": .4,
234
+ "output": 2
235
+ },
236
+ "snapshots": ["devstral-medium-2507"],
237
+ "model_type": "code"
238
+ },
239
+ {
240
+ "id": "devstral-small-2505",
241
+ "name": "devstral-small-2505",
242
+ "created_by": "mistral",
243
+ "source": "official",
244
+ "last_updated": "2026-03-21",
245
+ "family": "devstral",
246
+ "status": "deprecated",
247
+ "deprecation_date": "2025-10-31",
248
+ "context_window": 128e3,
249
+ "alias": "devstral-small",
250
+ "capabilities": {
251
+ "streaming": true,
252
+ "vision": true
253
+ },
254
+ "modalities": {
255
+ "input": ["text", "image"],
256
+ "output": ["text"]
257
+ },
258
+ "model_type": "code",
259
+ "pricing": {
260
+ "input": .1,
261
+ "output": .3
262
+ }
263
+ },
264
+ {
265
+ "id": "devstral-small-2507",
266
+ "name": "devstral-small-2507",
267
+ "created_by": "mistral",
268
+ "source": "official",
269
+ "last_updated": "2026-03-21",
270
+ "family": "devstral",
271
+ "status": "active",
272
+ "context_window": 128e3,
273
+ "alias": "devstral-small",
274
+ "capabilities": {
275
+ "streaming": true,
276
+ "vision": true
277
+ },
278
+ "modalities": {
279
+ "input": ["text", "image"],
280
+ "output": ["text"]
281
+ },
282
+ "pricing": {
283
+ "input": .1,
284
+ "output": .3
285
+ },
286
+ "model_type": "code"
287
+ },
288
+ {
289
+ "id": "devstral-small-2512",
290
+ "name": "devstral-small-2512",
291
+ "created_by": "mistral",
292
+ "source": "official",
293
+ "last_updated": "2026-03-21",
294
+ "family": "devstral",
295
+ "status": "active",
296
+ "context_window": 256e3,
297
+ "alias": "devstral-small",
298
+ "capabilities": {
299
+ "streaming": true,
300
+ "vision": true
301
+ },
302
+ "modalities": {
303
+ "input": ["text", "image"],
304
+ "output": ["text"]
305
+ },
306
+ "pricing": {
307
+ "input": .1,
308
+ "output": .3
309
+ },
310
+ "model_type": "code"
311
+ },
312
+ {
313
+ "id": "devstral-small",
314
+ "name": "devstral-small",
315
+ "created_by": "mistral",
316
+ "source": "official",
317
+ "last_updated": "2026-03-21",
318
+ "family": "devstral",
319
+ "status": "deprecated",
320
+ "context_window": 128e3,
321
+ "capabilities": {
322
+ "streaming": true,
323
+ "vision": true
324
+ },
325
+ "modalities": {
326
+ "input": ["text", "image"],
327
+ "output": ["text"]
328
+ },
329
+ "pricing": {
330
+ "input": .1,
331
+ "output": .3
332
+ },
333
+ "snapshots": [
334
+ "devstral-small-2512",
335
+ "devstral-small-2507",
336
+ "devstral-small-2505"
337
+ ],
338
+ "deprecation_date": "2025-10-31",
339
+ "model_type": "code"
340
+ },
341
+ {
342
+ "id": "magistral-medium-2506",
343
+ "name": "magistral-medium-2506",
344
+ "created_by": "mistral",
345
+ "source": "official",
346
+ "last_updated": "2026-03-21",
347
+ "status": "deprecated",
348
+ "deprecation_date": "2025-10-31",
349
+ "context_window": 4e4,
350
+ "alias": "magistral-medium",
351
+ "capabilities": {
352
+ "streaming": true,
353
+ "vision": true
354
+ },
355
+ "modalities": {
356
+ "input": ["text", "image"],
357
+ "output": ["text"]
358
+ },
359
+ "pricing": {
360
+ "input": 2,
361
+ "output": 5
362
+ }
363
+ },
364
+ {
365
+ "id": "magistral-medium-2507",
366
+ "name": "magistral-medium-2507",
367
+ "created_by": "mistral",
368
+ "source": "official",
369
+ "last_updated": "2026-03-21",
370
+ "status": "deprecated",
371
+ "deprecation_date": "2025-10-31",
372
+ "context_window": 4e4,
373
+ "alias": "magistral-medium",
374
+ "capabilities": {
375
+ "streaming": true,
376
+ "vision": true
377
+ },
378
+ "modalities": {
379
+ "input": ["text", "image"],
380
+ "output": ["text"]
381
+ },
382
+ "pricing": {
383
+ "input": 2,
384
+ "output": 5
385
+ }
386
+ },
387
+ {
388
+ "id": "magistral-medium-2509",
389
+ "name": "magistral-medium-2509",
390
+ "created_by": "mistral",
391
+ "source": "official",
392
+ "last_updated": "2026-03-21",
393
+ "status": "active",
394
+ "context_window": 128e3,
395
+ "alias": "magistral-medium",
396
+ "capabilities": {
397
+ "streaming": true,
398
+ "vision": true
399
+ },
400
+ "modalities": {
401
+ "input": ["text", "image"],
402
+ "output": ["text"]
403
+ },
404
+ "pricing": {
405
+ "input": 2,
406
+ "output": 5
407
+ }
408
+ },
409
+ {
410
+ "id": "magistral-medium",
411
+ "name": "magistral-medium",
412
+ "created_by": "mistral",
413
+ "source": "official",
414
+ "last_updated": "2026-03-21",
415
+ "status": "deprecated",
416
+ "context_window": 4e4,
417
+ "capabilities": {
418
+ "streaming": true,
419
+ "vision": true
420
+ },
421
+ "modalities": {
422
+ "input": ["text", "image"],
423
+ "output": ["text"]
424
+ },
425
+ "pricing": {
426
+ "input": 2,
427
+ "output": 5
428
+ },
429
+ "snapshots": [
430
+ "magistral-medium-2509",
431
+ "magistral-medium-2507",
432
+ "magistral-medium-2506"
433
+ ],
434
+ "deprecation_date": "2025-10-31"
435
+ },
436
+ {
437
+ "id": "magistral-small-2506",
438
+ "name": "magistral-small-2506",
439
+ "created_by": "mistral",
440
+ "source": "official",
441
+ "last_updated": "2026-03-21",
442
+ "status": "deprecated",
443
+ "deprecation_date": "2025-10-31",
444
+ "context_window": 4e4,
445
+ "alias": "magistral-small",
446
+ "capabilities": {
447
+ "streaming": true,
448
+ "vision": true
449
+ },
450
+ "modalities": {
451
+ "input": ["text", "image"],
452
+ "output": ["text"]
453
+ },
454
+ "pricing": {
455
+ "input": .5,
456
+ "output": 1.5
457
+ }
458
+ },
459
+ {
460
+ "id": "magistral-small-2507",
461
+ "name": "magistral-small-2507",
462
+ "created_by": "mistral",
463
+ "source": "official",
464
+ "last_updated": "2026-03-21",
465
+ "status": "deprecated",
466
+ "deprecation_date": "2025-10-31",
467
+ "context_window": 4e4,
468
+ "alias": "magistral-small",
469
+ "capabilities": {
470
+ "streaming": true,
471
+ "vision": true
472
+ },
473
+ "modalities": {
474
+ "input": ["text", "image"],
475
+ "output": ["text"]
476
+ },
477
+ "pricing": {
478
+ "input": .5,
479
+ "output": 1.5
480
+ }
481
+ },
482
+ {
483
+ "id": "magistral-small-2509",
484
+ "name": "magistral-small-2509",
485
+ "created_by": "mistral",
486
+ "source": "official",
487
+ "last_updated": "2026-03-21",
488
+ "status": "active",
489
+ "context_window": 128e3,
490
+ "alias": "magistral-small",
491
+ "capabilities": {
492
+ "streaming": true,
493
+ "vision": true
494
+ },
495
+ "modalities": {
496
+ "input": ["text", "image"],
497
+ "output": ["text"]
498
+ },
499
+ "pricing": {
500
+ "input": .5,
501
+ "output": 1.5
502
+ }
503
+ },
504
+ {
505
+ "id": "magistral-small",
506
+ "name": "magistral-small",
507
+ "created_by": "mistral",
508
+ "source": "official",
509
+ "last_updated": "2026-03-21",
510
+ "status": "deprecated",
511
+ "context_window": 4e4,
512
+ "capabilities": {
513
+ "streaming": true,
514
+ "vision": true
515
+ },
516
+ "modalities": {
517
+ "input": ["text", "image"],
518
+ "output": ["text"]
519
+ },
520
+ "pricing": {
521
+ "input": .5,
522
+ "output": 1.5
523
+ },
524
+ "snapshots": [
525
+ "magistral-small-2509",
526
+ "magistral-small-2507",
527
+ "magistral-small-2506"
528
+ ],
529
+ "deprecation_date": "2025-10-31"
530
+ },
531
+ {
532
+ "id": "ministral-14b-2512",
533
+ "name": "ministral-14b-2512",
534
+ "created_by": "mistral",
535
+ "source": "official",
536
+ "last_updated": "2026-03-21",
537
+ "family": "ministral",
538
+ "status": "active",
539
+ "context_window": 256e3,
540
+ "alias": "ministral-14b",
541
+ "capabilities": {
542
+ "streaming": true,
543
+ "vision": true
544
+ },
545
+ "modalities": {
546
+ "input": ["text", "image"],
547
+ "output": ["text"]
548
+ },
549
+ "pricing": {
550
+ "input": .2,
551
+ "output": .2
552
+ }
553
+ },
554
+ {
555
+ "id": "ministral-14b",
556
+ "name": "ministral-14b",
557
+ "created_by": "mistral",
558
+ "source": "official",
559
+ "last_updated": "2026-03-21",
560
+ "family": "ministral",
561
+ "status": "active",
562
+ "context_window": 256e3,
563
+ "capabilities": {
564
+ "streaming": true,
565
+ "vision": true
566
+ },
567
+ "modalities": {
568
+ "input": ["text", "image"],
569
+ "output": ["text"]
570
+ },
571
+ "pricing": {
572
+ "input": .2,
573
+ "output": .2
574
+ },
575
+ "snapshots": ["ministral-14b-2512"]
576
+ },
577
+ {
578
+ "id": "ministral-3b-2410",
579
+ "name": "ministral-3b-2410",
580
+ "created_by": "mistral",
581
+ "source": "official",
582
+ "last_updated": "2026-03-21",
583
+ "family": "ministral",
584
+ "status": "deprecated",
585
+ "deprecation_date": "2025-12-02",
586
+ "context_window": 128e3,
587
+ "alias": "ministral-3b",
588
+ "capabilities": {
589
+ "streaming": true,
590
+ "vision": true
591
+ },
592
+ "modalities": {
593
+ "input": ["text", "image"],
594
+ "output": ["text"]
595
+ },
596
+ "pricing": {
597
+ "input": .1,
598
+ "output": .1
599
+ }
600
+ },
601
+ {
602
+ "id": "ministral-3b-2512",
603
+ "name": "ministral-3b-2512",
604
+ "created_by": "mistral",
605
+ "source": "official",
606
+ "last_updated": "2026-03-21",
607
+ "family": "ministral",
608
+ "status": "active",
609
+ "context_window": 256e3,
610
+ "alias": "ministral-3b",
611
+ "capabilities": {
612
+ "streaming": true,
613
+ "vision": true
614
+ },
615
+ "modalities": {
616
+ "input": ["text", "image"],
617
+ "output": ["text"]
618
+ },
619
+ "pricing": {
620
+ "input": .1,
621
+ "output": .1
622
+ }
623
+ },
624
+ {
625
+ "id": "ministral-3b",
626
+ "name": "ministral-3b",
627
+ "created_by": "mistral",
628
+ "source": "official",
629
+ "last_updated": "2026-03-21",
630
+ "family": "ministral",
631
+ "status": "deprecated",
632
+ "context_window": 128e3,
633
+ "capabilities": {
634
+ "streaming": true,
635
+ "vision": true
636
+ },
637
+ "modalities": {
638
+ "input": ["text", "image"],
639
+ "output": ["text"]
640
+ },
641
+ "pricing": {
642
+ "input": .1,
643
+ "output": .1
644
+ },
645
+ "snapshots": ["ministral-3b-2512", "ministral-3b-2410"],
646
+ "deprecation_date": "2025-12-02"
647
+ },
648
+ {
649
+ "id": "ministral-8b-2410",
650
+ "name": "ministral-8b-2410",
651
+ "created_by": "mistral",
652
+ "source": "official",
653
+ "last_updated": "2026-03-21",
654
+ "family": "ministral",
655
+ "status": "deprecated",
656
+ "deprecation_date": "2025-12-02",
657
+ "context_window": 128e3,
658
+ "alias": "ministral-8b",
659
+ "capabilities": {
660
+ "streaming": true,
661
+ "vision": true
662
+ },
663
+ "modalities": {
664
+ "input": ["text", "image"],
665
+ "output": ["text"]
666
+ },
667
+ "pricing": {
668
+ "input": .15,
669
+ "output": .15
670
+ }
671
+ },
672
+ {
673
+ "id": "ministral-8b-2512",
674
+ "name": "ministral-8b-2512",
675
+ "created_by": "mistral",
676
+ "source": "official",
677
+ "last_updated": "2026-03-21",
678
+ "family": "ministral",
679
+ "status": "active",
680
+ "context_window": 256e3,
681
+ "alias": "ministral-8b",
682
+ "capabilities": {
683
+ "streaming": true,
684
+ "vision": true
685
+ },
686
+ "modalities": {
687
+ "input": ["text", "image"],
688
+ "output": ["text"]
689
+ },
690
+ "pricing": {
691
+ "input": .15,
692
+ "output": .15
693
+ }
694
+ },
695
+ {
696
+ "id": "ministral-8b",
697
+ "name": "ministral-8b",
698
+ "created_by": "mistral",
699
+ "source": "official",
700
+ "last_updated": "2026-03-21",
701
+ "family": "ministral",
702
+ "status": "deprecated",
703
+ "context_window": 128e3,
704
+ "capabilities": {
705
+ "streaming": true,
706
+ "vision": true
707
+ },
708
+ "modalities": {
709
+ "input": ["text", "image"],
710
+ "output": ["text"]
711
+ },
712
+ "pricing": {
713
+ "input": .15,
714
+ "output": .15
715
+ },
716
+ "snapshots": ["ministral-8b-2512", "ministral-8b-2410"],
717
+ "deprecation_date": "2025-12-02"
718
+ },
719
+ {
720
+ "id": "mistral-7b-01",
721
+ "name": "mistral-7b-01",
722
+ "created_by": "mistral",
723
+ "source": "official",
724
+ "last_updated": "2026-03-21",
725
+ "status": "active",
726
+ "context_window": 8e3,
727
+ "capabilities": { "streaming": true },
728
+ "modalities": {
729
+ "input": ["text"],
730
+ "output": ["text"]
731
+ }
732
+ },
733
+ {
734
+ "id": "mistral-7b-02",
735
+ "name": "mistral-7b-02",
736
+ "created_by": "mistral",
737
+ "source": "official",
738
+ "last_updated": "2026-03-21",
739
+ "status": "active",
740
+ "context_window": 32e3,
741
+ "capabilities": { "streaming": true },
742
+ "modalities": {
743
+ "input": ["text"],
744
+ "output": ["text"]
745
+ }
746
+ },
747
+ {
748
+ "id": "mistral-7b-03",
749
+ "name": "mistral-7b-03",
750
+ "created_by": "mistral",
751
+ "source": "official",
752
+ "last_updated": "2026-03-21",
753
+ "status": "active",
754
+ "context_window": 32e3,
755
+ "capabilities": { "streaming": true },
756
+ "modalities": {
757
+ "input": ["text"],
758
+ "output": ["text"]
759
+ }
760
+ },
761
+ {
762
+ "id": "mistral-embed-2312",
763
+ "name": "mistral-embed-2312",
764
+ "created_by": "mistral",
765
+ "source": "official",
766
+ "last_updated": "2026-03-21",
767
+ "status": "active",
768
+ "context_window": 8e3,
769
+ "alias": "mistral-embed",
770
+ "capabilities": {
771
+ "streaming": true,
772
+ "vision": true
773
+ },
774
+ "modalities": {
775
+ "input": ["text", "image"],
776
+ "output": ["text"]
777
+ },
778
+ "model_type": "embed"
779
+ },
780
+ {
781
+ "id": "mistral-embed",
782
+ "name": "mistral-embed",
783
+ "created_by": "mistral",
784
+ "source": "official",
785
+ "last_updated": "2026-03-21",
786
+ "status": "active",
787
+ "context_window": 8e3,
788
+ "capabilities": {
789
+ "streaming": true,
790
+ "vision": true
791
+ },
792
+ "modalities": {
793
+ "input": ["text", "image"],
794
+ "output": ["text"]
795
+ },
796
+ "snapshots": ["mistral-embed-2312"],
797
+ "model_type": "embed"
798
+ },
799
+ {
800
+ "id": "mistral-large-2402",
801
+ "name": "mistral-large-2402",
802
+ "created_by": "mistral",
803
+ "source": "official",
804
+ "last_updated": "2026-03-21",
805
+ "family": "mistral-large",
806
+ "status": "deprecated",
807
+ "deprecation_date": "2024-11-30",
808
+ "context_window": 32e3,
809
+ "alias": "mistral-large",
810
+ "capabilities": { "streaming": true },
811
+ "modalities": {
812
+ "input": ["text"],
813
+ "output": ["text"]
814
+ },
815
+ "pricing": {
816
+ "input": 2,
817
+ "output": 6
818
+ }
819
+ },
820
+ {
821
+ "id": "mistral-large-2407",
822
+ "name": "mistral-large-2407",
823
+ "created_by": "mistral",
824
+ "source": "official",
825
+ "last_updated": "2026-03-21",
826
+ "family": "mistral-large",
827
+ "status": "deprecated",
828
+ "deprecation_date": "2024-11-30",
829
+ "context_window": 128e3,
830
+ "alias": "mistral-large",
831
+ "capabilities": { "streaming": true },
832
+ "modalities": {
833
+ "input": ["text"],
834
+ "output": ["text"]
835
+ },
836
+ "pricing": {
837
+ "input": 2,
838
+ "output": 6
839
+ }
840
+ },
841
+ {
842
+ "id": "mistral-large-2411",
843
+ "name": "mistral-large-2411",
844
+ "created_by": "mistral",
845
+ "source": "official",
846
+ "last_updated": "2026-03-21",
847
+ "family": "mistral-large",
848
+ "status": "active",
849
+ "context_window": 128e3,
850
+ "alias": "mistral-large",
851
+ "capabilities": {
852
+ "streaming": true,
853
+ "vision": true
854
+ },
855
+ "modalities": {
856
+ "input": ["text", "image"],
857
+ "output": ["text"]
858
+ },
859
+ "pricing": {
860
+ "input": 2,
861
+ "output": 6
862
+ }
863
+ },
864
+ {
865
+ "id": "mistral-large-2512",
866
+ "name": "mistral-large-2512",
867
+ "created_by": "mistral",
868
+ "source": "official",
869
+ "last_updated": "2026-03-21",
870
+ "family": "mistral-large",
871
+ "status": "active",
872
+ "context_window": 256e3,
873
+ "alias": "mistral-large",
874
+ "capabilities": {
875
+ "streaming": true,
876
+ "vision": true
877
+ },
878
+ "modalities": {
879
+ "input": ["text", "image"],
880
+ "output": ["text"]
881
+ },
882
+ "pricing": {
883
+ "input": .5,
884
+ "output": 1.5
885
+ }
886
+ },
887
+ {
888
+ "id": "mistral-large",
889
+ "name": "mistral-large",
890
+ "created_by": "mistral",
891
+ "source": "official",
892
+ "last_updated": "2026-03-21",
893
+ "family": "mistral-large",
894
+ "status": "deprecated",
895
+ "context_window": 32e3,
896
+ "capabilities": {
897
+ "streaming": true,
898
+ "vision": true
899
+ },
900
+ "modalities": {
901
+ "input": ["text"],
902
+ "output": ["text"]
903
+ },
904
+ "pricing": {
905
+ "input": 2,
906
+ "output": 6
907
+ },
908
+ "snapshots": [
909
+ "mistral-large-2512",
910
+ "mistral-large-2411",
911
+ "mistral-large-2407",
912
+ "mistral-large-2402"
913
+ ],
914
+ "deprecation_date": "2024-11-30"
915
+ },
916
+ {
917
+ "id": "mistral-medium-2312",
918
+ "name": "mistral-medium-2312",
919
+ "created_by": "mistral",
920
+ "source": "official",
921
+ "last_updated": "2026-03-21",
922
+ "family": "mistral-medium",
923
+ "status": "deprecated",
924
+ "deprecation_date": "2024-11-30",
925
+ "context_window": 32e3,
926
+ "alias": "mistral-medium",
927
+ "capabilities": { "streaming": true },
928
+ "modalities": {
929
+ "input": ["text"],
930
+ "output": ["text"]
931
+ },
932
+ "pricing": {
933
+ "input": .4,
934
+ "output": 2
935
+ }
936
+ },
937
+ {
938
+ "id": "mistral-medium-2505",
939
+ "name": "mistral-medium-2505",
940
+ "created_by": "mistral",
941
+ "source": "official",
942
+ "last_updated": "2026-03-21",
943
+ "family": "mistral-medium",
944
+ "status": "active",
945
+ "context_window": 128e3,
946
+ "alias": "mistral-medium",
947
+ "capabilities": {
948
+ "streaming": true,
949
+ "vision": true
950
+ },
951
+ "modalities": {
952
+ "input": ["text", "image"],
953
+ "output": ["text"]
954
+ },
955
+ "pricing": {
956
+ "input": .4,
957
+ "output": 2
958
+ }
959
+ },
960
+ {
961
+ "id": "mistral-medium-2508",
962
+ "name": "mistral-medium-2508",
963
+ "created_by": "mistral",
964
+ "source": "official",
965
+ "last_updated": "2026-03-21",
966
+ "family": "mistral-medium",
967
+ "status": "active",
968
+ "context_window": 128e3,
969
+ "alias": "mistral-medium",
970
+ "capabilities": {
971
+ "streaming": true,
972
+ "vision": true
973
+ },
974
+ "modalities": {
975
+ "input": ["text", "image"],
976
+ "output": ["text"]
977
+ },
978
+ "pricing": {
979
+ "input": .4,
980
+ "output": 2
981
+ }
982
+ },
983
+ {
984
+ "id": "mistral-medium",
985
+ "name": "mistral-medium",
986
+ "created_by": "mistral",
987
+ "source": "official",
988
+ "last_updated": "2026-03-21",
989
+ "family": "mistral-medium",
990
+ "status": "deprecated",
991
+ "context_window": 32e3,
992
+ "capabilities": {
993
+ "streaming": true,
994
+ "vision": true
995
+ },
996
+ "modalities": {
997
+ "input": ["text"],
998
+ "output": ["text"]
999
+ },
1000
+ "pricing": {
1001
+ "input": .4,
1002
+ "output": 2
1003
+ },
1004
+ "snapshots": [
1005
+ "mistral-medium-2508",
1006
+ "mistral-medium-2505",
1007
+ "mistral-medium-2312"
1008
+ ],
1009
+ "deprecation_date": "2024-11-30"
1010
+ },
1011
+ {
1012
+ "id": "mistral-moderation-2411",
1013
+ "name": "mistral-moderation-2411",
1014
+ "created_by": "mistral",
1015
+ "source": "official",
1016
+ "last_updated": "2026-03-21",
1017
+ "status": "active",
1018
+ "context_window": 8e3,
1019
+ "alias": "mistral-moderation",
1020
+ "capabilities": {
1021
+ "streaming": true,
1022
+ "vision": true
1023
+ },
1024
+ "modalities": {
1025
+ "input": ["text", "image"],
1026
+ "output": ["text"]
1027
+ },
1028
+ "model_type": "moderation"
1029
+ },
1030
+ {
1031
+ "id": "mistral-moderation-2603",
1032
+ "name": "mistral-moderation-2603",
1033
+ "created_by": "mistral",
1034
+ "source": "official",
1035
+ "last_updated": "2026-03-21",
1036
+ "status": "active",
1037
+ "context_window": 128e3,
1038
+ "alias": "mistral-moderation",
1039
+ "capabilities": {
1040
+ "streaming": true,
1041
+ "vision": true
1042
+ },
1043
+ "modalities": {
1044
+ "input": ["text", "image"],
1045
+ "output": ["text"]
1046
+ },
1047
+ "model_type": "moderation"
1048
+ },
1049
+ {
1050
+ "id": "mistral-moderation",
1051
+ "name": "mistral-moderation",
1052
+ "created_by": "mistral",
1053
+ "source": "official",
1054
+ "last_updated": "2026-03-21",
1055
+ "status": "active",
1056
+ "context_window": 8e3,
1057
+ "capabilities": {
1058
+ "streaming": true,
1059
+ "vision": true
1060
+ },
1061
+ "modalities": {
1062
+ "input": ["text", "image"],
1063
+ "output": ["text"]
1064
+ },
1065
+ "snapshots": ["mistral-moderation-2603", "mistral-moderation-2411"],
1066
+ "model_type": "moderation"
1067
+ },
1068
+ {
1069
+ "id": "mistral-nemo-2407",
1070
+ "name": "mistral-nemo-2407",
1071
+ "created_by": "mistral",
1072
+ "source": "official",
1073
+ "last_updated": "2026-03-21",
1074
+ "status": "active",
1075
+ "context_window": 128e3,
1076
+ "alias": "mistral-nemo",
1077
+ "capabilities": {
1078
+ "streaming": true,
1079
+ "vision": true
1080
+ },
1081
+ "modalities": {
1082
+ "input": ["text", "image"],
1083
+ "output": ["text"]
1084
+ },
1085
+ "pricing": {
1086
+ "input": .15,
1087
+ "output": .15
1088
+ }
1089
+ },
1090
+ {
1091
+ "id": "mistral-nemo",
1092
+ "name": "mistral-nemo",
1093
+ "created_by": "mistral",
1094
+ "source": "official",
1095
+ "last_updated": "2026-03-21",
1096
+ "status": "active",
1097
+ "context_window": 128e3,
1098
+ "capabilities": {
1099
+ "streaming": true,
1100
+ "vision": true
1101
+ },
1102
+ "modalities": {
1103
+ "input": ["text", "image"],
1104
+ "output": ["text"]
1105
+ },
1106
+ "pricing": {
1107
+ "input": .15,
1108
+ "output": .15
1109
+ },
1110
+ "snapshots": ["mistral-nemo-2407"]
1111
+ },
1112
+ {
1113
+ "id": "mistral-next",
1114
+ "name": "mistral-next",
1115
+ "created_by": "mistral",
1116
+ "source": "official",
1117
+ "last_updated": "2026-03-21",
1118
+ "status": "active",
1119
+ "capabilities": { "streaming": true },
1120
+ "modalities": {
1121
+ "input": ["text"],
1122
+ "output": ["text"]
1123
+ }
1124
+ },
1125
+ {
1126
+ "id": "mistral-saba-2502",
1127
+ "name": "mistral-saba-2502",
1128
+ "created_by": "mistral",
1129
+ "source": "official",
1130
+ "last_updated": "2026-03-21",
1131
+ "status": "deprecated",
1132
+ "deprecation_date": "2025-06-10",
1133
+ "context_window": 32e3,
1134
+ "alias": "mistral-saba",
1135
+ "capabilities": { "streaming": true },
1136
+ "modalities": {
1137
+ "input": ["text"],
1138
+ "output": ["text"]
1139
+ }
1140
+ },
1141
+ {
1142
+ "id": "mistral-saba",
1143
+ "name": "mistral-saba",
1144
+ "created_by": "mistral",
1145
+ "source": "official",
1146
+ "last_updated": "2026-03-21",
1147
+ "status": "deprecated",
1148
+ "deprecation_date": "2025-06-10",
1149
+ "context_window": 32e3,
1150
+ "capabilities": { "streaming": true },
1151
+ "modalities": {
1152
+ "input": ["text"],
1153
+ "output": ["text"]
1154
+ },
1155
+ "snapshots": ["mistral-saba-2502"]
1156
+ },
1157
+ {
1158
+ "id": "mistral-small-2402",
1159
+ "name": "mistral-small-2402",
1160
+ "created_by": "mistral",
1161
+ "source": "official",
1162
+ "last_updated": "2026-03-21",
1163
+ "family": "mistral-small",
1164
+ "status": "deprecated",
1165
+ "deprecation_date": "2024-11-30",
1166
+ "context_window": 32e3,
1167
+ "alias": "mistral-small",
1168
+ "capabilities": { "streaming": true },
1169
+ "modalities": {
1170
+ "input": ["text"],
1171
+ "output": ["text"]
1172
+ },
1173
+ "pricing": {
1174
+ "input": .1,
1175
+ "output": .3
1176
+ }
1177
+ },
1178
+ {
1179
+ "id": "mistral-small-2409",
1180
+ "name": "mistral-small-2409",
1181
+ "created_by": "mistral",
1182
+ "source": "official",
1183
+ "last_updated": "2026-03-21",
1184
+ "family": "mistral-small",
1185
+ "status": "deprecated",
1186
+ "deprecation_date": "2025-11-06",
1187
+ "context_window": 32e3,
1188
+ "alias": "mistral-small",
1189
+ "capabilities": {
1190
+ "streaming": true,
1191
+ "vision": true
1192
+ },
1193
+ "modalities": {
1194
+ "input": ["text", "image"],
1195
+ "output": ["text"]
1196
+ },
1197
+ "pricing": {
1198
+ "input": .1,
1199
+ "output": .3
1200
+ }
1201
+ },
1202
+ {
1203
+ "id": "mistral-small-2501",
1204
+ "name": "mistral-small-2501",
1205
+ "created_by": "mistral",
1206
+ "source": "official",
1207
+ "last_updated": "2026-03-21",
1208
+ "family": "mistral-small",
1209
+ "status": "deprecated",
1210
+ "deprecation_date": "2025-11-06",
1211
+ "context_window": 32e3,
1212
+ "alias": "mistral-small",
1213
+ "capabilities": {
1214
+ "streaming": true,
1215
+ "vision": true
1216
+ },
1217
+ "modalities": {
1218
+ "input": ["text", "image"],
1219
+ "output": ["text"]
1220
+ },
1221
+ "pricing": {
1222
+ "input": .1,
1223
+ "output": .3
1224
+ }
1225
+ },
1226
+ {
1227
+ "id": "mistral-small-2503",
1228
+ "name": "mistral-small-2503",
1229
+ "created_by": "mistral",
1230
+ "source": "official",
1231
+ "last_updated": "2026-03-21",
1232
+ "family": "mistral-small",
1233
+ "status": "deprecated",
1234
+ "deprecation_date": "2025-11-06",
1235
+ "context_window": 128e3,
1236
+ "alias": "mistral-small",
1237
+ "capabilities": {
1238
+ "streaming": true,
1239
+ "vision": true
1240
+ },
1241
+ "modalities": {
1242
+ "input": ["text", "image"],
1243
+ "output": ["text"]
1244
+ },
1245
+ "pricing": {
1246
+ "input": .1,
1247
+ "output": .3
1248
+ }
1249
+ },
1250
+ {
1251
+ "id": "mistral-small-2506",
1252
+ "name": "mistral-small-2506",
1253
+ "created_by": "mistral",
1254
+ "source": "official",
1255
+ "last_updated": "2026-03-21",
1256
+ "family": "mistral-small",
1257
+ "status": "active",
1258
+ "context_window": 128e3,
1259
+ "alias": "mistral-small",
1260
+ "capabilities": {
1261
+ "streaming": true,
1262
+ "vision": true
1263
+ },
1264
+ "modalities": {
1265
+ "input": ["text", "image"],
1266
+ "output": ["text"]
1267
+ },
1268
+ "pricing": {
1269
+ "input": .1,
1270
+ "output": .3
1271
+ }
1272
+ },
1273
+ {
1274
+ "id": "mistral-small-2603",
1275
+ "name": "mistral-small-2603",
1276
+ "created_by": "mistral",
1277
+ "source": "official",
1278
+ "last_updated": "2026-03-21",
1279
+ "family": "mistral-small",
1280
+ "status": "active",
1281
+ "context_window": 256e3,
1282
+ "alias": "mistral-small",
1283
+ "capabilities": {
1284
+ "streaming": true,
1285
+ "vision": true
1286
+ },
1287
+ "modalities": {
1288
+ "input": ["text", "image"],
1289
+ "output": ["text"]
1290
+ },
1291
+ "pricing": {
1292
+ "input": .15,
1293
+ "output": .6
1294
+ }
1295
+ },
1296
+ {
1297
+ "id": "mistral-small-creative-2512",
1298
+ "name": "mistral-small-creative-2512",
1299
+ "created_by": "mistral",
1300
+ "source": "official",
1301
+ "last_updated": "2026-03-21",
1302
+ "family": "mistral-small",
1303
+ "status": "active",
1304
+ "context_window": 32e3,
1305
+ "alias": "mistral-small-creative",
1306
+ "capabilities": {
1307
+ "streaming": true,
1308
+ "vision": true
1309
+ },
1310
+ "modalities": {
1311
+ "input": ["text", "image"],
1312
+ "output": ["text"]
1313
+ },
1314
+ "pricing": {
1315
+ "input": .1,
1316
+ "output": .3
1317
+ }
1318
+ },
1319
+ {
1320
+ "id": "mistral-small-creative",
1321
+ "name": "mistral-small-creative",
1322
+ "created_by": "mistral",
1323
+ "source": "official",
1324
+ "last_updated": "2026-03-21",
1325
+ "family": "mistral-small",
1326
+ "status": "active",
1327
+ "context_window": 32e3,
1328
+ "capabilities": {
1329
+ "streaming": true,
1330
+ "vision": true
1331
+ },
1332
+ "modalities": {
1333
+ "input": ["text", "image"],
1334
+ "output": ["text"]
1335
+ },
1336
+ "pricing": {
1337
+ "input": .1,
1338
+ "output": .3
1339
+ },
1340
+ "snapshots": ["mistral-small-creative-2512"]
1341
+ },
1342
+ {
1343
+ "id": "mistral-small",
1344
+ "name": "mistral-small",
1345
+ "created_by": "mistral",
1346
+ "source": "official",
1347
+ "last_updated": "2026-03-21",
1348
+ "family": "mistral-small",
1349
+ "status": "deprecated",
1350
+ "context_window": 32e3,
1351
+ "capabilities": {
1352
+ "streaming": true,
1353
+ "vision": true
1354
+ },
1355
+ "modalities": {
1356
+ "input": ["text"],
1357
+ "output": ["text"]
1358
+ },
1359
+ "pricing": {
1360
+ "input": .1,
1361
+ "output": .3
1362
+ },
1363
+ "snapshots": [
1364
+ "mistral-small-2603",
1365
+ "mistral-small-2506",
1366
+ "mistral-small-2503",
1367
+ "mistral-small-2501",
1368
+ "mistral-small-2409",
1369
+ "mistral-small-2402"
1370
+ ],
1371
+ "deprecation_date": "2024-11-30"
1372
+ },
1373
+ {
1374
+ "id": "pixtral-12b-2409",
1375
+ "name": "pixtral-12b-2409",
1376
+ "created_by": "mistral",
1377
+ "source": "official",
1378
+ "last_updated": "2026-03-21",
1379
+ "family": "pixtral",
1380
+ "status": "deprecated",
1381
+ "deprecation_date": "2025-12-02",
1382
+ "context_window": 128e3,
1383
+ "alias": "pixtral-12b",
1384
+ "capabilities": {
1385
+ "streaming": true,
1386
+ "vision": true
1387
+ },
1388
+ "modalities": {
1389
+ "input": ["text", "image"],
1390
+ "output": ["text"]
1391
+ }
1392
+ },
1393
+ {
1394
+ "id": "pixtral-12b",
1395
+ "name": "pixtral-12b",
1396
+ "created_by": "mistral",
1397
+ "source": "official",
1398
+ "last_updated": "2026-03-21",
1399
+ "family": "pixtral",
1400
+ "status": "deprecated",
1401
+ "deprecation_date": "2025-12-02",
1402
+ "context_window": 128e3,
1403
+ "capabilities": {
1404
+ "streaming": true,
1405
+ "vision": true
1406
+ },
1407
+ "modalities": {
1408
+ "input": ["text", "image"],
1409
+ "output": ["text"]
1410
+ },
1411
+ "snapshots": ["pixtral-12b-2409"]
1412
+ },
1413
+ {
1414
+ "id": "pixtral-large-2411",
1415
+ "name": "pixtral-large-2411",
1416
+ "created_by": "mistral",
1417
+ "source": "official",
1418
+ "last_updated": "2026-03-21",
1419
+ "family": "pixtral",
1420
+ "status": "active",
1421
+ "context_window": 128e3,
1422
+ "alias": "pixtral-large",
1423
+ "capabilities": {
1424
+ "streaming": true,
1425
+ "vision": true
1426
+ },
1427
+ "modalities": {
1428
+ "input": ["text", "image"],
1429
+ "output": ["text"]
1430
+ },
1431
+ "pricing": {
1432
+ "input": 2,
1433
+ "output": 6
1434
+ }
1435
+ },
1436
+ {
1437
+ "id": "pixtral-large",
1438
+ "name": "pixtral-large",
1439
+ "created_by": "mistral",
1440
+ "source": "official",
1441
+ "last_updated": "2026-03-21",
1442
+ "family": "pixtral",
1443
+ "status": "active",
1444
+ "context_window": 128e3,
1445
+ "capabilities": {
1446
+ "streaming": true,
1447
+ "vision": true
1448
+ },
1449
+ "modalities": {
1450
+ "input": ["text", "image"],
1451
+ "output": ["text"]
1452
+ },
1453
+ "pricing": {
1454
+ "input": 2,
1455
+ "output": 6
1456
+ },
1457
+ "snapshots": ["pixtral-large-2411"]
1458
+ },
1459
+ {
1460
+ "id": "voxtral-mini-2507",
1461
+ "name": "voxtral-mini-2507",
1462
+ "created_by": "mistral",
1463
+ "source": "official",
1464
+ "last_updated": "2026-03-21",
1465
+ "status": "active",
1466
+ "context_window": 32e3,
1467
+ "alias": "voxtral-mini",
1468
+ "capabilities": {
1469
+ "streaming": true,
1470
+ "vision": true
1471
+ },
1472
+ "modalities": {
1473
+ "input": ["text", "image"],
1474
+ "output": ["text"]
1475
+ }
1476
+ },
1477
+ {
1478
+ "id": "voxtral-mini-2602",
1479
+ "name": "voxtral-mini-2602",
1480
+ "created_by": "mistral",
1481
+ "source": "official",
1482
+ "last_updated": "2026-03-21",
1483
+ "status": "active",
1484
+ "alias": "voxtral-mini",
1485
+ "capabilities": {
1486
+ "streaming": true,
1487
+ "vision": true
1488
+ },
1489
+ "modalities": {
1490
+ "input": ["text", "image"],
1491
+ "output": ["text"]
1492
+ },
1493
+ "context_window": 32e3
1494
+ },
1495
+ {
1496
+ "id": "voxtral-mini-transcribe-realtime-2602",
1497
+ "name": "voxtral-mini-transcribe-realtime-2602",
1498
+ "created_by": "mistral",
1499
+ "source": "official",
1500
+ "last_updated": "2026-03-21",
1501
+ "status": "active",
1502
+ "alias": "voxtral-mini-transcribe-realtime",
1503
+ "capabilities": {
1504
+ "streaming": true,
1505
+ "vision": true
1506
+ },
1507
+ "modalities": {
1508
+ "input": ["text", "image"],
1509
+ "output": ["text"]
1510
+ },
1511
+ "model_type": "transcription"
1512
+ },
1513
+ {
1514
+ "id": "voxtral-mini-transcribe-realtime",
1515
+ "name": "voxtral-mini-transcribe-realtime",
1516
+ "created_by": "mistral",
1517
+ "source": "official",
1518
+ "last_updated": "2026-03-21",
1519
+ "status": "active",
1520
+ "capabilities": {
1521
+ "streaming": true,
1522
+ "vision": true
1523
+ },
1524
+ "modalities": {
1525
+ "input": ["text", "image"],
1526
+ "output": ["text"]
1527
+ },
1528
+ "snapshots": ["voxtral-mini-transcribe-realtime-2602"],
1529
+ "model_type": "transcription"
1530
+ },
1531
+ {
1532
+ "id": "voxtral-mini",
1533
+ "name": "voxtral-mini",
1534
+ "created_by": "mistral",
1535
+ "source": "official",
1536
+ "last_updated": "2026-03-21",
1537
+ "status": "active",
1538
+ "context_window": 32e3,
1539
+ "capabilities": {
1540
+ "streaming": true,
1541
+ "vision": true
1542
+ },
1543
+ "modalities": {
1544
+ "input": ["text", "image"],
1545
+ "output": ["text"]
1546
+ },
1547
+ "snapshots": ["voxtral-mini-2507", "voxtral-mini-2602"]
1548
+ },
1549
+ {
1550
+ "id": "voxtral-small-2507",
1551
+ "name": "voxtral-small-2507",
1552
+ "created_by": "mistral",
1553
+ "source": "official",
1554
+ "last_updated": "2026-03-21",
1555
+ "status": "active",
1556
+ "context_window": 32e3,
1557
+ "alias": "voxtral-small",
1558
+ "capabilities": {
1559
+ "streaming": true,
1560
+ "vision": true
1561
+ },
1562
+ "modalities": {
1563
+ "input": ["text", "image"],
1564
+ "output": ["text"]
1565
+ }
1566
+ },
1567
+ {
1568
+ "id": "voxtral-small",
1569
+ "name": "voxtral-small",
1570
+ "created_by": "mistral",
1571
+ "source": "official",
1572
+ "last_updated": "2026-03-21",
1573
+ "status": "active",
1574
+ "context_window": 32e3,
1575
+ "capabilities": {
1576
+ "streaming": true,
1577
+ "vision": true
1578
+ },
1579
+ "modalities": {
1580
+ "input": ["text", "image"],
1581
+ "output": ["text"]
1582
+ },
1583
+ "snapshots": ["voxtral-small-2507"]
1584
+ }
1585
+ ]
1586
+ };
1587
+ const models = provider.models.map((m) => ({
1588
+ ...m,
1589
+ provider: provider.id
1590
+ }));
1591
+ //#endregion
1592
+ export { models, provider };