@anolilab/ai-model-registry 1.4.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 (147) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/LICENSE.md +8 -13
  3. package/MIGRATION.md +474 -0
  4. package/README.md +94 -49
  5. package/dist/index.d.ts +16 -16
  6. package/dist/index.js +1 -3
  7. package/dist/packem_chunks/alibaba.js +1 -0
  8. package/dist/packem_chunks/amazon-bedrock.js +1 -0
  9. package/dist/packem_chunks/anthropic.js +1 -0
  10. package/dist/packem_chunks/api.js +75 -0
  11. package/dist/packem_chunks/azure-open-ai.js +1 -0
  12. package/dist/packem_chunks/cerebras.js +1 -0
  13. package/dist/packem_chunks/chutes.js +1 -0
  14. package/dist/packem_chunks/cloudflare.js +3 -0
  15. package/dist/packem_chunks/deep-infra.js +1 -0
  16. package/dist/packem_chunks/deep-seek.js +1 -0
  17. package/dist/packem_chunks/fireworks-ai.js +1 -0
  18. package/dist/packem_chunks/git-hub-copilot.js +1 -0
  19. package/dist/packem_chunks/git-hub-models.js +1 -0
  20. package/dist/packem_chunks/google-partner.js +1 -0
  21. package/dist/packem_chunks/google-vertex.js +1 -0
  22. package/dist/packem_chunks/google.js +1 -0
  23. package/dist/packem_chunks/groq.js +1 -0
  24. package/dist/packem_chunks/hugging-face.js +1 -0
  25. package/dist/packem_chunks/inception.js +1 -0
  26. package/dist/packem_chunks/inference.js +1 -0
  27. package/dist/packem_chunks/meta.js +1 -0
  28. package/dist/packem_chunks/mistral.js +1 -0
  29. package/dist/packem_chunks/model-scope.js +1 -0
  30. package/dist/packem_chunks/morph.js +1 -0
  31. package/dist/packem_chunks/open-ai.js +1 -0
  32. package/dist/packem_chunks/open-router.js +1 -0
  33. package/dist/packem_chunks/providers.js +1 -0
  34. package/dist/packem_chunks/requesty.js +73 -0
  35. package/dist/packem_chunks/together-ai.js +1 -0
  36. package/dist/packem_chunks/upstage.js +1 -0
  37. package/dist/packem_chunks/v0.js +1 -0
  38. package/dist/packem_chunks/venice.js +1 -0
  39. package/dist/packem_chunks/vercel.js +1 -0
  40. package/dist/packem_chunks/weights-_-biases.js +1 -0
  41. package/dist/packem_chunks/xai.js +1 -0
  42. package/dist/schema.d.ts +1 -1
  43. package/dist/schema.js +1 -1
  44. package/dist/types/alibaba.d.ts +6 -0
  45. package/dist/types/alibaba.js +0 -0
  46. package/dist/types/amazon-bedrock.d.ts +6 -0
  47. package/dist/types/amazon-bedrock.js +0 -0
  48. package/dist/types/anthropic.d.ts +6 -0
  49. package/dist/types/anthropic.js +0 -0
  50. package/dist/types/azure-open-ai.d.ts +6 -0
  51. package/dist/types/azure-open-ai.js +0 -0
  52. package/dist/types/cerebras.d.ts +6 -0
  53. package/dist/types/cerebras.js +0 -0
  54. package/dist/types/chutes.d.ts +6 -0
  55. package/dist/types/chutes.js +0 -0
  56. package/dist/types/cloudflare.d.ts +6 -0
  57. package/dist/types/cloudflare.js +0 -0
  58. package/dist/types/deep-infra.d.ts +6 -0
  59. package/dist/types/deep-infra.js +0 -0
  60. package/dist/types/deep-seek.d.ts +6 -0
  61. package/dist/types/deep-seek.js +0 -0
  62. package/dist/types/fireworks-ai.d.ts +6 -0
  63. package/dist/types/fireworks-ai.js +0 -0
  64. package/dist/types/git-hub-copilot.d.ts +6 -0
  65. package/dist/types/git-hub-copilot.js +0 -0
  66. package/dist/types/git-hub-models.d.ts +6 -0
  67. package/dist/types/git-hub-models.js +0 -0
  68. package/dist/types/google-partner.d.ts +6 -0
  69. package/dist/types/google-partner.js +0 -0
  70. package/dist/types/google-vertex.d.ts +6 -0
  71. package/dist/types/google-vertex.js +0 -0
  72. package/dist/types/google.d.ts +6 -0
  73. package/dist/types/google.js +0 -0
  74. package/dist/types/groq.d.ts +6 -0
  75. package/dist/types/groq.js +0 -0
  76. package/dist/types/hugging-face.d.ts +6 -0
  77. package/dist/types/hugging-face.js +0 -0
  78. package/dist/types/inception.d.ts +6 -0
  79. package/dist/types/inception.js +0 -0
  80. package/dist/types/inference.d.ts +6 -0
  81. package/dist/types/inference.js +0 -0
  82. package/dist/types/meta.d.ts +6 -0
  83. package/dist/types/meta.js +0 -0
  84. package/dist/types/mistral.d.ts +6 -0
  85. package/dist/types/mistral.js +0 -0
  86. package/dist/types/model-scope.d.ts +6 -0
  87. package/dist/types/model-scope.js +0 -0
  88. package/dist/types/morph.d.ts +6 -0
  89. package/dist/types/morph.js +0 -0
  90. package/dist/types/open-ai.d.ts +6 -0
  91. package/dist/types/open-ai.js +0 -0
  92. package/dist/types/open-router.d.ts +6 -0
  93. package/dist/types/open-router.js +0 -0
  94. package/dist/types/providers.d.ts +11 -0
  95. package/dist/types/providers.js +1 -0
  96. package/dist/types/requesty.d.ts +6 -0
  97. package/dist/types/requesty.js +0 -0
  98. package/dist/types/together-ai.d.ts +6 -0
  99. package/dist/types/together-ai.js +0 -0
  100. package/dist/types/upstage.d.ts +6 -0
  101. package/dist/types/upstage.js +0 -0
  102. package/dist/types/v0.d.ts +6 -0
  103. package/dist/types/v0.js +0 -0
  104. package/dist/types/venice.d.ts +6 -0
  105. package/dist/types/venice.js +0 -0
  106. package/dist/types/vercel.d.ts +6 -0
  107. package/dist/types/vercel.js +0 -0
  108. package/dist/types/weights-_-biases.d.ts +6 -0
  109. package/dist/types/weights-_-biases.js +0 -0
  110. package/dist/types/xai.d.ts +6 -0
  111. package/dist/types/xai.js +0 -0
  112. package/package.json +6 -1
  113. package/public/alibaba.json +326 -0
  114. package/public/amazon-bedrock.json +2141 -0
  115. package/public/anthropic.json +396 -0
  116. package/public/api.json +13504 -3
  117. package/public/azure-open-ai.json +332 -0
  118. package/public/cerebras.json +288 -0
  119. package/public/chutes.json +3220 -0
  120. package/public/cloudflare.json +3094 -0
  121. package/public/deep-infra.json +956 -0
  122. package/public/deep-seek.json +46 -0
  123. package/public/fireworks-ai.json +14486 -0
  124. package/public/git-hub-copilot.json +676 -0
  125. package/public/git-hub-models.json +256 -0
  126. package/public/google-partner.json +536 -0
  127. package/public/google-vertex.json +1376 -0
  128. package/public/google.json +536 -0
  129. package/public/groq.json +882 -0
  130. package/public/hugging-face.json +1096 -0
  131. package/public/inception.json +81 -0
  132. package/public/inference.json +291 -0
  133. package/public/meta.json +151 -0
  134. package/public/mistral.json +2181 -0
  135. package/public/model-scope.json +37839 -0
  136. package/public/morph.json +46 -0
  137. package/public/open-ai.json +606 -0
  138. package/public/open-router.json +15341 -0
  139. package/public/providers.json +43 -0
  140. package/public/requesty.json +13757 -0
  141. package/public/together-ai.json +641 -0
  142. package/public/upstage.json +606 -0
  143. package/public/v0.json +431 -0
  144. package/public/venice.json +501 -0
  145. package/public/vercel.json +4071 -0
  146. package/public/weights-&-biases.json +551 -0
  147. package/public/xai.json +256 -0
@@ -0,0 +1,4071 @@
1
+ {
2
+ "metadata": {
3
+ "description": "AI Models API - Models from Vercel",
4
+ "lastUpdated": "2026-01-10T23:24:47.811Z",
5
+ "provider": "Vercel",
6
+ "totalModels": 116,
7
+ "version": "0.0.0-development"
8
+ },
9
+ "models": [
10
+ {
11
+ "attachment": false,
12
+ "cost": {
13
+ "input": 0.00005,
14
+ "inputCacheHit": null,
15
+ "output": 0.00022
16
+ },
17
+ "extendedThinking": false,
18
+ "id": "alibaba/qwen-3-14b",
19
+ "knowledge": null,
20
+ "lastUpdated": null,
21
+ "limit": {
22
+ "context": 40960,
23
+ "output": 16384
24
+ },
25
+ "modalities": {
26
+ "input": ["text"],
27
+ "output": ["text"]
28
+ },
29
+ "name": "Qwen3-14B",
30
+ "openWeights": false,
31
+ "provider": "Vercel",
32
+ "providerDoc": "https://sdk.vercel.ai/docs",
33
+ "providerEnv": ["VERCEL_AI_API_KEY"],
34
+ "providerId": "vercel/alibaba",
35
+ "providerModelsDevId": "vercel",
36
+ "providerNpm": "@ai-sdk/vercel",
37
+ "reasoning": false,
38
+ "releaseDate": "2025-08-21",
39
+ "streamingSupported": true,
40
+ "temperature": true,
41
+ "toolCall": true,
42
+ "vision": false,
43
+ "icon": "vercel"
44
+ },
45
+ {
46
+ "attachment": false,
47
+ "cost": {
48
+ "input": null,
49
+ "inputCacheHit": null,
50
+ "output": null
51
+ },
52
+ "extendedThinking": false,
53
+ "id": "alibaba/qwen-3-235b",
54
+ "knowledge": null,
55
+ "lastUpdated": null,
56
+ "limit": {
57
+ "context": 40960,
58
+ "output": 16384
59
+ },
60
+ "modalities": {
61
+ "input": ["text"],
62
+ "output": ["text"]
63
+ },
64
+ "name": "Qwen3 235B A22B Instruct 2507",
65
+ "openWeights": false,
66
+ "provider": "Vercel",
67
+ "providerDoc": "https://sdk.vercel.ai/docs",
68
+ "providerEnv": ["VERCEL_AI_API_KEY"],
69
+ "providerId": "vercel/alibaba",
70
+ "providerModelsDevId": "vercel",
71
+ "providerNpm": "@ai-sdk/vercel",
72
+ "reasoning": false,
73
+ "releaseDate": "2025-08-21",
74
+ "streamingSupported": true,
75
+ "temperature": true,
76
+ "toolCall": true,
77
+ "vision": false,
78
+ "icon": "vercel"
79
+ },
80
+ {
81
+ "attachment": false,
82
+ "cost": {
83
+ "input": null,
84
+ "inputCacheHit": null,
85
+ "output": null
86
+ },
87
+ "extendedThinking": false,
88
+ "id": "alibaba/qwen3-235b-a22b-thinking",
89
+ "knowledge": null,
90
+ "lastUpdated": null,
91
+ "limit": {
92
+ "context": 262114,
93
+ "output": 262114
94
+ },
95
+ "modalities": {
96
+ "input": ["text"],
97
+ "output": ["text"]
98
+ },
99
+ "name": "Qwen3 235B A22B Thinking 2507",
100
+ "openWeights": false,
101
+ "provider": "Vercel",
102
+ "providerDoc": "https://sdk.vercel.ai/docs",
103
+ "providerEnv": ["VERCEL_AI_API_KEY"],
104
+ "providerId": "vercel/alibaba",
105
+ "providerModelsDevId": "vercel",
106
+ "providerNpm": "@ai-sdk/vercel",
107
+ "reasoning": false,
108
+ "releaseDate": "2025-08-21",
109
+ "streamingSupported": true,
110
+ "temperature": true,
111
+ "toolCall": true,
112
+ "vision": false,
113
+ "icon": "vercel"
114
+ },
115
+ {
116
+ "attachment": false,
117
+ "cost": {
118
+ "input": 0.00006,
119
+ "inputCacheHit": null,
120
+ "output": 0.00022
121
+ },
122
+ "extendedThinking": false,
123
+ "id": "alibaba/qwen-3-30b",
124
+ "knowledge": null,
125
+ "lastUpdated": null,
126
+ "limit": {
127
+ "context": 40960,
128
+ "output": 16384
129
+ },
130
+ "modalities": {
131
+ "input": ["text"],
132
+ "output": ["text"]
133
+ },
134
+ "name": "Qwen3-30B-A3B",
135
+ "openWeights": false,
136
+ "provider": "Vercel",
137
+ "providerDoc": "https://sdk.vercel.ai/docs",
138
+ "providerEnv": ["VERCEL_AI_API_KEY"],
139
+ "providerId": "vercel/alibaba",
140
+ "providerModelsDevId": "vercel",
141
+ "providerNpm": "@ai-sdk/vercel",
142
+ "reasoning": false,
143
+ "releaseDate": "2025-08-21",
144
+ "streamingSupported": true,
145
+ "temperature": true,
146
+ "toolCall": true,
147
+ "vision": false,
148
+ "icon": "vercel"
149
+ },
150
+ {
151
+ "attachment": false,
152
+ "cost": {
153
+ "input": null,
154
+ "inputCacheHit": null,
155
+ "output": null
156
+ },
157
+ "extendedThinking": false,
158
+ "id": "alibaba/qwen-3-32b",
159
+ "knowledge": null,
160
+ "lastUpdated": null,
161
+ "limit": {
162
+ "context": 40960,
163
+ "output": 16384
164
+ },
165
+ "modalities": {
166
+ "input": ["text"],
167
+ "output": ["text"]
168
+ },
169
+ "name": "Qwen 3.32B",
170
+ "openWeights": false,
171
+ "provider": "Vercel",
172
+ "providerDoc": "https://sdk.vercel.ai/docs",
173
+ "providerEnv": ["VERCEL_AI_API_KEY"],
174
+ "providerId": "vercel/alibaba",
175
+ "providerModelsDevId": "vercel",
176
+ "providerNpm": "@ai-sdk/vercel",
177
+ "reasoning": false,
178
+ "releaseDate": "2025-08-21",
179
+ "streamingSupported": true,
180
+ "temperature": true,
181
+ "toolCall": true,
182
+ "vision": false,
183
+ "icon": "vercel"
184
+ },
185
+ {
186
+ "attachment": false,
187
+ "cost": {
188
+ "input": null,
189
+ "inputCacheHit": null,
190
+ "output": null
191
+ },
192
+ "extendedThinking": false,
193
+ "id": "alibaba/qwen3-coder",
194
+ "knowledge": null,
195
+ "lastUpdated": null,
196
+ "limit": {
197
+ "context": 262144,
198
+ "output": 66536
199
+ },
200
+ "modalities": {
201
+ "input": ["text"],
202
+ "output": ["text"]
203
+ },
204
+ "name": "Qwen3 Coder 480B A35B Instruct",
205
+ "openWeights": false,
206
+ "provider": "Vercel",
207
+ "providerDoc": "https://sdk.vercel.ai/docs",
208
+ "providerEnv": ["VERCEL_AI_API_KEY"],
209
+ "providerId": "vercel/alibaba",
210
+ "providerModelsDevId": "vercel",
211
+ "providerNpm": "@ai-sdk/vercel",
212
+ "reasoning": false,
213
+ "releaseDate": "2025-08-21",
214
+ "streamingSupported": true,
215
+ "temperature": true,
216
+ "toolCall": true,
217
+ "vision": false,
218
+ "icon": "vercel"
219
+ },
220
+ {
221
+ "attachment": false,
222
+ "cost": {
223
+ "input": null,
224
+ "inputCacheHit": null,
225
+ "output": null
226
+ },
227
+ "extendedThinking": false,
228
+ "id": "alibaba/qwen3-coder-30b-a3b",
229
+ "knowledge": null,
230
+ "lastUpdated": null,
231
+ "limit": {
232
+ "context": 160000,
233
+ "output": 32768
234
+ },
235
+ "modalities": {
236
+ "input": ["text"],
237
+ "output": ["text"]
238
+ },
239
+ "name": "Qwen 3 Coder 30B A3B Instruct",
240
+ "openWeights": false,
241
+ "provider": "Vercel",
242
+ "providerDoc": "https://sdk.vercel.ai/docs",
243
+ "providerEnv": ["VERCEL_AI_API_KEY"],
244
+ "providerId": "vercel/alibaba",
245
+ "providerModelsDevId": "vercel",
246
+ "providerNpm": "@ai-sdk/vercel",
247
+ "reasoning": false,
248
+ "releaseDate": "2025-08-21",
249
+ "streamingSupported": true,
250
+ "temperature": true,
251
+ "toolCall": true,
252
+ "vision": false,
253
+ "icon": "vercel"
254
+ },
255
+ {
256
+ "attachment": false,
257
+ "cost": {
258
+ "input": null,
259
+ "inputCacheHit": null,
260
+ "output": null
261
+ },
262
+ "extendedThinking": false,
263
+ "id": "alibaba/qwen3-coder-plus",
264
+ "knowledge": null,
265
+ "lastUpdated": null,
266
+ "limit": {
267
+ "context": 1000000,
268
+ "output": 65536
269
+ },
270
+ "modalities": {
271
+ "input": ["text"],
272
+ "output": ["text"]
273
+ },
274
+ "name": "Qwen3 Coder Plus",
275
+ "openWeights": false,
276
+ "provider": "Vercel",
277
+ "providerDoc": "https://sdk.vercel.ai/docs",
278
+ "providerEnv": ["VERCEL_AI_API_KEY"],
279
+ "providerId": "vercel/alibaba",
280
+ "providerModelsDevId": "vercel",
281
+ "providerNpm": "@ai-sdk/vercel",
282
+ "reasoning": false,
283
+ "releaseDate": "2025-08-21",
284
+ "streamingSupported": true,
285
+ "temperature": true,
286
+ "toolCall": true,
287
+ "vision": false,
288
+ "icon": "vercel"
289
+ },
290
+ {
291
+ "attachment": false,
292
+ "cost": {
293
+ "input": null,
294
+ "inputCacheHit": null,
295
+ "output": null
296
+ },
297
+ "extendedThinking": false,
298
+ "id": "alibaba/qwen3-embedding-0.6b",
299
+ "knowledge": null,
300
+ "lastUpdated": null,
301
+ "limit": {
302
+ "context": 32768,
303
+ "output": 32768
304
+ },
305
+ "modalities": {
306
+ "input": ["text"],
307
+ "output": ["text"]
308
+ },
309
+ "name": "Qwen3 Embedding 0.6B",
310
+ "openWeights": false,
311
+ "provider": "Vercel",
312
+ "providerDoc": "https://sdk.vercel.ai/docs",
313
+ "providerEnv": ["VERCEL_AI_API_KEY"],
314
+ "providerId": "vercel/alibaba",
315
+ "providerModelsDevId": "vercel",
316
+ "providerNpm": "@ai-sdk/vercel",
317
+ "reasoning": false,
318
+ "releaseDate": "2025-08-21",
319
+ "streamingSupported": true,
320
+ "temperature": true,
321
+ "toolCall": true,
322
+ "vision": false,
323
+ "icon": "vercel"
324
+ },
325
+ {
326
+ "attachment": false,
327
+ "cost": {
328
+ "input": null,
329
+ "inputCacheHit": null,
330
+ "output": null
331
+ },
332
+ "extendedThinking": false,
333
+ "id": "alibaba/qwen3-embedding-4b",
334
+ "knowledge": null,
335
+ "lastUpdated": null,
336
+ "limit": {
337
+ "context": 32768,
338
+ "output": 32768
339
+ },
340
+ "modalities": {
341
+ "input": ["text"],
342
+ "output": ["text"]
343
+ },
344
+ "name": "Qwen3 Embedding 4B",
345
+ "openWeights": false,
346
+ "provider": "Vercel",
347
+ "providerDoc": "https://sdk.vercel.ai/docs",
348
+ "providerEnv": ["VERCEL_AI_API_KEY"],
349
+ "providerId": "vercel/alibaba",
350
+ "providerModelsDevId": "vercel",
351
+ "providerNpm": "@ai-sdk/vercel",
352
+ "reasoning": false,
353
+ "releaseDate": "2025-08-21",
354
+ "streamingSupported": true,
355
+ "temperature": true,
356
+ "toolCall": true,
357
+ "vision": false,
358
+ "icon": "vercel"
359
+ },
360
+ {
361
+ "attachment": false,
362
+ "cost": {
363
+ "input": null,
364
+ "inputCacheHit": null,
365
+ "output": null
366
+ },
367
+ "extendedThinking": false,
368
+ "id": "alibaba/qwen3-embedding-8b",
369
+ "knowledge": null,
370
+ "lastUpdated": null,
371
+ "limit": {
372
+ "context": 32768,
373
+ "output": 32768
374
+ },
375
+ "modalities": {
376
+ "input": ["text"],
377
+ "output": ["text"]
378
+ },
379
+ "name": "Qwen3 Embedding 8B",
380
+ "openWeights": false,
381
+ "provider": "Vercel",
382
+ "providerDoc": "https://sdk.vercel.ai/docs",
383
+ "providerEnv": ["VERCEL_AI_API_KEY"],
384
+ "providerId": "vercel/alibaba",
385
+ "providerModelsDevId": "vercel",
386
+ "providerNpm": "@ai-sdk/vercel",
387
+ "reasoning": false,
388
+ "releaseDate": "2025-08-21",
389
+ "streamingSupported": true,
390
+ "temperature": true,
391
+ "toolCall": true,
392
+ "vision": false,
393
+ "icon": "vercel"
394
+ },
395
+ {
396
+ "attachment": false,
397
+ "cost": {
398
+ "input": null,
399
+ "inputCacheHit": null,
400
+ "output": null
401
+ },
402
+ "extendedThinking": false,
403
+ "id": "alibaba/qwen3-max",
404
+ "knowledge": null,
405
+ "lastUpdated": null,
406
+ "limit": {
407
+ "context": 262144,
408
+ "output": 32768
409
+ },
410
+ "modalities": {
411
+ "input": ["text"],
412
+ "output": ["text"]
413
+ },
414
+ "name": "Qwen3 Max",
415
+ "openWeights": false,
416
+ "provider": "Vercel",
417
+ "providerDoc": "https://sdk.vercel.ai/docs",
418
+ "providerEnv": ["VERCEL_AI_API_KEY"],
419
+ "providerId": "vercel/alibaba",
420
+ "providerModelsDevId": "vercel",
421
+ "providerNpm": "@ai-sdk/vercel",
422
+ "reasoning": false,
423
+ "releaseDate": "2025-08-21",
424
+ "streamingSupported": true,
425
+ "temperature": true,
426
+ "toolCall": true,
427
+ "vision": false,
428
+ "icon": "vercel"
429
+ },
430
+ {
431
+ "attachment": false,
432
+ "cost": {
433
+ "input": null,
434
+ "inputCacheHit": null,
435
+ "output": null
436
+ },
437
+ "extendedThinking": false,
438
+ "id": "alibaba/qwen3-max-preview",
439
+ "knowledge": null,
440
+ "lastUpdated": null,
441
+ "limit": {
442
+ "context": 262144,
443
+ "output": 32768
444
+ },
445
+ "modalities": {
446
+ "input": ["text"],
447
+ "output": ["text"]
448
+ },
449
+ "name": "Qwen3 Max Preview",
450
+ "openWeights": false,
451
+ "provider": "Vercel",
452
+ "providerDoc": "https://sdk.vercel.ai/docs",
453
+ "providerEnv": ["VERCEL_AI_API_KEY"],
454
+ "providerId": "vercel/alibaba",
455
+ "providerModelsDevId": "vercel",
456
+ "providerNpm": "@ai-sdk/vercel",
457
+ "reasoning": false,
458
+ "releaseDate": "2025-08-21",
459
+ "streamingSupported": true,
460
+ "temperature": true,
461
+ "toolCall": true,
462
+ "vision": false,
463
+ "icon": "vercel"
464
+ },
465
+ {
466
+ "attachment": false,
467
+ "cost": {
468
+ "input": null,
469
+ "inputCacheHit": null,
470
+ "output": null
471
+ },
472
+ "extendedThinking": false,
473
+ "id": "alibaba/qwen3-next-80b-a3b-instruct",
474
+ "knowledge": null,
475
+ "lastUpdated": null,
476
+ "limit": {
477
+ "context": 262144,
478
+ "output": 32768
479
+ },
480
+ "modalities": {
481
+ "input": ["text"],
482
+ "output": ["text"]
483
+ },
484
+ "name": "Qwen3 Next 80B A3B Instruct",
485
+ "openWeights": false,
486
+ "provider": "Vercel",
487
+ "providerDoc": "https://sdk.vercel.ai/docs",
488
+ "providerEnv": ["VERCEL_AI_API_KEY"],
489
+ "providerId": "vercel/alibaba",
490
+ "providerModelsDevId": "vercel",
491
+ "providerNpm": "@ai-sdk/vercel",
492
+ "reasoning": false,
493
+ "releaseDate": "2025-08-21",
494
+ "streamingSupported": true,
495
+ "temperature": true,
496
+ "toolCall": true,
497
+ "vision": false,
498
+ "icon": "vercel"
499
+ },
500
+ {
501
+ "attachment": false,
502
+ "cost": {
503
+ "input": null,
504
+ "inputCacheHit": null,
505
+ "output": null
506
+ },
507
+ "extendedThinking": false,
508
+ "id": "alibaba/qwen3-next-80b-a3b-thinking",
509
+ "knowledge": null,
510
+ "lastUpdated": null,
511
+ "limit": {
512
+ "context": 65536,
513
+ "output": 65536
514
+ },
515
+ "modalities": {
516
+ "input": ["text"],
517
+ "output": ["text"]
518
+ },
519
+ "name": "Qwen3 Next 80B A3B Thinking",
520
+ "openWeights": false,
521
+ "provider": "Vercel",
522
+ "providerDoc": "https://sdk.vercel.ai/docs",
523
+ "providerEnv": ["VERCEL_AI_API_KEY"],
524
+ "providerId": "vercel/alibaba",
525
+ "providerModelsDevId": "vercel",
526
+ "providerNpm": "@ai-sdk/vercel",
527
+ "reasoning": false,
528
+ "releaseDate": "2025-08-21",
529
+ "streamingSupported": true,
530
+ "temperature": true,
531
+ "toolCall": true,
532
+ "vision": false,
533
+ "icon": "vercel"
534
+ },
535
+ {
536
+ "attachment": false,
537
+ "cost": {
538
+ "input": null,
539
+ "inputCacheHit": null,
540
+ "output": null
541
+ },
542
+ "extendedThinking": false,
543
+ "id": "alibaba/qwen3-vl-instruct",
544
+ "knowledge": null,
545
+ "lastUpdated": null,
546
+ "limit": {
547
+ "context": 131072,
548
+ "output": 129024
549
+ },
550
+ "modalities": {
551
+ "input": ["text"],
552
+ "output": ["text"]
553
+ },
554
+ "name": "Qwen3 VL 235B A22B Instruct",
555
+ "openWeights": false,
556
+ "provider": "Vercel",
557
+ "providerDoc": "https://sdk.vercel.ai/docs",
558
+ "providerEnv": ["VERCEL_AI_API_KEY"],
559
+ "providerId": "vercel/alibaba",
560
+ "providerModelsDevId": "vercel",
561
+ "providerNpm": "@ai-sdk/vercel",
562
+ "reasoning": false,
563
+ "releaseDate": "2025-08-21",
564
+ "streamingSupported": true,
565
+ "temperature": true,
566
+ "toolCall": true,
567
+ "vision": false,
568
+ "icon": "vercel"
569
+ },
570
+ {
571
+ "attachment": false,
572
+ "cost": {
573
+ "input": null,
574
+ "inputCacheHit": null,
575
+ "output": null
576
+ },
577
+ "extendedThinking": false,
578
+ "id": "alibaba/qwen3-vl-thinking",
579
+ "knowledge": null,
580
+ "lastUpdated": null,
581
+ "limit": {
582
+ "context": 131072,
583
+ "output": 32768
584
+ },
585
+ "modalities": {
586
+ "input": ["text"],
587
+ "output": ["text"]
588
+ },
589
+ "name": "Qwen3 VL 235B A22B Thinking",
590
+ "openWeights": false,
591
+ "provider": "Vercel",
592
+ "providerDoc": "https://sdk.vercel.ai/docs",
593
+ "providerEnv": ["VERCEL_AI_API_KEY"],
594
+ "providerId": "vercel/alibaba",
595
+ "providerModelsDevId": "vercel",
596
+ "providerNpm": "@ai-sdk/vercel",
597
+ "reasoning": false,
598
+ "releaseDate": "2025-08-21",
599
+ "streamingSupported": true,
600
+ "temperature": true,
601
+ "toolCall": true,
602
+ "vision": false,
603
+ "icon": "vercel"
604
+ },
605
+ {
606
+ "attachment": false,
607
+ "cost": {
608
+ "input": null,
609
+ "inputCacheHit": null,
610
+ "output": null
611
+ },
612
+ "extendedThinking": false,
613
+ "id": "amazon/nova-2-lite",
614
+ "knowledge": null,
615
+ "lastUpdated": null,
616
+ "limit": {
617
+ "context": 1000000,
618
+ "output": 1000000
619
+ },
620
+ "modalities": {
621
+ "input": ["text"],
622
+ "output": ["text"]
623
+ },
624
+ "name": "Nova 2 Lite",
625
+ "openWeights": false,
626
+ "provider": "Vercel",
627
+ "providerDoc": "https://sdk.vercel.ai/docs",
628
+ "providerEnv": ["VERCEL_AI_API_KEY"],
629
+ "providerId": "vercel/amazon",
630
+ "providerModelsDevId": "vercel",
631
+ "providerNpm": "@ai-sdk/vercel",
632
+ "reasoning": false,
633
+ "releaseDate": "2025-08-21",
634
+ "streamingSupported": true,
635
+ "temperature": true,
636
+ "toolCall": true,
637
+ "vision": false,
638
+ "icon": "vercel"
639
+ },
640
+ {
641
+ "attachment": false,
642
+ "cost": {
643
+ "input": null,
644
+ "inputCacheHit": null,
645
+ "output": null
646
+ },
647
+ "extendedThinking": false,
648
+ "id": "amazon/nova-lite",
649
+ "knowledge": null,
650
+ "lastUpdated": null,
651
+ "limit": {
652
+ "context": 300000,
653
+ "output": 8192
654
+ },
655
+ "modalities": {
656
+ "input": ["text"],
657
+ "output": ["text"]
658
+ },
659
+ "name": "Nova Lite",
660
+ "openWeights": false,
661
+ "provider": "Vercel",
662
+ "providerDoc": "https://sdk.vercel.ai/docs",
663
+ "providerEnv": ["VERCEL_AI_API_KEY"],
664
+ "providerId": "vercel/amazon",
665
+ "providerModelsDevId": "vercel",
666
+ "providerNpm": "@ai-sdk/vercel",
667
+ "reasoning": false,
668
+ "releaseDate": "2025-08-21",
669
+ "streamingSupported": true,
670
+ "temperature": true,
671
+ "toolCall": true,
672
+ "vision": false,
673
+ "icon": "vercel"
674
+ },
675
+ {
676
+ "attachment": false,
677
+ "cost": {
678
+ "input": null,
679
+ "inputCacheHit": null,
680
+ "output": null
681
+ },
682
+ "extendedThinking": false,
683
+ "id": "amazon/nova-micro",
684
+ "knowledge": null,
685
+ "lastUpdated": null,
686
+ "limit": {
687
+ "context": 128000,
688
+ "output": 8192
689
+ },
690
+ "modalities": {
691
+ "input": ["text"],
692
+ "output": ["text"]
693
+ },
694
+ "name": "Nova Micro",
695
+ "openWeights": false,
696
+ "provider": "Vercel",
697
+ "providerDoc": "https://sdk.vercel.ai/docs",
698
+ "providerEnv": ["VERCEL_AI_API_KEY"],
699
+ "providerId": "vercel/amazon",
700
+ "providerModelsDevId": "vercel",
701
+ "providerNpm": "@ai-sdk/vercel",
702
+ "reasoning": false,
703
+ "releaseDate": "2025-08-21",
704
+ "streamingSupported": true,
705
+ "temperature": true,
706
+ "toolCall": true,
707
+ "vision": false,
708
+ "icon": "vercel"
709
+ },
710
+ {
711
+ "attachment": false,
712
+ "cost": {
713
+ "input": null,
714
+ "inputCacheHit": null,
715
+ "output": null
716
+ },
717
+ "extendedThinking": false,
718
+ "id": "amazon/nova-pro",
719
+ "knowledge": null,
720
+ "lastUpdated": null,
721
+ "limit": {
722
+ "context": 300000,
723
+ "output": 8192
724
+ },
725
+ "modalities": {
726
+ "input": ["text"],
727
+ "output": ["text"]
728
+ },
729
+ "name": "Nova Pro",
730
+ "openWeights": false,
731
+ "provider": "Vercel",
732
+ "providerDoc": "https://sdk.vercel.ai/docs",
733
+ "providerEnv": ["VERCEL_AI_API_KEY"],
734
+ "providerId": "vercel/amazon",
735
+ "providerModelsDevId": "vercel",
736
+ "providerNpm": "@ai-sdk/vercel",
737
+ "reasoning": false,
738
+ "releaseDate": "2025-08-21",
739
+ "streamingSupported": true,
740
+ "temperature": true,
741
+ "toolCall": true,
742
+ "vision": false,
743
+ "icon": "vercel"
744
+ },
745
+ {
746
+ "attachment": false,
747
+ "cost": {
748
+ "input": null,
749
+ "inputCacheHit": null,
750
+ "output": null
751
+ },
752
+ "extendedThinking": false,
753
+ "id": "amazon/titan-embed-text-v2",
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": "Titan Text Embeddings V2",
765
+ "openWeights": false,
766
+ "provider": "Vercel",
767
+ "providerDoc": "https://sdk.vercel.ai/docs",
768
+ "providerEnv": ["VERCEL_AI_API_KEY"],
769
+ "providerId": "vercel/amazon",
770
+ "providerModelsDevId": "vercel",
771
+ "providerNpm": "@ai-sdk/vercel",
772
+ "reasoning": false,
773
+ "releaseDate": "2025-08-21",
774
+ "streamingSupported": true,
775
+ "temperature": true,
776
+ "toolCall": true,
777
+ "vision": false,
778
+ "icon": "vercel"
779
+ },
780
+ {
781
+ "attachment": false,
782
+ "cost": {
783
+ "input": null,
784
+ "inputCacheHit": null,
785
+ "output": null
786
+ },
787
+ "extendedThinking": false,
788
+ "id": "bfl/flux-kontext-max",
789
+ "knowledge": null,
790
+ "lastUpdated": null,
791
+ "limit": {
792
+ "context": 512,
793
+ "output": null
794
+ },
795
+ "modalities": {
796
+ "input": ["text"],
797
+ "output": ["text"]
798
+ },
799
+ "name": "FLUX.1 Kontext Max",
800
+ "openWeights": false,
801
+ "provider": "Vercel",
802
+ "providerDoc": "https://sdk.vercel.ai/docs",
803
+ "providerEnv": ["VERCEL_AI_API_KEY"],
804
+ "providerId": "vercel/bfl",
805
+ "providerModelsDevId": "vercel",
806
+ "providerNpm": "@ai-sdk/vercel",
807
+ "reasoning": false,
808
+ "releaseDate": "2025-08-21",
809
+ "streamingSupported": true,
810
+ "temperature": true,
811
+ "toolCall": true,
812
+ "vision": false,
813
+ "icon": "vercel"
814
+ },
815
+ {
816
+ "attachment": false,
817
+ "cost": {
818
+ "input": null,
819
+ "inputCacheHit": null,
820
+ "output": null
821
+ },
822
+ "extendedThinking": false,
823
+ "id": "bfl/flux-kontext-pro",
824
+ "knowledge": null,
825
+ "lastUpdated": null,
826
+ "limit": {
827
+ "context": 512,
828
+ "output": null
829
+ },
830
+ "modalities": {
831
+ "input": ["text"],
832
+ "output": ["text"]
833
+ },
834
+ "name": "FLUX.1 Kontext Pro",
835
+ "openWeights": false,
836
+ "provider": "Vercel",
837
+ "providerDoc": "https://sdk.vercel.ai/docs",
838
+ "providerEnv": ["VERCEL_AI_API_KEY"],
839
+ "providerId": "vercel/bfl",
840
+ "providerModelsDevId": "vercel",
841
+ "providerNpm": "@ai-sdk/vercel",
842
+ "reasoning": false,
843
+ "releaseDate": "2025-08-21",
844
+ "streamingSupported": true,
845
+ "temperature": true,
846
+ "toolCall": true,
847
+ "vision": false,
848
+ "icon": "vercel"
849
+ },
850
+ {
851
+ "attachment": false,
852
+ "cost": {
853
+ "input": null,
854
+ "inputCacheHit": null,
855
+ "output": null
856
+ },
857
+ "extendedThinking": false,
858
+ "id": "bfl/flux-pro-1.0-fill",
859
+ "knowledge": null,
860
+ "lastUpdated": null,
861
+ "limit": {
862
+ "context": null,
863
+ "output": null
864
+ },
865
+ "modalities": {
866
+ "input": ["text"],
867
+ "output": ["text"]
868
+ },
869
+ "name": "FLUX.1 Fill [pro]",
870
+ "openWeights": false,
871
+ "provider": "Vercel",
872
+ "providerDoc": "https://sdk.vercel.ai/docs",
873
+ "providerEnv": ["VERCEL_AI_API_KEY"],
874
+ "providerId": "vercel/bfl",
875
+ "providerModelsDevId": "vercel",
876
+ "providerNpm": "@ai-sdk/vercel",
877
+ "reasoning": false,
878
+ "releaseDate": "2025-08-21",
879
+ "streamingSupported": true,
880
+ "temperature": true,
881
+ "toolCall": true,
882
+ "vision": false,
883
+ "icon": "vercel"
884
+ },
885
+ {
886
+ "attachment": false,
887
+ "cost": {
888
+ "input": null,
889
+ "inputCacheHit": null,
890
+ "output": null
891
+ },
892
+ "extendedThinking": false,
893
+ "id": "bfl/flux-pro-1.1",
894
+ "knowledge": null,
895
+ "lastUpdated": null,
896
+ "limit": {
897
+ "context": null,
898
+ "output": null
899
+ },
900
+ "modalities": {
901
+ "input": ["text"],
902
+ "output": ["text"]
903
+ },
904
+ "name": "FLUX1.1 [pro]",
905
+ "openWeights": false,
906
+ "provider": "Vercel",
907
+ "providerDoc": "https://sdk.vercel.ai/docs",
908
+ "providerEnv": ["VERCEL_AI_API_KEY"],
909
+ "providerId": "vercel/bfl",
910
+ "providerModelsDevId": "vercel",
911
+ "providerNpm": "@ai-sdk/vercel",
912
+ "reasoning": false,
913
+ "releaseDate": "2025-08-21",
914
+ "streamingSupported": true,
915
+ "temperature": true,
916
+ "toolCall": true,
917
+ "vision": false,
918
+ "icon": "vercel"
919
+ },
920
+ {
921
+ "attachment": false,
922
+ "cost": {
923
+ "input": null,
924
+ "inputCacheHit": null,
925
+ "output": null
926
+ },
927
+ "extendedThinking": false,
928
+ "id": "bfl/flux-pro-1.1-ultra",
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": "FLUX1.1 [pro] Ultra",
940
+ "openWeights": false,
941
+ "provider": "Vercel",
942
+ "providerDoc": "https://sdk.vercel.ai/docs",
943
+ "providerEnv": ["VERCEL_AI_API_KEY"],
944
+ "providerId": "vercel/bfl",
945
+ "providerModelsDevId": "vercel",
946
+ "providerNpm": "@ai-sdk/vercel",
947
+ "reasoning": false,
948
+ "releaseDate": "2025-08-21",
949
+ "streamingSupported": true,
950
+ "temperature": true,
951
+ "toolCall": true,
952
+ "vision": false,
953
+ "icon": "vercel"
954
+ },
955
+ {
956
+ "attachment": false,
957
+ "cost": {
958
+ "input": null,
959
+ "inputCacheHit": null,
960
+ "output": null
961
+ },
962
+ "extendedThinking": false,
963
+ "id": "bytedance/seed-1.6",
964
+ "knowledge": null,
965
+ "lastUpdated": null,
966
+ "limit": {
967
+ "context": 256000,
968
+ "output": 32000
969
+ },
970
+ "modalities": {
971
+ "input": ["text"],
972
+ "output": ["text"]
973
+ },
974
+ "name": "Seed 1.6",
975
+ "openWeights": false,
976
+ "provider": "Vercel",
977
+ "providerDoc": "https://sdk.vercel.ai/docs",
978
+ "providerEnv": ["VERCEL_AI_API_KEY"],
979
+ "providerId": "vercel/bytedance",
980
+ "providerModelsDevId": "vercel",
981
+ "providerNpm": "@ai-sdk/vercel",
982
+ "reasoning": false,
983
+ "releaseDate": "2025-08-21",
984
+ "streamingSupported": true,
985
+ "temperature": true,
986
+ "toolCall": true,
987
+ "vision": false,
988
+ "icon": "vercel"
989
+ },
990
+ {
991
+ "attachment": false,
992
+ "cost": {
993
+ "input": null,
994
+ "inputCacheHit": null,
995
+ "output": null
996
+ },
997
+ "extendedThinking": false,
998
+ "id": "cohere/embed-v4.0",
999
+ "knowledge": null,
1000
+ "lastUpdated": null,
1001
+ "limit": {
1002
+ "context": null,
1003
+ "output": null
1004
+ },
1005
+ "modalities": {
1006
+ "input": ["text"],
1007
+ "output": ["text"]
1008
+ },
1009
+ "name": "Embed v4.0",
1010
+ "openWeights": false,
1011
+ "provider": "Vercel",
1012
+ "providerDoc": "https://sdk.vercel.ai/docs",
1013
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1014
+ "providerId": "vercel/cohere",
1015
+ "providerModelsDevId": "vercel",
1016
+ "providerNpm": "@ai-sdk/vercel",
1017
+ "reasoning": false,
1018
+ "releaseDate": "2025-08-21",
1019
+ "streamingSupported": true,
1020
+ "temperature": true,
1021
+ "toolCall": true,
1022
+ "vision": false,
1023
+ "icon": "vercel"
1024
+ },
1025
+ {
1026
+ "attachment": false,
1027
+ "cost": {
1028
+ "input": null,
1029
+ "inputCacheHit": null,
1030
+ "output": null
1031
+ },
1032
+ "extendedThinking": false,
1033
+ "id": "deepseek/deepseek-v3",
1034
+ "knowledge": null,
1035
+ "lastUpdated": null,
1036
+ "limit": {
1037
+ "context": 163840,
1038
+ "output": 16384
1039
+ },
1040
+ "modalities": {
1041
+ "input": ["text"],
1042
+ "output": ["text"]
1043
+ },
1044
+ "name": "DeepSeek V3 0324",
1045
+ "openWeights": false,
1046
+ "provider": "Vercel",
1047
+ "providerDoc": "https://sdk.vercel.ai/docs",
1048
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1049
+ "providerId": "vercel/deepseek",
1050
+ "providerModelsDevId": "vercel",
1051
+ "providerNpm": "@ai-sdk/vercel",
1052
+ "reasoning": false,
1053
+ "releaseDate": "2025-08-21",
1054
+ "streamingSupported": true,
1055
+ "temperature": true,
1056
+ "toolCall": true,
1057
+ "vision": false,
1058
+ "icon": "vercel"
1059
+ },
1060
+ {
1061
+ "attachment": false,
1062
+ "cost": {
1063
+ "input": 0.00023,
1064
+ "inputCacheHit": null,
1065
+ "output": 0.0009
1066
+ },
1067
+ "extendedThinking": false,
1068
+ "id": "deepseek/deepseek-v3.1",
1069
+ "knowledge": null,
1070
+ "lastUpdated": null,
1071
+ "limit": {
1072
+ "context": 163840,
1073
+ "output": 128000
1074
+ },
1075
+ "modalities": {
1076
+ "input": ["text"],
1077
+ "output": ["text"]
1078
+ },
1079
+ "name": "DeepSeek-V3.1",
1080
+ "openWeights": false,
1081
+ "provider": "Vercel",
1082
+ "providerDoc": "https://sdk.vercel.ai/docs",
1083
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1084
+ "providerId": "vercel/deepseek",
1085
+ "providerModelsDevId": "vercel",
1086
+ "providerNpm": "@ai-sdk/vercel",
1087
+ "reasoning": false,
1088
+ "releaseDate": "2025-08-21",
1089
+ "streamingSupported": true,
1090
+ "temperature": true,
1091
+ "toolCall": true,
1092
+ "vision": false,
1093
+ "icon": "vercel"
1094
+ },
1095
+ {
1096
+ "attachment": false,
1097
+ "cost": {
1098
+ "input": null,
1099
+ "inputCacheHit": null,
1100
+ "output": null
1101
+ },
1102
+ "extendedThinking": false,
1103
+ "id": "deepseek/deepseek-v3.2-thinking",
1104
+ "knowledge": null,
1105
+ "lastUpdated": null,
1106
+ "limit": {
1107
+ "context": 128000,
1108
+ "output": 64000
1109
+ },
1110
+ "modalities": {
1111
+ "input": ["text"],
1112
+ "output": ["text"]
1113
+ },
1114
+ "name": "DeepSeek V3.2 Thinking",
1115
+ "openWeights": false,
1116
+ "provider": "Vercel",
1117
+ "providerDoc": "https://sdk.vercel.ai/docs",
1118
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1119
+ "providerId": "vercel/deepseek",
1120
+ "providerModelsDevId": "vercel",
1121
+ "providerNpm": "@ai-sdk/vercel",
1122
+ "reasoning": false,
1123
+ "releaseDate": "2025-08-21",
1124
+ "streamingSupported": true,
1125
+ "temperature": true,
1126
+ "toolCall": true,
1127
+ "vision": false,
1128
+ "icon": "vercel"
1129
+ },
1130
+ {
1131
+ "attachment": false,
1132
+ "cost": {
1133
+ "input": null,
1134
+ "inputCacheHit": null,
1135
+ "output": null
1136
+ },
1137
+ "extendedThinking": false,
1138
+ "id": "google/gemini-2.0-flash",
1139
+ "knowledge": null,
1140
+ "lastUpdated": null,
1141
+ "limit": {
1142
+ "context": 1000000,
1143
+ "output": 8192
1144
+ },
1145
+ "modalities": {
1146
+ "input": ["text"],
1147
+ "output": ["text"]
1148
+ },
1149
+ "name": "Gemini 2.0 Flash",
1150
+ "openWeights": false,
1151
+ "provider": "Vercel",
1152
+ "providerDoc": "https://sdk.vercel.ai/docs",
1153
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1154
+ "providerId": "vercel/google",
1155
+ "providerModelsDevId": "vercel",
1156
+ "providerNpm": "@ai-sdk/vercel",
1157
+ "reasoning": false,
1158
+ "releaseDate": "2025-08-21",
1159
+ "streamingSupported": true,
1160
+ "temperature": true,
1161
+ "toolCall": true,
1162
+ "vision": false,
1163
+ "icon": "vercel"
1164
+ },
1165
+ {
1166
+ "attachment": false,
1167
+ "cost": {
1168
+ "input": null,
1169
+ "inputCacheHit": null,
1170
+ "output": null
1171
+ },
1172
+ "extendedThinking": false,
1173
+ "id": "google/gemini-2.0-flash-lite",
1174
+ "knowledge": null,
1175
+ "lastUpdated": null,
1176
+ "limit": {
1177
+ "context": 1048576,
1178
+ "output": 8192
1179
+ },
1180
+ "modalities": {
1181
+ "input": ["text"],
1182
+ "output": ["text"]
1183
+ },
1184
+ "name": "Gemini 2.0 Flash Lite",
1185
+ "openWeights": false,
1186
+ "provider": "Vercel",
1187
+ "providerDoc": "https://sdk.vercel.ai/docs",
1188
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1189
+ "providerId": "vercel/google",
1190
+ "providerModelsDevId": "vercel",
1191
+ "providerNpm": "@ai-sdk/vercel",
1192
+ "reasoning": false,
1193
+ "releaseDate": "2025-08-21",
1194
+ "streamingSupported": true,
1195
+ "temperature": true,
1196
+ "toolCall": true,
1197
+ "vision": false,
1198
+ "icon": "vercel"
1199
+ },
1200
+ {
1201
+ "attachment": false,
1202
+ "cost": {
1203
+ "input": null,
1204
+ "inputCacheHit": null,
1205
+ "output": null
1206
+ },
1207
+ "extendedThinking": false,
1208
+ "id": "google/gemini-3-flash",
1209
+ "knowledge": null,
1210
+ "lastUpdated": null,
1211
+ "limit": {
1212
+ "context": 1000000,
1213
+ "output": 64000
1214
+ },
1215
+ "modalities": {
1216
+ "input": ["text"],
1217
+ "output": ["text"]
1218
+ },
1219
+ "name": "Gemini 3 Flash",
1220
+ "openWeights": false,
1221
+ "provider": "Vercel",
1222
+ "providerDoc": "https://sdk.vercel.ai/docs",
1223
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1224
+ "providerId": "vercel/google",
1225
+ "providerModelsDevId": "vercel",
1226
+ "providerNpm": "@ai-sdk/vercel",
1227
+ "reasoning": false,
1228
+ "releaseDate": "2025-08-21",
1229
+ "streamingSupported": true,
1230
+ "temperature": true,
1231
+ "toolCall": true,
1232
+ "vision": false,
1233
+ "icon": "vercel"
1234
+ },
1235
+ {
1236
+ "attachment": false,
1237
+ "cost": {
1238
+ "input": null,
1239
+ "inputCacheHit": null,
1240
+ "output": null
1241
+ },
1242
+ "extendedThinking": false,
1243
+ "id": "google/gemini-3-pro-image",
1244
+ "knowledge": null,
1245
+ "lastUpdated": null,
1246
+ "limit": {
1247
+ "context": 65536,
1248
+ "output": 32768
1249
+ },
1250
+ "modalities": {
1251
+ "input": ["text"],
1252
+ "output": ["text"]
1253
+ },
1254
+ "name": "Nano Banana Pro (Gemini 3 Pro Image)",
1255
+ "openWeights": false,
1256
+ "provider": "Vercel",
1257
+ "providerDoc": "https://sdk.vercel.ai/docs",
1258
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1259
+ "providerId": "vercel/google",
1260
+ "providerModelsDevId": "vercel",
1261
+ "providerNpm": "@ai-sdk/vercel",
1262
+ "reasoning": false,
1263
+ "releaseDate": "2025-08-21",
1264
+ "streamingSupported": true,
1265
+ "temperature": true,
1266
+ "toolCall": true,
1267
+ "vision": false,
1268
+ "icon": "vercel"
1269
+ },
1270
+ {
1271
+ "attachment": false,
1272
+ "cost": {
1273
+ "input": null,
1274
+ "inputCacheHit": null,
1275
+ "output": null
1276
+ },
1277
+ "extendedThinking": false,
1278
+ "id": "google/gemini-embedding-001",
1279
+ "knowledge": null,
1280
+ "lastUpdated": null,
1281
+ "limit": {
1282
+ "context": null,
1283
+ "output": null
1284
+ },
1285
+ "modalities": {
1286
+ "input": ["text"],
1287
+ "output": ["text"]
1288
+ },
1289
+ "name": "Gemini Embedding 001",
1290
+ "openWeights": false,
1291
+ "provider": "Vercel",
1292
+ "providerDoc": "https://sdk.vercel.ai/docs",
1293
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1294
+ "providerId": "vercel/google",
1295
+ "providerModelsDevId": "vercel",
1296
+ "providerNpm": "@ai-sdk/vercel",
1297
+ "reasoning": false,
1298
+ "releaseDate": "2025-08-21",
1299
+ "streamingSupported": true,
1300
+ "temperature": true,
1301
+ "toolCall": true,
1302
+ "vision": false,
1303
+ "icon": "vercel"
1304
+ },
1305
+ {
1306
+ "attachment": false,
1307
+ "cost": {
1308
+ "input": null,
1309
+ "inputCacheHit": null,
1310
+ "output": null
1311
+ },
1312
+ "extendedThinking": false,
1313
+ "id": "google/gemma-2-9b",
1314
+ "knowledge": null,
1315
+ "lastUpdated": null,
1316
+ "limit": {
1317
+ "context": 8192,
1318
+ "output": 8192
1319
+ },
1320
+ "modalities": {
1321
+ "input": ["text"],
1322
+ "output": ["text"]
1323
+ },
1324
+ "name": "Gemma 2 9B IT",
1325
+ "openWeights": false,
1326
+ "provider": "Vercel",
1327
+ "providerDoc": "https://sdk.vercel.ai/docs",
1328
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1329
+ "providerId": "vercel/google",
1330
+ "providerModelsDevId": "vercel",
1331
+ "providerNpm": "@ai-sdk/vercel",
1332
+ "reasoning": false,
1333
+ "releaseDate": "2025-08-14",
1334
+ "streamingSupported": true,
1335
+ "temperature": true,
1336
+ "toolCall": true,
1337
+ "vision": false,
1338
+ "icon": "vercel"
1339
+ },
1340
+ {
1341
+ "attachment": false,
1342
+ "cost": {
1343
+ "input": null,
1344
+ "inputCacheHit": null,
1345
+ "output": null
1346
+ },
1347
+ "extendedThinking": false,
1348
+ "id": "google/imagen-4.0-fast-generate-001",
1349
+ "knowledge": null,
1350
+ "lastUpdated": null,
1351
+ "limit": {
1352
+ "context": 480,
1353
+ "output": null
1354
+ },
1355
+ "modalities": {
1356
+ "input": ["text"],
1357
+ "output": ["text"]
1358
+ },
1359
+ "name": "Imagen 4 Fast",
1360
+ "openWeights": false,
1361
+ "provider": "Vercel",
1362
+ "providerDoc": "https://sdk.vercel.ai/docs",
1363
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1364
+ "providerId": "vercel/google",
1365
+ "providerModelsDevId": "vercel",
1366
+ "providerNpm": "@ai-sdk/vercel",
1367
+ "reasoning": false,
1368
+ "releaseDate": "2025-08-21",
1369
+ "streamingSupported": true,
1370
+ "temperature": true,
1371
+ "toolCall": true,
1372
+ "vision": false,
1373
+ "icon": "vercel"
1374
+ },
1375
+ {
1376
+ "attachment": false,
1377
+ "cost": {
1378
+ "input": null,
1379
+ "inputCacheHit": null,
1380
+ "output": null
1381
+ },
1382
+ "extendedThinking": false,
1383
+ "id": "google/imagen-4.0-generate-001",
1384
+ "knowledge": null,
1385
+ "lastUpdated": null,
1386
+ "limit": {
1387
+ "context": 480,
1388
+ "output": null
1389
+ },
1390
+ "modalities": {
1391
+ "input": ["text"],
1392
+ "output": ["text"]
1393
+ },
1394
+ "name": "Imagen 4",
1395
+ "openWeights": false,
1396
+ "provider": "Vercel",
1397
+ "providerDoc": "https://sdk.vercel.ai/docs",
1398
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1399
+ "providerId": "vercel/google",
1400
+ "providerModelsDevId": "vercel",
1401
+ "providerNpm": "@ai-sdk/vercel",
1402
+ "reasoning": false,
1403
+ "releaseDate": "2025-08-21",
1404
+ "streamingSupported": true,
1405
+ "temperature": true,
1406
+ "toolCall": true,
1407
+ "vision": false,
1408
+ "icon": "vercel"
1409
+ },
1410
+ {
1411
+ "attachment": false,
1412
+ "cost": {
1413
+ "input": null,
1414
+ "inputCacheHit": null,
1415
+ "output": null
1416
+ },
1417
+ "extendedThinking": false,
1418
+ "id": "google/imagen-4.0-ultra-generate-001",
1419
+ "knowledge": null,
1420
+ "lastUpdated": null,
1421
+ "limit": {
1422
+ "context": 480,
1423
+ "output": null
1424
+ },
1425
+ "modalities": {
1426
+ "input": ["text"],
1427
+ "output": ["text"]
1428
+ },
1429
+ "name": "Imagen 4 Ultra",
1430
+ "openWeights": false,
1431
+ "provider": "Vercel",
1432
+ "providerDoc": "https://sdk.vercel.ai/docs",
1433
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1434
+ "providerId": "vercel/google",
1435
+ "providerModelsDevId": "vercel",
1436
+ "providerNpm": "@ai-sdk/vercel",
1437
+ "reasoning": false,
1438
+ "releaseDate": "2025-08-21",
1439
+ "streamingSupported": true,
1440
+ "temperature": true,
1441
+ "toolCall": true,
1442
+ "vision": false,
1443
+ "icon": "vercel"
1444
+ },
1445
+ {
1446
+ "attachment": false,
1447
+ "cost": {
1448
+ "input": null,
1449
+ "inputCacheHit": null,
1450
+ "output": null
1451
+ },
1452
+ "extendedThinking": false,
1453
+ "id": "google/text-embedding-005",
1454
+ "knowledge": null,
1455
+ "lastUpdated": null,
1456
+ "limit": {
1457
+ "context": null,
1458
+ "output": null
1459
+ },
1460
+ "modalities": {
1461
+ "input": ["text"],
1462
+ "output": ["text"]
1463
+ },
1464
+ "name": "Text Embedding 005",
1465
+ "openWeights": false,
1466
+ "provider": "Vercel",
1467
+ "providerDoc": "https://sdk.vercel.ai/docs",
1468
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1469
+ "providerId": "vercel/google",
1470
+ "providerModelsDevId": "vercel",
1471
+ "providerNpm": "@ai-sdk/vercel",
1472
+ "reasoning": false,
1473
+ "releaseDate": "2025-08-21",
1474
+ "streamingSupported": true,
1475
+ "temperature": true,
1476
+ "toolCall": true,
1477
+ "vision": false,
1478
+ "icon": "vercel"
1479
+ },
1480
+ {
1481
+ "attachment": false,
1482
+ "cost": {
1483
+ "input": null,
1484
+ "inputCacheHit": null,
1485
+ "output": null
1486
+ },
1487
+ "extendedThinking": false,
1488
+ "id": "google/text-multilingual-embedding-002",
1489
+ "knowledge": null,
1490
+ "lastUpdated": null,
1491
+ "limit": {
1492
+ "context": null,
1493
+ "output": null
1494
+ },
1495
+ "modalities": {
1496
+ "input": ["text"],
1497
+ "output": ["text"]
1498
+ },
1499
+ "name": "Text Multilingual Embedding 002",
1500
+ "openWeights": false,
1501
+ "provider": "Vercel",
1502
+ "providerDoc": "https://sdk.vercel.ai/docs",
1503
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1504
+ "providerId": "vercel/google",
1505
+ "providerModelsDevId": "vercel",
1506
+ "providerNpm": "@ai-sdk/vercel",
1507
+ "reasoning": false,
1508
+ "releaseDate": "2025-08-21",
1509
+ "streamingSupported": true,
1510
+ "temperature": true,
1511
+ "toolCall": true,
1512
+ "vision": false,
1513
+ "icon": "vercel"
1514
+ },
1515
+ {
1516
+ "attachment": false,
1517
+ "cost": {
1518
+ "input": null,
1519
+ "inputCacheHit": null,
1520
+ "output": null
1521
+ },
1522
+ "extendedThinking": false,
1523
+ "id": "inception/mercury-coder-small",
1524
+ "knowledge": null,
1525
+ "lastUpdated": null,
1526
+ "limit": {
1527
+ "context": 32000,
1528
+ "output": 16384
1529
+ },
1530
+ "modalities": {
1531
+ "input": ["text"],
1532
+ "output": ["text"]
1533
+ },
1534
+ "name": "Mercury Coder Small Beta",
1535
+ "openWeights": false,
1536
+ "provider": "Vercel",
1537
+ "providerDoc": "https://sdk.vercel.ai/docs",
1538
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1539
+ "providerId": "vercel/inception",
1540
+ "providerModelsDevId": "vercel",
1541
+ "providerNpm": "@ai-sdk/vercel",
1542
+ "reasoning": false,
1543
+ "releaseDate": "2025-08-21",
1544
+ "streamingSupported": true,
1545
+ "temperature": true,
1546
+ "toolCall": true,
1547
+ "vision": false,
1548
+ "icon": "vercel"
1549
+ },
1550
+ {
1551
+ "attachment": false,
1552
+ "cost": {
1553
+ "input": null,
1554
+ "inputCacheHit": null,
1555
+ "output": null
1556
+ },
1557
+ "extendedThinking": false,
1558
+ "id": "kwaipilot/kat-coder-pro-v1",
1559
+ "knowledge": null,
1560
+ "lastUpdated": null,
1561
+ "limit": {
1562
+ "context": 256000,
1563
+ "output": 32000
1564
+ },
1565
+ "modalities": {
1566
+ "input": ["text"],
1567
+ "output": ["text"]
1568
+ },
1569
+ "name": "KAT-Coder-Pro V1",
1570
+ "openWeights": false,
1571
+ "provider": "Vercel",
1572
+ "providerDoc": "https://sdk.vercel.ai/docs",
1573
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1574
+ "providerId": "vercel/kwaipilot",
1575
+ "providerModelsDevId": "vercel",
1576
+ "providerNpm": "@ai-sdk/vercel",
1577
+ "reasoning": false,
1578
+ "releaseDate": "2025-08-21",
1579
+ "streamingSupported": true,
1580
+ "temperature": true,
1581
+ "toolCall": true,
1582
+ "vision": false,
1583
+ "icon": "vercel"
1584
+ },
1585
+ {
1586
+ "attachment": false,
1587
+ "cost": {
1588
+ "input": null,
1589
+ "inputCacheHit": null,
1590
+ "output": null
1591
+ },
1592
+ "extendedThinking": false,
1593
+ "id": "meituan/longcat-flash-thinking",
1594
+ "knowledge": null,
1595
+ "lastUpdated": null,
1596
+ "limit": {
1597
+ "context": 128000,
1598
+ "output": 8192
1599
+ },
1600
+ "modalities": {
1601
+ "input": ["text"],
1602
+ "output": ["text"]
1603
+ },
1604
+ "name": "LongCat Flash Thinking",
1605
+ "openWeights": false,
1606
+ "provider": "Vercel",
1607
+ "providerDoc": "https://sdk.vercel.ai/docs",
1608
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1609
+ "providerId": "vercel/meituan",
1610
+ "providerModelsDevId": "vercel",
1611
+ "providerNpm": "@ai-sdk/vercel",
1612
+ "reasoning": false,
1613
+ "releaseDate": "2025-08-21",
1614
+ "streamingSupported": true,
1615
+ "temperature": true,
1616
+ "toolCall": true,
1617
+ "vision": false,
1618
+ "icon": "vercel"
1619
+ },
1620
+ {
1621
+ "attachment": false,
1622
+ "cost": {
1623
+ "input": 0.0003,
1624
+ "inputCacheHit": null,
1625
+ "output": 0.0003
1626
+ },
1627
+ "extendedThinking": false,
1628
+ "id": "meta/llama-3.1-70b",
1629
+ "knowledge": null,
1630
+ "lastUpdated": null,
1631
+ "limit": {
1632
+ "context": 131072,
1633
+ "output": 16384
1634
+ },
1635
+ "modalities": {
1636
+ "input": ["text"],
1637
+ "output": ["text"]
1638
+ },
1639
+ "name": "Llama 3.1 70B Instruct",
1640
+ "openWeights": false,
1641
+ "provider": "Vercel",
1642
+ "providerDoc": "https://sdk.vercel.ai/docs",
1643
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1644
+ "providerId": "vercel/meta",
1645
+ "providerModelsDevId": "vercel",
1646
+ "providerNpm": "@ai-sdk/vercel",
1647
+ "reasoning": false,
1648
+ "releaseDate": "2025-08-21",
1649
+ "streamingSupported": true,
1650
+ "temperature": true,
1651
+ "toolCall": true,
1652
+ "vision": false,
1653
+ "icon": "vercel"
1654
+ },
1655
+ {
1656
+ "attachment": false,
1657
+ "cost": {
1658
+ "input": 0.0003,
1659
+ "inputCacheHit": null,
1660
+ "output": 0.0003
1661
+ },
1662
+ "extendedThinking": false,
1663
+ "id": "meta/llama-3.1-8b",
1664
+ "knowledge": null,
1665
+ "lastUpdated": null,
1666
+ "limit": {
1667
+ "context": 131072,
1668
+ "output": 16384
1669
+ },
1670
+ "modalities": {
1671
+ "input": ["text"],
1672
+ "output": ["text"]
1673
+ },
1674
+ "name": "Llama 3.1 8B Instruct",
1675
+ "openWeights": false,
1676
+ "provider": "Vercel",
1677
+ "providerDoc": "https://sdk.vercel.ai/docs",
1678
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1679
+ "providerId": "vercel/meta",
1680
+ "providerModelsDevId": "vercel",
1681
+ "providerNpm": "@ai-sdk/vercel",
1682
+ "reasoning": false,
1683
+ "releaseDate": "2025-08-21",
1684
+ "streamingSupported": true,
1685
+ "temperature": true,
1686
+ "toolCall": true,
1687
+ "vision": false,
1688
+ "icon": "vercel"
1689
+ },
1690
+ {
1691
+ "attachment": false,
1692
+ "cost": {
1693
+ "input": 0.0003,
1694
+ "inputCacheHit": null,
1695
+ "output": 0.0003
1696
+ },
1697
+ "extendedThinking": false,
1698
+ "id": "meta/llama-3.2-11b",
1699
+ "knowledge": null,
1700
+ "lastUpdated": null,
1701
+ "limit": {
1702
+ "context": 128000,
1703
+ "output": 8192
1704
+ },
1705
+ "modalities": {
1706
+ "input": ["text"],
1707
+ "output": ["text"]
1708
+ },
1709
+ "name": "Llama 3.2 11B Vision Instruct",
1710
+ "openWeights": false,
1711
+ "provider": "Vercel",
1712
+ "providerDoc": "https://sdk.vercel.ai/docs",
1713
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1714
+ "providerId": "vercel/meta",
1715
+ "providerModelsDevId": "vercel",
1716
+ "providerNpm": "@ai-sdk/vercel",
1717
+ "reasoning": false,
1718
+ "releaseDate": "2025-08-21",
1719
+ "streamingSupported": true,
1720
+ "temperature": true,
1721
+ "toolCall": true,
1722
+ "vision": false,
1723
+ "icon": "vercel"
1724
+ },
1725
+ {
1726
+ "attachment": false,
1727
+ "cost": {
1728
+ "input": 0.0003,
1729
+ "inputCacheHit": null,
1730
+ "output": 0.0003
1731
+ },
1732
+ "extendedThinking": false,
1733
+ "id": "meta/llama-3.2-1b",
1734
+ "knowledge": null,
1735
+ "lastUpdated": null,
1736
+ "limit": {
1737
+ "context": 128000,
1738
+ "output": 8192
1739
+ },
1740
+ "modalities": {
1741
+ "input": ["text"],
1742
+ "output": ["text"]
1743
+ },
1744
+ "name": "Llama 3.2 1B Instruct",
1745
+ "openWeights": false,
1746
+ "provider": "Vercel",
1747
+ "providerDoc": "https://sdk.vercel.ai/docs",
1748
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1749
+ "providerId": "vercel/meta",
1750
+ "providerModelsDevId": "vercel",
1751
+ "providerNpm": "@ai-sdk/vercel",
1752
+ "reasoning": false,
1753
+ "releaseDate": "2025-08-21",
1754
+ "streamingSupported": true,
1755
+ "temperature": true,
1756
+ "toolCall": true,
1757
+ "vision": false,
1758
+ "icon": "vercel"
1759
+ },
1760
+ {
1761
+ "attachment": false,
1762
+ "cost": {
1763
+ "input": 0.0003,
1764
+ "inputCacheHit": null,
1765
+ "output": 0.0003
1766
+ },
1767
+ "extendedThinking": false,
1768
+ "id": "meta/llama-3.2-3b",
1769
+ "knowledge": null,
1770
+ "lastUpdated": null,
1771
+ "limit": {
1772
+ "context": 128000,
1773
+ "output": 8192
1774
+ },
1775
+ "modalities": {
1776
+ "input": ["text"],
1777
+ "output": ["text"]
1778
+ },
1779
+ "name": "Llama 3.2 3B Instruct",
1780
+ "openWeights": false,
1781
+ "provider": "Vercel",
1782
+ "providerDoc": "https://sdk.vercel.ai/docs",
1783
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1784
+ "providerId": "vercel/meta",
1785
+ "providerModelsDevId": "vercel",
1786
+ "providerNpm": "@ai-sdk/vercel",
1787
+ "reasoning": false,
1788
+ "releaseDate": "2025-08-21",
1789
+ "streamingSupported": true,
1790
+ "temperature": true,
1791
+ "toolCall": true,
1792
+ "vision": false,
1793
+ "icon": "vercel"
1794
+ },
1795
+ {
1796
+ "attachment": false,
1797
+ "cost": {
1798
+ "input": 0.0003,
1799
+ "inputCacheHit": null,
1800
+ "output": 0.0003
1801
+ },
1802
+ "extendedThinking": false,
1803
+ "id": "meta/llama-3.2-90b",
1804
+ "knowledge": null,
1805
+ "lastUpdated": null,
1806
+ "limit": {
1807
+ "context": 128000,
1808
+ "output": 8192
1809
+ },
1810
+ "modalities": {
1811
+ "input": ["text"],
1812
+ "output": ["text"]
1813
+ },
1814
+ "name": "Llama 3.2 90B Vision Instruct",
1815
+ "openWeights": false,
1816
+ "provider": "Vercel",
1817
+ "providerDoc": "https://sdk.vercel.ai/docs",
1818
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1819
+ "providerId": "vercel/meta",
1820
+ "providerModelsDevId": "vercel",
1821
+ "providerNpm": "@ai-sdk/vercel",
1822
+ "reasoning": false,
1823
+ "releaseDate": "2025-08-21",
1824
+ "streamingSupported": true,
1825
+ "temperature": true,
1826
+ "toolCall": true,
1827
+ "vision": false,
1828
+ "icon": "vercel"
1829
+ },
1830
+ {
1831
+ "attachment": false,
1832
+ "cost": {
1833
+ "input": 0.0003,
1834
+ "inputCacheHit": null,
1835
+ "output": 0.0003
1836
+ },
1837
+ "extendedThinking": false,
1838
+ "id": "meta/llama-3.3-70b",
1839
+ "knowledge": null,
1840
+ "lastUpdated": null,
1841
+ "limit": {
1842
+ "context": 128000,
1843
+ "output": 8192
1844
+ },
1845
+ "modalities": {
1846
+ "input": ["text"],
1847
+ "output": ["text"]
1848
+ },
1849
+ "name": "Llama 3.3 70B Instruct",
1850
+ "openWeights": false,
1851
+ "provider": "Vercel",
1852
+ "providerDoc": "https://sdk.vercel.ai/docs",
1853
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1854
+ "providerId": "vercel/meta",
1855
+ "providerModelsDevId": "vercel",
1856
+ "providerNpm": "@ai-sdk/vercel",
1857
+ "reasoning": false,
1858
+ "releaseDate": "2025-08-21",
1859
+ "streamingSupported": true,
1860
+ "temperature": true,
1861
+ "toolCall": true,
1862
+ "vision": false,
1863
+ "icon": "vercel"
1864
+ },
1865
+ {
1866
+ "attachment": false,
1867
+ "cost": {
1868
+ "input": 0.0003,
1869
+ "inputCacheHit": null,
1870
+ "output": 0.0003
1871
+ },
1872
+ "extendedThinking": false,
1873
+ "id": "meta/llama-3-70b",
1874
+ "knowledge": null,
1875
+ "lastUpdated": null,
1876
+ "limit": {
1877
+ "context": 8192,
1878
+ "output": 8192
1879
+ },
1880
+ "modalities": {
1881
+ "input": ["text"],
1882
+ "output": ["text"]
1883
+ },
1884
+ "name": "Llama 3 70B Instruct",
1885
+ "openWeights": false,
1886
+ "provider": "Vercel",
1887
+ "providerDoc": "https://sdk.vercel.ai/docs",
1888
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1889
+ "providerId": "vercel/meta",
1890
+ "providerModelsDevId": "vercel",
1891
+ "providerNpm": "@ai-sdk/vercel",
1892
+ "reasoning": false,
1893
+ "releaseDate": "2025-08-14",
1894
+ "streamingSupported": true,
1895
+ "temperature": true,
1896
+ "toolCall": true,
1897
+ "vision": false,
1898
+ "icon": "vercel"
1899
+ },
1900
+ {
1901
+ "attachment": false,
1902
+ "cost": {
1903
+ "input": 0.0003,
1904
+ "inputCacheHit": null,
1905
+ "output": 0.0003
1906
+ },
1907
+ "extendedThinking": false,
1908
+ "id": "meta/llama-3-8b",
1909
+ "knowledge": null,
1910
+ "lastUpdated": null,
1911
+ "limit": {
1912
+ "context": 8192,
1913
+ "output": 8192
1914
+ },
1915
+ "modalities": {
1916
+ "input": ["text"],
1917
+ "output": ["text"]
1918
+ },
1919
+ "name": "Llama 3 8B Instruct",
1920
+ "openWeights": false,
1921
+ "provider": "Vercel",
1922
+ "providerDoc": "https://sdk.vercel.ai/docs",
1923
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1924
+ "providerId": "vercel/meta",
1925
+ "providerModelsDevId": "vercel",
1926
+ "providerNpm": "@ai-sdk/vercel",
1927
+ "reasoning": false,
1928
+ "releaseDate": "2025-08-14",
1929
+ "streamingSupported": true,
1930
+ "temperature": true,
1931
+ "toolCall": true,
1932
+ "vision": false,
1933
+ "icon": "vercel"
1934
+ },
1935
+ {
1936
+ "attachment": false,
1937
+ "cost": {
1938
+ "input": 0.0003,
1939
+ "inputCacheHit": null,
1940
+ "output": 0.0003
1941
+ },
1942
+ "extendedThinking": false,
1943
+ "id": "meta/llama-4-maverick",
1944
+ "knowledge": null,
1945
+ "lastUpdated": null,
1946
+ "limit": {
1947
+ "context": 131072,
1948
+ "output": 8192
1949
+ },
1950
+ "modalities": {
1951
+ "input": ["text"],
1952
+ "output": ["text"]
1953
+ },
1954
+ "name": "Llama 4 Maverick 17B Instruct",
1955
+ "openWeights": false,
1956
+ "provider": "Vercel",
1957
+ "providerDoc": "https://sdk.vercel.ai/docs",
1958
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1959
+ "providerId": "vercel/meta",
1960
+ "providerModelsDevId": "vercel",
1961
+ "providerNpm": "@ai-sdk/vercel",
1962
+ "reasoning": false,
1963
+ "releaseDate": "2025-08-21",
1964
+ "streamingSupported": true,
1965
+ "temperature": true,
1966
+ "toolCall": true,
1967
+ "vision": false,
1968
+ "icon": "vercel"
1969
+ },
1970
+ {
1971
+ "attachment": false,
1972
+ "cost": {
1973
+ "input": 0.0003,
1974
+ "inputCacheHit": null,
1975
+ "output": 0.0003
1976
+ },
1977
+ "extendedThinking": false,
1978
+ "id": "meta/llama-4-scout",
1979
+ "knowledge": null,
1980
+ "lastUpdated": null,
1981
+ "limit": {
1982
+ "context": 131072,
1983
+ "output": 8192
1984
+ },
1985
+ "modalities": {
1986
+ "input": ["text"],
1987
+ "output": ["text"]
1988
+ },
1989
+ "name": "Llama 4 Scout 17B Instruct",
1990
+ "openWeights": false,
1991
+ "provider": "Vercel",
1992
+ "providerDoc": "https://sdk.vercel.ai/docs",
1993
+ "providerEnv": ["VERCEL_AI_API_KEY"],
1994
+ "providerId": "vercel/meta",
1995
+ "providerModelsDevId": "vercel",
1996
+ "providerNpm": "@ai-sdk/vercel",
1997
+ "reasoning": false,
1998
+ "releaseDate": "2025-08-21",
1999
+ "streamingSupported": true,
2000
+ "temperature": true,
2001
+ "toolCall": true,
2002
+ "vision": false,
2003
+ "icon": "vercel"
2004
+ },
2005
+ {
2006
+ "attachment": false,
2007
+ "cost": {
2008
+ "input": null,
2009
+ "inputCacheHit": null,
2010
+ "output": null
2011
+ },
2012
+ "extendedThinking": false,
2013
+ "id": "minimax/minimax-m2.1-lightning",
2014
+ "knowledge": null,
2015
+ "lastUpdated": null,
2016
+ "limit": {
2017
+ "context": 204800,
2018
+ "output": 131072
2019
+ },
2020
+ "modalities": {
2021
+ "input": ["text"],
2022
+ "output": ["text"]
2023
+ },
2024
+ "name": "MiniMax M2.1 Lightning",
2025
+ "openWeights": false,
2026
+ "provider": "Vercel",
2027
+ "providerDoc": "https://sdk.vercel.ai/docs",
2028
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2029
+ "providerId": "vercel/minimax",
2030
+ "providerModelsDevId": "vercel",
2031
+ "providerNpm": "@ai-sdk/vercel",
2032
+ "reasoning": false,
2033
+ "releaseDate": "2025-08-21",
2034
+ "streamingSupported": true,
2035
+ "temperature": true,
2036
+ "toolCall": true,
2037
+ "vision": false,
2038
+ "icon": "vercel"
2039
+ },
2040
+ {
2041
+ "attachment": false,
2042
+ "cost": {
2043
+ "input": 0.3,
2044
+ "inputCacheHit": null,
2045
+ "output": 0.9
2046
+ },
2047
+ "extendedThinking": false,
2048
+ "id": "mistral/codestral",
2049
+ "knowledge": null,
2050
+ "lastUpdated": null,
2051
+ "limit": {
2052
+ "context": 128000,
2053
+ "output": 4000
2054
+ },
2055
+ "modalities": {
2056
+ "input": ["text"],
2057
+ "output": ["text"]
2058
+ },
2059
+ "name": "Mistral Codestral",
2060
+ "openWeights": false,
2061
+ "provider": "Vercel",
2062
+ "providerDoc": "https://sdk.vercel.ai/docs",
2063
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2064
+ "providerId": "vercel/mistral",
2065
+ "providerModelsDevId": "vercel",
2066
+ "providerNpm": "@ai-sdk/vercel",
2067
+ "reasoning": false,
2068
+ "releaseDate": "2025-08-21",
2069
+ "streamingSupported": true,
2070
+ "temperature": true,
2071
+ "toolCall": true,
2072
+ "vision": false,
2073
+ "icon": "vercel"
2074
+ },
2075
+ {
2076
+ "attachment": false,
2077
+ "cost": {
2078
+ "input": 0.3,
2079
+ "inputCacheHit": null,
2080
+ "output": 0.9
2081
+ },
2082
+ "extendedThinking": false,
2083
+ "id": "mistral/codestral-embed",
2084
+ "knowledge": null,
2085
+ "lastUpdated": null,
2086
+ "limit": {
2087
+ "context": null,
2088
+ "output": null
2089
+ },
2090
+ "modalities": {
2091
+ "input": ["text"],
2092
+ "output": ["text"]
2093
+ },
2094
+ "name": "Codestral Embed",
2095
+ "openWeights": false,
2096
+ "provider": "Vercel",
2097
+ "providerDoc": "https://sdk.vercel.ai/docs",
2098
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2099
+ "providerId": "vercel/mistral",
2100
+ "providerModelsDevId": "vercel",
2101
+ "providerNpm": "@ai-sdk/vercel",
2102
+ "reasoning": false,
2103
+ "releaseDate": "2025-08-21",
2104
+ "streamingSupported": true,
2105
+ "temperature": true,
2106
+ "toolCall": true,
2107
+ "vision": false,
2108
+ "icon": "vercel"
2109
+ },
2110
+ {
2111
+ "attachment": false,
2112
+ "cost": {
2113
+ "input": null,
2114
+ "inputCacheHit": null,
2115
+ "output": null
2116
+ },
2117
+ "extendedThinking": false,
2118
+ "id": "mistral/devstral-2",
2119
+ "knowledge": null,
2120
+ "lastUpdated": null,
2121
+ "limit": {
2122
+ "context": 256000,
2123
+ "output": 256000
2124
+ },
2125
+ "modalities": {
2126
+ "input": ["text"],
2127
+ "output": ["text"]
2128
+ },
2129
+ "name": "Devstral 2",
2130
+ "openWeights": false,
2131
+ "provider": "Vercel",
2132
+ "providerDoc": "https://sdk.vercel.ai/docs",
2133
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2134
+ "providerId": "vercel/mistral",
2135
+ "providerModelsDevId": "vercel",
2136
+ "providerNpm": "@ai-sdk/vercel",
2137
+ "reasoning": false,
2138
+ "releaseDate": "2025-08-21",
2139
+ "streamingSupported": true,
2140
+ "temperature": true,
2141
+ "toolCall": true,
2142
+ "vision": false,
2143
+ "icon": "vercel"
2144
+ },
2145
+ {
2146
+ "attachment": false,
2147
+ "cost": {
2148
+ "input": null,
2149
+ "inputCacheHit": null,
2150
+ "output": null
2151
+ },
2152
+ "extendedThinking": false,
2153
+ "id": "mistral/devstral-small",
2154
+ "knowledge": null,
2155
+ "lastUpdated": null,
2156
+ "limit": {
2157
+ "context": 128000,
2158
+ "output": 64000
2159
+ },
2160
+ "modalities": {
2161
+ "input": ["text"],
2162
+ "output": ["text"]
2163
+ },
2164
+ "name": "Devstral Small 1.1",
2165
+ "openWeights": false,
2166
+ "provider": "Vercel",
2167
+ "providerDoc": "https://sdk.vercel.ai/docs",
2168
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2169
+ "providerId": "vercel/mistral",
2170
+ "providerModelsDevId": "vercel",
2171
+ "providerNpm": "@ai-sdk/vercel",
2172
+ "reasoning": false,
2173
+ "releaseDate": "2025-08-21",
2174
+ "streamingSupported": true,
2175
+ "temperature": true,
2176
+ "toolCall": true,
2177
+ "vision": false,
2178
+ "icon": "vercel"
2179
+ },
2180
+ {
2181
+ "attachment": false,
2182
+ "cost": {
2183
+ "input": null,
2184
+ "inputCacheHit": null,
2185
+ "output": null
2186
+ },
2187
+ "extendedThinking": false,
2188
+ "id": "mistral/devstral-small-2",
2189
+ "knowledge": null,
2190
+ "lastUpdated": null,
2191
+ "limit": {
2192
+ "context": 256000,
2193
+ "output": 256000
2194
+ },
2195
+ "modalities": {
2196
+ "input": ["text"],
2197
+ "output": ["text"]
2198
+ },
2199
+ "name": "Devstral Small 2",
2200
+ "openWeights": false,
2201
+ "provider": "Vercel",
2202
+ "providerDoc": "https://sdk.vercel.ai/docs",
2203
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2204
+ "providerId": "vercel/mistral",
2205
+ "providerModelsDevId": "vercel",
2206
+ "providerNpm": "@ai-sdk/vercel",
2207
+ "reasoning": false,
2208
+ "releaseDate": "2025-08-21",
2209
+ "streamingSupported": true,
2210
+ "temperature": true,
2211
+ "toolCall": true,
2212
+ "vision": false,
2213
+ "icon": "vercel"
2214
+ },
2215
+ {
2216
+ "attachment": false,
2217
+ "cost": {
2218
+ "input": null,
2219
+ "inputCacheHit": null,
2220
+ "output": null
2221
+ },
2222
+ "extendedThinking": false,
2223
+ "id": "mistral/magistral-medium",
2224
+ "knowledge": null,
2225
+ "lastUpdated": null,
2226
+ "limit": {
2227
+ "context": 128000,
2228
+ "output": 64000
2229
+ },
2230
+ "modalities": {
2231
+ "input": ["text"],
2232
+ "output": ["text"]
2233
+ },
2234
+ "name": "Magistral Medium 2509",
2235
+ "openWeights": false,
2236
+ "provider": "Vercel",
2237
+ "providerDoc": "https://sdk.vercel.ai/docs",
2238
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2239
+ "providerId": "vercel/mistral",
2240
+ "providerModelsDevId": "vercel",
2241
+ "providerNpm": "@ai-sdk/vercel",
2242
+ "reasoning": false,
2243
+ "releaseDate": "2025-08-21",
2244
+ "streamingSupported": true,
2245
+ "temperature": true,
2246
+ "toolCall": true,
2247
+ "vision": false,
2248
+ "icon": "vercel"
2249
+ },
2250
+ {
2251
+ "attachment": false,
2252
+ "cost": {
2253
+ "input": null,
2254
+ "inputCacheHit": null,
2255
+ "output": null
2256
+ },
2257
+ "extendedThinking": false,
2258
+ "id": "mistral/magistral-small",
2259
+ "knowledge": null,
2260
+ "lastUpdated": null,
2261
+ "limit": {
2262
+ "context": 128000,
2263
+ "output": 64000
2264
+ },
2265
+ "modalities": {
2266
+ "input": ["text"],
2267
+ "output": ["text"]
2268
+ },
2269
+ "name": "Magistral Small 2509",
2270
+ "openWeights": false,
2271
+ "provider": "Vercel",
2272
+ "providerDoc": "https://sdk.vercel.ai/docs",
2273
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2274
+ "providerId": "vercel/mistral",
2275
+ "providerModelsDevId": "vercel",
2276
+ "providerNpm": "@ai-sdk/vercel",
2277
+ "reasoning": false,
2278
+ "releaseDate": "2025-08-21",
2279
+ "streamingSupported": true,
2280
+ "temperature": true,
2281
+ "toolCall": true,
2282
+ "vision": false,
2283
+ "icon": "vercel"
2284
+ },
2285
+ {
2286
+ "attachment": false,
2287
+ "cost": {
2288
+ "input": null,
2289
+ "inputCacheHit": null,
2290
+ "output": null
2291
+ },
2292
+ "extendedThinking": false,
2293
+ "id": "mistral/ministral-14b",
2294
+ "knowledge": null,
2295
+ "lastUpdated": null,
2296
+ "limit": {
2297
+ "context": 256000,
2298
+ "output": 256000
2299
+ },
2300
+ "modalities": {
2301
+ "input": ["text"],
2302
+ "output": ["text"]
2303
+ },
2304
+ "name": "Ministral 14B",
2305
+ "openWeights": false,
2306
+ "provider": "Vercel",
2307
+ "providerDoc": "https://sdk.vercel.ai/docs",
2308
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2309
+ "providerId": "vercel/mistral",
2310
+ "providerModelsDevId": "vercel",
2311
+ "providerNpm": "@ai-sdk/vercel",
2312
+ "reasoning": false,
2313
+ "releaseDate": "2025-08-21",
2314
+ "streamingSupported": true,
2315
+ "temperature": true,
2316
+ "toolCall": true,
2317
+ "vision": false,
2318
+ "icon": "vercel"
2319
+ },
2320
+ {
2321
+ "attachment": false,
2322
+ "cost": {
2323
+ "input": null,
2324
+ "inputCacheHit": null,
2325
+ "output": null
2326
+ },
2327
+ "extendedThinking": false,
2328
+ "id": "mistral/ministral-3b",
2329
+ "knowledge": null,
2330
+ "lastUpdated": null,
2331
+ "limit": {
2332
+ "context": 128000,
2333
+ "output": 4000
2334
+ },
2335
+ "modalities": {
2336
+ "input": ["text"],
2337
+ "output": ["text"]
2338
+ },
2339
+ "name": "Ministral 3B",
2340
+ "openWeights": false,
2341
+ "provider": "Vercel",
2342
+ "providerDoc": "https://sdk.vercel.ai/docs",
2343
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2344
+ "providerId": "vercel/mistral",
2345
+ "providerModelsDevId": "vercel",
2346
+ "providerNpm": "@ai-sdk/vercel",
2347
+ "reasoning": false,
2348
+ "releaseDate": "2025-08-21",
2349
+ "streamingSupported": true,
2350
+ "temperature": true,
2351
+ "toolCall": true,
2352
+ "vision": false,
2353
+ "icon": "vercel"
2354
+ },
2355
+ {
2356
+ "attachment": false,
2357
+ "cost": {
2358
+ "input": null,
2359
+ "inputCacheHit": null,
2360
+ "output": null
2361
+ },
2362
+ "extendedThinking": false,
2363
+ "id": "mistral/ministral-8b",
2364
+ "knowledge": null,
2365
+ "lastUpdated": null,
2366
+ "limit": {
2367
+ "context": 128000,
2368
+ "output": 4000
2369
+ },
2370
+ "modalities": {
2371
+ "input": ["text"],
2372
+ "output": ["text"]
2373
+ },
2374
+ "name": "Ministral 8B",
2375
+ "openWeights": false,
2376
+ "provider": "Vercel",
2377
+ "providerDoc": "https://sdk.vercel.ai/docs",
2378
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2379
+ "providerId": "vercel/mistral",
2380
+ "providerModelsDevId": "vercel",
2381
+ "providerNpm": "@ai-sdk/vercel",
2382
+ "reasoning": false,
2383
+ "releaseDate": "2025-08-21",
2384
+ "streamingSupported": true,
2385
+ "temperature": true,
2386
+ "toolCall": true,
2387
+ "vision": false,
2388
+ "icon": "vercel"
2389
+ },
2390
+ {
2391
+ "attachment": false,
2392
+ "cost": {
2393
+ "input": 0.0003,
2394
+ "inputCacheHit": null,
2395
+ "output": 0.0003
2396
+ },
2397
+ "extendedThinking": false,
2398
+ "id": "mistral/mistral-embed",
2399
+ "knowledge": null,
2400
+ "lastUpdated": null,
2401
+ "limit": {
2402
+ "context": null,
2403
+ "output": null
2404
+ },
2405
+ "modalities": {
2406
+ "input": ["text"],
2407
+ "output": ["text"]
2408
+ },
2409
+ "name": "Mistral Embed",
2410
+ "openWeights": false,
2411
+ "provider": "Vercel",
2412
+ "providerDoc": "https://sdk.vercel.ai/docs",
2413
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2414
+ "providerId": "vercel/mistral",
2415
+ "providerModelsDevId": "vercel",
2416
+ "providerNpm": "@ai-sdk/vercel",
2417
+ "reasoning": false,
2418
+ "releaseDate": "2025-08-21",
2419
+ "streamingSupported": true,
2420
+ "temperature": true,
2421
+ "toolCall": true,
2422
+ "vision": false,
2423
+ "icon": "vercel"
2424
+ },
2425
+ {
2426
+ "attachment": false,
2427
+ "cost": {
2428
+ "input": 0.0003,
2429
+ "inputCacheHit": null,
2430
+ "output": 0.0003
2431
+ },
2432
+ "extendedThinking": false,
2433
+ "id": "mistral/mistral-large",
2434
+ "knowledge": null,
2435
+ "lastUpdated": null,
2436
+ "limit": {
2437
+ "context": 32000,
2438
+ "output": 4000
2439
+ },
2440
+ "modalities": {
2441
+ "input": ["text"],
2442
+ "output": ["text"]
2443
+ },
2444
+ "name": "Mistral Large",
2445
+ "openWeights": false,
2446
+ "provider": "Vercel",
2447
+ "providerDoc": "https://sdk.vercel.ai/docs",
2448
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2449
+ "providerId": "vercel/mistral",
2450
+ "providerModelsDevId": "vercel",
2451
+ "providerNpm": "@ai-sdk/vercel",
2452
+ "reasoning": false,
2453
+ "releaseDate": "2025-08-14",
2454
+ "streamingSupported": true,
2455
+ "temperature": true,
2456
+ "toolCall": true,
2457
+ "vision": false,
2458
+ "icon": "vercel"
2459
+ },
2460
+ {
2461
+ "attachment": false,
2462
+ "cost": {
2463
+ "input": 0.0003,
2464
+ "inputCacheHit": null,
2465
+ "output": 0.0003
2466
+ },
2467
+ "extendedThinking": false,
2468
+ "id": "mistral/mistral-large-3",
2469
+ "knowledge": null,
2470
+ "lastUpdated": null,
2471
+ "limit": {
2472
+ "context": 256000,
2473
+ "output": 256000
2474
+ },
2475
+ "modalities": {
2476
+ "input": ["text"],
2477
+ "output": ["text"]
2478
+ },
2479
+ "name": "Mistral Large 3",
2480
+ "openWeights": false,
2481
+ "provider": "Vercel",
2482
+ "providerDoc": "https://sdk.vercel.ai/docs",
2483
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2484
+ "providerId": "vercel/mistral",
2485
+ "providerModelsDevId": "vercel",
2486
+ "providerNpm": "@ai-sdk/vercel",
2487
+ "reasoning": false,
2488
+ "releaseDate": "2025-08-21",
2489
+ "streamingSupported": true,
2490
+ "temperature": true,
2491
+ "toolCall": true,
2492
+ "vision": false,
2493
+ "icon": "vercel"
2494
+ },
2495
+ {
2496
+ "attachment": false,
2497
+ "cost": {
2498
+ "input": 0.0003,
2499
+ "inputCacheHit": null,
2500
+ "output": 0.0003
2501
+ },
2502
+ "extendedThinking": false,
2503
+ "id": "mistral/mistral-medium",
2504
+ "knowledge": null,
2505
+ "lastUpdated": null,
2506
+ "limit": {
2507
+ "context": 128000,
2508
+ "output": 64000
2509
+ },
2510
+ "modalities": {
2511
+ "input": ["text"],
2512
+ "output": ["text"]
2513
+ },
2514
+ "name": "Mistral Medium 3.1",
2515
+ "openWeights": false,
2516
+ "provider": "Vercel",
2517
+ "providerDoc": "https://sdk.vercel.ai/docs",
2518
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2519
+ "providerId": "vercel/mistral",
2520
+ "providerModelsDevId": "vercel",
2521
+ "providerNpm": "@ai-sdk/vercel",
2522
+ "reasoning": false,
2523
+ "releaseDate": "2025-08-21",
2524
+ "streamingSupported": true,
2525
+ "temperature": true,
2526
+ "toolCall": true,
2527
+ "vision": false,
2528
+ "icon": "vercel"
2529
+ },
2530
+ {
2531
+ "attachment": false,
2532
+ "cost": {
2533
+ "input": 0.0003,
2534
+ "inputCacheHit": null,
2535
+ "output": 0.0003
2536
+ },
2537
+ "extendedThinking": false,
2538
+ "id": "mistral/mistral-nemo",
2539
+ "knowledge": null,
2540
+ "lastUpdated": null,
2541
+ "limit": {
2542
+ "context": 60288,
2543
+ "output": 16000
2544
+ },
2545
+ "modalities": {
2546
+ "input": ["text"],
2547
+ "output": ["text"]
2548
+ },
2549
+ "name": "Mistral Nemo",
2550
+ "openWeights": false,
2551
+ "provider": "Vercel",
2552
+ "providerDoc": "https://sdk.vercel.ai/docs",
2553
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2554
+ "providerId": "vercel/mistral",
2555
+ "providerModelsDevId": "vercel",
2556
+ "providerNpm": "@ai-sdk/vercel",
2557
+ "reasoning": false,
2558
+ "releaseDate": "2025-08-21",
2559
+ "streamingSupported": true,
2560
+ "temperature": true,
2561
+ "toolCall": true,
2562
+ "vision": false,
2563
+ "icon": "vercel"
2564
+ },
2565
+ {
2566
+ "attachment": false,
2567
+ "cost": {
2568
+ "input": 0.0003,
2569
+ "inputCacheHit": null,
2570
+ "output": 0.0003
2571
+ },
2572
+ "extendedThinking": false,
2573
+ "id": "mistral/mistral-saba-24b",
2574
+ "knowledge": null,
2575
+ "lastUpdated": null,
2576
+ "limit": {
2577
+ "context": 32768,
2578
+ "output": 32768
2579
+ },
2580
+ "modalities": {
2581
+ "input": ["text"],
2582
+ "output": ["text"]
2583
+ },
2584
+ "name": "Mistral Saba 24B",
2585
+ "openWeights": false,
2586
+ "provider": "Vercel",
2587
+ "providerDoc": "https://sdk.vercel.ai/docs",
2588
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2589
+ "providerId": "vercel/mistral",
2590
+ "providerModelsDevId": "vercel",
2591
+ "providerNpm": "@ai-sdk/vercel",
2592
+ "reasoning": false,
2593
+ "releaseDate": "2025-08-14",
2594
+ "streamingSupported": true,
2595
+ "temperature": true,
2596
+ "toolCall": true,
2597
+ "vision": false,
2598
+ "icon": "vercel"
2599
+ },
2600
+ {
2601
+ "attachment": false,
2602
+ "cost": {
2603
+ "input": 0.0003,
2604
+ "inputCacheHit": null,
2605
+ "output": 0.0003
2606
+ },
2607
+ "extendedThinking": false,
2608
+ "id": "mistral/mistral-small",
2609
+ "knowledge": null,
2610
+ "lastUpdated": null,
2611
+ "limit": {
2612
+ "context": 32000,
2613
+ "output": 4000
2614
+ },
2615
+ "modalities": {
2616
+ "input": ["text"],
2617
+ "output": ["text"]
2618
+ },
2619
+ "name": "Mistral Small",
2620
+ "openWeights": false,
2621
+ "provider": "Vercel",
2622
+ "providerDoc": "https://sdk.vercel.ai/docs",
2623
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2624
+ "providerId": "vercel/mistral",
2625
+ "providerModelsDevId": "vercel",
2626
+ "providerNpm": "@ai-sdk/vercel",
2627
+ "reasoning": false,
2628
+ "releaseDate": "2025-08-21",
2629
+ "streamingSupported": true,
2630
+ "temperature": true,
2631
+ "toolCall": true,
2632
+ "vision": false,
2633
+ "icon": "vercel"
2634
+ },
2635
+ {
2636
+ "attachment": false,
2637
+ "cost": {
2638
+ "input": null,
2639
+ "inputCacheHit": null,
2640
+ "output": null
2641
+ },
2642
+ "extendedThinking": false,
2643
+ "id": "mistral/mixtral-8x22b-instruct",
2644
+ "knowledge": null,
2645
+ "lastUpdated": null,
2646
+ "limit": {
2647
+ "context": 65536,
2648
+ "output": 2048
2649
+ },
2650
+ "modalities": {
2651
+ "input": ["text"],
2652
+ "output": ["text"]
2653
+ },
2654
+ "name": "Mixtral MoE 8x22B Instruct",
2655
+ "openWeights": false,
2656
+ "provider": "Vercel",
2657
+ "providerDoc": "https://sdk.vercel.ai/docs",
2658
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2659
+ "providerId": "vercel/mistral",
2660
+ "providerModelsDevId": "vercel",
2661
+ "providerNpm": "@ai-sdk/vercel",
2662
+ "reasoning": false,
2663
+ "releaseDate": "2025-08-21",
2664
+ "streamingSupported": true,
2665
+ "temperature": true,
2666
+ "toolCall": true,
2667
+ "vision": false,
2668
+ "icon": "vercel"
2669
+ },
2670
+ {
2671
+ "attachment": false,
2672
+ "cost": {
2673
+ "input": null,
2674
+ "inputCacheHit": null,
2675
+ "output": null
2676
+ },
2677
+ "extendedThinking": false,
2678
+ "id": "mistral/pixtral-12b",
2679
+ "knowledge": null,
2680
+ "lastUpdated": null,
2681
+ "limit": {
2682
+ "context": 128000,
2683
+ "output": 4000
2684
+ },
2685
+ "modalities": {
2686
+ "input": ["text"],
2687
+ "output": ["text"]
2688
+ },
2689
+ "name": "Pixtral 12B 2409",
2690
+ "openWeights": false,
2691
+ "provider": "Vercel",
2692
+ "providerDoc": "https://sdk.vercel.ai/docs",
2693
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2694
+ "providerId": "vercel/mistral",
2695
+ "providerModelsDevId": "vercel",
2696
+ "providerNpm": "@ai-sdk/vercel",
2697
+ "reasoning": false,
2698
+ "releaseDate": "2025-08-21",
2699
+ "streamingSupported": true,
2700
+ "temperature": true,
2701
+ "toolCall": true,
2702
+ "vision": false,
2703
+ "icon": "vercel"
2704
+ },
2705
+ {
2706
+ "attachment": false,
2707
+ "cost": {
2708
+ "input": null,
2709
+ "inputCacheHit": null,
2710
+ "output": null
2711
+ },
2712
+ "extendedThinking": false,
2713
+ "id": "mistral/pixtral-large",
2714
+ "knowledge": null,
2715
+ "lastUpdated": null,
2716
+ "limit": {
2717
+ "context": 128000,
2718
+ "output": 4000
2719
+ },
2720
+ "modalities": {
2721
+ "input": ["text"],
2722
+ "output": ["text"]
2723
+ },
2724
+ "name": "Pixtral Large",
2725
+ "openWeights": false,
2726
+ "provider": "Vercel",
2727
+ "providerDoc": "https://sdk.vercel.ai/docs",
2728
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2729
+ "providerId": "vercel/mistral",
2730
+ "providerModelsDevId": "vercel",
2731
+ "providerNpm": "@ai-sdk/vercel",
2732
+ "reasoning": false,
2733
+ "releaseDate": "2025-08-21",
2734
+ "streamingSupported": true,
2735
+ "temperature": true,
2736
+ "toolCall": true,
2737
+ "vision": false,
2738
+ "icon": "vercel"
2739
+ },
2740
+ {
2741
+ "attachment": false,
2742
+ "cost": {
2743
+ "input": null,
2744
+ "inputCacheHit": null,
2745
+ "output": null
2746
+ },
2747
+ "extendedThinking": false,
2748
+ "id": "moonshotai/kimi-k2-thinking-turbo",
2749
+ "knowledge": null,
2750
+ "lastUpdated": null,
2751
+ "limit": {
2752
+ "context": 262114,
2753
+ "output": 262114
2754
+ },
2755
+ "modalities": {
2756
+ "input": ["text"],
2757
+ "output": ["text"]
2758
+ },
2759
+ "name": "Kimi K2 Thinking Turbo",
2760
+ "openWeights": false,
2761
+ "provider": "Vercel",
2762
+ "providerDoc": "https://sdk.vercel.ai/docs",
2763
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2764
+ "providerId": "vercel/moonshotai",
2765
+ "providerModelsDevId": "vercel",
2766
+ "providerNpm": "@ai-sdk/vercel",
2767
+ "reasoning": false,
2768
+ "releaseDate": "2025-08-21",
2769
+ "streamingSupported": true,
2770
+ "temperature": true,
2771
+ "toolCall": true,
2772
+ "vision": false,
2773
+ "icon": "vercel"
2774
+ },
2775
+ {
2776
+ "attachment": false,
2777
+ "cost": {
2778
+ "input": null,
2779
+ "inputCacheHit": null,
2780
+ "output": null
2781
+ },
2782
+ "extendedThinking": false,
2783
+ "id": "moonshotai/kimi-k2-turbo",
2784
+ "knowledge": null,
2785
+ "lastUpdated": null,
2786
+ "limit": {
2787
+ "context": 256000,
2788
+ "output": 16384
2789
+ },
2790
+ "modalities": {
2791
+ "input": ["text"],
2792
+ "output": ["text"]
2793
+ },
2794
+ "name": "Kimi K2 Turbo",
2795
+ "openWeights": false,
2796
+ "provider": "Vercel",
2797
+ "providerDoc": "https://sdk.vercel.ai/docs",
2798
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2799
+ "providerId": "vercel/moonshotai",
2800
+ "providerModelsDevId": "vercel",
2801
+ "providerNpm": "@ai-sdk/vercel",
2802
+ "reasoning": false,
2803
+ "releaseDate": "2025-08-21",
2804
+ "streamingSupported": true,
2805
+ "temperature": true,
2806
+ "toolCall": true,
2807
+ "vision": false,
2808
+ "icon": "vercel"
2809
+ },
2810
+ {
2811
+ "attachment": false,
2812
+ "cost": {
2813
+ "input": 0.00125,
2814
+ "inputCacheHit": null,
2815
+ "output": 0.01
2816
+ },
2817
+ "extendedThinking": false,
2818
+ "id": "openai/gpt-5.1-instant",
2819
+ "knowledge": null,
2820
+ "lastUpdated": null,
2821
+ "limit": {
2822
+ "context": 128000,
2823
+ "output": 16384
2824
+ },
2825
+ "modalities": {
2826
+ "input": ["text"],
2827
+ "output": ["text"]
2828
+ },
2829
+ "name": "GPT-5.1 Instant",
2830
+ "openWeights": false,
2831
+ "provider": "Vercel",
2832
+ "providerDoc": "https://sdk.vercel.ai/docs",
2833
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2834
+ "providerId": "vercel/openai",
2835
+ "providerModelsDevId": "vercel",
2836
+ "providerNpm": "@ai-sdk/vercel",
2837
+ "reasoning": false,
2838
+ "releaseDate": "2025-08-21",
2839
+ "streamingSupported": true,
2840
+ "temperature": true,
2841
+ "toolCall": true,
2842
+ "vision": false,
2843
+ "icon": "vercel"
2844
+ },
2845
+ {
2846
+ "attachment": false,
2847
+ "cost": {
2848
+ "input": null,
2849
+ "inputCacheHit": null,
2850
+ "output": null
2851
+ },
2852
+ "extendedThinking": false,
2853
+ "id": "openai/gpt-5.1-thinking",
2854
+ "knowledge": null,
2855
+ "lastUpdated": null,
2856
+ "limit": {
2857
+ "context": 400000,
2858
+ "output": 128000
2859
+ },
2860
+ "modalities": {
2861
+ "input": ["text"],
2862
+ "output": ["text"]
2863
+ },
2864
+ "name": "GPT 5.1 Thinking",
2865
+ "openWeights": false,
2866
+ "provider": "Vercel",
2867
+ "providerDoc": "https://sdk.vercel.ai/docs",
2868
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2869
+ "providerId": "vercel/openai",
2870
+ "providerModelsDevId": "vercel",
2871
+ "providerNpm": "@ai-sdk/vercel",
2872
+ "reasoning": false,
2873
+ "releaseDate": "2025-08-21",
2874
+ "streamingSupported": true,
2875
+ "temperature": true,
2876
+ "toolCall": true,
2877
+ "vision": false,
2878
+ "icon": "vercel"
2879
+ },
2880
+ {
2881
+ "attachment": false,
2882
+ "cost": {
2883
+ "input": 0.00013,
2884
+ "inputCacheHit": null,
2885
+ "output": 0
2886
+ },
2887
+ "extendedThinking": false,
2888
+ "id": "openai/text-embedding-3-large",
2889
+ "knowledge": null,
2890
+ "lastUpdated": null,
2891
+ "limit": {
2892
+ "context": null,
2893
+ "output": null
2894
+ },
2895
+ "modalities": {
2896
+ "input": ["text"],
2897
+ "output": ["text"]
2898
+ },
2899
+ "name": "text-embedding-3-large",
2900
+ "openWeights": false,
2901
+ "provider": "Vercel",
2902
+ "providerDoc": "https://sdk.vercel.ai/docs",
2903
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2904
+ "providerId": "vercel/openai",
2905
+ "providerModelsDevId": "vercel",
2906
+ "providerNpm": "@ai-sdk/vercel",
2907
+ "reasoning": false,
2908
+ "releaseDate": "2025-08-21",
2909
+ "streamingSupported": true,
2910
+ "temperature": true,
2911
+ "toolCall": true,
2912
+ "vision": false,
2913
+ "icon": "vercel"
2914
+ },
2915
+ {
2916
+ "attachment": false,
2917
+ "cost": {
2918
+ "input": 0.00002,
2919
+ "inputCacheHit": null,
2920
+ "output": 0
2921
+ },
2922
+ "extendedThinking": false,
2923
+ "id": "openai/text-embedding-3-small",
2924
+ "knowledge": null,
2925
+ "lastUpdated": null,
2926
+ "limit": {
2927
+ "context": null,
2928
+ "output": null
2929
+ },
2930
+ "modalities": {
2931
+ "input": ["text"],
2932
+ "output": ["text"]
2933
+ },
2934
+ "name": "text-embedding-3-small",
2935
+ "openWeights": false,
2936
+ "provider": "Vercel",
2937
+ "providerDoc": "https://sdk.vercel.ai/docs",
2938
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2939
+ "providerId": "vercel/openai",
2940
+ "providerModelsDevId": "vercel",
2941
+ "providerNpm": "@ai-sdk/vercel",
2942
+ "reasoning": false,
2943
+ "releaseDate": "2025-08-21",
2944
+ "streamingSupported": true,
2945
+ "temperature": true,
2946
+ "toolCall": true,
2947
+ "vision": false,
2948
+ "icon": "vercel"
2949
+ },
2950
+ {
2951
+ "attachment": false,
2952
+ "cost": {
2953
+ "input": 0.0004,
2954
+ "inputCacheHit": null,
2955
+ "output": 0.0004
2956
+ },
2957
+ "extendedThinking": false,
2958
+ "id": "openai/text-embedding-ada-002",
2959
+ "knowledge": null,
2960
+ "lastUpdated": null,
2961
+ "limit": {
2962
+ "context": null,
2963
+ "output": null
2964
+ },
2965
+ "modalities": {
2966
+ "input": ["text"],
2967
+ "output": ["text"]
2968
+ },
2969
+ "name": "text-embedding-ada-002",
2970
+ "openWeights": false,
2971
+ "provider": "Vercel",
2972
+ "providerDoc": "https://sdk.vercel.ai/docs",
2973
+ "providerEnv": ["VERCEL_AI_API_KEY"],
2974
+ "providerId": "vercel/openai",
2975
+ "providerModelsDevId": "vercel",
2976
+ "providerNpm": "@ai-sdk/vercel",
2977
+ "reasoning": false,
2978
+ "releaseDate": "2025-08-21",
2979
+ "streamingSupported": true,
2980
+ "temperature": true,
2981
+ "toolCall": true,
2982
+ "vision": false,
2983
+ "icon": "vercel"
2984
+ },
2985
+ {
2986
+ "attachment": false,
2987
+ "cost": {
2988
+ "input": null,
2989
+ "inputCacheHit": null,
2990
+ "output": null
2991
+ },
2992
+ "extendedThinking": false,
2993
+ "id": "stealth/sonoma-dusk-alpha",
2994
+ "knowledge": null,
2995
+ "lastUpdated": null,
2996
+ "limit": {
2997
+ "context": 2000000,
2998
+ "output": 131072
2999
+ },
3000
+ "modalities": {
3001
+ "input": ["text"],
3002
+ "output": ["text"]
3003
+ },
3004
+ "name": "Sonoma Dusk Alpha",
3005
+ "openWeights": false,
3006
+ "provider": "Vercel",
3007
+ "providerDoc": "https://sdk.vercel.ai/docs",
3008
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3009
+ "providerId": "vercel/stealth",
3010
+ "providerModelsDevId": "vercel",
3011
+ "providerNpm": "@ai-sdk/vercel",
3012
+ "reasoning": false,
3013
+ "releaseDate": "2025-08-21",
3014
+ "streamingSupported": true,
3015
+ "temperature": true,
3016
+ "toolCall": true,
3017
+ "vision": false,
3018
+ "icon": "vercel"
3019
+ },
3020
+ {
3021
+ "attachment": false,
3022
+ "cost": {
3023
+ "input": null,
3024
+ "inputCacheHit": null,
3025
+ "output": null
3026
+ },
3027
+ "extendedThinking": false,
3028
+ "id": "stealth/sonoma-sky-alpha",
3029
+ "knowledge": null,
3030
+ "lastUpdated": null,
3031
+ "limit": {
3032
+ "context": 2000000,
3033
+ "output": 131072
3034
+ },
3035
+ "modalities": {
3036
+ "input": ["text"],
3037
+ "output": ["text"]
3038
+ },
3039
+ "name": "Sonoma Sky Alpha",
3040
+ "openWeights": false,
3041
+ "provider": "Vercel",
3042
+ "providerDoc": "https://sdk.vercel.ai/docs",
3043
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3044
+ "providerId": "vercel/stealth",
3045
+ "providerModelsDevId": "vercel",
3046
+ "providerNpm": "@ai-sdk/vercel",
3047
+ "reasoning": false,
3048
+ "releaseDate": "2025-08-21",
3049
+ "streamingSupported": true,
3050
+ "temperature": true,
3051
+ "toolCall": true,
3052
+ "vision": false,
3053
+ "icon": "vercel"
3054
+ },
3055
+ {
3056
+ "attachment": false,
3057
+ "cost": {
3058
+ "input": 0.003,
3059
+ "inputCacheHit": null,
3060
+ "output": 0.015
3061
+ },
3062
+ "extendedThinking": false,
3063
+ "id": "vercel/v0-1.0-md",
3064
+ "knowledge": null,
3065
+ "lastUpdated": null,
3066
+ "limit": {
3067
+ "context": 128000,
3068
+ "output": 32000
3069
+ },
3070
+ "modalities": {
3071
+ "input": ["text"],
3072
+ "output": ["text"]
3073
+ },
3074
+ "name": "v0-1.0-md",
3075
+ "openWeights": false,
3076
+ "provider": "Vercel",
3077
+ "providerDoc": "https://sdk.vercel.ai/docs",
3078
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3079
+ "providerId": "vercel",
3080
+ "providerModelsDevId": "vercel",
3081
+ "providerNpm": "@ai-sdk/vercel",
3082
+ "reasoning": false,
3083
+ "releaseDate": "2025-08-21",
3084
+ "streamingSupported": true,
3085
+ "temperature": true,
3086
+ "toolCall": true,
3087
+ "vision": false,
3088
+ "icon": "vercel"
3089
+ },
3090
+ {
3091
+ "attachment": false,
3092
+ "cost": {
3093
+ "input": 0.003,
3094
+ "inputCacheHit": null,
3095
+ "output": 0.015
3096
+ },
3097
+ "extendedThinking": false,
3098
+ "id": "vercel/v0-1.5-md",
3099
+ "knowledge": null,
3100
+ "lastUpdated": null,
3101
+ "limit": {
3102
+ "context": 128000,
3103
+ "output": 32768
3104
+ },
3105
+ "modalities": {
3106
+ "input": ["text"],
3107
+ "output": ["text"]
3108
+ },
3109
+ "name": "v0-1.5-md",
3110
+ "openWeights": false,
3111
+ "provider": "Vercel",
3112
+ "providerDoc": "https://sdk.vercel.ai/docs",
3113
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3114
+ "providerId": "vercel",
3115
+ "providerModelsDevId": "vercel",
3116
+ "providerNpm": "@ai-sdk/vercel",
3117
+ "reasoning": false,
3118
+ "releaseDate": "2025-08-21",
3119
+ "streamingSupported": true,
3120
+ "temperature": true,
3121
+ "toolCall": true,
3122
+ "vision": false,
3123
+ "icon": "vercel"
3124
+ },
3125
+ {
3126
+ "attachment": false,
3127
+ "cost": {
3128
+ "input": null,
3129
+ "inputCacheHit": null,
3130
+ "output": null
3131
+ },
3132
+ "extendedThinking": false,
3133
+ "id": "voyage/voyage-3.5",
3134
+ "knowledge": null,
3135
+ "lastUpdated": null,
3136
+ "limit": {
3137
+ "context": null,
3138
+ "output": null
3139
+ },
3140
+ "modalities": {
3141
+ "input": ["text"],
3142
+ "output": ["text"]
3143
+ },
3144
+ "name": "voyage-3.5",
3145
+ "openWeights": false,
3146
+ "provider": "Vercel",
3147
+ "providerDoc": "https://sdk.vercel.ai/docs",
3148
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3149
+ "providerId": "vercel/voyage",
3150
+ "providerModelsDevId": "vercel",
3151
+ "providerNpm": "@ai-sdk/vercel",
3152
+ "reasoning": false,
3153
+ "releaseDate": "2025-08-21",
3154
+ "streamingSupported": true,
3155
+ "temperature": true,
3156
+ "toolCall": true,
3157
+ "vision": false,
3158
+ "icon": "vercel"
3159
+ },
3160
+ {
3161
+ "attachment": false,
3162
+ "cost": {
3163
+ "input": null,
3164
+ "inputCacheHit": null,
3165
+ "output": null
3166
+ },
3167
+ "extendedThinking": false,
3168
+ "id": "voyage/voyage-3.5-lite",
3169
+ "knowledge": null,
3170
+ "lastUpdated": null,
3171
+ "limit": {
3172
+ "context": null,
3173
+ "output": null
3174
+ },
3175
+ "modalities": {
3176
+ "input": ["text"],
3177
+ "output": ["text"]
3178
+ },
3179
+ "name": "voyage-3.5-lite",
3180
+ "openWeights": false,
3181
+ "provider": "Vercel",
3182
+ "providerDoc": "https://sdk.vercel.ai/docs",
3183
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3184
+ "providerId": "vercel/voyage",
3185
+ "providerModelsDevId": "vercel",
3186
+ "providerNpm": "@ai-sdk/vercel",
3187
+ "reasoning": false,
3188
+ "releaseDate": "2025-08-21",
3189
+ "streamingSupported": true,
3190
+ "temperature": true,
3191
+ "toolCall": true,
3192
+ "vision": false,
3193
+ "icon": "vercel"
3194
+ },
3195
+ {
3196
+ "attachment": false,
3197
+ "cost": {
3198
+ "input": null,
3199
+ "inputCacheHit": null,
3200
+ "output": null
3201
+ },
3202
+ "extendedThinking": false,
3203
+ "id": "voyage/voyage-3-large",
3204
+ "knowledge": null,
3205
+ "lastUpdated": null,
3206
+ "limit": {
3207
+ "context": null,
3208
+ "output": null
3209
+ },
3210
+ "modalities": {
3211
+ "input": ["text"],
3212
+ "output": ["text"]
3213
+ },
3214
+ "name": "voyage-3-large",
3215
+ "openWeights": false,
3216
+ "provider": "Vercel",
3217
+ "providerDoc": "https://sdk.vercel.ai/docs",
3218
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3219
+ "providerId": "vercel/voyage",
3220
+ "providerModelsDevId": "vercel",
3221
+ "providerNpm": "@ai-sdk/vercel",
3222
+ "reasoning": false,
3223
+ "releaseDate": "2025-08-21",
3224
+ "streamingSupported": true,
3225
+ "temperature": true,
3226
+ "toolCall": true,
3227
+ "vision": false,
3228
+ "icon": "vercel"
3229
+ },
3230
+ {
3231
+ "attachment": false,
3232
+ "cost": {
3233
+ "input": null,
3234
+ "inputCacheHit": null,
3235
+ "output": null
3236
+ },
3237
+ "extendedThinking": false,
3238
+ "id": "voyage/voyage-code-2",
3239
+ "knowledge": null,
3240
+ "lastUpdated": null,
3241
+ "limit": {
3242
+ "context": null,
3243
+ "output": null
3244
+ },
3245
+ "modalities": {
3246
+ "input": ["text"],
3247
+ "output": ["text"]
3248
+ },
3249
+ "name": "voyage-code-2",
3250
+ "openWeights": false,
3251
+ "provider": "Vercel",
3252
+ "providerDoc": "https://sdk.vercel.ai/docs",
3253
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3254
+ "providerId": "vercel/voyage",
3255
+ "providerModelsDevId": "vercel",
3256
+ "providerNpm": "@ai-sdk/vercel",
3257
+ "reasoning": false,
3258
+ "releaseDate": "2025-08-21",
3259
+ "streamingSupported": true,
3260
+ "temperature": true,
3261
+ "toolCall": true,
3262
+ "vision": false,
3263
+ "icon": "vercel"
3264
+ },
3265
+ {
3266
+ "attachment": false,
3267
+ "cost": {
3268
+ "input": null,
3269
+ "inputCacheHit": null,
3270
+ "output": null
3271
+ },
3272
+ "extendedThinking": false,
3273
+ "id": "voyage/voyage-code-3",
3274
+ "knowledge": null,
3275
+ "lastUpdated": null,
3276
+ "limit": {
3277
+ "context": null,
3278
+ "output": null
3279
+ },
3280
+ "modalities": {
3281
+ "input": ["text"],
3282
+ "output": ["text"]
3283
+ },
3284
+ "name": "voyage-code-3",
3285
+ "openWeights": false,
3286
+ "provider": "Vercel",
3287
+ "providerDoc": "https://sdk.vercel.ai/docs",
3288
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3289
+ "providerId": "vercel/voyage",
3290
+ "providerModelsDevId": "vercel",
3291
+ "providerNpm": "@ai-sdk/vercel",
3292
+ "reasoning": false,
3293
+ "releaseDate": "2025-08-21",
3294
+ "streamingSupported": true,
3295
+ "temperature": true,
3296
+ "toolCall": true,
3297
+ "vision": false,
3298
+ "icon": "vercel"
3299
+ },
3300
+ {
3301
+ "attachment": false,
3302
+ "cost": {
3303
+ "input": null,
3304
+ "inputCacheHit": null,
3305
+ "output": null
3306
+ },
3307
+ "extendedThinking": false,
3308
+ "id": "voyage/voyage-finance-2",
3309
+ "knowledge": null,
3310
+ "lastUpdated": null,
3311
+ "limit": {
3312
+ "context": null,
3313
+ "output": null
3314
+ },
3315
+ "modalities": {
3316
+ "input": ["text"],
3317
+ "output": ["text"]
3318
+ },
3319
+ "name": "voyage-finance-2",
3320
+ "openWeights": false,
3321
+ "provider": "Vercel",
3322
+ "providerDoc": "https://sdk.vercel.ai/docs",
3323
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3324
+ "providerId": "vercel/voyage",
3325
+ "providerModelsDevId": "vercel",
3326
+ "providerNpm": "@ai-sdk/vercel",
3327
+ "reasoning": false,
3328
+ "releaseDate": "2025-08-21",
3329
+ "streamingSupported": true,
3330
+ "temperature": true,
3331
+ "toolCall": true,
3332
+ "vision": false,
3333
+ "icon": "vercel"
3334
+ },
3335
+ {
3336
+ "attachment": false,
3337
+ "cost": {
3338
+ "input": null,
3339
+ "inputCacheHit": null,
3340
+ "output": null
3341
+ },
3342
+ "extendedThinking": false,
3343
+ "id": "voyage/voyage-law-2",
3344
+ "knowledge": null,
3345
+ "lastUpdated": null,
3346
+ "limit": {
3347
+ "context": null,
3348
+ "output": null
3349
+ },
3350
+ "modalities": {
3351
+ "input": ["text"],
3352
+ "output": ["text"]
3353
+ },
3354
+ "name": "voyage-law-2",
3355
+ "openWeights": false,
3356
+ "provider": "Vercel",
3357
+ "providerDoc": "https://sdk.vercel.ai/docs",
3358
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3359
+ "providerId": "vercel/voyage",
3360
+ "providerModelsDevId": "vercel",
3361
+ "providerNpm": "@ai-sdk/vercel",
3362
+ "reasoning": false,
3363
+ "releaseDate": "2025-08-21",
3364
+ "streamingSupported": true,
3365
+ "temperature": true,
3366
+ "toolCall": true,
3367
+ "vision": false,
3368
+ "icon": "vercel"
3369
+ },
3370
+ {
3371
+ "attachment": false,
3372
+ "cost": {
3373
+ "input": null,
3374
+ "inputCacheHit": null,
3375
+ "output": null
3376
+ },
3377
+ "extendedThinking": false,
3378
+ "id": "xai/grok-2",
3379
+ "knowledge": null,
3380
+ "lastUpdated": null,
3381
+ "limit": {
3382
+ "context": 131072,
3383
+ "output": 4000
3384
+ },
3385
+ "modalities": {
3386
+ "input": ["text"],
3387
+ "output": ["text"]
3388
+ },
3389
+ "name": "Grok 2",
3390
+ "openWeights": false,
3391
+ "provider": "Vercel",
3392
+ "providerDoc": "https://sdk.vercel.ai/docs",
3393
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3394
+ "providerId": "vercel/xai",
3395
+ "providerModelsDevId": "vercel",
3396
+ "providerNpm": "@ai-sdk/vercel",
3397
+ "reasoning": false,
3398
+ "releaseDate": "2025-08-21",
3399
+ "streamingSupported": true,
3400
+ "temperature": true,
3401
+ "toolCall": true,
3402
+ "vision": false,
3403
+ "icon": "vercel"
3404
+ },
3405
+ {
3406
+ "attachment": false,
3407
+ "cost": {
3408
+ "input": null,
3409
+ "inputCacheHit": null,
3410
+ "output": null
3411
+ },
3412
+ "extendedThinking": false,
3413
+ "id": "xai/grok-2-vision",
3414
+ "knowledge": null,
3415
+ "lastUpdated": null,
3416
+ "limit": {
3417
+ "context": 32768,
3418
+ "output": 32768
3419
+ },
3420
+ "modalities": {
3421
+ "input": ["text"],
3422
+ "output": ["text"]
3423
+ },
3424
+ "name": "Grok 2 Vision",
3425
+ "openWeights": false,
3426
+ "provider": "Vercel",
3427
+ "providerDoc": "https://sdk.vercel.ai/docs",
3428
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3429
+ "providerId": "vercel/xai",
3430
+ "providerModelsDevId": "vercel",
3431
+ "providerNpm": "@ai-sdk/vercel",
3432
+ "reasoning": false,
3433
+ "releaseDate": "2025-08-21",
3434
+ "streamingSupported": true,
3435
+ "temperature": true,
3436
+ "toolCall": true,
3437
+ "vision": false,
3438
+ "icon": "vercel"
3439
+ },
3440
+ {
3441
+ "attachment": false,
3442
+ "cost": {
3443
+ "input": null,
3444
+ "inputCacheHit": null,
3445
+ "output": null
3446
+ },
3447
+ "extendedThinking": false,
3448
+ "id": "xai/grok-3",
3449
+ "knowledge": null,
3450
+ "lastUpdated": null,
3451
+ "limit": {
3452
+ "context": 131072,
3453
+ "output": 131072
3454
+ },
3455
+ "modalities": {
3456
+ "input": ["text"],
3457
+ "output": ["text"]
3458
+ },
3459
+ "name": "Grok 3 Beta",
3460
+ "openWeights": false,
3461
+ "provider": "Vercel",
3462
+ "providerDoc": "https://sdk.vercel.ai/docs",
3463
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3464
+ "providerId": "vercel/xai",
3465
+ "providerModelsDevId": "vercel",
3466
+ "providerNpm": "@ai-sdk/vercel",
3467
+ "reasoning": false,
3468
+ "releaseDate": "2025-08-21",
3469
+ "streamingSupported": true,
3470
+ "temperature": true,
3471
+ "toolCall": true,
3472
+ "vision": false,
3473
+ "icon": "vercel"
3474
+ },
3475
+ {
3476
+ "attachment": false,
3477
+ "cost": {
3478
+ "input": null,
3479
+ "inputCacheHit": null,
3480
+ "output": null
3481
+ },
3482
+ "extendedThinking": false,
3483
+ "id": "xai/grok-3-fast",
3484
+ "knowledge": null,
3485
+ "lastUpdated": null,
3486
+ "limit": {
3487
+ "context": 131072,
3488
+ "output": 131072
3489
+ },
3490
+ "modalities": {
3491
+ "input": ["text"],
3492
+ "output": ["text"]
3493
+ },
3494
+ "name": "Grok 3 Fast Beta",
3495
+ "openWeights": false,
3496
+ "provider": "Vercel",
3497
+ "providerDoc": "https://sdk.vercel.ai/docs",
3498
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3499
+ "providerId": "vercel/xai",
3500
+ "providerModelsDevId": "vercel",
3501
+ "providerNpm": "@ai-sdk/vercel",
3502
+ "reasoning": false,
3503
+ "releaseDate": "2025-08-21",
3504
+ "streamingSupported": true,
3505
+ "temperature": true,
3506
+ "toolCall": true,
3507
+ "vision": false,
3508
+ "icon": "vercel"
3509
+ },
3510
+ {
3511
+ "attachment": false,
3512
+ "cost": {
3513
+ "input": null,
3514
+ "inputCacheHit": null,
3515
+ "output": null
3516
+ },
3517
+ "extendedThinking": false,
3518
+ "id": "xai/grok-3-mini",
3519
+ "knowledge": null,
3520
+ "lastUpdated": null,
3521
+ "limit": {
3522
+ "context": 131072,
3523
+ "output": 131072
3524
+ },
3525
+ "modalities": {
3526
+ "input": ["text"],
3527
+ "output": ["text"]
3528
+ },
3529
+ "name": "Grok 3 Mini Beta",
3530
+ "openWeights": false,
3531
+ "provider": "Vercel",
3532
+ "providerDoc": "https://sdk.vercel.ai/docs",
3533
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3534
+ "providerId": "vercel/xai",
3535
+ "providerModelsDevId": "vercel",
3536
+ "providerNpm": "@ai-sdk/vercel",
3537
+ "reasoning": false,
3538
+ "releaseDate": "2025-08-21",
3539
+ "streamingSupported": true,
3540
+ "temperature": true,
3541
+ "toolCall": true,
3542
+ "vision": false,
3543
+ "icon": "vercel"
3544
+ },
3545
+ {
3546
+ "attachment": false,
3547
+ "cost": {
3548
+ "input": null,
3549
+ "inputCacheHit": null,
3550
+ "output": null
3551
+ },
3552
+ "extendedThinking": false,
3553
+ "id": "xai/grok-3-mini-fast",
3554
+ "knowledge": null,
3555
+ "lastUpdated": null,
3556
+ "limit": {
3557
+ "context": 131072,
3558
+ "output": 131072
3559
+ },
3560
+ "modalities": {
3561
+ "input": ["text"],
3562
+ "output": ["text"]
3563
+ },
3564
+ "name": "Grok 3 Mini Fast Beta",
3565
+ "openWeights": false,
3566
+ "provider": "Vercel",
3567
+ "providerDoc": "https://sdk.vercel.ai/docs",
3568
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3569
+ "providerId": "vercel/xai",
3570
+ "providerModelsDevId": "vercel",
3571
+ "providerNpm": "@ai-sdk/vercel",
3572
+ "reasoning": false,
3573
+ "releaseDate": "2025-08-21",
3574
+ "streamingSupported": true,
3575
+ "temperature": true,
3576
+ "toolCall": true,
3577
+ "vision": false,
3578
+ "icon": "vercel"
3579
+ },
3580
+ {
3581
+ "attachment": false,
3582
+ "cost": {
3583
+ "input": null,
3584
+ "inputCacheHit": null,
3585
+ "output": null
3586
+ },
3587
+ "extendedThinking": false,
3588
+ "id": "xai/grok-4",
3589
+ "knowledge": null,
3590
+ "lastUpdated": null,
3591
+ "limit": {
3592
+ "context": 256000,
3593
+ "output": 256000
3594
+ },
3595
+ "modalities": {
3596
+ "input": ["text"],
3597
+ "output": ["text"]
3598
+ },
3599
+ "name": "Grok 4",
3600
+ "openWeights": false,
3601
+ "provider": "Vercel",
3602
+ "providerDoc": "https://sdk.vercel.ai/docs",
3603
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3604
+ "providerId": "vercel/xai",
3605
+ "providerModelsDevId": "vercel",
3606
+ "providerNpm": "@ai-sdk/vercel",
3607
+ "reasoning": false,
3608
+ "releaseDate": "2025-08-21",
3609
+ "streamingSupported": true,
3610
+ "temperature": true,
3611
+ "toolCall": true,
3612
+ "vision": false,
3613
+ "icon": "vercel"
3614
+ },
3615
+ {
3616
+ "attachment": false,
3617
+ "cost": {
3618
+ "input": null,
3619
+ "inputCacheHit": null,
3620
+ "output": null
3621
+ },
3622
+ "extendedThinking": false,
3623
+ "id": "xai/grok-4.1-fast-non-reasoning",
3624
+ "knowledge": null,
3625
+ "lastUpdated": null,
3626
+ "limit": {
3627
+ "context": 2000000,
3628
+ "output": 30000
3629
+ },
3630
+ "modalities": {
3631
+ "input": ["text"],
3632
+ "output": ["text"]
3633
+ },
3634
+ "name": "Grok 4.1 Fast Non-Reasoning",
3635
+ "openWeights": false,
3636
+ "provider": "Vercel",
3637
+ "providerDoc": "https://sdk.vercel.ai/docs",
3638
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3639
+ "providerId": "vercel/xai",
3640
+ "providerModelsDevId": "vercel",
3641
+ "providerNpm": "@ai-sdk/vercel",
3642
+ "reasoning": false,
3643
+ "releaseDate": "2025-08-21",
3644
+ "streamingSupported": true,
3645
+ "temperature": true,
3646
+ "toolCall": true,
3647
+ "vision": false,
3648
+ "icon": "vercel"
3649
+ },
3650
+ {
3651
+ "attachment": false,
3652
+ "cost": {
3653
+ "input": null,
3654
+ "inputCacheHit": null,
3655
+ "output": null
3656
+ },
3657
+ "extendedThinking": false,
3658
+ "id": "xai/grok-4.1-fast-reasoning",
3659
+ "knowledge": null,
3660
+ "lastUpdated": null,
3661
+ "limit": {
3662
+ "context": 2000000,
3663
+ "output": 30000
3664
+ },
3665
+ "modalities": {
3666
+ "input": ["text"],
3667
+ "output": ["text"]
3668
+ },
3669
+ "name": "Grok 4.1 Fast Reasoning",
3670
+ "openWeights": false,
3671
+ "provider": "Vercel",
3672
+ "providerDoc": "https://sdk.vercel.ai/docs",
3673
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3674
+ "providerId": "vercel/xai",
3675
+ "providerModelsDevId": "vercel",
3676
+ "providerNpm": "@ai-sdk/vercel",
3677
+ "reasoning": false,
3678
+ "releaseDate": "2025-08-21",
3679
+ "streamingSupported": true,
3680
+ "temperature": true,
3681
+ "toolCall": true,
3682
+ "vision": false,
3683
+ "icon": "vercel"
3684
+ },
3685
+ {
3686
+ "attachment": false,
3687
+ "cost": {
3688
+ "input": null,
3689
+ "inputCacheHit": null,
3690
+ "output": null
3691
+ },
3692
+ "extendedThinking": false,
3693
+ "id": "xai/grok-4-fast-non-reasoning",
3694
+ "knowledge": null,
3695
+ "lastUpdated": null,
3696
+ "limit": {
3697
+ "context": 2000000,
3698
+ "output": 256000
3699
+ },
3700
+ "modalities": {
3701
+ "input": ["text"],
3702
+ "output": ["text"]
3703
+ },
3704
+ "name": "Grok 4 Fast Non-Reasoning",
3705
+ "openWeights": false,
3706
+ "provider": "Vercel",
3707
+ "providerDoc": "https://sdk.vercel.ai/docs",
3708
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3709
+ "providerId": "vercel/xai",
3710
+ "providerModelsDevId": "vercel",
3711
+ "providerNpm": "@ai-sdk/vercel",
3712
+ "reasoning": false,
3713
+ "releaseDate": "2025-08-21",
3714
+ "streamingSupported": true,
3715
+ "temperature": true,
3716
+ "toolCall": true,
3717
+ "vision": false,
3718
+ "icon": "vercel"
3719
+ },
3720
+ {
3721
+ "attachment": false,
3722
+ "cost": {
3723
+ "input": null,
3724
+ "inputCacheHit": null,
3725
+ "output": null
3726
+ },
3727
+ "extendedThinking": false,
3728
+ "id": "xai/grok-4-fast-reasoning",
3729
+ "knowledge": null,
3730
+ "lastUpdated": null,
3731
+ "limit": {
3732
+ "context": 2000000,
3733
+ "output": 256000
3734
+ },
3735
+ "modalities": {
3736
+ "input": ["text"],
3737
+ "output": ["text"]
3738
+ },
3739
+ "name": "Grok 4 Fast Reasoning",
3740
+ "openWeights": false,
3741
+ "provider": "Vercel",
3742
+ "providerDoc": "https://sdk.vercel.ai/docs",
3743
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3744
+ "providerId": "vercel/xai",
3745
+ "providerModelsDevId": "vercel",
3746
+ "providerNpm": "@ai-sdk/vercel",
3747
+ "reasoning": false,
3748
+ "releaseDate": "2025-08-21",
3749
+ "streamingSupported": true,
3750
+ "temperature": true,
3751
+ "toolCall": true,
3752
+ "vision": false,
3753
+ "icon": "vercel"
3754
+ },
3755
+ {
3756
+ "attachment": false,
3757
+ "cost": {
3758
+ "input": null,
3759
+ "inputCacheHit": null,
3760
+ "output": null
3761
+ },
3762
+ "extendedThinking": false,
3763
+ "id": "xai/grok-code-fast-1",
3764
+ "knowledge": null,
3765
+ "lastUpdated": null,
3766
+ "limit": {
3767
+ "context": 256000,
3768
+ "output": 256000
3769
+ },
3770
+ "modalities": {
3771
+ "input": ["text"],
3772
+ "output": ["text"]
3773
+ },
3774
+ "name": "Grok Code Fast 1",
3775
+ "openWeights": false,
3776
+ "provider": "Vercel",
3777
+ "providerDoc": "https://sdk.vercel.ai/docs",
3778
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3779
+ "providerId": "vercel/xai",
3780
+ "providerModelsDevId": "vercel",
3781
+ "providerNpm": "@ai-sdk/vercel",
3782
+ "reasoning": false,
3783
+ "releaseDate": "2025-08-21",
3784
+ "streamingSupported": true,
3785
+ "temperature": true,
3786
+ "toolCall": true,
3787
+ "vision": false,
3788
+ "icon": "vercel"
3789
+ },
3790
+ {
3791
+ "attachment": false,
3792
+ "cost": {
3793
+ "input": null,
3794
+ "inputCacheHit": null,
3795
+ "output": null
3796
+ },
3797
+ "extendedThinking": false,
3798
+ "id": "xiaomi/mimo-v2-flash",
3799
+ "knowledge": null,
3800
+ "lastUpdated": null,
3801
+ "limit": {
3802
+ "context": 262144,
3803
+ "output": 32000
3804
+ },
3805
+ "modalities": {
3806
+ "input": ["text"],
3807
+ "output": ["text"]
3808
+ },
3809
+ "name": "MiMo V2 Flash",
3810
+ "openWeights": false,
3811
+ "provider": "Vercel",
3812
+ "providerDoc": "https://sdk.vercel.ai/docs",
3813
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3814
+ "providerId": "vercel/xiaomi",
3815
+ "providerModelsDevId": "vercel",
3816
+ "providerNpm": "@ai-sdk/vercel",
3817
+ "reasoning": false,
3818
+ "releaseDate": "2025-08-21",
3819
+ "streamingSupported": true,
3820
+ "temperature": true,
3821
+ "toolCall": true,
3822
+ "vision": false,
3823
+ "icon": "vercel"
3824
+ },
3825
+ {
3826
+ "attachment": false,
3827
+ "cost": {
3828
+ "input": 0.0003,
3829
+ "inputCacheHit": null,
3830
+ "output": 0.0015
3831
+ },
3832
+ "extendedThinking": false,
3833
+ "id": "zai/glm-4.5",
3834
+ "knowledge": null,
3835
+ "lastUpdated": null,
3836
+ "limit": {
3837
+ "context": 131072,
3838
+ "output": 131072
3839
+ },
3840
+ "modalities": {
3841
+ "input": ["text"],
3842
+ "output": ["text"]
3843
+ },
3844
+ "name": "GLM-4.5",
3845
+ "openWeights": false,
3846
+ "provider": "Vercel",
3847
+ "providerDoc": "https://sdk.vercel.ai/docs",
3848
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3849
+ "providerId": "vercel/zai",
3850
+ "providerModelsDevId": "vercel",
3851
+ "providerNpm": "@ai-sdk/vercel",
3852
+ "reasoning": false,
3853
+ "releaseDate": "2025-08-21",
3854
+ "streamingSupported": true,
3855
+ "temperature": true,
3856
+ "toolCall": true,
3857
+ "vision": false,
3858
+ "icon": "vercel"
3859
+ },
3860
+ {
3861
+ "attachment": false,
3862
+ "cost": {
3863
+ "input": null,
3864
+ "inputCacheHit": null,
3865
+ "output": null
3866
+ },
3867
+ "extendedThinking": false,
3868
+ "id": "zai/glm-4.5-air",
3869
+ "knowledge": null,
3870
+ "lastUpdated": null,
3871
+ "limit": {
3872
+ "context": 128000,
3873
+ "output": 96000
3874
+ },
3875
+ "modalities": {
3876
+ "input": ["text"],
3877
+ "output": ["text"]
3878
+ },
3879
+ "name": "GLM 4.5 Air",
3880
+ "openWeights": false,
3881
+ "provider": "Vercel",
3882
+ "providerDoc": "https://sdk.vercel.ai/docs",
3883
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3884
+ "providerId": "vercel/zai",
3885
+ "providerModelsDevId": "vercel",
3886
+ "providerNpm": "@ai-sdk/vercel",
3887
+ "reasoning": false,
3888
+ "releaseDate": "2025-08-21",
3889
+ "streamingSupported": true,
3890
+ "temperature": true,
3891
+ "toolCall": true,
3892
+ "vision": false,
3893
+ "icon": "vercel"
3894
+ },
3895
+ {
3896
+ "attachment": false,
3897
+ "cost": {
3898
+ "input": null,
3899
+ "inputCacheHit": null,
3900
+ "output": null
3901
+ },
3902
+ "extendedThinking": false,
3903
+ "id": "zai/glm-4.5v",
3904
+ "knowledge": null,
3905
+ "lastUpdated": null,
3906
+ "limit": {
3907
+ "context": 65536,
3908
+ "output": 66000
3909
+ },
3910
+ "modalities": {
3911
+ "input": ["text"],
3912
+ "output": ["text"]
3913
+ },
3914
+ "name": "GLM 4.5V",
3915
+ "openWeights": false,
3916
+ "provider": "Vercel",
3917
+ "providerDoc": "https://sdk.vercel.ai/docs",
3918
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3919
+ "providerId": "vercel/zai",
3920
+ "providerModelsDevId": "vercel",
3921
+ "providerNpm": "@ai-sdk/vercel",
3922
+ "reasoning": false,
3923
+ "releaseDate": "2025-08-21",
3924
+ "streamingSupported": true,
3925
+ "temperature": true,
3926
+ "toolCall": true,
3927
+ "vision": false,
3928
+ "icon": "vercel"
3929
+ },
3930
+ {
3931
+ "attachment": false,
3932
+ "cost": {
3933
+ "input": null,
3934
+ "inputCacheHit": null,
3935
+ "output": null
3936
+ },
3937
+ "extendedThinking": false,
3938
+ "id": "zai/glm-4.6",
3939
+ "knowledge": null,
3940
+ "lastUpdated": null,
3941
+ "limit": {
3942
+ "context": 200000,
3943
+ "output": 96000
3944
+ },
3945
+ "modalities": {
3946
+ "input": ["text"],
3947
+ "output": ["text"]
3948
+ },
3949
+ "name": "GLM 4.6",
3950
+ "openWeights": false,
3951
+ "provider": "Vercel",
3952
+ "providerDoc": "https://sdk.vercel.ai/docs",
3953
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3954
+ "providerId": "vercel/zai",
3955
+ "providerModelsDevId": "vercel",
3956
+ "providerNpm": "@ai-sdk/vercel",
3957
+ "reasoning": false,
3958
+ "releaseDate": "2025-08-21",
3959
+ "streamingSupported": true,
3960
+ "temperature": true,
3961
+ "toolCall": true,
3962
+ "vision": false,
3963
+ "icon": "vercel"
3964
+ },
3965
+ {
3966
+ "attachment": false,
3967
+ "cost": {
3968
+ "input": null,
3969
+ "inputCacheHit": null,
3970
+ "output": null
3971
+ },
3972
+ "extendedThinking": false,
3973
+ "id": "zai/glm-4.6v",
3974
+ "knowledge": null,
3975
+ "lastUpdated": null,
3976
+ "limit": {
3977
+ "context": 128000,
3978
+ "output": 24000
3979
+ },
3980
+ "modalities": {
3981
+ "input": ["text"],
3982
+ "output": ["text"]
3983
+ },
3984
+ "name": "GLM-4.6V",
3985
+ "openWeights": false,
3986
+ "provider": "Vercel",
3987
+ "providerDoc": "https://sdk.vercel.ai/docs",
3988
+ "providerEnv": ["VERCEL_AI_API_KEY"],
3989
+ "providerId": "vercel/zai",
3990
+ "providerModelsDevId": "vercel",
3991
+ "providerNpm": "@ai-sdk/vercel",
3992
+ "reasoning": false,
3993
+ "releaseDate": "2025-08-21",
3994
+ "streamingSupported": true,
3995
+ "temperature": true,
3996
+ "toolCall": true,
3997
+ "vision": false,
3998
+ "icon": "vercel"
3999
+ },
4000
+ {
4001
+ "attachment": false,
4002
+ "cost": {
4003
+ "input": null,
4004
+ "inputCacheHit": null,
4005
+ "output": null
4006
+ },
4007
+ "extendedThinking": false,
4008
+ "id": "zai/glm-4.6v-flash",
4009
+ "knowledge": null,
4010
+ "lastUpdated": null,
4011
+ "limit": {
4012
+ "context": 128000,
4013
+ "output": 24000
4014
+ },
4015
+ "modalities": {
4016
+ "input": ["text"],
4017
+ "output": ["text"]
4018
+ },
4019
+ "name": "GLM-4.6V-Flash",
4020
+ "openWeights": false,
4021
+ "provider": "Vercel",
4022
+ "providerDoc": "https://sdk.vercel.ai/docs",
4023
+ "providerEnv": ["VERCEL_AI_API_KEY"],
4024
+ "providerId": "vercel/zai",
4025
+ "providerModelsDevId": "vercel",
4026
+ "providerNpm": "@ai-sdk/vercel",
4027
+ "reasoning": false,
4028
+ "releaseDate": "2025-08-21",
4029
+ "streamingSupported": true,
4030
+ "temperature": true,
4031
+ "toolCall": true,
4032
+ "vision": false,
4033
+ "icon": "vercel"
4034
+ },
4035
+ {
4036
+ "attachment": false,
4037
+ "cost": {
4038
+ "input": null,
4039
+ "inputCacheHit": null,
4040
+ "output": null
4041
+ },
4042
+ "extendedThinking": false,
4043
+ "id": "zai/glm-4.7",
4044
+ "knowledge": null,
4045
+ "lastUpdated": null,
4046
+ "limit": {
4047
+ "context": 202752,
4048
+ "output": 120000
4049
+ },
4050
+ "modalities": {
4051
+ "input": ["text"],
4052
+ "output": ["text"]
4053
+ },
4054
+ "name": "GLM 4.7",
4055
+ "openWeights": false,
4056
+ "provider": "Vercel",
4057
+ "providerDoc": "https://sdk.vercel.ai/docs",
4058
+ "providerEnv": ["VERCEL_AI_API_KEY"],
4059
+ "providerId": "vercel/zai",
4060
+ "providerModelsDevId": "vercel",
4061
+ "providerNpm": "@ai-sdk/vercel",
4062
+ "reasoning": false,
4063
+ "releaseDate": "2025-08-21",
4064
+ "streamingSupported": true,
4065
+ "temperature": true,
4066
+ "toolCall": true,
4067
+ "vision": false,
4068
+ "icon": "vercel"
4069
+ }
4070
+ ]
4071
+ }