@anolilab/ai-model-registry 1.3.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/CHANGELOG.md +62 -0
  2. package/LICENSE.md +8 -13
  3. package/MIGRATION.md +474 -0
  4. package/README.md +275 -200
  5. package/dist/icons-sprite.d.ts +1 -1
  6. package/dist/icons-sprite.js +11 -11
  7. package/dist/index.d.ts +16 -16
  8. package/dist/index.js +1 -16
  9. package/dist/packem_chunks/alibaba.js +1 -0
  10. package/dist/packem_chunks/amazon-bedrock.js +1 -0
  11. package/dist/packem_chunks/anthropic.js +1 -0
  12. package/dist/packem_chunks/api.js +75 -0
  13. package/dist/packem_chunks/azure-open-ai.js +1 -0
  14. package/dist/packem_chunks/cerebras.js +1 -0
  15. package/dist/packem_chunks/chutes.js +1 -0
  16. package/dist/packem_chunks/cloudflare.js +3 -0
  17. package/dist/packem_chunks/deep-infra.js +1 -0
  18. package/dist/packem_chunks/deep-seek.js +1 -0
  19. package/dist/packem_chunks/fireworks-ai.js +1 -0
  20. package/dist/packem_chunks/git-hub-copilot.js +1 -0
  21. package/dist/packem_chunks/git-hub-models.js +1 -0
  22. package/dist/packem_chunks/google-partner.js +1 -0
  23. package/dist/packem_chunks/google-vertex.js +1 -0
  24. package/dist/packem_chunks/google.js +1 -0
  25. package/dist/packem_chunks/groq.js +1 -0
  26. package/dist/packem_chunks/hugging-face.js +1 -0
  27. package/dist/packem_chunks/inception.js +1 -0
  28. package/dist/packem_chunks/inference.js +1 -0
  29. package/dist/packem_chunks/meta.js +1 -0
  30. package/dist/packem_chunks/mistral.js +1 -0
  31. package/dist/packem_chunks/model-scope.js +1 -0
  32. package/dist/packem_chunks/morph.js +1 -0
  33. package/dist/packem_chunks/open-ai.js +1 -0
  34. package/dist/packem_chunks/open-router.js +1 -0
  35. package/dist/packem_chunks/providers.js +1 -0
  36. package/dist/packem_chunks/requesty.js +73 -0
  37. package/dist/packem_chunks/together-ai.js +1 -0
  38. package/dist/packem_chunks/upstage.js +1 -0
  39. package/dist/packem_chunks/v0.js +1 -0
  40. package/dist/packem_chunks/venice.js +1 -0
  41. package/dist/packem_chunks/vercel.js +1 -0
  42. package/dist/packem_chunks/weights-_-biases.js +1 -0
  43. package/dist/packem_chunks/xai.js +1 -0
  44. package/dist/schema.d.ts +1 -1
  45. package/dist/schema.js +1 -1
  46. package/dist/types/alibaba.d.ts +6 -0
  47. package/dist/types/alibaba.js +0 -0
  48. package/dist/types/amazon-bedrock.d.ts +6 -0
  49. package/dist/types/amazon-bedrock.js +0 -0
  50. package/dist/types/anthropic.d.ts +6 -0
  51. package/dist/types/anthropic.js +0 -0
  52. package/dist/types/azure-open-ai.d.ts +6 -0
  53. package/dist/types/azure-open-ai.js +0 -0
  54. package/dist/types/cerebras.d.ts +6 -0
  55. package/dist/types/cerebras.js +0 -0
  56. package/dist/types/chutes.d.ts +6 -0
  57. package/dist/types/chutes.js +0 -0
  58. package/dist/types/cloudflare.d.ts +6 -0
  59. package/dist/types/cloudflare.js +0 -0
  60. package/dist/types/deep-infra.d.ts +6 -0
  61. package/dist/types/deep-infra.js +0 -0
  62. package/dist/types/deep-seek.d.ts +6 -0
  63. package/dist/types/deep-seek.js +0 -0
  64. package/dist/types/fireworks-ai.d.ts +6 -0
  65. package/dist/types/fireworks-ai.js +0 -0
  66. package/dist/types/git-hub-copilot.d.ts +6 -0
  67. package/dist/types/git-hub-copilot.js +0 -0
  68. package/dist/types/git-hub-models.d.ts +6 -0
  69. package/dist/types/git-hub-models.js +0 -0
  70. package/dist/types/google-partner.d.ts +6 -0
  71. package/dist/types/google-partner.js +0 -0
  72. package/dist/types/google-vertex.d.ts +6 -0
  73. package/dist/types/google-vertex.js +0 -0
  74. package/dist/types/google.d.ts +6 -0
  75. package/dist/types/google.js +0 -0
  76. package/dist/types/groq.d.ts +6 -0
  77. package/dist/types/groq.js +0 -0
  78. package/dist/types/hugging-face.d.ts +6 -0
  79. package/dist/types/hugging-face.js +0 -0
  80. package/dist/types/inception.d.ts +6 -0
  81. package/dist/types/inception.js +0 -0
  82. package/dist/types/inference.d.ts +6 -0
  83. package/dist/types/inference.js +0 -0
  84. package/dist/types/meta.d.ts +6 -0
  85. package/dist/types/meta.js +0 -0
  86. package/dist/types/mistral.d.ts +6 -0
  87. package/dist/types/mistral.js +0 -0
  88. package/dist/types/model-scope.d.ts +6 -0
  89. package/dist/types/model-scope.js +0 -0
  90. package/dist/types/morph.d.ts +6 -0
  91. package/dist/types/morph.js +0 -0
  92. package/dist/types/open-ai.d.ts +6 -0
  93. package/dist/types/open-ai.js +0 -0
  94. package/dist/types/open-router.d.ts +6 -0
  95. package/dist/types/open-router.js +0 -0
  96. package/dist/types/providers.d.ts +11 -0
  97. package/dist/types/providers.js +1 -0
  98. package/dist/types/requesty.d.ts +6 -0
  99. package/dist/types/requesty.js +0 -0
  100. package/dist/types/together-ai.d.ts +6 -0
  101. package/dist/types/together-ai.js +0 -0
  102. package/dist/types/upstage.d.ts +6 -0
  103. package/dist/types/upstage.js +0 -0
  104. package/dist/types/v0.d.ts +6 -0
  105. package/dist/types/v0.js +0 -0
  106. package/dist/types/venice.d.ts +6 -0
  107. package/dist/types/venice.js +0 -0
  108. package/dist/types/vercel.d.ts +6 -0
  109. package/dist/types/vercel.js +0 -0
  110. package/dist/types/weights-_-biases.d.ts +6 -0
  111. package/dist/types/weights-_-biases.js +0 -0
  112. package/dist/types/xai.d.ts +6 -0
  113. package/dist/types/xai.js +0 -0
  114. package/package.json +7 -2
  115. package/public/alibaba.json +326 -0
  116. package/public/amazon-bedrock.json +2141 -0
  117. package/public/anthropic.json +396 -0
  118. package/public/api.json +66961 -19318
  119. package/public/azure-open-ai.json +332 -0
  120. package/public/cerebras.json +288 -0
  121. package/public/chutes.json +3220 -0
  122. package/public/cloudflare.json +3094 -0
  123. package/public/deep-infra.json +956 -0
  124. package/public/deep-seek.json +46 -0
  125. package/public/fireworks-ai.json +14486 -0
  126. package/public/git-hub-copilot.json +676 -0
  127. package/public/git-hub-models.json +256 -0
  128. package/public/google-partner.json +536 -0
  129. package/public/google-vertex.json +1376 -0
  130. package/public/google.json +536 -0
  131. package/public/groq.json +882 -0
  132. package/public/hugging-face.json +1096 -0
  133. package/public/inception.json +81 -0
  134. package/public/inference.json +291 -0
  135. package/public/meta.json +151 -0
  136. package/public/mistral.json +2181 -0
  137. package/public/model-scope.json +37839 -0
  138. package/public/morph.json +46 -0
  139. package/public/open-ai.json +606 -0
  140. package/public/open-router.json +15341 -0
  141. package/public/providers.json +43 -0
  142. package/public/requesty.json +13757 -0
  143. package/public/together-ai.json +641 -0
  144. package/public/upstage.json +606 -0
  145. package/public/v0.json +431 -0
  146. package/public/venice.json +501 -0
  147. package/public/vercel.json +4071 -0
  148. package/public/weights-&-biases.json +551 -0
  149. package/public/xai.json +256 -0
@@ -0,0 +1,882 @@
1
+ {
2
+ "metadata": {
3
+ "description": "AI Models API - Models from Groq",
4
+ "lastUpdated": "2026-01-10T23:24:47.802Z",
5
+ "provider": "Groq",
6
+ "totalModels": 24,
7
+ "version": "0.0.0-development"
8
+ },
9
+ "models": [
10
+ {
11
+ "attachment": false,
12
+ "cost": {
13
+ "input": null,
14
+ "inputCacheHit": null,
15
+ "output": null
16
+ },
17
+ "extendedThinking": false,
18
+ "id": "whisper",
19
+ "knowledge": null,
20
+ "lastUpdated": null,
21
+ "limit": {
22
+ "context": null,
23
+ "output": null
24
+ },
25
+ "modalities": {
26
+ "input": ["text", "audio"],
27
+ "output": ["text", "audio"]
28
+ },
29
+ "name": "Whisper",
30
+ "openWeights": false,
31
+ "preview": false,
32
+ "provider": "Groq",
33
+ "providerDoc": "https://console.groq.com/docs/models",
34
+ "providerEnv": ["GROQ_API_KEY"],
35
+ "providerId": "groq",
36
+ "providerModelsDevId": "groq",
37
+ "providerNpm": "@ai-sdk/groq",
38
+ "reasoning": false,
39
+ "releaseDate": null,
40
+ "streamingSupported": true,
41
+ "temperature": true,
42
+ "toolCall": true,
43
+ "vision": false,
44
+ "icon": "groq",
45
+ "audioGeneration": true,
46
+ "description": "Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multitasking model that can perform multilingual speech recognition, speech translation, and language identification.",
47
+ "structuredOutputs": true,
48
+ "supportsStructuredOutput": true,
49
+ "supportsTools": true
50
+ },
51
+ {
52
+ "attachment": false,
53
+ "cost": {
54
+ "input": null,
55
+ "inputCacheHit": null,
56
+ "output": null
57
+ },
58
+ "extendedThinking": false,
59
+ "id": "canopy",
60
+ "knowledge": null,
61
+ "lastUpdated": null,
62
+ "limit": {
63
+ "context": 4000,
64
+ "output": 50000
65
+ },
66
+ "modalities": {
67
+ "input": ["text"],
68
+ "output": ["text"]
69
+ },
70
+ "name": "Canopy",
71
+ "openWeights": false,
72
+ "preview": true,
73
+ "provider": "Groq",
74
+ "providerDoc": "https://console.groq.com/docs/models",
75
+ "providerEnv": ["GROQ_API_KEY"],
76
+ "providerId": "groq",
77
+ "providerModelsDevId": "groq",
78
+ "providerNpm": "@ai-sdk/groq",
79
+ "reasoning": false,
80
+ "releaseDate": null,
81
+ "streamingSupported": true,
82
+ "temperature": true,
83
+ "toolCall": true,
84
+ "vision": false,
85
+ "icon": "groq"
86
+ },
87
+ {
88
+ "attachment": false,
89
+ "cost": {
90
+ "input": null,
91
+ "inputCacheHit": null,
92
+ "output": null
93
+ },
94
+ "extendedThinking": true,
95
+ "id": "compound",
96
+ "knowledge": null,
97
+ "lastUpdated": null,
98
+ "limit": {
99
+ "context": 131072,
100
+ "output": 8192
101
+ },
102
+ "modalities": {
103
+ "input": ["text"],
104
+ "output": ["text"]
105
+ },
106
+ "name": "Compound",
107
+ "openWeights": false,
108
+ "preview": false,
109
+ "provider": "Groq",
110
+ "providerDoc": "https://console.groq.com/docs/models",
111
+ "providerEnv": ["GROQ_API_KEY"],
112
+ "providerId": "groq",
113
+ "providerModelsDevId": "groq",
114
+ "providerNpm": "@ai-sdk/groq",
115
+ "reasoning": true,
116
+ "releaseDate": null,
117
+ "streamingSupported": true,
118
+ "temperature": true,
119
+ "toolCall": true,
120
+ "vision": false,
121
+ "icon": "groq"
122
+ },
123
+ {
124
+ "attachment": false,
125
+ "cost": {
126
+ "input": null,
127
+ "inputCacheHit": null,
128
+ "output": null
129
+ },
130
+ "extendedThinking": false,
131
+ "id": "compound-beta",
132
+ "knowledge": null,
133
+ "lastUpdated": null,
134
+ "limit": {
135
+ "context": 131072,
136
+ "output": 8192
137
+ },
138
+ "modalities": {
139
+ "input": ["text"],
140
+ "output": ["text"]
141
+ },
142
+ "name": "compound-beta",
143
+ "openWeights": false,
144
+ "preview": true,
145
+ "provider": "Groq",
146
+ "providerDoc": "https://console.groq.com/docs/models",
147
+ "providerEnv": ["GROQ_API_KEY"],
148
+ "providerId": "groq",
149
+ "providerModelsDevId": "groq",
150
+ "providerNpm": "@ai-sdk/groq",
151
+ "reasoning": false,
152
+ "releaseDate": null,
153
+ "streamingSupported": true,
154
+ "temperature": true,
155
+ "toolCall": true,
156
+ "vision": false,
157
+ "icon": "groq"
158
+ },
159
+ {
160
+ "attachment": false,
161
+ "cost": {
162
+ "input": null,
163
+ "inputCacheHit": null,
164
+ "output": null
165
+ },
166
+ "extendedThinking": false,
167
+ "id": "compound-beta-mini",
168
+ "knowledge": null,
169
+ "lastUpdated": null,
170
+ "limit": {
171
+ "context": 131072,
172
+ "output": 8192
173
+ },
174
+ "modalities": {
175
+ "input": ["text"],
176
+ "output": ["text"]
177
+ },
178
+ "name": "compound-beta-mini",
179
+ "openWeights": false,
180
+ "preview": true,
181
+ "provider": "Groq",
182
+ "providerDoc": "https://console.groq.com/docs/models",
183
+ "providerEnv": ["GROQ_API_KEY"],
184
+ "providerId": "groq",
185
+ "providerModelsDevId": "groq",
186
+ "providerNpm": "@ai-sdk/groq",
187
+ "reasoning": false,
188
+ "releaseDate": null,
189
+ "streamingSupported": true,
190
+ "temperature": true,
191
+ "toolCall": true,
192
+ "vision": false,
193
+ "icon": "groq"
194
+ },
195
+ {
196
+ "attachment": false,
197
+ "cost": {
198
+ "input": 0.00075,
199
+ "inputCacheHit": null,
200
+ "output": 0.00099
201
+ },
202
+ "extendedThinking": false,
203
+ "id": "deepseek-r-1-distill-llama-70-b",
204
+ "knowledge": null,
205
+ "lastUpdated": null,
206
+ "limit": {
207
+ "context": 131072,
208
+ "output": 8192
209
+ },
210
+ "modalities": {
211
+ "input": ["text"],
212
+ "output": ["text"]
213
+ },
214
+ "name": "deepseek-r1-distill-llama-70b",
215
+ "openWeights": false,
216
+ "preview": false,
217
+ "provider": "Groq",
218
+ "providerDoc": "https://console.groq.com/docs/models",
219
+ "providerEnv": ["GROQ_API_KEY"],
220
+ "providerId": "groq",
221
+ "providerModelsDevId": "groq",
222
+ "providerNpm": "@ai-sdk/groq",
223
+ "reasoning": false,
224
+ "releaseDate": "2025-01-23",
225
+ "streamingSupported": true,
226
+ "temperature": true,
227
+ "toolCall": true,
228
+ "vision": false,
229
+ "icon": "groq"
230
+ },
231
+ {
232
+ "attachment": false,
233
+ "cost": {
234
+ "input": 0.075,
235
+ "inputCacheHit": null,
236
+ "output": 0.3
237
+ },
238
+ "extendedThinking": false,
239
+ "id": "gpt",
240
+ "knowledge": null,
241
+ "lastUpdated": null,
242
+ "limit": {
243
+ "context": 131072,
244
+ "output": 65536
245
+ },
246
+ "modalities": {
247
+ "input": ["text"],
248
+ "output": ["text"]
249
+ },
250
+ "name": "GPT",
251
+ "openWeights": false,
252
+ "preview": false,
253
+ "provider": "Groq",
254
+ "providerDoc": "https://console.groq.com/docs/models",
255
+ "providerEnv": ["GROQ_API_KEY"],
256
+ "providerId": "groq",
257
+ "providerModelsDevId": "groq",
258
+ "providerNpm": "@ai-sdk/groq",
259
+ "reasoning": false,
260
+ "releaseDate": null,
261
+ "streamingSupported": true,
262
+ "temperature": true,
263
+ "toolCall": true,
264
+ "vision": false,
265
+ "icon": "groq"
266
+ },
267
+ {
268
+ "attachment": false,
269
+ "cost": {
270
+ "input": 1,
271
+ "inputCacheHit": null,
272
+ "output": 3
273
+ },
274
+ "extendedThinking": false,
275
+ "id": "kimi",
276
+ "knowledge": null,
277
+ "lastUpdated": null,
278
+ "limit": {
279
+ "context": 262144,
280
+ "output": 16384
281
+ },
282
+ "modalities": {
283
+ "input": ["text"],
284
+ "output": ["text"]
285
+ },
286
+ "name": "Kimi",
287
+ "openWeights": false,
288
+ "preview": true,
289
+ "provider": "Groq",
290
+ "providerDoc": "https://console.groq.com/docs/models",
291
+ "providerEnv": ["GROQ_API_KEY"],
292
+ "providerId": "groq",
293
+ "providerModelsDevId": "groq",
294
+ "providerNpm": "@ai-sdk/groq",
295
+ "reasoning": false,
296
+ "releaseDate": null,
297
+ "streamingSupported": true,
298
+ "temperature": true,
299
+ "toolCall": true,
300
+ "vision": false,
301
+ "icon": "groq"
302
+ },
303
+ {
304
+ "attachment": false,
305
+ "cost": {
306
+ "input": 0.03,
307
+ "inputCacheHit": null,
308
+ "output": 0.03
309
+ },
310
+ "extendedThinking": false,
311
+ "id": "llama",
312
+ "knowledge": null,
313
+ "lastUpdated": null,
314
+ "limit": {
315
+ "context": 512,
316
+ "output": 512
317
+ },
318
+ "modalities": {
319
+ "input": ["text"],
320
+ "output": ["text"]
321
+ },
322
+ "name": "Llama",
323
+ "openWeights": false,
324
+ "preview": true,
325
+ "provider": "Groq",
326
+ "providerDoc": "https://console.groq.com/docs/models",
327
+ "providerEnv": ["GROQ_API_KEY"],
328
+ "providerId": "groq",
329
+ "providerModelsDevId": "groq",
330
+ "providerNpm": "@ai-sdk/groq",
331
+ "reasoning": false,
332
+ "releaseDate": null,
333
+ "streamingSupported": true,
334
+ "temperature": true,
335
+ "toolCall": true,
336
+ "vision": false,
337
+ "icon": "groq"
338
+ },
339
+ {
340
+ "attachment": false,
341
+ "cost": {
342
+ "input": 0.00005,
343
+ "inputCacheHit": null,
344
+ "output": 0.00008
345
+ },
346
+ "extendedThinking": false,
347
+ "id": "llama-3-1-8-b-instant",
348
+ "knowledge": null,
349
+ "lastUpdated": null,
350
+ "limit": {
351
+ "context": 131072,
352
+ "output": 8192
353
+ },
354
+ "modalities": {
355
+ "input": ["text"],
356
+ "output": ["text"]
357
+ },
358
+ "name": "llama-3.1-8b-instant",
359
+ "openWeights": false,
360
+ "preview": false,
361
+ "provider": "Groq",
362
+ "providerDoc": "https://console.groq.com/docs/models",
363
+ "providerEnv": ["GROQ_API_KEY"],
364
+ "providerId": "groq",
365
+ "providerModelsDevId": "groq",
366
+ "providerNpm": "@ai-sdk/groq",
367
+ "reasoning": false,
368
+ "releaseDate": null,
369
+ "streamingSupported": true,
370
+ "temperature": true,
371
+ "toolCall": true,
372
+ "vision": false,
373
+ "icon": "groq"
374
+ },
375
+ {
376
+ "attachment": false,
377
+ "cost": {
378
+ "input": 0.00059,
379
+ "inputCacheHit": null,
380
+ "output": 0.00079
381
+ },
382
+ "extendedThinking": false,
383
+ "id": "llama-3-3-70-b-versatile",
384
+ "knowledge": null,
385
+ "lastUpdated": null,
386
+ "limit": {
387
+ "context": 131072,
388
+ "output": 8192
389
+ },
390
+ "modalities": {
391
+ "input": ["text"],
392
+ "output": ["text"]
393
+ },
394
+ "name": "llama-3.3-70b-versatile",
395
+ "openWeights": false,
396
+ "preview": false,
397
+ "provider": "Groq",
398
+ "providerDoc": "https://console.groq.com/docs/models",
399
+ "providerEnv": ["GROQ_API_KEY"],
400
+ "providerId": "groq",
401
+ "providerModelsDevId": "groq",
402
+ "providerNpm": "@ai-sdk/groq",
403
+ "reasoning": false,
404
+ "releaseDate": null,
405
+ "streamingSupported": true,
406
+ "temperature": true,
407
+ "toolCall": true,
408
+ "vision": false,
409
+ "icon": "groq"
410
+ },
411
+ {
412
+ "attachment": false,
413
+ "cost": {
414
+ "input": 0.0002,
415
+ "inputCacheHit": null,
416
+ "output": 0.0006
417
+ },
418
+ "extendedThinking": false,
419
+ "id": "meta-llama-llama-4-maverick-17-b-128-e-instruct",
420
+ "knowledge": null,
421
+ "lastUpdated": null,
422
+ "limit": {
423
+ "context": 131072,
424
+ "output": 8192
425
+ },
426
+ "modalities": {
427
+ "input": ["text"],
428
+ "output": ["text"]
429
+ },
430
+ "name": "meta-llama/llama-4-maverick-17b-128e-instruct",
431
+ "openWeights": false,
432
+ "preview": false,
433
+ "provider": "Groq",
434
+ "providerDoc": "https://console.groq.com/docs/models",
435
+ "providerEnv": ["GROQ_API_KEY"],
436
+ "providerId": "groq",
437
+ "providerModelsDevId": "groq",
438
+ "providerNpm": "@ai-sdk/groq",
439
+ "reasoning": false,
440
+ "releaseDate": null,
441
+ "streamingSupported": true,
442
+ "temperature": true,
443
+ "toolCall": true,
444
+ "vision": false,
445
+ "icon": "groq"
446
+ },
447
+ {
448
+ "attachment": false,
449
+ "cost": {
450
+ "input": 0.00011,
451
+ "inputCacheHit": null,
452
+ "output": 0.00034
453
+ },
454
+ "extendedThinking": false,
455
+ "id": "meta-llama-llama-4-scout-17-b-16-e-instruct",
456
+ "knowledge": null,
457
+ "lastUpdated": null,
458
+ "limit": {
459
+ "context": 131072,
460
+ "output": 8192
461
+ },
462
+ "modalities": {
463
+ "input": ["text"],
464
+ "output": ["text"]
465
+ },
466
+ "name": "meta-llama/llama-4-scout-17b-16e-instruct",
467
+ "openWeights": false,
468
+ "preview": false,
469
+ "provider": "Groq",
470
+ "providerDoc": "https://console.groq.com/docs/models",
471
+ "providerEnv": ["GROQ_API_KEY"],
472
+ "providerId": "groq",
473
+ "providerModelsDevId": "groq",
474
+ "providerNpm": "@ai-sdk/groq",
475
+ "reasoning": false,
476
+ "releaseDate": null,
477
+ "streamingSupported": true,
478
+ "temperature": true,
479
+ "toolCall": true,
480
+ "vision": false,
481
+ "icon": "groq"
482
+ },
483
+ {
484
+ "attachment": false,
485
+ "cost": {
486
+ "input": 0.0002,
487
+ "inputCacheHit": null,
488
+ "output": 0.0002
489
+ },
490
+ "extendedThinking": false,
491
+ "id": "meta-llama-llama-guard-4-12-b",
492
+ "knowledge": null,
493
+ "lastUpdated": null,
494
+ "limit": {
495
+ "context": 131072,
496
+ "output": 8192
497
+ },
498
+ "modalities": {
499
+ "input": ["text"],
500
+ "output": ["text"]
501
+ },
502
+ "name": "meta-llama/llama-guard-4-12b",
503
+ "openWeights": false,
504
+ "preview": false,
505
+ "provider": "Groq",
506
+ "providerDoc": "https://console.groq.com/docs/models",
507
+ "providerEnv": ["GROQ_API_KEY"],
508
+ "providerId": "groq",
509
+ "providerModelsDevId": "groq",
510
+ "providerNpm": "@ai-sdk/groq",
511
+ "reasoning": false,
512
+ "releaseDate": null,
513
+ "streamingSupported": true,
514
+ "temperature": true,
515
+ "toolCall": true,
516
+ "vision": false,
517
+ "icon": "groq"
518
+ },
519
+ {
520
+ "attachment": false,
521
+ "cost": {
522
+ "input": 0.0003,
523
+ "inputCacheHit": null,
524
+ "output": 0.0003
525
+ },
526
+ "extendedThinking": false,
527
+ "id": "meta-llama-llama-prompt-guard-2-22-m",
528
+ "knowledge": null,
529
+ "lastUpdated": null,
530
+ "limit": {
531
+ "context": 131072,
532
+ "output": 8192
533
+ },
534
+ "modalities": {
535
+ "input": ["text"],
536
+ "output": ["text"]
537
+ },
538
+ "name": "meta-llama/llama-prompt-guard-2-22m",
539
+ "openWeights": false,
540
+ "preview": false,
541
+ "provider": "Groq",
542
+ "providerDoc": "https://console.groq.com/docs/models",
543
+ "providerEnv": ["GROQ_API_KEY"],
544
+ "providerId": "groq",
545
+ "providerModelsDevId": "groq",
546
+ "providerNpm": "@ai-sdk/groq",
547
+ "reasoning": false,
548
+ "releaseDate": null,
549
+ "streamingSupported": true,
550
+ "temperature": true,
551
+ "toolCall": true,
552
+ "vision": false,
553
+ "icon": "groq"
554
+ },
555
+ {
556
+ "attachment": false,
557
+ "cost": {
558
+ "input": 0.0003,
559
+ "inputCacheHit": null,
560
+ "output": 0.0003
561
+ },
562
+ "extendedThinking": false,
563
+ "id": "meta-llama-llama-prompt-guard-2-86-m",
564
+ "knowledge": null,
565
+ "lastUpdated": null,
566
+ "limit": {
567
+ "context": 131072,
568
+ "output": 8192
569
+ },
570
+ "modalities": {
571
+ "input": ["text"],
572
+ "output": ["text"]
573
+ },
574
+ "name": "meta-llama/llama-prompt-guard-2-86m",
575
+ "openWeights": false,
576
+ "preview": false,
577
+ "provider": "Groq",
578
+ "providerDoc": "https://console.groq.com/docs/models",
579
+ "providerEnv": ["GROQ_API_KEY"],
580
+ "providerId": "groq",
581
+ "providerModelsDevId": "groq",
582
+ "providerNpm": "@ai-sdk/groq",
583
+ "reasoning": false,
584
+ "releaseDate": null,
585
+ "streamingSupported": true,
586
+ "temperature": true,
587
+ "toolCall": true,
588
+ "vision": false,
589
+ "icon": "groq"
590
+ },
591
+ {
592
+ "attachment": false,
593
+ "cost": {
594
+ "input": 0.001,
595
+ "inputCacheHit": null,
596
+ "output": 0.003
597
+ },
598
+ "extendedThinking": false,
599
+ "id": "moonshotai-kimi-k-2-instruct",
600
+ "knowledge": null,
601
+ "lastUpdated": null,
602
+ "limit": {
603
+ "context": 131072,
604
+ "output": 8192
605
+ },
606
+ "modalities": {
607
+ "input": ["text"],
608
+ "output": ["text"]
609
+ },
610
+ "name": "moonshotai/kimi-k2-instruct",
611
+ "openWeights": false,
612
+ "preview": false,
613
+ "provider": "Groq",
614
+ "providerDoc": "https://console.groq.com/docs/models",
615
+ "providerEnv": ["GROQ_API_KEY"],
616
+ "providerId": "groq",
617
+ "providerModelsDevId": "groq",
618
+ "providerNpm": "@ai-sdk/groq",
619
+ "reasoning": false,
620
+ "releaseDate": null,
621
+ "streamingSupported": true,
622
+ "temperature": true,
623
+ "toolCall": true,
624
+ "vision": false,
625
+ "icon": "groq"
626
+ },
627
+ {
628
+ "attachment": false,
629
+ "cost": {
630
+ "input": 0.00015,
631
+ "inputCacheHit": null,
632
+ "output": 0.00075
633
+ },
634
+ "extendedThinking": false,
635
+ "id": "openai-gpt-oss-120-b",
636
+ "knowledge": null,
637
+ "lastUpdated": null,
638
+ "limit": {
639
+ "context": 131072,
640
+ "output": 8192
641
+ },
642
+ "modalities": {
643
+ "input": ["text"],
644
+ "output": ["text"]
645
+ },
646
+ "name": "openai/gpt-oss-120b",
647
+ "openWeights": false,
648
+ "preview": false,
649
+ "provider": "Groq",
650
+ "providerDoc": "https://console.groq.com/docs/models",
651
+ "providerEnv": ["GROQ_API_KEY"],
652
+ "providerId": "groq",
653
+ "providerModelsDevId": "groq",
654
+ "providerNpm": "@ai-sdk/groq",
655
+ "reasoning": false,
656
+ "releaseDate": "2025-08-05",
657
+ "streamingSupported": true,
658
+ "temperature": true,
659
+ "toolCall": true,
660
+ "vision": false,
661
+ "icon": "groq",
662
+ "description": "Efficient Mixture-of-Experts model designed for high-reasoning, agentic and general-purpose use cases"
663
+ },
664
+ {
665
+ "attachment": false,
666
+ "cost": {
667
+ "input": 0.0001,
668
+ "inputCacheHit": null,
669
+ "output": 0.0005
670
+ },
671
+ "extendedThinking": false,
672
+ "id": "openai-gpt-oss-20-b",
673
+ "knowledge": null,
674
+ "lastUpdated": null,
675
+ "limit": {
676
+ "context": 131072,
677
+ "output": 8192
678
+ },
679
+ "modalities": {
680
+ "input": ["text"],
681
+ "output": ["text"]
682
+ },
683
+ "name": "openai/gpt-oss-20b",
684
+ "openWeights": false,
685
+ "preview": false,
686
+ "provider": "Groq",
687
+ "providerDoc": "https://console.groq.com/docs/models",
688
+ "providerEnv": ["GROQ_API_KEY"],
689
+ "providerId": "groq",
690
+ "providerModelsDevId": "groq",
691
+ "providerNpm": "@ai-sdk/groq",
692
+ "reasoning": false,
693
+ "releaseDate": "2025-08-05",
694
+ "streamingSupported": true,
695
+ "temperature": true,
696
+ "toolCall": true,
697
+ "vision": false,
698
+ "icon": "groq",
699
+ "description": "Lower latency Mixture-of-Experts model trained on OpenAI’s Harmony response format with reasoning capabilities"
700
+ },
701
+ {
702
+ "attachment": false,
703
+ "cost": {
704
+ "input": null,
705
+ "inputCacheHit": null,
706
+ "output": null
707
+ },
708
+ "extendedThinking": false,
709
+ "id": "playai-tts",
710
+ "knowledge": null,
711
+ "lastUpdated": null,
712
+ "limit": {
713
+ "context": 131072,
714
+ "output": 8192
715
+ },
716
+ "modalities": {
717
+ "input": ["text"],
718
+ "output": ["text"]
719
+ },
720
+ "name": "playai-tts",
721
+ "openWeights": false,
722
+ "preview": false,
723
+ "provider": "Groq",
724
+ "providerDoc": "https://console.groq.com/docs/models",
725
+ "providerEnv": ["GROQ_API_KEY"],
726
+ "providerId": "groq",
727
+ "providerModelsDevId": "groq",
728
+ "providerNpm": "@ai-sdk/groq",
729
+ "reasoning": false,
730
+ "releaseDate": null,
731
+ "streamingSupported": true,
732
+ "temperature": true,
733
+ "toolCall": true,
734
+ "vision": false,
735
+ "icon": "groq"
736
+ },
737
+ {
738
+ "attachment": false,
739
+ "cost": {
740
+ "input": null,
741
+ "inputCacheHit": null,
742
+ "output": null
743
+ },
744
+ "extendedThinking": false,
745
+ "id": "playai-tts-arabic",
746
+ "knowledge": null,
747
+ "lastUpdated": null,
748
+ "limit": {
749
+ "context": 131072,
750
+ "output": 8192
751
+ },
752
+ "modalities": {
753
+ "input": ["text"],
754
+ "output": ["text"]
755
+ },
756
+ "name": "playai-tts-arabic",
757
+ "openWeights": false,
758
+ "preview": false,
759
+ "provider": "Groq",
760
+ "providerDoc": "https://console.groq.com/docs/models",
761
+ "providerEnv": ["GROQ_API_KEY"],
762
+ "providerId": "groq",
763
+ "providerModelsDevId": "groq",
764
+ "providerNpm": "@ai-sdk/groq",
765
+ "reasoning": false,
766
+ "releaseDate": null,
767
+ "streamingSupported": true,
768
+ "temperature": true,
769
+ "toolCall": true,
770
+ "vision": false,
771
+ "icon": "groq"
772
+ },
773
+ {
774
+ "attachment": false,
775
+ "cost": {
776
+ "input": 0.04,
777
+ "inputCacheHit": null,
778
+ "output": 0.04
779
+ },
780
+ "extendedThinking": false,
781
+ "id": "prompt",
782
+ "knowledge": null,
783
+ "lastUpdated": null,
784
+ "limit": {
785
+ "context": 512,
786
+ "output": 512
787
+ },
788
+ "modalities": {
789
+ "input": ["text"],
790
+ "output": ["text"]
791
+ },
792
+ "name": "Prompt",
793
+ "openWeights": false,
794
+ "preview": true,
795
+ "provider": "Groq",
796
+ "providerDoc": "https://console.groq.com/docs/models",
797
+ "providerEnv": ["GROQ_API_KEY"],
798
+ "providerId": "groq",
799
+ "providerModelsDevId": "groq",
800
+ "providerNpm": "@ai-sdk/groq",
801
+ "reasoning": false,
802
+ "releaseDate": null,
803
+ "streamingSupported": true,
804
+ "temperature": true,
805
+ "toolCall": true,
806
+ "vision": false,
807
+ "icon": "groq"
808
+ },
809
+ {
810
+ "attachment": false,
811
+ "cost": {
812
+ "input": 0.00029,
813
+ "inputCacheHit": null,
814
+ "output": 0.00059
815
+ },
816
+ "extendedThinking": false,
817
+ "id": "qwen-qwen-3-32-b",
818
+ "knowledge": null,
819
+ "lastUpdated": null,
820
+ "limit": {
821
+ "context": 131072,
822
+ "output": 8192
823
+ },
824
+ "modalities": {
825
+ "input": ["text"],
826
+ "output": ["text"]
827
+ },
828
+ "name": "qwen/qwen3-32b",
829
+ "openWeights": false,
830
+ "preview": false,
831
+ "provider": "Groq",
832
+ "providerDoc": "https://console.groq.com/docs/models",
833
+ "providerEnv": ["GROQ_API_KEY"],
834
+ "providerId": "groq",
835
+ "providerModelsDevId": "groq",
836
+ "providerNpm": "@ai-sdk/groq",
837
+ "reasoning": false,
838
+ "releaseDate": "2025-04-28",
839
+ "streamingSupported": true,
840
+ "temperature": true,
841
+ "toolCall": true,
842
+ "vision": false,
843
+ "icon": "groq"
844
+ },
845
+ {
846
+ "attachment": false,
847
+ "cost": {
848
+ "input": 0.075,
849
+ "inputCacheHit": null,
850
+ "output": 0.3
851
+ },
852
+ "extendedThinking": false,
853
+ "id": "safety",
854
+ "knowledge": null,
855
+ "lastUpdated": null,
856
+ "limit": {
857
+ "context": 131072,
858
+ "output": 65536
859
+ },
860
+ "modalities": {
861
+ "input": ["text"],
862
+ "output": ["text"]
863
+ },
864
+ "name": "Safety",
865
+ "openWeights": false,
866
+ "preview": true,
867
+ "provider": "Groq",
868
+ "providerDoc": "https://console.groq.com/docs/models",
869
+ "providerEnv": ["GROQ_API_KEY"],
870
+ "providerId": "groq",
871
+ "providerModelsDevId": "groq",
872
+ "providerNpm": "@ai-sdk/groq",
873
+ "reasoning": false,
874
+ "releaseDate": null,
875
+ "streamingSupported": true,
876
+ "temperature": true,
877
+ "toolCall": true,
878
+ "vision": false,
879
+ "icon": "groq"
880
+ }
881
+ ]
882
+ }