@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,551 @@
1
+ {
2
+ "metadata": {
3
+ "description": "AI Models API - Models from Weights & Biases",
4
+ "lastUpdated": "2026-01-10T23:24:47.804Z",
5
+ "provider": "Weights & Biases",
6
+ "totalModels": 15,
7
+ "version": "0.0.0-development"
8
+ },
9
+ "models": [
10
+ {
11
+ "attachment": false,
12
+ "cost": {
13
+ "input": 2.2e-7,
14
+ "inputCacheHit": null,
15
+ "output": 2.2e-7
16
+ },
17
+ "description": "Efficient conversational model optimized for responsive multilingual chatbot interactions",
18
+ "extendedThinking": false,
19
+ "id": "meta-llama-llama-3-1-8b-instruct",
20
+ "knowledge": null,
21
+ "lastUpdated": null,
22
+ "limit": {
23
+ "context": 131072,
24
+ "output": null
25
+ },
26
+ "modalities": {
27
+ "input": ["text"],
28
+ "output": ["text"]
29
+ },
30
+ "name": "Meta Llama 3.1 8B",
31
+ "openWeights": false,
32
+ "provider": "Weights & Biases",
33
+ "providerDoc": "https://docs.wandb.ai/guides/inference/models/",
34
+ "providerEnv": ["WANDB_API_KEY"],
35
+ "providerId": "weights-biases",
36
+ "providerModelsDevId": "weights-biases",
37
+ "providerNpm": "@ai-sdk/openai-compatible",
38
+ "reasoning": false,
39
+ "releaseDate": null,
40
+ "streamingSupported": true,
41
+ "temperature": true,
42
+ "toolCall": false,
43
+ "vision": false,
44
+ "icon": "weights & biases"
45
+ },
46
+ {
47
+ "attachment": false,
48
+ "cost": {
49
+ "input": 6e-8,
50
+ "inputCacheHit": null,
51
+ "output": 2.4e-7
52
+ },
53
+ "description": "Dense multilingual instruction-tuned model with tool-use and structured output support",
54
+ "extendedThinking": false,
55
+ "id": "qwen-qwen-2-5-14b-instruct",
56
+ "knowledge": null,
57
+ "lastUpdated": null,
58
+ "limit": {
59
+ "context": 8192,
60
+ "output": null
61
+ },
62
+ "modalities": {
63
+ "input": ["text"],
64
+ "output": ["text"]
65
+ },
66
+ "name": "Qwen2.5 14B Instruct",
67
+ "openWeights": false,
68
+ "provider": "Weights & Biases",
69
+ "providerDoc": "https://docs.wandb.ai/guides/inference/models/",
70
+ "providerEnv": ["WANDB_API_KEY"],
71
+ "providerId": "weights-biases",
72
+ "providerModelsDevId": "weights-biases",
73
+ "providerNpm": "@ai-sdk/openai-compatible",
74
+ "reasoning": false,
75
+ "releaseDate": null,
76
+ "streamingSupported": true,
77
+ "temperature": true,
78
+ "toolCall": true,
79
+ "vision": false,
80
+ "icon": "weights & biases"
81
+ },
82
+ {
83
+ "attachment": false,
84
+ "cost": {
85
+ "input": 0.00000135,
86
+ "inputCacheHit": null,
87
+ "output": 0.0000054
88
+ },
89
+ "description": "Optimized for precise reasoning tasks including complex coding, math, and structured document analysis",
90
+ "extendedThinking": false,
91
+ "id": "deepseek-ai-deep-seek-r1-0528",
92
+ "knowledge": null,
93
+ "lastUpdated": null,
94
+ "limit": {
95
+ "context": 164864,
96
+ "output": 65536
97
+ },
98
+ "modalities": {
99
+ "input": ["text"],
100
+ "output": ["text"]
101
+ },
102
+ "name": "DeepSeek R1-0528",
103
+ "openWeights": false,
104
+ "provider": "Weights & Biases",
105
+ "providerDoc": "https://docs.wandb.ai/guides/inference/models/",
106
+ "providerEnv": ["WANDB_API_KEY"],
107
+ "providerId": "weights-biases",
108
+ "providerModelsDevId": "weights-biases",
109
+ "providerNpm": "@ai-sdk/openai-compatible",
110
+ "reasoning": true,
111
+ "releaseDate": "2025-05-28",
112
+ "streamingSupported": true,
113
+ "temperature": true,
114
+ "toolCall": false,
115
+ "vision": false,
116
+ "icon": "weights & biases"
117
+ },
118
+ {
119
+ "attachment": false,
120
+ "cost": {
121
+ "input": 0.00000114,
122
+ "inputCacheHit": null,
123
+ "output": 0.00000275
124
+ },
125
+ "description": "Robust Mixture-of-Experts model tailored for high-complexity language processing and comprehensive document analysis",
126
+ "extendedThinking": false,
127
+ "id": "deepseek-ai-deep-seek-v3-0324",
128
+ "knowledge": null,
129
+ "lastUpdated": null,
130
+ "limit": {
131
+ "context": 164864,
132
+ "output": null
133
+ },
134
+ "modalities": {
135
+ "input": ["text"],
136
+ "output": ["text"]
137
+ },
138
+ "name": "DeepSeek V3-0324",
139
+ "openWeights": false,
140
+ "provider": "Weights & Biases",
141
+ "providerDoc": "https://docs.wandb.ai/guides/inference/models/",
142
+ "providerEnv": ["WANDB_API_KEY"],
143
+ "providerId": "weights-biases",
144
+ "providerModelsDevId": "weights-biases",
145
+ "providerNpm": "@ai-sdk/openai-compatible",
146
+ "reasoning": false,
147
+ "releaseDate": null,
148
+ "streamingSupported": true,
149
+ "temperature": true,
150
+ "toolCall": false,
151
+ "vision": false,
152
+ "icon": "weights & biases"
153
+ },
154
+ {
155
+ "attachment": false,
156
+ "cost": {
157
+ "input": 5.5e-7,
158
+ "inputCacheHit": null,
159
+ "output": 0.00000165
160
+ },
161
+ "description": "A large hybrid model that supports both thinking and non-thinking modes via prompt templates",
162
+ "extendedThinking": false,
163
+ "id": "deepseek-ai-deep-seek-v3-1",
164
+ "knowledge": null,
165
+ "lastUpdated": null,
166
+ "limit": {
167
+ "context": 131072,
168
+ "output": null
169
+ },
170
+ "modalities": {
171
+ "input": ["text"],
172
+ "output": ["text"]
173
+ },
174
+ "name": "DeepSeek V3.1",
175
+ "openWeights": false,
176
+ "provider": "Weights & Biases",
177
+ "providerDoc": "https://docs.wandb.ai/guides/inference/models/",
178
+ "providerEnv": ["WANDB_API_KEY"],
179
+ "providerId": "weights-biases",
180
+ "providerModelsDevId": "weights-biases",
181
+ "providerNpm": "@ai-sdk/openai-compatible",
182
+ "reasoning": false,
183
+ "releaseDate": null,
184
+ "streamingSupported": true,
185
+ "temperature": true,
186
+ "toolCall": false,
187
+ "vision": false,
188
+ "icon": "weights & biases"
189
+ },
190
+ {
191
+ "attachment": false,
192
+ "cost": {
193
+ "input": 8e-7,
194
+ "inputCacheHit": null,
195
+ "output": 8e-7
196
+ },
197
+ "description": "Efficient conversational model optimized for responsive multilingual chatbot interactions",
198
+ "extendedThinking": false,
199
+ "id": "meta-llama-llama-3-1-70b-instruct",
200
+ "knowledge": null,
201
+ "lastUpdated": null,
202
+ "limit": {
203
+ "context": 131072,
204
+ "output": null
205
+ },
206
+ "modalities": {
207
+ "input": ["text"],
208
+ "output": ["text"]
209
+ },
210
+ "name": "Meta Llama 3.1 70B",
211
+ "openWeights": false,
212
+ "provider": "Weights & Biases",
213
+ "providerDoc": "https://docs.wandb.ai/guides/inference/models/",
214
+ "providerEnv": ["WANDB_API_KEY"],
215
+ "providerId": "weights-biases",
216
+ "providerModelsDevId": "weights-biases",
217
+ "providerNpm": "@ai-sdk/openai-compatible",
218
+ "reasoning": false,
219
+ "releaseDate": null,
220
+ "streamingSupported": true,
221
+ "temperature": true,
222
+ "toolCall": false,
223
+ "vision": false,
224
+ "icon": "weights & biases"
225
+ },
226
+ {
227
+ "attachment": false,
228
+ "cost": {
229
+ "input": 7.1e-7,
230
+ "inputCacheHit": null,
231
+ "output": 7.1e-7
232
+ },
233
+ "description": "Multilingual model excelling in conversational tasks, detailed instruction-following, and coding",
234
+ "extendedThinking": false,
235
+ "id": "meta-llama-llama-3-3-70b-instruct",
236
+ "knowledge": null,
237
+ "lastUpdated": null,
238
+ "limit": {
239
+ "context": 131072,
240
+ "output": null
241
+ },
242
+ "modalities": {
243
+ "input": ["text"],
244
+ "output": ["text"]
245
+ },
246
+ "name": "Meta Llama 3.3 70B",
247
+ "openWeights": false,
248
+ "provider": "Weights & Biases",
249
+ "providerDoc": "https://docs.wandb.ai/guides/inference/models/",
250
+ "providerEnv": ["WANDB_API_KEY"],
251
+ "providerId": "weights-biases",
252
+ "providerModelsDevId": "weights-biases",
253
+ "providerNpm": "@ai-sdk/openai-compatible",
254
+ "reasoning": false,
255
+ "releaseDate": null,
256
+ "streamingSupported": true,
257
+ "temperature": true,
258
+ "toolCall": false,
259
+ "vision": false,
260
+ "icon": "weights & biases"
261
+ },
262
+ {
263
+ "attachment": false,
264
+ "cost": {
265
+ "input": 1.7e-7,
266
+ "inputCacheHit": null,
267
+ "output": 6.6e-7
268
+ },
269
+ "description": "Multi-modal model integrating text and image understanding, ideal for visual tasks and combined analysis",
270
+ "extendedThinking": false,
271
+ "id": "meta-llama-llama-4-scout-17b-16e-instruct",
272
+ "knowledge": null,
273
+ "lastUpdated": null,
274
+ "limit": {
275
+ "context": 65536,
276
+ "output": null
277
+ },
278
+ "modalities": {
279
+ "input": ["text"],
280
+ "output": ["text"]
281
+ },
282
+ "name": "Meta Llama 4 Scout 17Bx16E",
283
+ "openWeights": false,
284
+ "provider": "Weights & Biases",
285
+ "providerDoc": "https://docs.wandb.ai/guides/inference/models/",
286
+ "providerEnv": ["WANDB_API_KEY"],
287
+ "providerId": "weights-biases",
288
+ "providerModelsDevId": "weights-biases",
289
+ "providerNpm": "@ai-sdk/openai-compatible",
290
+ "reasoning": false,
291
+ "releaseDate": null,
292
+ "streamingSupported": true,
293
+ "temperature": true,
294
+ "toolCall": false,
295
+ "vision": true,
296
+ "icon": "weights & biases"
297
+ },
298
+ {
299
+ "attachment": false,
300
+ "cost": {
301
+ "input": 8e-8,
302
+ "inputCacheHit": null,
303
+ "output": 3.5e-7
304
+ },
305
+ "description": "Compact, efficient model ideal for fast responses in resource-constrained environments",
306
+ "extendedThinking": false,
307
+ "id": "microsoft-phi-4-mini-instruct",
308
+ "knowledge": null,
309
+ "lastUpdated": null,
310
+ "limit": {
311
+ "context": 131072,
312
+ "output": null
313
+ },
314
+ "modalities": {
315
+ "input": ["text"],
316
+ "output": ["text"]
317
+ },
318
+ "name": "Microsoft Phi 4 Mini 3.8B",
319
+ "openWeights": false,
320
+ "provider": "Weights & Biases",
321
+ "providerDoc": "https://docs.wandb.ai/guides/inference/models/",
322
+ "providerEnv": ["WANDB_API_KEY"],
323
+ "providerId": "weights-biases",
324
+ "providerModelsDevId": "weights-biases",
325
+ "providerNpm": "@ai-sdk/openai-compatible",
326
+ "reasoning": false,
327
+ "releaseDate": null,
328
+ "streamingSupported": true,
329
+ "temperature": true,
330
+ "toolCall": false,
331
+ "vision": false,
332
+ "icon": "weights & biases"
333
+ },
334
+ {
335
+ "attachment": false,
336
+ "cost": {
337
+ "input": 0.00000135,
338
+ "inputCacheHit": null,
339
+ "output": 0.000004
340
+ },
341
+ "description": "Mixture-of-Experts model optimized for complex tool use, reasoning, and code synthesis",
342
+ "extendedThinking": false,
343
+ "id": "moonshotai-kimi-k2-instruct",
344
+ "knowledge": null,
345
+ "lastUpdated": null,
346
+ "limit": {
347
+ "context": 131072,
348
+ "output": null
349
+ },
350
+ "modalities": {
351
+ "input": ["text"],
352
+ "output": ["text"]
353
+ },
354
+ "name": "MoonshotAI Kimi K2",
355
+ "openWeights": false,
356
+ "provider": "Weights & Biases",
357
+ "providerDoc": "https://docs.wandb.ai/guides/inference/models/",
358
+ "providerEnv": ["WANDB_API_KEY"],
359
+ "providerId": "weights-biases",
360
+ "providerModelsDevId": "weights-biases",
361
+ "providerNpm": "@ai-sdk/openai-compatible",
362
+ "reasoning": true,
363
+ "releaseDate": null,
364
+ "streamingSupported": true,
365
+ "temperature": true,
366
+ "toolCall": true,
367
+ "vision": false,
368
+ "icon": "weights & biases"
369
+ },
370
+ {
371
+ "attachment": false,
372
+ "cost": {
373
+ "input": 5e-8,
374
+ "inputCacheHit": null,
375
+ "output": 2.2e-7
376
+ },
377
+ "description": "An efficient multilingual, dense, instruction-tuned model, optimized by OpenPipe for building agents with finetuning.",
378
+ "extendedThinking": false,
379
+ "id": "open-pipe-qwen-3-14b-instruct",
380
+ "knowledge": null,
381
+ "lastUpdated": null,
382
+ "limit": {
383
+ "context": 8192,
384
+ "output": null
385
+ },
386
+ "modalities": {
387
+ "input": ["text"],
388
+ "output": ["text"]
389
+ },
390
+ "name": "OpenPipe Qwen3 14B Instruct",
391
+ "openWeights": false,
392
+ "provider": "Weights & Biases",
393
+ "providerDoc": "https://docs.wandb.ai/guides/inference/models/",
394
+ "providerEnv": ["WANDB_API_KEY"],
395
+ "providerId": "weights-biases",
396
+ "providerModelsDevId": "weights-biases",
397
+ "providerNpm": "@ai-sdk/openai-compatible",
398
+ "reasoning": false,
399
+ "releaseDate": null,
400
+ "streamingSupported": true,
401
+ "temperature": true,
402
+ "toolCall": false,
403
+ "vision": false,
404
+ "icon": "weights & biases"
405
+ },
406
+ {
407
+ "attachment": false,
408
+ "cost": {
409
+ "input": 1e-7,
410
+ "inputCacheHit": null,
411
+ "output": 1e-7
412
+ },
413
+ "description": "Efficient multilingual, Mixture-of-Experts, instruction-tuned model, optimized for logical reasoning",
414
+ "extendedThinking": false,
415
+ "id": "qwen-qwen-3-235b-a22b-instruct-2507",
416
+ "knowledge": null,
417
+ "lastUpdated": null,
418
+ "limit": {
419
+ "context": 268288,
420
+ "output": null
421
+ },
422
+ "modalities": {
423
+ "input": ["text"],
424
+ "output": ["text"]
425
+ },
426
+ "name": "Qwen3 235B A22B-2507",
427
+ "openWeights": false,
428
+ "provider": "Weights & Biases",
429
+ "providerDoc": "https://docs.wandb.ai/guides/inference/models/",
430
+ "providerEnv": ["WANDB_API_KEY"],
431
+ "providerId": "weights-biases",
432
+ "providerModelsDevId": "weights-biases",
433
+ "providerNpm": "@ai-sdk/openai-compatible",
434
+ "reasoning": true,
435
+ "releaseDate": null,
436
+ "streamingSupported": true,
437
+ "temperature": true,
438
+ "toolCall": false,
439
+ "vision": false,
440
+ "icon": "weights & biases"
441
+ },
442
+ {
443
+ "attachment": false,
444
+ "cost": {
445
+ "input": 1e-7,
446
+ "inputCacheHit": null,
447
+ "output": 1e-7
448
+ },
449
+ "description": "High-performance Mixture-of-Experts model optimized for structured reasoning, math, and long-form generation",
450
+ "extendedThinking": false,
451
+ "id": "qwen-qwen-3-235b-a22b-thinking-2507",
452
+ "knowledge": null,
453
+ "lastUpdated": null,
454
+ "limit": {
455
+ "context": 268288,
456
+ "output": null
457
+ },
458
+ "modalities": {
459
+ "input": ["text"],
460
+ "output": ["text"]
461
+ },
462
+ "name": "Qwen3 235B A22B Thinking-2507",
463
+ "openWeights": false,
464
+ "provider": "Weights & Biases",
465
+ "providerDoc": "https://docs.wandb.ai/guides/inference/models/",
466
+ "providerEnv": ["WANDB_API_KEY"],
467
+ "providerId": "weights-biases",
468
+ "providerModelsDevId": "weights-biases",
469
+ "providerNpm": "@ai-sdk/openai-compatible",
470
+ "reasoning": true,
471
+ "releaseDate": null,
472
+ "streamingSupported": true,
473
+ "temperature": true,
474
+ "toolCall": false,
475
+ "vision": false,
476
+ "icon": "weights & biases"
477
+ },
478
+ {
479
+ "attachment": false,
480
+ "cost": {
481
+ "input": 0.000001,
482
+ "inputCacheHit": null,
483
+ "output": 0.0000015
484
+ },
485
+ "description": "Mixture-of-Experts model optimized for coding tasks such as function calling, tooling use, and long-context reasoning",
486
+ "extendedThinking": false,
487
+ "id": "qwen-qwen-3-coder-480b-a35b-instruct",
488
+ "knowledge": null,
489
+ "lastUpdated": null,
490
+ "limit": {
491
+ "context": 268288,
492
+ "output": null
493
+ },
494
+ "modalities": {
495
+ "input": ["text"],
496
+ "output": ["text"]
497
+ },
498
+ "name": "Qwen3 Coder 480B A35B",
499
+ "openWeights": false,
500
+ "provider": "Weights & Biases",
501
+ "providerDoc": "https://docs.wandb.ai/guides/inference/models/",
502
+ "providerEnv": ["WANDB_API_KEY"],
503
+ "providerId": "weights-biases",
504
+ "providerModelsDevId": "weights-biases",
505
+ "providerNpm": "@ai-sdk/openai-compatible",
506
+ "reasoning": true,
507
+ "releaseDate": null,
508
+ "streamingSupported": true,
509
+ "temperature": true,
510
+ "toolCall": true,
511
+ "vision": false,
512
+ "icon": "weights & biases"
513
+ },
514
+ {
515
+ "attachment": false,
516
+ "cost": {
517
+ "input": 5.5e-7,
518
+ "inputCacheHit": null,
519
+ "output": 0.000002
520
+ },
521
+ "description": "Mixture-of-Experts model with user-controllable thinking/non-thinking modes for reasoning, code, and agents",
522
+ "extendedThinking": false,
523
+ "id": "zai-org-glm-4-5",
524
+ "knowledge": null,
525
+ "lastUpdated": null,
526
+ "limit": {
527
+ "context": 134144,
528
+ "output": 65536
529
+ },
530
+ "modalities": {
531
+ "input": ["text"],
532
+ "output": ["text"]
533
+ },
534
+ "name": "Z.AI GLM 4.5",
535
+ "openWeights": false,
536
+ "provider": "Weights & Biases",
537
+ "providerDoc": "https://docs.wandb.ai/guides/inference/models/",
538
+ "providerEnv": ["WANDB_API_KEY"],
539
+ "providerId": "weights-biases",
540
+ "providerModelsDevId": "weights-biases",
541
+ "providerNpm": "@ai-sdk/openai-compatible",
542
+ "reasoning": true,
543
+ "releaseDate": "2025-07-25",
544
+ "streamingSupported": true,
545
+ "temperature": true,
546
+ "toolCall": false,
547
+ "vision": false,
548
+ "icon": "weights & biases"
549
+ }
550
+ ]
551
+ }