@anolilab/ai-model-registry 1.3.0 → 2.0.0

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 (149) hide show
  1. package/CHANGELOG.md +62 -0
  2. package/LICENSE.md +8 -13
  3. package/MIGRATION.md +474 -0
  4. package/README.md +275 -200
  5. package/dist/icons-sprite.d.ts +1 -1
  6. package/dist/icons-sprite.js +11 -11
  7. package/dist/index.d.ts +16 -16
  8. package/dist/index.js +1 -16
  9. package/dist/packem_chunks/alibaba.js +1 -0
  10. package/dist/packem_chunks/amazon-bedrock.js +1 -0
  11. package/dist/packem_chunks/anthropic.js +1 -0
  12. package/dist/packem_chunks/api.js +75 -0
  13. package/dist/packem_chunks/azure-open-ai.js +1 -0
  14. package/dist/packem_chunks/cerebras.js +1 -0
  15. package/dist/packem_chunks/chutes.js +1 -0
  16. package/dist/packem_chunks/cloudflare.js +3 -0
  17. package/dist/packem_chunks/deep-infra.js +1 -0
  18. package/dist/packem_chunks/deep-seek.js +1 -0
  19. package/dist/packem_chunks/fireworks-ai.js +1 -0
  20. package/dist/packem_chunks/git-hub-copilot.js +1 -0
  21. package/dist/packem_chunks/git-hub-models.js +1 -0
  22. package/dist/packem_chunks/google-partner.js +1 -0
  23. package/dist/packem_chunks/google-vertex.js +1 -0
  24. package/dist/packem_chunks/google.js +1 -0
  25. package/dist/packem_chunks/groq.js +1 -0
  26. package/dist/packem_chunks/hugging-face.js +1 -0
  27. package/dist/packem_chunks/inception.js +1 -0
  28. package/dist/packem_chunks/inference.js +1 -0
  29. package/dist/packem_chunks/meta.js +1 -0
  30. package/dist/packem_chunks/mistral.js +1 -0
  31. package/dist/packem_chunks/model-scope.js +1 -0
  32. package/dist/packem_chunks/morph.js +1 -0
  33. package/dist/packem_chunks/open-ai.js +1 -0
  34. package/dist/packem_chunks/open-router.js +1 -0
  35. package/dist/packem_chunks/providers.js +1 -0
  36. package/dist/packem_chunks/requesty.js +73 -0
  37. package/dist/packem_chunks/together-ai.js +1 -0
  38. package/dist/packem_chunks/upstage.js +1 -0
  39. package/dist/packem_chunks/v0.js +1 -0
  40. package/dist/packem_chunks/venice.js +1 -0
  41. package/dist/packem_chunks/vercel.js +1 -0
  42. package/dist/packem_chunks/weights-_-biases.js +1 -0
  43. package/dist/packem_chunks/xai.js +1 -0
  44. package/dist/schema.d.ts +1 -1
  45. package/dist/schema.js +1 -1
  46. package/dist/types/alibaba.d.ts +6 -0
  47. package/dist/types/alibaba.js +0 -0
  48. package/dist/types/amazon-bedrock.d.ts +6 -0
  49. package/dist/types/amazon-bedrock.js +0 -0
  50. package/dist/types/anthropic.d.ts +6 -0
  51. package/dist/types/anthropic.js +0 -0
  52. package/dist/types/azure-open-ai.d.ts +6 -0
  53. package/dist/types/azure-open-ai.js +0 -0
  54. package/dist/types/cerebras.d.ts +6 -0
  55. package/dist/types/cerebras.js +0 -0
  56. package/dist/types/chutes.d.ts +6 -0
  57. package/dist/types/chutes.js +0 -0
  58. package/dist/types/cloudflare.d.ts +6 -0
  59. package/dist/types/cloudflare.js +0 -0
  60. package/dist/types/deep-infra.d.ts +6 -0
  61. package/dist/types/deep-infra.js +0 -0
  62. package/dist/types/deep-seek.d.ts +6 -0
  63. package/dist/types/deep-seek.js +0 -0
  64. package/dist/types/fireworks-ai.d.ts +6 -0
  65. package/dist/types/fireworks-ai.js +0 -0
  66. package/dist/types/git-hub-copilot.d.ts +6 -0
  67. package/dist/types/git-hub-copilot.js +0 -0
  68. package/dist/types/git-hub-models.d.ts +6 -0
  69. package/dist/types/git-hub-models.js +0 -0
  70. package/dist/types/google-partner.d.ts +6 -0
  71. package/dist/types/google-partner.js +0 -0
  72. package/dist/types/google-vertex.d.ts +6 -0
  73. package/dist/types/google-vertex.js +0 -0
  74. package/dist/types/google.d.ts +6 -0
  75. package/dist/types/google.js +0 -0
  76. package/dist/types/groq.d.ts +6 -0
  77. package/dist/types/groq.js +0 -0
  78. package/dist/types/hugging-face.d.ts +6 -0
  79. package/dist/types/hugging-face.js +0 -0
  80. package/dist/types/inception.d.ts +6 -0
  81. package/dist/types/inception.js +0 -0
  82. package/dist/types/inference.d.ts +6 -0
  83. package/dist/types/inference.js +0 -0
  84. package/dist/types/meta.d.ts +6 -0
  85. package/dist/types/meta.js +0 -0
  86. package/dist/types/mistral.d.ts +6 -0
  87. package/dist/types/mistral.js +0 -0
  88. package/dist/types/model-scope.d.ts +6 -0
  89. package/dist/types/model-scope.js +0 -0
  90. package/dist/types/morph.d.ts +6 -0
  91. package/dist/types/morph.js +0 -0
  92. package/dist/types/open-ai.d.ts +6 -0
  93. package/dist/types/open-ai.js +0 -0
  94. package/dist/types/open-router.d.ts +6 -0
  95. package/dist/types/open-router.js +0 -0
  96. package/dist/types/providers.d.ts +11 -0
  97. package/dist/types/providers.js +1 -0
  98. package/dist/types/requesty.d.ts +6 -0
  99. package/dist/types/requesty.js +0 -0
  100. package/dist/types/together-ai.d.ts +6 -0
  101. package/dist/types/together-ai.js +0 -0
  102. package/dist/types/upstage.d.ts +6 -0
  103. package/dist/types/upstage.js +0 -0
  104. package/dist/types/v0.d.ts +6 -0
  105. package/dist/types/v0.js +0 -0
  106. package/dist/types/venice.d.ts +6 -0
  107. package/dist/types/venice.js +0 -0
  108. package/dist/types/vercel.d.ts +6 -0
  109. package/dist/types/vercel.js +0 -0
  110. package/dist/types/weights-_-biases.d.ts +6 -0
  111. package/dist/types/weights-_-biases.js +0 -0
  112. package/dist/types/xai.d.ts +6 -0
  113. package/dist/types/xai.js +0 -0
  114. package/package.json +7 -2
  115. package/public/alibaba.json +326 -0
  116. package/public/amazon-bedrock.json +2141 -0
  117. package/public/anthropic.json +396 -0
  118. package/public/api.json +66961 -19318
  119. package/public/azure-open-ai.json +332 -0
  120. package/public/cerebras.json +288 -0
  121. package/public/chutes.json +3220 -0
  122. package/public/cloudflare.json +3094 -0
  123. package/public/deep-infra.json +956 -0
  124. package/public/deep-seek.json +46 -0
  125. package/public/fireworks-ai.json +14486 -0
  126. package/public/git-hub-copilot.json +676 -0
  127. package/public/git-hub-models.json +256 -0
  128. package/public/google-partner.json +536 -0
  129. package/public/google-vertex.json +1376 -0
  130. package/public/google.json +536 -0
  131. package/public/groq.json +882 -0
  132. package/public/hugging-face.json +1096 -0
  133. package/public/inception.json +81 -0
  134. package/public/inference.json +291 -0
  135. package/public/meta.json +151 -0
  136. package/public/mistral.json +2181 -0
  137. package/public/model-scope.json +37839 -0
  138. package/public/morph.json +46 -0
  139. package/public/open-ai.json +606 -0
  140. package/public/open-router.json +15341 -0
  141. package/public/providers.json +43 -0
  142. package/public/requesty.json +13757 -0
  143. package/public/together-ai.json +641 -0
  144. package/public/upstage.json +606 -0
  145. package/public/v0.json +431 -0
  146. package/public/venice.json +501 -0
  147. package/public/vercel.json +4071 -0
  148. package/public/weights-&-biases.json +551 -0
  149. package/public/xai.json +256 -0
@@ -0,0 +1,2181 @@
1
+ {
2
+ "metadata": {
3
+ "description": "AI Models API - Models from Mistral",
4
+ "lastUpdated": "2026-01-10T23:24:47.804Z",
5
+ "provider": "Mistral",
6
+ "totalModels": 62,
7
+ "version": "0.0.0-development"
8
+ },
9
+ "models": [
10
+ {
11
+ "attachment": false,
12
+ "cost": {
13
+ "input": 0.3,
14
+ "inputCacheHit": null,
15
+ "output": 0.9
16
+ },
17
+ "extendedThinking": false,
18
+ "id": "codestral-2405",
19
+ "knowledge": null,
20
+ "lastUpdated": null,
21
+ "limit": {
22
+ "context": null,
23
+ "output": null
24
+ },
25
+ "modalities": {
26
+ "input": ["text"],
27
+ "output": ["text"]
28
+ },
29
+ "name": "Codestral 2405",
30
+ "openWeights": false,
31
+ "provider": "Mistral",
32
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
33
+ "providerEnv": ["MISTRAL_API_KEY"],
34
+ "providerId": "mistral",
35
+ "providerModelsDevId": "mistral",
36
+ "providerNpm": "@ai-sdk/mistral",
37
+ "reasoning": false,
38
+ "releaseDate": null,
39
+ "streamingSupported": true,
40
+ "temperature": true,
41
+ "toolCall": false,
42
+ "vision": false,
43
+ "icon": "mistral"
44
+ },
45
+ {
46
+ "attachment": false,
47
+ "cost": {
48
+ "input": 0.3,
49
+ "inputCacheHit": null,
50
+ "output": 0.9
51
+ },
52
+ "extendedThinking": false,
53
+ "id": "codestral-2501",
54
+ "knowledge": null,
55
+ "lastUpdated": null,
56
+ "limit": {
57
+ "context": null,
58
+ "output": null
59
+ },
60
+ "modalities": {
61
+ "input": ["text"],
62
+ "output": ["text"]
63
+ },
64
+ "name": "Codestral 2501",
65
+ "openWeights": false,
66
+ "provider": "Mistral",
67
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
68
+ "providerEnv": ["MISTRAL_API_KEY"],
69
+ "providerId": "mistral",
70
+ "providerModelsDevId": "mistral",
71
+ "providerNpm": "@ai-sdk/mistral",
72
+ "reasoning": false,
73
+ "releaseDate": null,
74
+ "streamingSupported": true,
75
+ "temperature": true,
76
+ "toolCall": false,
77
+ "vision": false,
78
+ "icon": "mistral"
79
+ },
80
+ {
81
+ "attachment": false,
82
+ "cost": {
83
+ "input": 0.3,
84
+ "inputCacheHit": null,
85
+ "output": 0.9
86
+ },
87
+ "extendedThinking": false,
88
+ "id": "codestral-2508",
89
+ "knowledge": null,
90
+ "lastUpdated": null,
91
+ "limit": {
92
+ "context": null,
93
+ "output": null
94
+ },
95
+ "modalities": {
96
+ "input": ["text"],
97
+ "output": ["text"]
98
+ },
99
+ "name": "Codestral 2508",
100
+ "openWeights": false,
101
+ "provider": "Mistral",
102
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
103
+ "providerEnv": ["MISTRAL_API_KEY"],
104
+ "providerId": "mistral",
105
+ "providerModelsDevId": "mistral",
106
+ "providerNpm": "@ai-sdk/mistral",
107
+ "reasoning": false,
108
+ "releaseDate": null,
109
+ "streamingSupported": true,
110
+ "temperature": true,
111
+ "toolCall": false,
112
+ "vision": false,
113
+ "icon": "mistral"
114
+ },
115
+ {
116
+ "attachment": false,
117
+ "cost": {
118
+ "input": 0.3,
119
+ "inputCacheHit": null,
120
+ "output": 0.9
121
+ },
122
+ "extendedThinking": false,
123
+ "id": "codestral-embed",
124
+ "knowledge": null,
125
+ "lastUpdated": null,
126
+ "limit": {
127
+ "context": null,
128
+ "output": null
129
+ },
130
+ "modalities": {
131
+ "input": ["text"],
132
+ "output": ["text"]
133
+ },
134
+ "name": "Codestral Embed",
135
+ "openWeights": false,
136
+ "provider": "Mistral",
137
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
138
+ "providerEnv": ["MISTRAL_API_KEY"],
139
+ "providerId": "mistral",
140
+ "providerModelsDevId": "mistral",
141
+ "providerNpm": "@ai-sdk/mistral",
142
+ "reasoning": false,
143
+ "releaseDate": null,
144
+ "streamingSupported": true,
145
+ "temperature": true,
146
+ "toolCall": false,
147
+ "vision": false,
148
+ "icon": "mistral"
149
+ },
150
+ {
151
+ "attachment": false,
152
+ "cost": {
153
+ "input": 0.3,
154
+ "inputCacheHit": null,
155
+ "output": 0.9
156
+ },
157
+ "extendedThinking": false,
158
+ "id": "codestral-mamba",
159
+ "knowledge": null,
160
+ "lastUpdated": null,
161
+ "limit": {
162
+ "context": 2,
163
+ "output": null
164
+ },
165
+ "modalities": {
166
+ "input": ["text"],
167
+ "output": ["text"]
168
+ },
169
+ "name": "Codestral Mamba",
170
+ "openWeights": false,
171
+ "provider": "Mistral",
172
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
173
+ "providerEnv": ["MISTRAL_API_KEY"],
174
+ "providerId": "mistral",
175
+ "providerModelsDevId": "mistral",
176
+ "providerNpm": "@ai-sdk/mistral",
177
+ "reasoning": false,
178
+ "releaseDate": null,
179
+ "streamingSupported": true,
180
+ "temperature": true,
181
+ "toolCall": false,
182
+ "vision": false,
183
+ "icon": "mistral"
184
+ },
185
+ {
186
+ "attachment": false,
187
+ "cost": {
188
+ "input": 0.3,
189
+ "inputCacheHit": null,
190
+ "output": 0.9
191
+ },
192
+ "extendedThinking": false,
193
+ "id": "codestral-mamba-7b-↗",
194
+ "knowledge": null,
195
+ "lastUpdated": null,
196
+ "limit": {
197
+ "context": 0,
198
+ "output": null
199
+ },
200
+ "modalities": {
201
+ "input": ["text"],
202
+ "output": ["text"]
203
+ },
204
+ "name": "Codestral Mamba 7B ↗",
205
+ "openWeights": false,
206
+ "provider": "Mistral",
207
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
208
+ "providerEnv": ["MISTRAL_API_KEY"],
209
+ "providerId": "mistral",
210
+ "providerModelsDevId": "mistral",
211
+ "providerNpm": "@ai-sdk/mistral",
212
+ "reasoning": false,
213
+ "releaseDate": null,
214
+ "streamingSupported": true,
215
+ "temperature": true,
216
+ "toolCall": false,
217
+ "vision": false,
218
+ "icon": "mistral"
219
+ },
220
+ {
221
+ "attachment": false,
222
+ "cost": {
223
+ "input": 0.3,
224
+ "inputCacheHit": null,
225
+ "output": 0.9
226
+ },
227
+ "extendedThinking": false,
228
+ "id": "codestral-↗",
229
+ "knowledge": null,
230
+ "lastUpdated": null,
231
+ "limit": {
232
+ "context": 24,
233
+ "output": null
234
+ },
235
+ "modalities": {
236
+ "input": ["text"],
237
+ "output": ["text"]
238
+ },
239
+ "name": "Codestral ↗",
240
+ "openWeights": false,
241
+ "provider": "Mistral",
242
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
243
+ "providerEnv": ["MISTRAL_API_KEY"],
244
+ "providerId": "mistral",
245
+ "providerModelsDevId": "mistral",
246
+ "providerNpm": "@ai-sdk/mistral",
247
+ "reasoning": false,
248
+ "releaseDate": null,
249
+ "streamingSupported": true,
250
+ "temperature": true,
251
+ "toolCall": false,
252
+ "vision": false,
253
+ "icon": "mistral"
254
+ },
255
+ {
256
+ "attachment": false,
257
+ "cost": {
258
+ "input": null,
259
+ "inputCacheHit": null,
260
+ "output": null
261
+ },
262
+ "extendedThinking": false,
263
+ "id": "devstral-medium",
264
+ "knowledge": null,
265
+ "lastUpdated": null,
266
+ "limit": {
267
+ "context": null,
268
+ "output": null
269
+ },
270
+ "modalities": {
271
+ "input": ["text"],
272
+ "output": ["text"]
273
+ },
274
+ "name": "Devstral Medium",
275
+ "openWeights": false,
276
+ "provider": "Mistral",
277
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
278
+ "providerEnv": ["MISTRAL_API_KEY"],
279
+ "providerId": "mistral",
280
+ "providerModelsDevId": "mistral",
281
+ "providerNpm": "@ai-sdk/mistral",
282
+ "reasoning": false,
283
+ "releaseDate": null,
284
+ "streamingSupported": true,
285
+ "temperature": true,
286
+ "toolCall": true,
287
+ "vision": false,
288
+ "icon": "mistral"
289
+ },
290
+ {
291
+ "attachment": false,
292
+ "cost": {
293
+ "input": null,
294
+ "inputCacheHit": null,
295
+ "output": null
296
+ },
297
+ "extendedThinking": false,
298
+ "id": "devstral-small-1",
299
+ "knowledge": null,
300
+ "lastUpdated": null,
301
+ "limit": {
302
+ "context": 2,
303
+ "output": null
304
+ },
305
+ "modalities": {
306
+ "input": ["text"],
307
+ "output": ["text"]
308
+ },
309
+ "name": "Devstral Small 1",
310
+ "openWeights": false,
311
+ "provider": "Mistral",
312
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
313
+ "providerEnv": ["MISTRAL_API_KEY"],
314
+ "providerId": "mistral",
315
+ "providerModelsDevId": "mistral",
316
+ "providerNpm": "@ai-sdk/mistral",
317
+ "reasoning": false,
318
+ "releaseDate": null,
319
+ "streamingSupported": true,
320
+ "temperature": true,
321
+ "toolCall": false,
322
+ "vision": false,
323
+ "icon": "mistral"
324
+ },
325
+ {
326
+ "attachment": false,
327
+ "cost": {
328
+ "input": null,
329
+ "inputCacheHit": null,
330
+ "output": null
331
+ },
332
+ "extendedThinking": false,
333
+ "id": "devstral-small-1-0-↗",
334
+ "knowledge": null,
335
+ "lastUpdated": null,
336
+ "limit": {
337
+ "context": 25,
338
+ "output": null
339
+ },
340
+ "modalities": {
341
+ "input": ["text"],
342
+ "output": ["text"]
343
+ },
344
+ "name": "Devstral Small 1.0 ↗",
345
+ "openWeights": false,
346
+ "provider": "Mistral",
347
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
348
+ "providerEnv": ["MISTRAL_API_KEY"],
349
+ "providerId": "mistral",
350
+ "providerModelsDevId": "mistral",
351
+ "providerNpm": "@ai-sdk/mistral",
352
+ "reasoning": false,
353
+ "releaseDate": null,
354
+ "streamingSupported": true,
355
+ "temperature": true,
356
+ "toolCall": false,
357
+ "vision": false,
358
+ "icon": "mistral"
359
+ },
360
+ {
361
+ "attachment": false,
362
+ "cost": {
363
+ "input": null,
364
+ "inputCacheHit": null,
365
+ "output": null
366
+ },
367
+ "extendedThinking": false,
368
+ "id": "devstral-small-1-1",
369
+ "knowledge": null,
370
+ "lastUpdated": null,
371
+ "limit": {
372
+ "context": 2,
373
+ "output": null
374
+ },
375
+ "modalities": {
376
+ "input": ["text"],
377
+ "output": ["text"]
378
+ },
379
+ "name": "Devstral Small 1.1",
380
+ "openWeights": false,
381
+ "provider": "Mistral",
382
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
383
+ "providerEnv": ["MISTRAL_API_KEY"],
384
+ "providerId": "mistral",
385
+ "providerModelsDevId": "mistral",
386
+ "providerNpm": "@ai-sdk/mistral",
387
+ "reasoning": false,
388
+ "releaseDate": null,
389
+ "streamingSupported": true,
390
+ "temperature": true,
391
+ "toolCall": false,
392
+ "vision": false,
393
+ "icon": "mistral"
394
+ },
395
+ {
396
+ "attachment": false,
397
+ "cost": {
398
+ "input": null,
399
+ "inputCacheHit": null,
400
+ "output": null
401
+ },
402
+ "extendedThinking": false,
403
+ "id": "magistral-medium-1",
404
+ "knowledge": null,
405
+ "lastUpdated": null,
406
+ "limit": {
407
+ "context": null,
408
+ "output": null
409
+ },
410
+ "modalities": {
411
+ "input": ["text"],
412
+ "output": ["text"]
413
+ },
414
+ "name": "Magistral Medium 1",
415
+ "openWeights": false,
416
+ "provider": "Mistral",
417
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
418
+ "providerEnv": ["MISTRAL_API_KEY"],
419
+ "providerId": "mistral",
420
+ "providerModelsDevId": "mistral",
421
+ "providerNpm": "@ai-sdk/mistral",
422
+ "reasoning": false,
423
+ "releaseDate": null,
424
+ "streamingSupported": true,
425
+ "temperature": true,
426
+ "toolCall": true,
427
+ "vision": false,
428
+ "icon": "mistral"
429
+ },
430
+ {
431
+ "attachment": false,
432
+ "cost": {
433
+ "input": null,
434
+ "inputCacheHit": null,
435
+ "output": null
436
+ },
437
+ "extendedThinking": false,
438
+ "id": "magistral-medium-1-0-↗",
439
+ "knowledge": null,
440
+ "lastUpdated": null,
441
+ "limit": {
442
+ "context": 25,
443
+ "output": null
444
+ },
445
+ "modalities": {
446
+ "input": ["text"],
447
+ "output": ["text"]
448
+ },
449
+ "name": "Magistral Medium 1.0 ↗",
450
+ "openWeights": false,
451
+ "provider": "Mistral",
452
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
453
+ "providerEnv": ["MISTRAL_API_KEY"],
454
+ "providerId": "mistral",
455
+ "providerModelsDevId": "mistral",
456
+ "providerNpm": "@ai-sdk/mistral",
457
+ "reasoning": false,
458
+ "releaseDate": null,
459
+ "streamingSupported": true,
460
+ "temperature": true,
461
+ "toolCall": true,
462
+ "vision": false,
463
+ "icon": "mistral"
464
+ },
465
+ {
466
+ "attachment": false,
467
+ "cost": {
468
+ "input": null,
469
+ "inputCacheHit": null,
470
+ "output": null
471
+ },
472
+ "extendedThinking": false,
473
+ "id": "magistral-medium-1-1",
474
+ "knowledge": null,
475
+ "lastUpdated": null,
476
+ "limit": {
477
+ "context": null,
478
+ "output": null
479
+ },
480
+ "modalities": {
481
+ "input": ["text"],
482
+ "output": ["text"]
483
+ },
484
+ "name": "Magistral Medium 1.1",
485
+ "openWeights": false,
486
+ "provider": "Mistral",
487
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
488
+ "providerEnv": ["MISTRAL_API_KEY"],
489
+ "providerId": "mistral",
490
+ "providerModelsDevId": "mistral",
491
+ "providerNpm": "@ai-sdk/mistral",
492
+ "reasoning": false,
493
+ "releaseDate": null,
494
+ "streamingSupported": true,
495
+ "temperature": true,
496
+ "toolCall": true,
497
+ "vision": false,
498
+ "icon": "mistral"
499
+ },
500
+ {
501
+ "attachment": false,
502
+ "cost": {
503
+ "input": null,
504
+ "inputCacheHit": null,
505
+ "output": null
506
+ },
507
+ "extendedThinking": false,
508
+ "id": "magistral-medium-1-1-↗",
509
+ "knowledge": null,
510
+ "lastUpdated": null,
511
+ "limit": {
512
+ "context": 25,
513
+ "output": null
514
+ },
515
+ "modalities": {
516
+ "input": ["text"],
517
+ "output": ["text"]
518
+ },
519
+ "name": "Magistral Medium 1.1 ↗",
520
+ "openWeights": false,
521
+ "provider": "Mistral",
522
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
523
+ "providerEnv": ["MISTRAL_API_KEY"],
524
+ "providerId": "mistral",
525
+ "providerModelsDevId": "mistral",
526
+ "providerNpm": "@ai-sdk/mistral",
527
+ "reasoning": false,
528
+ "releaseDate": null,
529
+ "streamingSupported": true,
530
+ "temperature": true,
531
+ "toolCall": true,
532
+ "vision": false,
533
+ "icon": "mistral"
534
+ },
535
+ {
536
+ "attachment": false,
537
+ "cost": {
538
+ "input": null,
539
+ "inputCacheHit": null,
540
+ "output": null
541
+ },
542
+ "extendedThinking": false,
543
+ "id": "magistral-small-1",
544
+ "knowledge": null,
545
+ "lastUpdated": null,
546
+ "limit": {
547
+ "context": 2,
548
+ "output": null
549
+ },
550
+ "modalities": {
551
+ "input": ["text"],
552
+ "output": ["text"]
553
+ },
554
+ "name": "Magistral Small 1",
555
+ "openWeights": false,
556
+ "provider": "Mistral",
557
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
558
+ "providerEnv": ["MISTRAL_API_KEY"],
559
+ "providerId": "mistral",
560
+ "providerModelsDevId": "mistral",
561
+ "providerNpm": "@ai-sdk/mistral",
562
+ "reasoning": false,
563
+ "releaseDate": null,
564
+ "streamingSupported": true,
565
+ "temperature": true,
566
+ "toolCall": false,
567
+ "vision": false,
568
+ "icon": "mistral"
569
+ },
570
+ {
571
+ "attachment": false,
572
+ "cost": {
573
+ "input": null,
574
+ "inputCacheHit": null,
575
+ "output": null
576
+ },
577
+ "extendedThinking": false,
578
+ "id": "magistral-small-1-0-↗",
579
+ "knowledge": null,
580
+ "lastUpdated": null,
581
+ "limit": {
582
+ "context": 25,
583
+ "output": null
584
+ },
585
+ "modalities": {
586
+ "input": ["text"],
587
+ "output": ["text"]
588
+ },
589
+ "name": "Magistral Small 1.0 ↗",
590
+ "openWeights": false,
591
+ "provider": "Mistral",
592
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
593
+ "providerEnv": ["MISTRAL_API_KEY"],
594
+ "providerId": "mistral",
595
+ "providerModelsDevId": "mistral",
596
+ "providerNpm": "@ai-sdk/mistral",
597
+ "reasoning": false,
598
+ "releaseDate": null,
599
+ "streamingSupported": true,
600
+ "temperature": true,
601
+ "toolCall": false,
602
+ "vision": false,
603
+ "icon": "mistral"
604
+ },
605
+ {
606
+ "attachment": false,
607
+ "cost": {
608
+ "input": null,
609
+ "inputCacheHit": null,
610
+ "output": null
611
+ },
612
+ "extendedThinking": false,
613
+ "id": "magistral-small-1-1",
614
+ "knowledge": null,
615
+ "lastUpdated": null,
616
+ "limit": {
617
+ "context": 2,
618
+ "output": null
619
+ },
620
+ "modalities": {
621
+ "input": ["text"],
622
+ "output": ["text"]
623
+ },
624
+ "name": "Magistral Small 1.1",
625
+ "openWeights": false,
626
+ "provider": "Mistral",
627
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
628
+ "providerEnv": ["MISTRAL_API_KEY"],
629
+ "providerId": "mistral",
630
+ "providerModelsDevId": "mistral",
631
+ "providerNpm": "@ai-sdk/mistral",
632
+ "reasoning": false,
633
+ "releaseDate": null,
634
+ "streamingSupported": true,
635
+ "temperature": true,
636
+ "toolCall": false,
637
+ "vision": false,
638
+ "icon": "mistral"
639
+ },
640
+ {
641
+ "attachment": false,
642
+ "cost": {
643
+ "input": null,
644
+ "inputCacheHit": null,
645
+ "output": null
646
+ },
647
+ "extendedThinking": false,
648
+ "id": "magistral-small-1-1-↗",
649
+ "knowledge": null,
650
+ "lastUpdated": null,
651
+ "limit": {
652
+ "context": 25,
653
+ "output": null
654
+ },
655
+ "modalities": {
656
+ "input": ["text"],
657
+ "output": ["text"]
658
+ },
659
+ "name": "Magistral Small 1.1 ↗",
660
+ "openWeights": false,
661
+ "provider": "Mistral",
662
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
663
+ "providerEnv": ["MISTRAL_API_KEY"],
664
+ "providerId": "mistral",
665
+ "providerModelsDevId": "mistral",
666
+ "providerNpm": "@ai-sdk/mistral",
667
+ "reasoning": false,
668
+ "releaseDate": null,
669
+ "streamingSupported": true,
670
+ "temperature": true,
671
+ "toolCall": false,
672
+ "vision": false,
673
+ "icon": "mistral"
674
+ },
675
+ {
676
+ "attachment": false,
677
+ "cost": {
678
+ "input": null,
679
+ "inputCacheHit": null,
680
+ "output": null
681
+ },
682
+ "extendedThinking": false,
683
+ "id": "mathstral-7b",
684
+ "knowledge": null,
685
+ "lastUpdated": null,
686
+ "limit": {
687
+ "context": 2,
688
+ "output": null
689
+ },
690
+ "modalities": {
691
+ "input": ["text"],
692
+ "output": ["text"]
693
+ },
694
+ "name": "Mathstral 7B",
695
+ "openWeights": false,
696
+ "provider": "Mistral",
697
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
698
+ "providerEnv": ["MISTRAL_API_KEY"],
699
+ "providerId": "mistral",
700
+ "providerModelsDevId": "mistral",
701
+ "providerNpm": "@ai-sdk/mistral",
702
+ "reasoning": false,
703
+ "releaseDate": null,
704
+ "streamingSupported": true,
705
+ "temperature": true,
706
+ "toolCall": false,
707
+ "vision": false,
708
+ "icon": "mistral"
709
+ },
710
+ {
711
+ "attachment": false,
712
+ "cost": {
713
+ "input": null,
714
+ "inputCacheHit": null,
715
+ "output": null
716
+ },
717
+ "extendedThinking": false,
718
+ "id": "mathstral-7b-↗",
719
+ "knowledge": null,
720
+ "lastUpdated": null,
721
+ "limit": {
722
+ "context": 0,
723
+ "output": null
724
+ },
725
+ "modalities": {
726
+ "input": ["text"],
727
+ "output": ["text"]
728
+ },
729
+ "name": "Mathstral 7B ↗",
730
+ "openWeights": false,
731
+ "provider": "Mistral",
732
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
733
+ "providerEnv": ["MISTRAL_API_KEY"],
734
+ "providerId": "mistral",
735
+ "providerModelsDevId": "mistral",
736
+ "providerNpm": "@ai-sdk/mistral",
737
+ "reasoning": false,
738
+ "releaseDate": null,
739
+ "streamingSupported": true,
740
+ "temperature": true,
741
+ "toolCall": false,
742
+ "vision": false,
743
+ "icon": "mistral"
744
+ },
745
+ {
746
+ "attachment": false,
747
+ "cost": {
748
+ "input": null,
749
+ "inputCacheHit": null,
750
+ "output": null
751
+ },
752
+ "extendedThinking": false,
753
+ "id": "ministral-3b",
754
+ "knowledge": null,
755
+ "lastUpdated": null,
756
+ "limit": {
757
+ "context": null,
758
+ "output": null
759
+ },
760
+ "modalities": {
761
+ "input": ["text"],
762
+ "output": ["text"]
763
+ },
764
+ "name": "Ministral 3B",
765
+ "openWeights": false,
766
+ "provider": "Mistral",
767
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
768
+ "providerEnv": ["MISTRAL_API_KEY"],
769
+ "providerId": "mistral",
770
+ "providerModelsDevId": "mistral",
771
+ "providerNpm": "@ai-sdk/mistral",
772
+ "reasoning": false,
773
+ "releaseDate": null,
774
+ "streamingSupported": true,
775
+ "temperature": true,
776
+ "toolCall": false,
777
+ "vision": false,
778
+ "icon": "mistral"
779
+ },
780
+ {
781
+ "attachment": false,
782
+ "cost": {
783
+ "input": null,
784
+ "inputCacheHit": null,
785
+ "output": null
786
+ },
787
+ "extendedThinking": false,
788
+ "id": "ministral-3b-↗",
789
+ "knowledge": null,
790
+ "lastUpdated": null,
791
+ "limit": {
792
+ "context": 24,
793
+ "output": null
794
+ },
795
+ "modalities": {
796
+ "input": ["text"],
797
+ "output": ["text"]
798
+ },
799
+ "name": "Ministral 3B ↗",
800
+ "openWeights": false,
801
+ "provider": "Mistral",
802
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
803
+ "providerEnv": ["MISTRAL_API_KEY"],
804
+ "providerId": "mistral",
805
+ "providerModelsDevId": "mistral",
806
+ "providerNpm": "@ai-sdk/mistral",
807
+ "reasoning": false,
808
+ "releaseDate": null,
809
+ "streamingSupported": true,
810
+ "temperature": true,
811
+ "toolCall": false,
812
+ "vision": false,
813
+ "icon": "mistral"
814
+ },
815
+ {
816
+ "attachment": false,
817
+ "cost": {
818
+ "input": null,
819
+ "inputCacheHit": null,
820
+ "output": null
821
+ },
822
+ "extendedThinking": false,
823
+ "id": "ministral-8b",
824
+ "knowledge": null,
825
+ "lastUpdated": null,
826
+ "limit": {
827
+ "context": null,
828
+ "output": null
829
+ },
830
+ "modalities": {
831
+ "input": ["text"],
832
+ "output": ["text"]
833
+ },
834
+ "name": "Ministral 8B",
835
+ "openWeights": false,
836
+ "provider": "Mistral",
837
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
838
+ "providerEnv": ["MISTRAL_API_KEY"],
839
+ "providerId": "mistral",
840
+ "providerModelsDevId": "mistral",
841
+ "providerNpm": "@ai-sdk/mistral",
842
+ "reasoning": false,
843
+ "releaseDate": null,
844
+ "streamingSupported": true,
845
+ "temperature": true,
846
+ "toolCall": false,
847
+ "vision": false,
848
+ "icon": "mistral"
849
+ },
850
+ {
851
+ "attachment": false,
852
+ "cost": {
853
+ "input": null,
854
+ "inputCacheHit": null,
855
+ "output": null
856
+ },
857
+ "extendedThinking": false,
858
+ "id": "ministral-8b-↗",
859
+ "knowledge": null,
860
+ "lastUpdated": null,
861
+ "limit": {
862
+ "context": 24,
863
+ "output": null
864
+ },
865
+ "modalities": {
866
+ "input": ["text"],
867
+ "output": ["text"]
868
+ },
869
+ "name": "Ministral 8B ↗",
870
+ "openWeights": false,
871
+ "provider": "Mistral",
872
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
873
+ "providerEnv": ["MISTRAL_API_KEY"],
874
+ "providerId": "mistral",
875
+ "providerModelsDevId": "mistral",
876
+ "providerNpm": "@ai-sdk/mistral",
877
+ "reasoning": false,
878
+ "releaseDate": null,
879
+ "streamingSupported": true,
880
+ "temperature": true,
881
+ "toolCall": false,
882
+ "vision": false,
883
+ "icon": "mistral"
884
+ },
885
+ {
886
+ "attachment": false,
887
+ "cost": {
888
+ "input": 0.0003,
889
+ "inputCacheHit": null,
890
+ "output": 0.0003
891
+ },
892
+ "extendedThinking": false,
893
+ "id": "mistral-7b-↗",
894
+ "knowledge": null,
895
+ "lastUpdated": null,
896
+ "limit": {
897
+ "context": 0,
898
+ "output": null
899
+ },
900
+ "modalities": {
901
+ "input": ["text"],
902
+ "output": ["text"]
903
+ },
904
+ "name": "Mistral 7B ↗",
905
+ "openWeights": false,
906
+ "provider": "Mistral",
907
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
908
+ "providerEnv": ["MISTRAL_API_KEY"],
909
+ "providerId": "mistral",
910
+ "providerModelsDevId": "mistral",
911
+ "providerNpm": "@ai-sdk/mistral",
912
+ "reasoning": false,
913
+ "releaseDate": null,
914
+ "streamingSupported": true,
915
+ "temperature": true,
916
+ "toolCall": false,
917
+ "vision": false,
918
+ "icon": "mistral"
919
+ },
920
+ {
921
+ "attachment": false,
922
+ "cost": {
923
+ "input": 0.0003,
924
+ "inputCacheHit": null,
925
+ "output": 0.0003
926
+ },
927
+ "extendedThinking": false,
928
+ "id": "mistral-embed",
929
+ "knowledge": null,
930
+ "lastUpdated": null,
931
+ "limit": {
932
+ "context": null,
933
+ "output": null
934
+ },
935
+ "modalities": {
936
+ "input": ["text"],
937
+ "output": ["text"]
938
+ },
939
+ "name": "Mistral Embed",
940
+ "openWeights": false,
941
+ "provider": "Mistral",
942
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
943
+ "providerEnv": ["MISTRAL_API_KEY"],
944
+ "providerId": "mistral",
945
+ "providerModelsDevId": "mistral",
946
+ "providerNpm": "@ai-sdk/mistral",
947
+ "reasoning": false,
948
+ "releaseDate": null,
949
+ "streamingSupported": true,
950
+ "temperature": true,
951
+ "toolCall": false,
952
+ "vision": false,
953
+ "icon": "mistral"
954
+ },
955
+ {
956
+ "attachment": false,
957
+ "cost": {
958
+ "input": 0.0003,
959
+ "inputCacheHit": null,
960
+ "output": 0.0003
961
+ },
962
+ "extendedThinking": false,
963
+ "id": "mistral-large-1-0-↗",
964
+ "knowledge": null,
965
+ "lastUpdated": null,
966
+ "limit": {
967
+ "context": 24,
968
+ "output": null
969
+ },
970
+ "modalities": {
971
+ "input": ["text", "image"],
972
+ "output": ["text"]
973
+ },
974
+ "name": "Mistral Large 1.0 ↗",
975
+ "openWeights": false,
976
+ "provider": "Mistral",
977
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
978
+ "providerEnv": ["MISTRAL_API_KEY"],
979
+ "providerId": "mistral",
980
+ "providerModelsDevId": "mistral",
981
+ "providerNpm": "@ai-sdk/mistral",
982
+ "reasoning": false,
983
+ "releaseDate": null,
984
+ "streamingSupported": true,
985
+ "temperature": true,
986
+ "toolCall": true,
987
+ "vision": true,
988
+ "icon": "mistral"
989
+ },
990
+ {
991
+ "attachment": false,
992
+ "cost": {
993
+ "input": 0.0003,
994
+ "inputCacheHit": null,
995
+ "output": 0.0003
996
+ },
997
+ "extendedThinking": false,
998
+ "id": "mistral-large-2402",
999
+ "knowledge": null,
1000
+ "lastUpdated": null,
1001
+ "limit": {
1002
+ "context": 2402,
1003
+ "output": null
1004
+ },
1005
+ "modalities": {
1006
+ "input": ["text", "image"],
1007
+ "output": ["text"]
1008
+ },
1009
+ "name": "Mistral Large 2402",
1010
+ "openWeights": false,
1011
+ "provider": "Mistral",
1012
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1013
+ "providerEnv": ["MISTRAL_API_KEY"],
1014
+ "providerId": "mistral",
1015
+ "providerModelsDevId": "mistral",
1016
+ "providerNpm": "@ai-sdk/mistral",
1017
+ "reasoning": false,
1018
+ "releaseDate": null,
1019
+ "streamingSupported": true,
1020
+ "temperature": true,
1021
+ "toolCall": true,
1022
+ "vision": true,
1023
+ "icon": "mistral"
1024
+ },
1025
+ {
1026
+ "attachment": false,
1027
+ "cost": {
1028
+ "input": 0.0003,
1029
+ "inputCacheHit": null,
1030
+ "output": 0.0003
1031
+ },
1032
+ "extendedThinking": false,
1033
+ "id": "mistral-large-2407",
1034
+ "knowledge": null,
1035
+ "lastUpdated": null,
1036
+ "limit": {
1037
+ "context": 131072,
1038
+ "output": null
1039
+ },
1040
+ "modalities": {
1041
+ "input": ["text", "image"],
1042
+ "output": ["text"]
1043
+ },
1044
+ "name": "Mistral Large 2407",
1045
+ "openWeights": false,
1046
+ "provider": "Mistral",
1047
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1048
+ "providerEnv": ["MISTRAL_API_KEY"],
1049
+ "providerId": "mistral",
1050
+ "providerModelsDevId": "mistral",
1051
+ "providerNpm": "@ai-sdk/mistral",
1052
+ "reasoning": false,
1053
+ "releaseDate": "2024-11-19",
1054
+ "streamingSupported": true,
1055
+ "temperature": true,
1056
+ "toolCall": true,
1057
+ "vision": true,
1058
+ "icon": "mistral"
1059
+ },
1060
+ {
1061
+ "attachment": false,
1062
+ "cost": {
1063
+ "input": 0.0003,
1064
+ "inputCacheHit": null,
1065
+ "output": 0.0003
1066
+ },
1067
+ "extendedThinking": false,
1068
+ "id": "mistral-large-2-0-↗",
1069
+ "knowledge": null,
1070
+ "lastUpdated": null,
1071
+ "limit": {
1072
+ "context": 24,
1073
+ "output": null
1074
+ },
1075
+ "modalities": {
1076
+ "input": ["text", "image"],
1077
+ "output": ["text"]
1078
+ },
1079
+ "name": "Mistral Large 2.0 ↗",
1080
+ "openWeights": false,
1081
+ "provider": "Mistral",
1082
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1083
+ "providerEnv": ["MISTRAL_API_KEY"],
1084
+ "providerId": "mistral",
1085
+ "providerModelsDevId": "mistral",
1086
+ "providerNpm": "@ai-sdk/mistral",
1087
+ "reasoning": false,
1088
+ "releaseDate": null,
1089
+ "streamingSupported": true,
1090
+ "temperature": true,
1091
+ "toolCall": true,
1092
+ "vision": true,
1093
+ "icon": "mistral"
1094
+ },
1095
+ {
1096
+ "attachment": false,
1097
+ "cost": {
1098
+ "input": 0.0003,
1099
+ "inputCacheHit": null,
1100
+ "output": 0.0003
1101
+ },
1102
+ "extendedThinking": false,
1103
+ "id": "mistral-large-2-1",
1104
+ "knowledge": null,
1105
+ "lastUpdated": null,
1106
+ "limit": {
1107
+ "context": null,
1108
+ "output": null
1109
+ },
1110
+ "modalities": {
1111
+ "input": ["text", "image"],
1112
+ "output": ["text"]
1113
+ },
1114
+ "name": "Mistral Large 2.1",
1115
+ "openWeights": false,
1116
+ "provider": "Mistral",
1117
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1118
+ "providerEnv": ["MISTRAL_API_KEY"],
1119
+ "providerId": "mistral",
1120
+ "providerModelsDevId": "mistral",
1121
+ "providerNpm": "@ai-sdk/mistral",
1122
+ "reasoning": false,
1123
+ "releaseDate": null,
1124
+ "streamingSupported": true,
1125
+ "temperature": true,
1126
+ "toolCall": true,
1127
+ "vision": true,
1128
+ "icon": "mistral"
1129
+ },
1130
+ {
1131
+ "attachment": false,
1132
+ "cost": {
1133
+ "input": 0.0003,
1134
+ "inputCacheHit": null,
1135
+ "output": 0.0003
1136
+ },
1137
+ "extendedThinking": false,
1138
+ "id": "mistral-medium-1-0-↗",
1139
+ "knowledge": null,
1140
+ "lastUpdated": null,
1141
+ "limit": {
1142
+ "context": 23,
1143
+ "output": null
1144
+ },
1145
+ "modalities": {
1146
+ "input": ["text"],
1147
+ "output": ["text"]
1148
+ },
1149
+ "name": "Mistral Medium 1.0 ↗",
1150
+ "openWeights": false,
1151
+ "provider": "Mistral",
1152
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1153
+ "providerEnv": ["MISTRAL_API_KEY"],
1154
+ "providerId": "mistral",
1155
+ "providerModelsDevId": "mistral",
1156
+ "providerNpm": "@ai-sdk/mistral",
1157
+ "reasoning": false,
1158
+ "releaseDate": null,
1159
+ "streamingSupported": true,
1160
+ "temperature": true,
1161
+ "toolCall": true,
1162
+ "vision": false,
1163
+ "icon": "mistral"
1164
+ },
1165
+ {
1166
+ "attachment": false,
1167
+ "cost": {
1168
+ "input": 0.0003,
1169
+ "inputCacheHit": null,
1170
+ "output": 0.0003
1171
+ },
1172
+ "extendedThinking": false,
1173
+ "id": "mistral-medium-2312",
1174
+ "knowledge": null,
1175
+ "lastUpdated": null,
1176
+ "limit": {
1177
+ "context": 2312,
1178
+ "output": null
1179
+ },
1180
+ "modalities": {
1181
+ "input": ["text"],
1182
+ "output": ["text"]
1183
+ },
1184
+ "name": "Mistral Medium 2312",
1185
+ "openWeights": false,
1186
+ "provider": "Mistral",
1187
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1188
+ "providerEnv": ["MISTRAL_API_KEY"],
1189
+ "providerId": "mistral",
1190
+ "providerModelsDevId": "mistral",
1191
+ "providerNpm": "@ai-sdk/mistral",
1192
+ "reasoning": false,
1193
+ "releaseDate": null,
1194
+ "streamingSupported": true,
1195
+ "temperature": true,
1196
+ "toolCall": true,
1197
+ "vision": false,
1198
+ "icon": "mistral"
1199
+ },
1200
+ {
1201
+ "attachment": false,
1202
+ "cost": {
1203
+ "input": 0.0003,
1204
+ "inputCacheHit": null,
1205
+ "output": 0.0003
1206
+ },
1207
+ "extendedThinking": false,
1208
+ "id": "mistral-medium-3-1",
1209
+ "knowledge": null,
1210
+ "lastUpdated": null,
1211
+ "limit": {
1212
+ "context": null,
1213
+ "output": null
1214
+ },
1215
+ "modalities": {
1216
+ "input": ["text"],
1217
+ "output": ["text"]
1218
+ },
1219
+ "name": "Mistral Medium 3.1",
1220
+ "openWeights": false,
1221
+ "provider": "Mistral",
1222
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1223
+ "providerEnv": ["MISTRAL_API_KEY"],
1224
+ "providerId": "mistral",
1225
+ "providerModelsDevId": "mistral",
1226
+ "providerNpm": "@ai-sdk/mistral",
1227
+ "reasoning": false,
1228
+ "releaseDate": null,
1229
+ "streamingSupported": true,
1230
+ "temperature": true,
1231
+ "toolCall": true,
1232
+ "vision": false,
1233
+ "icon": "mistral"
1234
+ },
1235
+ {
1236
+ "attachment": false,
1237
+ "cost": {
1238
+ "input": 0.0003,
1239
+ "inputCacheHit": null,
1240
+ "output": 0.0003
1241
+ },
1242
+ "extendedThinking": false,
1243
+ "id": "mistral-moderation",
1244
+ "knowledge": null,
1245
+ "lastUpdated": null,
1246
+ "limit": {
1247
+ "context": null,
1248
+ "output": null
1249
+ },
1250
+ "modalities": {
1251
+ "input": ["text"],
1252
+ "output": ["text"]
1253
+ },
1254
+ "name": "Mistral Moderation",
1255
+ "openWeights": false,
1256
+ "provider": "Mistral",
1257
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1258
+ "providerEnv": ["MISTRAL_API_KEY"],
1259
+ "providerId": "mistral",
1260
+ "providerModelsDevId": "mistral",
1261
+ "providerNpm": "@ai-sdk/mistral",
1262
+ "reasoning": false,
1263
+ "releaseDate": null,
1264
+ "streamingSupported": true,
1265
+ "temperature": true,
1266
+ "toolCall": false,
1267
+ "vision": false,
1268
+ "icon": "mistral"
1269
+ },
1270
+ {
1271
+ "attachment": false,
1272
+ "cost": {
1273
+ "input": 0.0003,
1274
+ "inputCacheHit": null,
1275
+ "output": 0.0003
1276
+ },
1277
+ "extendedThinking": false,
1278
+ "id": "mistral-nemo-12b",
1279
+ "knowledge": null,
1280
+ "lastUpdated": null,
1281
+ "limit": {
1282
+ "context": 2,
1283
+ "output": null
1284
+ },
1285
+ "modalities": {
1286
+ "input": ["text"],
1287
+ "output": ["text"]
1288
+ },
1289
+ "name": "Mistral Nemo 12B",
1290
+ "openWeights": false,
1291
+ "provider": "Mistral",
1292
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1293
+ "providerEnv": ["MISTRAL_API_KEY"],
1294
+ "providerId": "mistral",
1295
+ "providerModelsDevId": "mistral",
1296
+ "providerNpm": "@ai-sdk/mistral",
1297
+ "reasoning": false,
1298
+ "releaseDate": null,
1299
+ "streamingSupported": true,
1300
+ "temperature": true,
1301
+ "toolCall": false,
1302
+ "vision": false,
1303
+ "icon": "mistral"
1304
+ },
1305
+ {
1306
+ "attachment": false,
1307
+ "cost": {
1308
+ "input": 0.0003,
1309
+ "inputCacheHit": null,
1310
+ "output": 0.0003
1311
+ },
1312
+ "extendedThinking": false,
1313
+ "id": "mistral-next-↗",
1314
+ "knowledge": null,
1315
+ "lastUpdated": null,
1316
+ "limit": {
1317
+ "context": null,
1318
+ "output": null
1319
+ },
1320
+ "modalities": {
1321
+ "input": ["text"],
1322
+ "output": ["text"]
1323
+ },
1324
+ "name": "Mistral Next ↗",
1325
+ "openWeights": false,
1326
+ "provider": "Mistral",
1327
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1328
+ "providerEnv": ["MISTRAL_API_KEY"],
1329
+ "providerId": "mistral",
1330
+ "providerModelsDevId": "mistral",
1331
+ "providerNpm": "@ai-sdk/mistral",
1332
+ "reasoning": false,
1333
+ "releaseDate": null,
1334
+ "streamingSupported": true,
1335
+ "temperature": true,
1336
+ "toolCall": false,
1337
+ "vision": false,
1338
+ "icon": "mistral"
1339
+ },
1340
+ {
1341
+ "attachment": false,
1342
+ "cost": {
1343
+ "input": 0.0003,
1344
+ "inputCacheHit": null,
1345
+ "output": 0.0003
1346
+ },
1347
+ "extendedThinking": false,
1348
+ "id": "mistral-ocr-2503",
1349
+ "knowledge": null,
1350
+ "lastUpdated": null,
1351
+ "limit": {
1352
+ "context": 2503,
1353
+ "output": null
1354
+ },
1355
+ "modalities": {
1356
+ "input": ["text"],
1357
+ "output": ["text"]
1358
+ },
1359
+ "name": "Mistral OCR 2503",
1360
+ "openWeights": false,
1361
+ "provider": "Mistral",
1362
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1363
+ "providerEnv": ["MISTRAL_API_KEY"],
1364
+ "providerId": "mistral",
1365
+ "providerModelsDevId": "mistral",
1366
+ "providerNpm": "@ai-sdk/mistral",
1367
+ "reasoning": false,
1368
+ "releaseDate": null,
1369
+ "streamingSupported": true,
1370
+ "temperature": true,
1371
+ "toolCall": false,
1372
+ "vision": false,
1373
+ "icon": "mistral"
1374
+ },
1375
+ {
1376
+ "attachment": false,
1377
+ "cost": {
1378
+ "input": 0.0003,
1379
+ "inputCacheHit": null,
1380
+ "output": 0.0003
1381
+ },
1382
+ "extendedThinking": false,
1383
+ "id": "mistral-ocr-2505",
1384
+ "knowledge": null,
1385
+ "lastUpdated": null,
1386
+ "limit": {
1387
+ "context": null,
1388
+ "output": null
1389
+ },
1390
+ "modalities": {
1391
+ "input": ["text"],
1392
+ "output": ["text"]
1393
+ },
1394
+ "name": "Mistral OCR 2505",
1395
+ "openWeights": false,
1396
+ "provider": "Mistral",
1397
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1398
+ "providerEnv": ["MISTRAL_API_KEY"],
1399
+ "providerId": "mistral",
1400
+ "providerModelsDevId": "mistral",
1401
+ "providerNpm": "@ai-sdk/mistral",
1402
+ "reasoning": false,
1403
+ "releaseDate": null,
1404
+ "streamingSupported": true,
1405
+ "temperature": true,
1406
+ "toolCall": false,
1407
+ "vision": false,
1408
+ "icon": "mistral"
1409
+ },
1410
+ {
1411
+ "attachment": false,
1412
+ "cost": {
1413
+ "input": 0.0003,
1414
+ "inputCacheHit": null,
1415
+ "output": 0.0003
1416
+ },
1417
+ "extendedThinking": false,
1418
+ "id": "mistral-saba-2502",
1419
+ "knowledge": null,
1420
+ "lastUpdated": null,
1421
+ "limit": {
1422
+ "context": 2502,
1423
+ "output": null
1424
+ },
1425
+ "modalities": {
1426
+ "input": ["text"],
1427
+ "output": ["text"]
1428
+ },
1429
+ "name": "Mistral Saba 2502",
1430
+ "openWeights": false,
1431
+ "provider": "Mistral",
1432
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1433
+ "providerEnv": ["MISTRAL_API_KEY"],
1434
+ "providerId": "mistral",
1435
+ "providerModelsDevId": "mistral",
1436
+ "providerNpm": "@ai-sdk/mistral",
1437
+ "reasoning": false,
1438
+ "releaseDate": null,
1439
+ "streamingSupported": true,
1440
+ "temperature": true,
1441
+ "toolCall": false,
1442
+ "vision": false,
1443
+ "icon": "mistral"
1444
+ },
1445
+ {
1446
+ "attachment": false,
1447
+ "cost": {
1448
+ "input": 0.0003,
1449
+ "inputCacheHit": null,
1450
+ "output": 0.0003
1451
+ },
1452
+ "extendedThinking": false,
1453
+ "id": "mistral-saba-↗",
1454
+ "knowledge": null,
1455
+ "lastUpdated": null,
1456
+ "limit": {
1457
+ "context": 25,
1458
+ "output": null
1459
+ },
1460
+ "modalities": {
1461
+ "input": ["text"],
1462
+ "output": ["text"]
1463
+ },
1464
+ "name": "Mistral Saba ↗",
1465
+ "openWeights": false,
1466
+ "provider": "Mistral",
1467
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1468
+ "providerEnv": ["MISTRAL_API_KEY"],
1469
+ "providerId": "mistral",
1470
+ "providerModelsDevId": "mistral",
1471
+ "providerNpm": "@ai-sdk/mistral",
1472
+ "reasoning": false,
1473
+ "releaseDate": "2025-02-17",
1474
+ "streamingSupported": true,
1475
+ "temperature": true,
1476
+ "toolCall": false,
1477
+ "vision": false,
1478
+ "icon": "mistral"
1479
+ },
1480
+ {
1481
+ "attachment": false,
1482
+ "cost": {
1483
+ "input": 0.0003,
1484
+ "inputCacheHit": null,
1485
+ "output": 0.0003
1486
+ },
1487
+ "extendedThinking": false,
1488
+ "id": "mistral-small-1-0-↗",
1489
+ "knowledge": null,
1490
+ "lastUpdated": null,
1491
+ "limit": {
1492
+ "context": 24,
1493
+ "output": null
1494
+ },
1495
+ "modalities": {
1496
+ "input": ["text"],
1497
+ "output": ["text"]
1498
+ },
1499
+ "name": "Mistral Small 1.0 ↗",
1500
+ "openWeights": false,
1501
+ "provider": "Mistral",
1502
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1503
+ "providerEnv": ["MISTRAL_API_KEY"],
1504
+ "providerId": "mistral",
1505
+ "providerModelsDevId": "mistral",
1506
+ "providerNpm": "@ai-sdk/mistral",
1507
+ "reasoning": false,
1508
+ "releaseDate": null,
1509
+ "streamingSupported": true,
1510
+ "temperature": true,
1511
+ "toolCall": false,
1512
+ "vision": false,
1513
+ "icon": "mistral"
1514
+ },
1515
+ {
1516
+ "attachment": false,
1517
+ "cost": {
1518
+ "input": 0.0003,
1519
+ "inputCacheHit": null,
1520
+ "output": 0.0003
1521
+ },
1522
+ "extendedThinking": false,
1523
+ "id": "mistral-small-2",
1524
+ "knowledge": null,
1525
+ "lastUpdated": null,
1526
+ "limit": {
1527
+ "context": null,
1528
+ "output": null
1529
+ },
1530
+ "modalities": {
1531
+ "input": ["text"],
1532
+ "output": ["text"]
1533
+ },
1534
+ "name": "Mistral Small 2",
1535
+ "openWeights": false,
1536
+ "provider": "Mistral",
1537
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1538
+ "providerEnv": ["MISTRAL_API_KEY"],
1539
+ "providerId": "mistral",
1540
+ "providerModelsDevId": "mistral",
1541
+ "providerNpm": "@ai-sdk/mistral",
1542
+ "reasoning": false,
1543
+ "releaseDate": null,
1544
+ "streamingSupported": true,
1545
+ "temperature": true,
1546
+ "toolCall": false,
1547
+ "vision": false,
1548
+ "icon": "mistral"
1549
+ },
1550
+ {
1551
+ "attachment": false,
1552
+ "cost": {
1553
+ "input": 0.0003,
1554
+ "inputCacheHit": null,
1555
+ "output": 0.0003
1556
+ },
1557
+ "extendedThinking": false,
1558
+ "id": "mistral-small-2402",
1559
+ "knowledge": null,
1560
+ "lastUpdated": null,
1561
+ "limit": {
1562
+ "context": 2402,
1563
+ "output": null
1564
+ },
1565
+ "modalities": {
1566
+ "input": ["text"],
1567
+ "output": ["text"]
1568
+ },
1569
+ "name": "Mistral Small 2402",
1570
+ "openWeights": false,
1571
+ "provider": "Mistral",
1572
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1573
+ "providerEnv": ["MISTRAL_API_KEY"],
1574
+ "providerId": "mistral",
1575
+ "providerModelsDevId": "mistral",
1576
+ "providerNpm": "@ai-sdk/mistral",
1577
+ "reasoning": false,
1578
+ "releaseDate": null,
1579
+ "streamingSupported": true,
1580
+ "temperature": true,
1581
+ "toolCall": false,
1582
+ "vision": false,
1583
+ "icon": "mistral"
1584
+ },
1585
+ {
1586
+ "attachment": false,
1587
+ "cost": {
1588
+ "input": 0.0003,
1589
+ "inputCacheHit": null,
1590
+ "output": 0.0003
1591
+ },
1592
+ "extendedThinking": false,
1593
+ "id": "mistral-small-2-0-↗",
1594
+ "knowledge": null,
1595
+ "lastUpdated": null,
1596
+ "limit": {
1597
+ "context": 24,
1598
+ "output": null
1599
+ },
1600
+ "modalities": {
1601
+ "input": ["text"],
1602
+ "output": ["text"]
1603
+ },
1604
+ "name": "Mistral Small 2.0 ↗",
1605
+ "openWeights": false,
1606
+ "provider": "Mistral",
1607
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1608
+ "providerEnv": ["MISTRAL_API_KEY"],
1609
+ "providerId": "mistral",
1610
+ "providerModelsDevId": "mistral",
1611
+ "providerNpm": "@ai-sdk/mistral",
1612
+ "reasoning": false,
1613
+ "releaseDate": null,
1614
+ "streamingSupported": true,
1615
+ "temperature": true,
1616
+ "toolCall": false,
1617
+ "vision": false,
1618
+ "icon": "mistral"
1619
+ },
1620
+ {
1621
+ "attachment": false,
1622
+ "cost": {
1623
+ "input": 0.0003,
1624
+ "inputCacheHit": null,
1625
+ "output": 0.0003
1626
+ },
1627
+ "extendedThinking": false,
1628
+ "id": "mistral-small-3",
1629
+ "knowledge": null,
1630
+ "lastUpdated": null,
1631
+ "limit": {
1632
+ "context": 2,
1633
+ "output": null
1634
+ },
1635
+ "modalities": {
1636
+ "input": ["text"],
1637
+ "output": ["text"]
1638
+ },
1639
+ "name": "Mistral Small 3",
1640
+ "openWeights": false,
1641
+ "provider": "Mistral",
1642
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1643
+ "providerEnv": ["MISTRAL_API_KEY"],
1644
+ "providerId": "mistral",
1645
+ "providerModelsDevId": "mistral",
1646
+ "providerNpm": "@ai-sdk/mistral",
1647
+ "reasoning": false,
1648
+ "releaseDate": null,
1649
+ "streamingSupported": true,
1650
+ "temperature": true,
1651
+ "toolCall": false,
1652
+ "vision": false,
1653
+ "icon": "mistral"
1654
+ },
1655
+ {
1656
+ "attachment": false,
1657
+ "cost": {
1658
+ "input": 0.0003,
1659
+ "inputCacheHit": null,
1660
+ "output": 0.0003
1661
+ },
1662
+ "extendedThinking": false,
1663
+ "id": "mistral-small-3-0-↗",
1664
+ "knowledge": null,
1665
+ "lastUpdated": null,
1666
+ "limit": {
1667
+ "context": 25,
1668
+ "output": null
1669
+ },
1670
+ "modalities": {
1671
+ "input": ["text"],
1672
+ "output": ["text"]
1673
+ },
1674
+ "name": "Mistral Small 3.0 ↗",
1675
+ "openWeights": false,
1676
+ "provider": "Mistral",
1677
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1678
+ "providerEnv": ["MISTRAL_API_KEY"],
1679
+ "providerId": "mistral",
1680
+ "providerModelsDevId": "mistral",
1681
+ "providerNpm": "@ai-sdk/mistral",
1682
+ "reasoning": false,
1683
+ "releaseDate": null,
1684
+ "streamingSupported": true,
1685
+ "temperature": true,
1686
+ "toolCall": false,
1687
+ "vision": false,
1688
+ "icon": "mistral"
1689
+ },
1690
+ {
1691
+ "attachment": false,
1692
+ "cost": {
1693
+ "input": 0.0003,
1694
+ "inputCacheHit": null,
1695
+ "output": 0.0003
1696
+ },
1697
+ "extendedThinking": false,
1698
+ "id": "mistral-small-3-1",
1699
+ "knowledge": null,
1700
+ "lastUpdated": null,
1701
+ "limit": {
1702
+ "context": 2,
1703
+ "output": null
1704
+ },
1705
+ "modalities": {
1706
+ "input": ["text"],
1707
+ "output": ["text"]
1708
+ },
1709
+ "name": "Mistral Small 3.1",
1710
+ "openWeights": false,
1711
+ "provider": "Mistral",
1712
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1713
+ "providerEnv": ["MISTRAL_API_KEY"],
1714
+ "providerId": "mistral",
1715
+ "providerModelsDevId": "mistral",
1716
+ "providerNpm": "@ai-sdk/mistral",
1717
+ "reasoning": false,
1718
+ "releaseDate": null,
1719
+ "streamingSupported": true,
1720
+ "temperature": true,
1721
+ "toolCall": false,
1722
+ "vision": false,
1723
+ "icon": "mistral"
1724
+ },
1725
+ {
1726
+ "attachment": false,
1727
+ "cost": {
1728
+ "input": 0.0003,
1729
+ "inputCacheHit": null,
1730
+ "output": 0.0003
1731
+ },
1732
+ "extendedThinking": false,
1733
+ "id": "mistral-small-3-1-↗",
1734
+ "knowledge": null,
1735
+ "lastUpdated": null,
1736
+ "limit": {
1737
+ "context": 25,
1738
+ "output": null
1739
+ },
1740
+ "modalities": {
1741
+ "input": ["text"],
1742
+ "output": ["text"]
1743
+ },
1744
+ "name": "Mistral Small 3.1 ↗",
1745
+ "openWeights": false,
1746
+ "provider": "Mistral",
1747
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1748
+ "providerEnv": ["MISTRAL_API_KEY"],
1749
+ "providerId": "mistral",
1750
+ "providerModelsDevId": "mistral",
1751
+ "providerNpm": "@ai-sdk/mistral",
1752
+ "reasoning": false,
1753
+ "releaseDate": null,
1754
+ "streamingSupported": true,
1755
+ "temperature": true,
1756
+ "toolCall": false,
1757
+ "vision": false,
1758
+ "icon": "mistral"
1759
+ },
1760
+ {
1761
+ "attachment": false,
1762
+ "cost": {
1763
+ "input": 0.0003,
1764
+ "inputCacheHit": null,
1765
+ "output": 0.0003
1766
+ },
1767
+ "extendedThinking": false,
1768
+ "id": "mistral-small-3-2",
1769
+ "knowledge": null,
1770
+ "lastUpdated": null,
1771
+ "limit": {
1772
+ "context": 2,
1773
+ "output": null
1774
+ },
1775
+ "modalities": {
1776
+ "input": ["text"],
1777
+ "output": ["text"]
1778
+ },
1779
+ "name": "Mistral Small 3.2",
1780
+ "openWeights": false,
1781
+ "provider": "Mistral",
1782
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1783
+ "providerEnv": ["MISTRAL_API_KEY"],
1784
+ "providerId": "mistral",
1785
+ "providerModelsDevId": "mistral",
1786
+ "providerNpm": "@ai-sdk/mistral",
1787
+ "reasoning": false,
1788
+ "releaseDate": null,
1789
+ "streamingSupported": true,
1790
+ "temperature": true,
1791
+ "toolCall": false,
1792
+ "vision": false,
1793
+ "icon": "mistral"
1794
+ },
1795
+ {
1796
+ "attachment": false,
1797
+ "cost": {
1798
+ "input": null,
1799
+ "inputCacheHit": null,
1800
+ "output": null
1801
+ },
1802
+ "extendedThinking": false,
1803
+ "id": "mixtral-8-x-22-b",
1804
+ "knowledge": null,
1805
+ "lastUpdated": null,
1806
+ "limit": {
1807
+ "context": 2,
1808
+ "output": null
1809
+ },
1810
+ "modalities": {
1811
+ "input": ["text"],
1812
+ "output": ["text"]
1813
+ },
1814
+ "name": "Mixtral 8x22B",
1815
+ "openWeights": false,
1816
+ "provider": "Mistral",
1817
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1818
+ "providerEnv": ["MISTRAL_API_KEY"],
1819
+ "providerId": "mistral",
1820
+ "providerModelsDevId": "mistral",
1821
+ "providerNpm": "@ai-sdk/mistral",
1822
+ "reasoning": false,
1823
+ "releaseDate": null,
1824
+ "streamingSupported": true,
1825
+ "temperature": true,
1826
+ "toolCall": false,
1827
+ "vision": false,
1828
+ "icon": "mistral"
1829
+ },
1830
+ {
1831
+ "attachment": false,
1832
+ "cost": {
1833
+ "input": null,
1834
+ "inputCacheHit": null,
1835
+ "output": null
1836
+ },
1837
+ "extendedThinking": false,
1838
+ "id": "mixtral-8-x-22-b-↗",
1839
+ "knowledge": null,
1840
+ "lastUpdated": null,
1841
+ "limit": {
1842
+ "context": 0,
1843
+ "output": null
1844
+ },
1845
+ "modalities": {
1846
+ "input": ["text"],
1847
+ "output": ["text"]
1848
+ },
1849
+ "name": "Mixtral 8x22B ↗",
1850
+ "openWeights": false,
1851
+ "provider": "Mistral",
1852
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1853
+ "providerEnv": ["MISTRAL_API_KEY"],
1854
+ "providerId": "mistral",
1855
+ "providerModelsDevId": "mistral",
1856
+ "providerNpm": "@ai-sdk/mistral",
1857
+ "reasoning": false,
1858
+ "releaseDate": null,
1859
+ "streamingSupported": true,
1860
+ "temperature": true,
1861
+ "toolCall": false,
1862
+ "vision": false,
1863
+ "icon": "mistral"
1864
+ },
1865
+ {
1866
+ "attachment": false,
1867
+ "cost": {
1868
+ "input": null,
1869
+ "inputCacheHit": null,
1870
+ "output": null
1871
+ },
1872
+ "extendedThinking": false,
1873
+ "id": "mixtral-8-x-7-b",
1874
+ "knowledge": null,
1875
+ "lastUpdated": null,
1876
+ "limit": {
1877
+ "context": 2,
1878
+ "output": null
1879
+ },
1880
+ "modalities": {
1881
+ "input": ["text"],
1882
+ "output": ["text"]
1883
+ },
1884
+ "name": "Mixtral 8x7B",
1885
+ "openWeights": false,
1886
+ "provider": "Mistral",
1887
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1888
+ "providerEnv": ["MISTRAL_API_KEY"],
1889
+ "providerId": "mistral",
1890
+ "providerModelsDevId": "mistral",
1891
+ "providerNpm": "@ai-sdk/mistral",
1892
+ "reasoning": false,
1893
+ "releaseDate": null,
1894
+ "streamingSupported": true,
1895
+ "temperature": true,
1896
+ "toolCall": false,
1897
+ "vision": false,
1898
+ "icon": "mistral"
1899
+ },
1900
+ {
1901
+ "attachment": false,
1902
+ "cost": {
1903
+ "input": null,
1904
+ "inputCacheHit": null,
1905
+ "output": null
1906
+ },
1907
+ "extendedThinking": false,
1908
+ "id": "mixtral-8-x-7-b-↗",
1909
+ "knowledge": null,
1910
+ "lastUpdated": null,
1911
+ "limit": {
1912
+ "context": 0,
1913
+ "output": null
1914
+ },
1915
+ "modalities": {
1916
+ "input": ["text"],
1917
+ "output": ["text"]
1918
+ },
1919
+ "name": "Mixtral 8x7B ↗",
1920
+ "openWeights": false,
1921
+ "provider": "Mistral",
1922
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1923
+ "providerEnv": ["MISTRAL_API_KEY"],
1924
+ "providerId": "mistral",
1925
+ "providerModelsDevId": "mistral",
1926
+ "providerNpm": "@ai-sdk/mistral",
1927
+ "reasoning": false,
1928
+ "releaseDate": null,
1929
+ "streamingSupported": true,
1930
+ "temperature": true,
1931
+ "toolCall": false,
1932
+ "vision": false,
1933
+ "icon": "mistral"
1934
+ },
1935
+ {
1936
+ "attachment": false,
1937
+ "cost": {
1938
+ "input": null,
1939
+ "inputCacheHit": null,
1940
+ "output": null
1941
+ },
1942
+ "extendedThinking": false,
1943
+ "id": "ocr-↗",
1944
+ "knowledge": null,
1945
+ "lastUpdated": null,
1946
+ "limit": {
1947
+ "context": 25,
1948
+ "output": null
1949
+ },
1950
+ "modalities": {
1951
+ "input": ["text"],
1952
+ "output": ["text"]
1953
+ },
1954
+ "name": "OCR ↗",
1955
+ "openWeights": false,
1956
+ "provider": "Mistral",
1957
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1958
+ "providerEnv": ["MISTRAL_API_KEY"],
1959
+ "providerId": "mistral",
1960
+ "providerModelsDevId": "mistral",
1961
+ "providerNpm": "@ai-sdk/mistral",
1962
+ "reasoning": false,
1963
+ "releaseDate": null,
1964
+ "streamingSupported": true,
1965
+ "temperature": true,
1966
+ "toolCall": false,
1967
+ "vision": false,
1968
+ "icon": "mistral"
1969
+ },
1970
+ {
1971
+ "attachment": false,
1972
+ "cost": {
1973
+ "input": null,
1974
+ "inputCacheHit": null,
1975
+ "output": null
1976
+ },
1977
+ "extendedThinking": false,
1978
+ "id": "pixtral-12b",
1979
+ "knowledge": null,
1980
+ "lastUpdated": null,
1981
+ "limit": {
1982
+ "context": 2,
1983
+ "output": null
1984
+ },
1985
+ "modalities": {
1986
+ "input": ["text"],
1987
+ "output": ["text"]
1988
+ },
1989
+ "name": "Pixtral 12B",
1990
+ "openWeights": false,
1991
+ "provider": "Mistral",
1992
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
1993
+ "providerEnv": ["MISTRAL_API_KEY"],
1994
+ "providerId": "mistral",
1995
+ "providerModelsDevId": "mistral",
1996
+ "providerNpm": "@ai-sdk/mistral",
1997
+ "reasoning": false,
1998
+ "releaseDate": null,
1999
+ "streamingSupported": true,
2000
+ "temperature": true,
2001
+ "toolCall": false,
2002
+ "vision": false,
2003
+ "icon": "mistral"
2004
+ },
2005
+ {
2006
+ "attachment": false,
2007
+ "cost": {
2008
+ "input": null,
2009
+ "inputCacheHit": null,
2010
+ "output": null
2011
+ },
2012
+ "extendedThinking": false,
2013
+ "id": "pixtral-12b-↗",
2014
+ "knowledge": null,
2015
+ "lastUpdated": null,
2016
+ "limit": {
2017
+ "context": 24,
2018
+ "output": null
2019
+ },
2020
+ "modalities": {
2021
+ "input": ["text"],
2022
+ "output": ["text"]
2023
+ },
2024
+ "name": "Pixtral 12B ↗",
2025
+ "openWeights": false,
2026
+ "provider": "Mistral",
2027
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
2028
+ "providerEnv": ["MISTRAL_API_KEY"],
2029
+ "providerId": "mistral",
2030
+ "providerModelsDevId": "mistral",
2031
+ "providerNpm": "@ai-sdk/mistral",
2032
+ "reasoning": false,
2033
+ "releaseDate": null,
2034
+ "streamingSupported": true,
2035
+ "temperature": true,
2036
+ "toolCall": false,
2037
+ "vision": false,
2038
+ "icon": "mistral"
2039
+ },
2040
+ {
2041
+ "attachment": false,
2042
+ "cost": {
2043
+ "input": null,
2044
+ "inputCacheHit": null,
2045
+ "output": null
2046
+ },
2047
+ "extendedThinking": false,
2048
+ "id": "pixtral-large",
2049
+ "knowledge": null,
2050
+ "lastUpdated": null,
2051
+ "limit": {
2052
+ "context": null,
2053
+ "output": null
2054
+ },
2055
+ "modalities": {
2056
+ "input": ["text", "image"],
2057
+ "output": ["text"]
2058
+ },
2059
+ "name": "Pixtral Large",
2060
+ "openWeights": false,
2061
+ "provider": "Mistral",
2062
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
2063
+ "providerEnv": ["MISTRAL_API_KEY"],
2064
+ "providerId": "mistral",
2065
+ "providerModelsDevId": "mistral",
2066
+ "providerNpm": "@ai-sdk/mistral",
2067
+ "reasoning": false,
2068
+ "releaseDate": null,
2069
+ "streamingSupported": true,
2070
+ "temperature": true,
2071
+ "toolCall": true,
2072
+ "vision": true,
2073
+ "icon": "mistral"
2074
+ },
2075
+ {
2076
+ "attachment": false,
2077
+ "cost": {
2078
+ "input": null,
2079
+ "inputCacheHit": null,
2080
+ "output": null
2081
+ },
2082
+ "extendedThinking": false,
2083
+ "id": "voxtral-mini",
2084
+ "knowledge": null,
2085
+ "lastUpdated": null,
2086
+ "limit": {
2087
+ "context": 2,
2088
+ "output": null
2089
+ },
2090
+ "modalities": {
2091
+ "input": ["text"],
2092
+ "output": ["text"]
2093
+ },
2094
+ "name": "Voxtral Mini",
2095
+ "openWeights": false,
2096
+ "provider": "Mistral",
2097
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
2098
+ "providerEnv": ["MISTRAL_API_KEY"],
2099
+ "providerId": "mistral",
2100
+ "providerModelsDevId": "mistral",
2101
+ "providerNpm": "@ai-sdk/mistral",
2102
+ "reasoning": false,
2103
+ "releaseDate": null,
2104
+ "streamingSupported": true,
2105
+ "temperature": true,
2106
+ "toolCall": false,
2107
+ "vision": false,
2108
+ "icon": "mistral"
2109
+ },
2110
+ {
2111
+ "attachment": false,
2112
+ "cost": {
2113
+ "input": null,
2114
+ "inputCacheHit": null,
2115
+ "output": null
2116
+ },
2117
+ "extendedThinking": false,
2118
+ "id": "voxtral-mini-transcribe",
2119
+ "knowledge": null,
2120
+ "lastUpdated": null,
2121
+ "limit": {
2122
+ "context": null,
2123
+ "output": null
2124
+ },
2125
+ "modalities": {
2126
+ "input": ["text"],
2127
+ "output": ["text"]
2128
+ },
2129
+ "name": "Voxtral Mini Transcribe",
2130
+ "openWeights": false,
2131
+ "provider": "Mistral",
2132
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
2133
+ "providerEnv": ["MISTRAL_API_KEY"],
2134
+ "providerId": "mistral",
2135
+ "providerModelsDevId": "mistral",
2136
+ "providerNpm": "@ai-sdk/mistral",
2137
+ "reasoning": false,
2138
+ "releaseDate": null,
2139
+ "streamingSupported": true,
2140
+ "temperature": true,
2141
+ "toolCall": false,
2142
+ "vision": false,
2143
+ "icon": "mistral"
2144
+ },
2145
+ {
2146
+ "attachment": false,
2147
+ "cost": {
2148
+ "input": null,
2149
+ "inputCacheHit": null,
2150
+ "output": null
2151
+ },
2152
+ "extendedThinking": false,
2153
+ "id": "voxtral-small",
2154
+ "knowledge": null,
2155
+ "lastUpdated": null,
2156
+ "limit": {
2157
+ "context": 2,
2158
+ "output": null
2159
+ },
2160
+ "modalities": {
2161
+ "input": ["text"],
2162
+ "output": ["text"]
2163
+ },
2164
+ "name": "Voxtral Small",
2165
+ "openWeights": false,
2166
+ "provider": "Mistral",
2167
+ "providerDoc": "https://docs.mistral.ai/getting-started/models/",
2168
+ "providerEnv": ["MISTRAL_API_KEY"],
2169
+ "providerId": "mistral",
2170
+ "providerModelsDevId": "mistral",
2171
+ "providerNpm": "@ai-sdk/mistral",
2172
+ "reasoning": false,
2173
+ "releaseDate": null,
2174
+ "streamingSupported": true,
2175
+ "temperature": true,
2176
+ "toolCall": false,
2177
+ "vision": false,
2178
+ "icon": "mistral"
2179
+ }
2180
+ ]
2181
+ }