@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,332 @@
1
+ {
2
+ "metadata": {
3
+ "description": "AI Models API - Models from Azure OpenAI",
4
+ "lastUpdated": "2026-01-10T23:24:47.786Z",
5
+ "provider": "Azure OpenAI",
6
+ "totalModels": 9,
7
+ "version": "0.0.0-development"
8
+ },
9
+ "models": [
10
+ {
11
+ "attachment": false,
12
+ "cost": {
13
+ "input": 0.0015,
14
+ "inputCacheHit": null,
15
+ "output": 0.002
16
+ },
17
+ "extendedThinking": false,
18
+ "id": "gpt-35-turbo-(0125)",
19
+ "knowledge": null,
20
+ "lastUpdated": null,
21
+ "limit": {
22
+ "context": null,
23
+ "output": null
24
+ },
25
+ "modalities": {
26
+ "input": ["text"],
27
+ "output": ["text"]
28
+ },
29
+ "name": "gpt-35-turbo (0125)",
30
+ "openWeights": false,
31
+ "provider": "Azure OpenAI",
32
+ "providerDoc": "https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models",
33
+ "providerEnv": ["AZURE_OPENAI_API_KEY", "AZURE_OPENAI_ENDPOINT"],
34
+ "providerId": "azure-open-ai",
35
+ "providerModelsDevId": "azure-openai",
36
+ "providerNpm": "@ai-sdk/azure-openai",
37
+ "reasoning": false,
38
+ "releaseDate": null,
39
+ "streamingSupported": true,
40
+ "temperature": true,
41
+ "toolCall": false,
42
+ "vision": false,
43
+ "icon": "azure"
44
+ },
45
+ {
46
+ "attachment": false,
47
+ "cost": {
48
+ "input": 0.0015,
49
+ "inputCacheHit": null,
50
+ "output": 0.002
51
+ },
52
+ "extendedThinking": false,
53
+ "id": "gpt-35-turbo-(1106)",
54
+ "knowledge": null,
55
+ "lastUpdated": null,
56
+ "limit": {
57
+ "context": null,
58
+ "output": null
59
+ },
60
+ "modalities": {
61
+ "input": ["text"],
62
+ "output": ["text"]
63
+ },
64
+ "name": "gpt-35-turbo (1106)",
65
+ "openWeights": false,
66
+ "provider": "Azure OpenAI",
67
+ "providerDoc": "https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models",
68
+ "providerEnv": ["AZURE_OPENAI_API_KEY", "AZURE_OPENAI_ENDPOINT"],
69
+ "providerId": "azure-open-ai",
70
+ "providerModelsDevId": "azure-openai",
71
+ "providerNpm": "@ai-sdk/azure-openai",
72
+ "reasoning": false,
73
+ "releaseDate": null,
74
+ "streamingSupported": true,
75
+ "temperature": true,
76
+ "toolCall": false,
77
+ "vision": false,
78
+ "icon": "azure"
79
+ },
80
+ {
81
+ "attachment": false,
82
+ "cost": {
83
+ "input": 0.03,
84
+ "inputCacheHit": null,
85
+ "output": 0.06
86
+ },
87
+ "extendedThinking": false,
88
+ "id": "gpt-4-(turbo-2024-04-09)",
89
+ "knowledge": null,
90
+ "lastUpdated": null,
91
+ "limit": {
92
+ "context": null,
93
+ "output": null
94
+ },
95
+ "modalities": {
96
+ "input": ["text"],
97
+ "output": ["text"]
98
+ },
99
+ "name": "gpt-4 (turbo-2024-04-09)",
100
+ "openWeights": false,
101
+ "provider": "Azure OpenAI",
102
+ "providerDoc": "https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models",
103
+ "providerEnv": ["AZURE_OPENAI_API_KEY", "AZURE_OPENAI_ENDPOINT"],
104
+ "providerId": "azure-open-ai",
105
+ "providerModelsDevId": "azure-openai",
106
+ "providerNpm": "@ai-sdk/azure-openai",
107
+ "reasoning": false,
108
+ "releaseDate": null,
109
+ "streamingSupported": true,
110
+ "temperature": true,
111
+ "toolCall": true,
112
+ "vision": false,
113
+ "icon": "azure"
114
+ },
115
+ {
116
+ "attachment": false,
117
+ "cost": {
118
+ "input": 0.03,
119
+ "inputCacheHit": null,
120
+ "output": 0.06
121
+ },
122
+ "description": "Lifecycle: Generally Available | Deprecation: 2025-11-20 | Retirement: 2026-06-03 | Replacement: gpt-5.1",
123
+ "extendedThinking": false,
124
+ "id": "gpt-4-o-(2024-05-13)",
125
+ "knowledge": null,
126
+ "lastUpdated": null,
127
+ "limit": {
128
+ "context": null,
129
+ "output": null
130
+ },
131
+ "modalities": {
132
+ "input": ["text", "image"],
133
+ "output": ["text"]
134
+ },
135
+ "name": "gpt-4o (2024-05-13)",
136
+ "openWeights": false,
137
+ "provider": "Azure OpenAI",
138
+ "providerDoc": "https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models",
139
+ "providerEnv": ["AZURE_OPENAI_API_KEY", "AZURE_OPENAI_ENDPOINT"],
140
+ "providerId": "azure-open-ai",
141
+ "providerModelsDevId": "azure-openai",
142
+ "providerNpm": "@ai-sdk/azure-openai",
143
+ "reasoning": false,
144
+ "releaseDate": null,
145
+ "streamingSupported": true,
146
+ "temperature": true,
147
+ "toolCall": true,
148
+ "vision": true,
149
+ "icon": "azure"
150
+ },
151
+ {
152
+ "attachment": false,
153
+ "cost": {
154
+ "input": 0.03,
155
+ "inputCacheHit": null,
156
+ "output": 0.06
157
+ },
158
+ "description": "Lifecycle: Generally Available | Deprecation: 2025-11-20 | Retirement: 2026-06-03 | Replacement: gpt-5.1",
159
+ "extendedThinking": false,
160
+ "id": "gpt-4-o-(2024-08-06)",
161
+ "knowledge": null,
162
+ "lastUpdated": null,
163
+ "limit": {
164
+ "context": null,
165
+ "output": null
166
+ },
167
+ "modalities": {
168
+ "input": ["text", "image"],
169
+ "output": ["text"]
170
+ },
171
+ "name": "gpt-4o (2024-08-06)",
172
+ "openWeights": false,
173
+ "provider": "Azure OpenAI",
174
+ "providerDoc": "https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models",
175
+ "providerEnv": ["AZURE_OPENAI_API_KEY", "AZURE_OPENAI_ENDPOINT"],
176
+ "providerId": "azure-open-ai",
177
+ "providerModelsDevId": "azure-openai",
178
+ "providerNpm": "@ai-sdk/azure-openai",
179
+ "reasoning": false,
180
+ "releaseDate": null,
181
+ "streamingSupported": true,
182
+ "temperature": true,
183
+ "toolCall": true,
184
+ "vision": true,
185
+ "icon": "azure"
186
+ },
187
+ {
188
+ "attachment": false,
189
+ "cost": {
190
+ "input": 0.03,
191
+ "inputCacheHit": null,
192
+ "output": 0.06
193
+ },
194
+ "description": "Lifecycle: Generally Available | Deprecation: 2025-11-20 | Retirement: 2026-06-03 | Replacement: gpt-5.1",
195
+ "extendedThinking": false,
196
+ "id": "gpt-4-o-(2024-11-20)",
197
+ "knowledge": null,
198
+ "lastUpdated": null,
199
+ "limit": {
200
+ "context": null,
201
+ "output": null
202
+ },
203
+ "modalities": {
204
+ "input": ["text", "image"],
205
+ "output": ["text"]
206
+ },
207
+ "name": "gpt-4o (2024-11-20)",
208
+ "openWeights": false,
209
+ "provider": "Azure OpenAI",
210
+ "providerDoc": "https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models",
211
+ "providerEnv": ["AZURE_OPENAI_API_KEY", "AZURE_OPENAI_ENDPOINT"],
212
+ "providerId": "azure-open-ai",
213
+ "providerModelsDevId": "azure-openai",
214
+ "providerNpm": "@ai-sdk/azure-openai",
215
+ "reasoning": false,
216
+ "releaseDate": null,
217
+ "streamingSupported": true,
218
+ "temperature": true,
219
+ "toolCall": true,
220
+ "vision": true,
221
+ "icon": "azure"
222
+ },
223
+ {
224
+ "attachment": false,
225
+ "cost": {
226
+ "input": 0.03,
227
+ "inputCacheHit": null,
228
+ "output": 0.06
229
+ },
230
+ "description": "Lifecycle: Generally Available | Deprecation: 2025-11-20 | Retirement: 2026-06-03 | Replacement: gpt-5.1",
231
+ "extendedThinking": false,
232
+ "id": "gpt-4-o-mini-(2024-07-18)",
233
+ "knowledge": null,
234
+ "lastUpdated": null,
235
+ "limit": {
236
+ "context": null,
237
+ "output": null
238
+ },
239
+ "modalities": {
240
+ "input": ["text", "image"],
241
+ "output": ["text"]
242
+ },
243
+ "name": "gpt-4o-mini (2024-07-18)",
244
+ "openWeights": false,
245
+ "provider": "Azure OpenAI",
246
+ "providerDoc": "https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models",
247
+ "providerEnv": ["AZURE_OPENAI_API_KEY", "AZURE_OPENAI_ENDPOINT"],
248
+ "providerId": "azure-open-ai",
249
+ "providerModelsDevId": "azure-openai",
250
+ "providerNpm": "@ai-sdk/azure-openai",
251
+ "reasoning": false,
252
+ "releaseDate": null,
253
+ "streamingSupported": true,
254
+ "temperature": true,
255
+ "toolCall": true,
256
+ "vision": true,
257
+ "icon": "azure"
258
+ },
259
+ {
260
+ "attachment": false,
261
+ "cost": {
262
+ "input": 0.015,
263
+ "inputCacheHit": null,
264
+ "output": 0.06
265
+ },
266
+ "description": "Lifecycle: Generally Available | Deprecation: 2025-12-17 | Retirement: 2026-06-18 | Replacement: o3",
267
+ "extendedThinking": false,
268
+ "id": "o-1-mini-(2024-09-12)",
269
+ "knowledge": null,
270
+ "lastUpdated": null,
271
+ "limit": {
272
+ "context": null,
273
+ "output": null
274
+ },
275
+ "modalities": {
276
+ "input": ["text"],
277
+ "output": ["text"]
278
+ },
279
+ "name": "o1-mini (2024-09-12)",
280
+ "openWeights": false,
281
+ "provider": "Azure OpenAI",
282
+ "providerDoc": "https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models",
283
+ "providerEnv": ["AZURE_OPENAI_API_KEY", "AZURE_OPENAI_ENDPOINT"],
284
+ "providerId": "azure-open-ai",
285
+ "providerModelsDevId": "azure-openai",
286
+ "providerNpm": "@ai-sdk/azure-openai",
287
+ "reasoning": false,
288
+ "releaseDate": null,
289
+ "streamingSupported": true,
290
+ "temperature": true,
291
+ "toolCall": true,
292
+ "vision": false,
293
+ "icon": "azure"
294
+ },
295
+ {
296
+ "attachment": false,
297
+ "cost": {
298
+ "input": 0.015,
299
+ "inputCacheHit": null,
300
+ "output": 0.06
301
+ },
302
+ "description": "Lifecycle: Generally Available | Deprecation: 2025-12-17 | Retirement: 2026-06-18 | Replacement: o3",
303
+ "extendedThinking": false,
304
+ "id": "o-1-preview-(2024-09-12)",
305
+ "knowledge": null,
306
+ "lastUpdated": null,
307
+ "limit": {
308
+ "context": null,
309
+ "output": null
310
+ },
311
+ "modalities": {
312
+ "input": ["text"],
313
+ "output": ["text"]
314
+ },
315
+ "name": "o1-preview (2024-09-12)",
316
+ "openWeights": false,
317
+ "provider": "Azure OpenAI",
318
+ "providerDoc": "https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models",
319
+ "providerEnv": ["AZURE_OPENAI_API_KEY", "AZURE_OPENAI_ENDPOINT"],
320
+ "providerId": "azure-open-ai",
321
+ "providerModelsDevId": "azure-openai",
322
+ "providerNpm": "@ai-sdk/azure-openai",
323
+ "reasoning": false,
324
+ "releaseDate": null,
325
+ "streamingSupported": true,
326
+ "temperature": true,
327
+ "toolCall": true,
328
+ "vision": false,
329
+ "icon": "azure"
330
+ }
331
+ ]
332
+ }
@@ -0,0 +1,288 @@
1
+ {
2
+ "metadata": {
3
+ "description": "AI Models API - Models from cerebras",
4
+ "lastUpdated": "2026-01-10T23:24:47.786Z",
5
+ "provider": "cerebras",
6
+ "totalModels": 8,
7
+ "version": "0.0.0-development"
8
+ },
9
+ "models": [
10
+ {
11
+ "attachment": false,
12
+ "cost": {
13
+ "input": 0.0001,
14
+ "inputCacheHit": null,
15
+ "output": 0.0003
16
+ },
17
+ "extendedThinking": true,
18
+ "id": "FP16",
19
+ "knowledge": null,
20
+ "lastUpdated": null,
21
+ "limit": {
22
+ "context": null,
23
+ "output": null
24
+ },
25
+ "modalities": {
26
+ "input": ["text"],
27
+ "output": ["text"]
28
+ },
29
+ "name": "qwen-3-32b",
30
+ "openWeights": false,
31
+ "provider": "cerebras",
32
+ "providerDoc": "https://inference-docs.cerebras.ai/models/overview",
33
+ "providerEnv": ["CEREBRAS_API_KEY"],
34
+ "providerId": "cerebras",
35
+ "providerNpm": "@ai-sdk/cerebras",
36
+ "reasoning": true,
37
+ "releaseDate": null,
38
+ "streamingSupported": true,
39
+ "temperature": true,
40
+ "toolCall": true,
41
+ "vision": false,
42
+ "icon": "cerebras"
43
+ },
44
+ {
45
+ "attachment": false,
46
+ "cost": {
47
+ "input": null,
48
+ "inputCacheHit": null,
49
+ "output": null
50
+ },
51
+ "extendedThinking": true,
52
+ "id": "FP16/FP8 (weights only)1",
53
+ "knowledge": null,
54
+ "lastUpdated": null,
55
+ "limit": {
56
+ "context": 202752,
57
+ "output": 65535
58
+ },
59
+ "modalities": {
60
+ "input": ["text"],
61
+ "output": ["text"]
62
+ },
63
+ "name": "zai-glm-4.7",
64
+ "openWeights": false,
65
+ "provider": "cerebras",
66
+ "providerDoc": "https://inference-docs.cerebras.ai/models/overview",
67
+ "providerEnv": ["CEREBRAS_API_KEY"],
68
+ "providerId": "cerebras",
69
+ "providerNpm": "@ai-sdk/cerebras",
70
+ "reasoning": true,
71
+ "releaseDate": "2025-12-22",
72
+ "streamingSupported": true,
73
+ "temperature": true,
74
+ "toolCall": true,
75
+ "vision": true,
76
+ "icon": "cerebras"
77
+ },
78
+ {
79
+ "attachment": false,
80
+ "cost": {
81
+ "input": 0.35,
82
+ "inputCacheHit": null,
83
+ "output": 0.75
84
+ },
85
+ "extendedThinking": true,
86
+ "id": "gpt-oss-120b",
87
+ "knowledge": null,
88
+ "lastUpdated": null,
89
+ "limit": {
90
+ "context": 16384,
91
+ "output": null
92
+ },
93
+ "modalities": {
94
+ "input": ["text"],
95
+ "output": ["text"]
96
+ },
97
+ "name": "OpenAI GPT OSS",
98
+ "openWeights": false,
99
+ "provider": "cerebras",
100
+ "providerDoc": "https://inference-docs.cerebras.ai/models/overview",
101
+ "providerEnv": ["CEREBRAS_API_KEY"],
102
+ "providerId": "cerebras",
103
+ "providerNpm": "@ai-sdk/cerebras",
104
+ "reasoning": true,
105
+ "releaseDate": null,
106
+ "streamingSupported": true,
107
+ "temperature": true,
108
+ "toolCall": true,
109
+ "vision": true,
110
+ "icon": "cerebras",
111
+ "audioGeneration": false,
112
+ "description": "OpenAI’s open-weight models designed for powerful reasoning, agentic tasks, and versatile developer use cases – gpt-oss-120b is for production, general purpose, high reasoning use-cases.",
113
+ "structuredOutputs": true,
114
+ "supportsStructuredOutput": true,
115
+ "supportsTools": true
116
+ },
117
+ {
118
+ "attachment": false,
119
+ "cost": {
120
+ "input": 0.1,
121
+ "inputCacheHit": null,
122
+ "output": 0.1
123
+ },
124
+ "extendedThinking": true,
125
+ "id": "llama3.1-8b",
126
+ "knowledge": null,
127
+ "lastUpdated": null,
128
+ "limit": {
129
+ "context": 4096,
130
+ "output": null
131
+ },
132
+ "modalities": {
133
+ "input": ["text"],
134
+ "output": ["text"]
135
+ },
136
+ "name": "Llama 3.1 8B",
137
+ "openWeights": false,
138
+ "provider": "cerebras",
139
+ "providerDoc": "https://inference-docs.cerebras.ai/models/overview",
140
+ "providerEnv": ["CEREBRAS_API_KEY"],
141
+ "providerId": "cerebras",
142
+ "providerNpm": "@ai-sdk/cerebras",
143
+ "reasoning": true,
144
+ "releaseDate": null,
145
+ "streamingSupported": true,
146
+ "temperature": true,
147
+ "toolCall": true,
148
+ "vision": true,
149
+ "icon": "cerebras"
150
+ },
151
+ {
152
+ "attachment": false,
153
+ "cost": {
154
+ "input": 0.85,
155
+ "inputCacheHit": null,
156
+ "output": 1.2
157
+ },
158
+ "extendedThinking": true,
159
+ "id": "llama-3.3-70b",
160
+ "knowledge": null,
161
+ "lastUpdated": null,
162
+ "limit": {
163
+ "context": 8192,
164
+ "output": null
165
+ },
166
+ "modalities": {
167
+ "input": ["text"],
168
+ "output": ["text"]
169
+ },
170
+ "name": "Llama 3.3 70B",
171
+ "openWeights": false,
172
+ "provider": "cerebras",
173
+ "providerDoc": "https://inference-docs.cerebras.ai/models/overview",
174
+ "providerEnv": ["CEREBRAS_API_KEY"],
175
+ "providerId": "cerebras",
176
+ "providerNpm": "@ai-sdk/cerebras",
177
+ "reasoning": true,
178
+ "releaseDate": null,
179
+ "streamingSupported": true,
180
+ "temperature": true,
181
+ "toolCall": true,
182
+ "vision": true,
183
+ "icon": "cerebras"
184
+ },
185
+ {
186
+ "attachment": false,
187
+ "cost": {
188
+ "input": 2,
189
+ "inputCacheHit": null,
190
+ "output": 2
191
+ },
192
+ "extendedThinking": true,
193
+ "id": "qwen-3-coder-480b",
194
+ "knowledge": null,
195
+ "lastUpdated": null,
196
+ "limit": {
197
+ "context": 32768,
198
+ "output": null
199
+ },
200
+ "modalities": {
201
+ "input": ["text"],
202
+ "output": ["text"]
203
+ },
204
+ "name": "Qwen 3 480B Coder",
205
+ "openWeights": false,
206
+ "provider": "cerebras",
207
+ "providerDoc": "https://inference-docs.cerebras.ai/models/overview",
208
+ "providerEnv": ["CEREBRAS_API_KEY"],
209
+ "providerId": "cerebras",
210
+ "providerNpm": "@ai-sdk/cerebras",
211
+ "reasoning": true,
212
+ "releaseDate": null,
213
+ "streamingSupported": true,
214
+ "temperature": true,
215
+ "toolCall": true,
216
+ "vision": true,
217
+ "icon": "cerebras"
218
+ },
219
+ {
220
+ "attachment": false,
221
+ "cost": {
222
+ "input": 2.25,
223
+ "inputCacheHit": null,
224
+ "output": 2.75
225
+ },
226
+ "extendedThinking": true,
227
+ "id": "zai-glm-4.6",
228
+ "knowledge": null,
229
+ "lastUpdated": null,
230
+ "limit": {
231
+ "context": 32768,
232
+ "output": 65536
233
+ },
234
+ "modalities": {
235
+ "input": ["text"],
236
+ "output": ["text"]
237
+ },
238
+ "name": "Z.ai GLM 4.6",
239
+ "openWeights": false,
240
+ "provider": "cerebras",
241
+ "providerDoc": "https://inference-docs.cerebras.ai/models/overview",
242
+ "providerEnv": ["CEREBRAS_API_KEY"],
243
+ "providerId": "cerebras",
244
+ "providerNpm": "@ai-sdk/cerebras",
245
+ "reasoning": true,
246
+ "releaseDate": "2025-09-30",
247
+ "streamingSupported": true,
248
+ "temperature": true,
249
+ "toolCall": true,
250
+ "vision": true,
251
+ "icon": "cerebras"
252
+ },
253
+ {
254
+ "attachment": false,
255
+ "cost": {
256
+ "input": 2.25,
257
+ "inputCacheHit": null,
258
+ "output": 2.75
259
+ },
260
+ "extendedThinking": true,
261
+ "id": "zai-glm-4.7",
262
+ "knowledge": null,
263
+ "lastUpdated": null,
264
+ "limit": {
265
+ "context": 32768,
266
+ "output": null
267
+ },
268
+ "modalities": {
269
+ "input": ["text"],
270
+ "output": ["text"]
271
+ },
272
+ "name": "Z.ai GLM 4.7 1",
273
+ "openWeights": false,
274
+ "provider": "cerebras",
275
+ "providerDoc": "https://inference-docs.cerebras.ai/models/overview",
276
+ "providerEnv": ["CEREBRAS_API_KEY"],
277
+ "providerId": "cerebras",
278
+ "providerNpm": "@ai-sdk/cerebras",
279
+ "reasoning": true,
280
+ "releaseDate": null,
281
+ "streamingSupported": true,
282
+ "temperature": true,
283
+ "toolCall": true,
284
+ "vision": true,
285
+ "icon": "cerebras"
286
+ }
287
+ ]
288
+ }