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