@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,3220 @@
1
+ {
2
+ "metadata": {
3
+ "description": "AI Models API - Models from chutes",
4
+ "lastUpdated": "2026-01-10T23:24:47.794Z",
5
+ "provider": "chutes",
6
+ "totalModels": 94,
7
+ "version": "0.0.0-development"
8
+ },
9
+ "models": [
10
+ {
11
+ "attachment": false,
12
+ "cost": {
13
+ "input": 0.000015,
14
+ "inputCacheHit": null,
15
+ "output": 0.000015
16
+ },
17
+ "extendedThinking": false,
18
+ "id": "agentica-org/DeepCoder-14B-Preview",
19
+ "knowledge": null,
20
+ "lastUpdated": null,
21
+ "limit": {
22
+ "context": 384000,
23
+ "output": null
24
+ },
25
+ "modalities": {
26
+ "input": ["text"],
27
+ "output": ["text"]
28
+ },
29
+ "name": "DeepCoder-14B-Preview",
30
+ "openWeights": false,
31
+ "provider": "chutes",
32
+ "providerDoc": "https://llm.chutes.ai/v1/models",
33
+ "providerEnv": ["CHUTES_API_KEY"],
34
+ "providerId": "chutes",
35
+ "providerNpm": "@ai-sdk/openai-compatible",
36
+ "reasoning": false,
37
+ "releaseDate": null,
38
+ "streamingSupported": true,
39
+ "temperature": true,
40
+ "toolCall": false,
41
+ "vision": false,
42
+ "icon": "chutes"
43
+ },
44
+ {
45
+ "attachment": false,
46
+ "cost": {
47
+ "input": null,
48
+ "inputCacheHit": null,
49
+ "output": null
50
+ },
51
+ "extendedThinking": false,
52
+ "id": "all-hands/openhands-lm-32b-v0.1-ep3",
53
+ "knowledge": null,
54
+ "lastUpdated": null,
55
+ "limit": {
56
+ "context": 65536,
57
+ "output": null
58
+ },
59
+ "modalities": {
60
+ "input": ["text"],
61
+ "output": ["text"]
62
+ },
63
+ "name": "openhands-lm-32b-v0.1-ep3",
64
+ "openWeights": false,
65
+ "provider": "chutes",
66
+ "providerDoc": "https://llm.chutes.ai/v1/models",
67
+ "providerEnv": ["CHUTES_API_KEY"],
68
+ "providerId": "chutes",
69
+ "providerNpm": "@ai-sdk/openai-compatible",
70
+ "reasoning": false,
71
+ "releaseDate": null,
72
+ "streamingSupported": true,
73
+ "temperature": true,
74
+ "toolCall": false,
75
+ "vision": false,
76
+ "icon": "chutes"
77
+ },
78
+ {
79
+ "attachment": false,
80
+ "cost": {
81
+ "input": 0.00003,
82
+ "inputCacheHit": null,
83
+ "output": 0.00011
84
+ },
85
+ "extendedThinking": false,
86
+ "id": "ArliAI/QwQ-32B-ArliAI-RpR-v1",
87
+ "knowledge": null,
88
+ "lastUpdated": null,
89
+ "limit": {
90
+ "context": 131072,
91
+ "output": null
92
+ },
93
+ "modalities": {
94
+ "input": ["text"],
95
+ "output": ["text"]
96
+ },
97
+ "name": "QwQ-32B-ArliAI-RpR-v1",
98
+ "openWeights": false,
99
+ "provider": "chutes",
100
+ "providerDoc": "https://llm.chutes.ai/v1/models",
101
+ "providerEnv": ["CHUTES_API_KEY"],
102
+ "providerId": "chutes",
103
+ "providerNpm": "@ai-sdk/openai-compatible",
104
+ "reasoning": false,
105
+ "releaseDate": null,
106
+ "streamingSupported": true,
107
+ "temperature": true,
108
+ "toolCall": false,
109
+ "vision": false,
110
+ "icon": "chutes"
111
+ },
112
+ {
113
+ "attachment": false,
114
+ "cost": {
115
+ "input": 0.00005,
116
+ "inputCacheHit": null,
117
+ "output": 0.00022
118
+ },
119
+ "extendedThinking": false,
120
+ "id": "chutesai/Devstral-Small-2505",
121
+ "knowledge": null,
122
+ "lastUpdated": null,
123
+ "limit": {
124
+ "context": 524288,
125
+ "output": null
126
+ },
127
+ "modalities": {
128
+ "input": ["text"],
129
+ "output": ["text"]
130
+ },
131
+ "name": "Devstral-Small-2505",
132
+ "openWeights": false,
133
+ "provider": "chutes",
134
+ "providerDoc": "https://llm.chutes.ai/v1/models",
135
+ "providerEnv": ["CHUTES_API_KEY"],
136
+ "providerId": "chutes",
137
+ "providerNpm": "@ai-sdk/openai-compatible",
138
+ "reasoning": false,
139
+ "releaseDate": null,
140
+ "streamingSupported": true,
141
+ "temperature": true,
142
+ "toolCall": false,
143
+ "vision": false,
144
+ "icon": "chutes"
145
+ },
146
+ {
147
+ "attachment": false,
148
+ "cost": {
149
+ "input": 0,
150
+ "inputCacheHit": null,
151
+ "output": 0
152
+ },
153
+ "extendedThinking": false,
154
+ "id": "chutesai/Llama-4-Maverick-17B-128E-Instruct-FP8",
155
+ "knowledge": null,
156
+ "lastUpdated": null,
157
+ "limit": {
158
+ "context": 512000,
159
+ "output": null
160
+ },
161
+ "modalities": {
162
+ "input": ["text"],
163
+ "output": ["text"]
164
+ },
165
+ "name": "Llama-4-Maverick-17B-128E-Instruct-FP8",
166
+ "openWeights": false,
167
+ "provider": "chutes",
168
+ "providerDoc": "https://llm.chutes.ai/v1/models",
169
+ "providerEnv": ["CHUTES_API_KEY"],
170
+ "providerId": "chutes",
171
+ "providerNpm": "@ai-sdk/openai-compatible",
172
+ "reasoning": false,
173
+ "releaseDate": null,
174
+ "streamingSupported": true,
175
+ "temperature": true,
176
+ "toolCall": false,
177
+ "vision": false,
178
+ "icon": "chutes"
179
+ },
180
+ {
181
+ "attachment": false,
182
+ "cost": {
183
+ "input": 0.00014,
184
+ "inputCacheHit": null,
185
+ "output": 0.00042
186
+ },
187
+ "extendedThinking": false,
188
+ "id": "chutesai/Mistral-Small-3.1-24B-Instruct-2503",
189
+ "knowledge": null,
190
+ "lastUpdated": null,
191
+ "limit": {
192
+ "context": 524288,
193
+ "output": null
194
+ },
195
+ "modalities": {
196
+ "input": ["text"],
197
+ "output": ["text"]
198
+ },
199
+ "name": "Mistral-Small-3.1-24B-Instruct-2503",
200
+ "openWeights": false,
201
+ "provider": "chutes",
202
+ "providerDoc": "https://llm.chutes.ai/v1/models",
203
+ "providerEnv": ["CHUTES_API_KEY"],
204
+ "providerId": "chutes",
205
+ "providerNpm": "@ai-sdk/openai-compatible",
206
+ "reasoning": false,
207
+ "releaseDate": null,
208
+ "streamingSupported": true,
209
+ "temperature": true,
210
+ "toolCall": false,
211
+ "vision": false,
212
+ "icon": "chutes"
213
+ },
214
+ {
215
+ "attachment": false,
216
+ "cost": {
217
+ "input": 0.00014,
218
+ "inputCacheHit": null,
219
+ "output": 0.00042
220
+ },
221
+ "extendedThinking": false,
222
+ "id": "chutesai/Mistral-Small-3.2-24B-Instruct-2506",
223
+ "knowledge": null,
224
+ "lastUpdated": null,
225
+ "limit": {
226
+ "context": 524288,
227
+ "output": null
228
+ },
229
+ "modalities": {
230
+ "input": ["text"],
231
+ "output": ["text"]
232
+ },
233
+ "name": "Mistral-Small-3.2-24B-Instruct-2506",
234
+ "openWeights": false,
235
+ "provider": "chutes",
236
+ "providerDoc": "https://llm.chutes.ai/v1/models",
237
+ "providerEnv": ["CHUTES_API_KEY"],
238
+ "providerId": "chutes",
239
+ "providerNpm": "@ai-sdk/openai-compatible",
240
+ "reasoning": false,
241
+ "releaseDate": null,
242
+ "streamingSupported": true,
243
+ "temperature": true,
244
+ "toolCall": false,
245
+ "vision": false,
246
+ "icon": "chutes"
247
+ },
248
+ {
249
+ "attachment": false,
250
+ "cost": {
251
+ "input": 0.00004,
252
+ "inputCacheHit": null,
253
+ "output": 0.00017
254
+ },
255
+ "extendedThinking": false,
256
+ "id": "cognitivecomputations/Dolphin3.0-Mistral-24B",
257
+ "knowledge": null,
258
+ "lastUpdated": null,
259
+ "limit": {
260
+ "context": 131072,
261
+ "output": null
262
+ },
263
+ "modalities": {
264
+ "input": ["text"],
265
+ "output": ["text"]
266
+ },
267
+ "name": "Dolphin3.0-Mistral-24B",
268
+ "openWeights": false,
269
+ "provider": "chutes",
270
+ "providerDoc": "https://llm.chutes.ai/v1/models",
271
+ "providerEnv": ["CHUTES_API_KEY"],
272
+ "providerId": "chutes",
273
+ "providerNpm": "@ai-sdk/openai-compatible",
274
+ "reasoning": false,
275
+ "releaseDate": "2025-02-13",
276
+ "streamingSupported": true,
277
+ "temperature": true,
278
+ "toolCall": false,
279
+ "vision": false,
280
+ "icon": "chutes"
281
+ },
282
+ {
283
+ "attachment": false,
284
+ "cost": {
285
+ "input": 0.0003,
286
+ "inputCacheHit": null,
287
+ "output": 0.0003
288
+ },
289
+ "extendedThinking": false,
290
+ "id": "cognitivecomputations/Dolphin3.0-R1-Mistral-24B",
291
+ "knowledge": null,
292
+ "lastUpdated": null,
293
+ "limit": {
294
+ "context": 131072,
295
+ "output": null
296
+ },
297
+ "modalities": {
298
+ "input": ["text"],
299
+ "output": ["text"]
300
+ },
301
+ "name": "Dolphin3.0-R1-Mistral-24B",
302
+ "openWeights": false,
303
+ "provider": "chutes",
304
+ "providerDoc": "https://llm.chutes.ai/v1/models",
305
+ "providerEnv": ["CHUTES_API_KEY"],
306
+ "providerId": "chutes",
307
+ "providerNpm": "@ai-sdk/openai-compatible",
308
+ "reasoning": false,
309
+ "releaseDate": "2025-02-13",
310
+ "streamingSupported": true,
311
+ "temperature": true,
312
+ "toolCall": false,
313
+ "vision": false,
314
+ "icon": "chutes"
315
+ },
316
+ {
317
+ "attachment": false,
318
+ "cost": {
319
+ "input": 0.00075,
320
+ "inputCacheHit": null,
321
+ "output": 0.00099
322
+ },
323
+ "extendedThinking": false,
324
+ "id": "deepseek-ai/DeepSeek-R1",
325
+ "knowledge": null,
326
+ "lastUpdated": null,
327
+ "limit": {
328
+ "context": 655360,
329
+ "output": 163840
330
+ },
331
+ "modalities": {
332
+ "input": ["text"],
333
+ "output": ["text"]
334
+ },
335
+ "name": "DeepSeek-R1",
336
+ "openWeights": false,
337
+ "provider": "chutes",
338
+ "providerDoc": "https://llm.chutes.ai/v1/models",
339
+ "providerEnv": ["CHUTES_API_KEY"],
340
+ "providerId": "chutes",
341
+ "providerNpm": "@ai-sdk/openai-compatible",
342
+ "reasoning": false,
343
+ "releaseDate": "2025-01-20",
344
+ "streamingSupported": true,
345
+ "temperature": true,
346
+ "toolCall": false,
347
+ "vision": false,
348
+ "icon": "chutes"
349
+ },
350
+ {
351
+ "attachment": false,
352
+ "cost": {
353
+ "input": 0.0004,
354
+ "inputCacheHit": null,
355
+ "output": 0.00175
356
+ },
357
+ "extendedThinking": false,
358
+ "id": "deepseek-ai/DeepSeek-R1-0528",
359
+ "knowledge": null,
360
+ "lastUpdated": null,
361
+ "limit": {
362
+ "context": 655360,
363
+ "output": 65536
364
+ },
365
+ "modalities": {
366
+ "input": ["text"],
367
+ "output": ["text"]
368
+ },
369
+ "name": "DeepSeek-R1-0528",
370
+ "openWeights": false,
371
+ "provider": "chutes",
372
+ "providerDoc": "https://llm.chutes.ai/v1/models",
373
+ "providerEnv": ["CHUTES_API_KEY"],
374
+ "providerId": "chutes",
375
+ "providerNpm": "@ai-sdk/openai-compatible",
376
+ "reasoning": false,
377
+ "releaseDate": "2025-05-28",
378
+ "streamingSupported": true,
379
+ "temperature": true,
380
+ "toolCall": false,
381
+ "vision": false,
382
+ "icon": "chutes",
383
+ "providerModelsDevId": "deepinfra"
384
+ },
385
+ {
386
+ "attachment": false,
387
+ "cost": {
388
+ "input": 0.00003,
389
+ "inputCacheHit": null,
390
+ "output": 0.00011
391
+ },
392
+ "extendedThinking": false,
393
+ "id": "deepseek-ai/DeepSeek-R1-0528-Qwen3-8B",
394
+ "knowledge": null,
395
+ "lastUpdated": null,
396
+ "limit": {
397
+ "context": 524288,
398
+ "output": null
399
+ },
400
+ "modalities": {
401
+ "input": ["text"],
402
+ "output": ["text"]
403
+ },
404
+ "name": "DeepSeek-R1-0528-Qwen3-8B",
405
+ "openWeights": false,
406
+ "provider": "chutes",
407
+ "providerDoc": "https://llm.chutes.ai/v1/models",
408
+ "providerEnv": ["CHUTES_API_KEY"],
409
+ "providerId": "chutes",
410
+ "providerNpm": "@ai-sdk/openai-compatible",
411
+ "reasoning": false,
412
+ "releaseDate": null,
413
+ "streamingSupported": true,
414
+ "temperature": true,
415
+ "toolCall": false,
416
+ "vision": false,
417
+ "icon": "chutes"
418
+ },
419
+ {
420
+ "attachment": false,
421
+ "cost": {
422
+ "input": null,
423
+ "inputCacheHit": null,
424
+ "output": null
425
+ },
426
+ "extendedThinking": false,
427
+ "id": "deepseek-ai/DeepSeek-R1-0528-TEE",
428
+ "knowledge": null,
429
+ "lastUpdated": null,
430
+ "limit": {
431
+ "context": 655360,
432
+ "output": null
433
+ },
434
+ "modalities": {
435
+ "input": ["text"],
436
+ "output": ["text"]
437
+ },
438
+ "name": "DeepSeek-R1-0528-TEE",
439
+ "openWeights": false,
440
+ "provider": "chutes",
441
+ "providerDoc": "https://llm.chutes.ai/v1/models",
442
+ "providerEnv": ["CHUTES_API_KEY"],
443
+ "providerId": "chutes",
444
+ "providerNpm": "@ai-sdk/openai-compatible",
445
+ "reasoning": false,
446
+ "releaseDate": null,
447
+ "streamingSupported": true,
448
+ "temperature": true,
449
+ "toolCall": false,
450
+ "vision": false,
451
+ "icon": "chutes"
452
+ },
453
+ {
454
+ "attachment": false,
455
+ "cost": {
456
+ "input": 0.00075,
457
+ "inputCacheHit": null,
458
+ "output": 0.00099
459
+ },
460
+ "extendedThinking": false,
461
+ "id": "deepseek-ai/DeepSeek-R1-Distill-Llama-70B",
462
+ "knowledge": null,
463
+ "lastUpdated": null,
464
+ "limit": {
465
+ "context": 524288,
466
+ "output": 131072
467
+ },
468
+ "modalities": {
469
+ "input": ["text"],
470
+ "output": ["text"]
471
+ },
472
+ "name": "DeepSeek-R1-Distill-Llama-70B",
473
+ "openWeights": false,
474
+ "provider": "chutes",
475
+ "providerDoc": "https://llm.chutes.ai/v1/models",
476
+ "providerEnv": ["CHUTES_API_KEY"],
477
+ "providerId": "chutes",
478
+ "providerNpm": "@ai-sdk/openai-compatible",
479
+ "reasoning": false,
480
+ "releaseDate": "2025-01-23",
481
+ "streamingSupported": true,
482
+ "temperature": true,
483
+ "toolCall": false,
484
+ "vision": false,
485
+ "icon": "chutes",
486
+ "providerModelsDevId": "deepinfra"
487
+ },
488
+ {
489
+ "attachment": false,
490
+ "cost": {
491
+ "input": null,
492
+ "inputCacheHit": null,
493
+ "output": null
494
+ },
495
+ "extendedThinking": false,
496
+ "id": "deepseek-ai/DeepSeek-R1-TEE",
497
+ "knowledge": null,
498
+ "lastUpdated": null,
499
+ "limit": {
500
+ "context": 655360,
501
+ "output": null
502
+ },
503
+ "modalities": {
504
+ "input": ["text"],
505
+ "output": ["text"]
506
+ },
507
+ "name": "DeepSeek-R1-TEE",
508
+ "openWeights": false,
509
+ "provider": "chutes",
510
+ "providerDoc": "https://llm.chutes.ai/v1/models",
511
+ "providerEnv": ["CHUTES_API_KEY"],
512
+ "providerId": "chutes",
513
+ "providerNpm": "@ai-sdk/openai-compatible",
514
+ "reasoning": false,
515
+ "releaseDate": null,
516
+ "streamingSupported": true,
517
+ "temperature": true,
518
+ "toolCall": false,
519
+ "vision": false,
520
+ "icon": "chutes"
521
+ },
522
+ {
523
+ "attachment": false,
524
+ "cost": {
525
+ "input": 0.0009,
526
+ "inputCacheHit": null,
527
+ "output": 0.0009
528
+ },
529
+ "extendedThinking": false,
530
+ "id": "deepseek-ai/DeepSeek-V3",
531
+ "knowledge": null,
532
+ "lastUpdated": null,
533
+ "limit": {
534
+ "context": 655360,
535
+ "output": null
536
+ },
537
+ "modalities": {
538
+ "input": ["text"],
539
+ "output": ["text"]
540
+ },
541
+ "name": "DeepSeek-V3",
542
+ "openWeights": false,
543
+ "provider": "chutes",
544
+ "providerDoc": "https://llm.chutes.ai/v1/models",
545
+ "providerEnv": ["CHUTES_API_KEY"],
546
+ "providerId": "chutes",
547
+ "providerNpm": "@ai-sdk/openai-compatible",
548
+ "reasoning": false,
549
+ "releaseDate": null,
550
+ "streamingSupported": true,
551
+ "temperature": true,
552
+ "toolCall": false,
553
+ "vision": false,
554
+ "icon": "chutes",
555
+ "providerModelsDevId": "deepinfra"
556
+ },
557
+ {
558
+ "attachment": false,
559
+ "cost": {
560
+ "input": null,
561
+ "inputCacheHit": null,
562
+ "output": null
563
+ },
564
+ "extendedThinking": false,
565
+ "id": "deepseek-ai/DeepSeek-V3-0324",
566
+ "knowledge": null,
567
+ "lastUpdated": null,
568
+ "limit": {
569
+ "context": 655360,
570
+ "output": null
571
+ },
572
+ "modalities": {
573
+ "input": ["text"],
574
+ "output": ["text"]
575
+ },
576
+ "name": "DeepSeek-V3-0324",
577
+ "openWeights": false,
578
+ "provider": "chutes",
579
+ "providerDoc": "https://llm.chutes.ai/v1/models",
580
+ "providerEnv": ["CHUTES_API_KEY"],
581
+ "providerId": "chutes",
582
+ "providerNpm": "@ai-sdk/openai-compatible",
583
+ "reasoning": false,
584
+ "releaseDate": null,
585
+ "streamingSupported": true,
586
+ "temperature": true,
587
+ "toolCall": false,
588
+ "vision": false,
589
+ "icon": "chutes",
590
+ "providerModelsDevId": "deepinfra"
591
+ },
592
+ {
593
+ "attachment": false,
594
+ "cost": {
595
+ "input": null,
596
+ "inputCacheHit": null,
597
+ "output": null
598
+ },
599
+ "extendedThinking": false,
600
+ "id": "deepseek-ai/DeepSeek-V3-0324-TEE",
601
+ "knowledge": null,
602
+ "lastUpdated": null,
603
+ "limit": {
604
+ "context": 655360,
605
+ "output": null
606
+ },
607
+ "modalities": {
608
+ "input": ["text"],
609
+ "output": ["text"]
610
+ },
611
+ "name": "DeepSeek-V3-0324-TEE",
612
+ "openWeights": false,
613
+ "provider": "chutes",
614
+ "providerDoc": "https://llm.chutes.ai/v1/models",
615
+ "providerEnv": ["CHUTES_API_KEY"],
616
+ "providerId": "chutes",
617
+ "providerNpm": "@ai-sdk/openai-compatible",
618
+ "reasoning": false,
619
+ "releaseDate": null,
620
+ "streamingSupported": true,
621
+ "temperature": true,
622
+ "toolCall": false,
623
+ "vision": false,
624
+ "icon": "chutes"
625
+ },
626
+ {
627
+ "attachment": false,
628
+ "cost": {
629
+ "input": null,
630
+ "inputCacheHit": null,
631
+ "output": null
632
+ },
633
+ "extendedThinking": false,
634
+ "id": "deepseek-ai/DeepSeek-V3.1-TEE",
635
+ "knowledge": null,
636
+ "lastUpdated": null,
637
+ "limit": {
638
+ "context": 655360,
639
+ "output": null
640
+ },
641
+ "modalities": {
642
+ "input": ["text"],
643
+ "output": ["text"]
644
+ },
645
+ "name": "DeepSeek-V3.1-TEE",
646
+ "openWeights": false,
647
+ "provider": "chutes",
648
+ "providerDoc": "https://llm.chutes.ai/v1/models",
649
+ "providerEnv": ["CHUTES_API_KEY"],
650
+ "providerId": "chutes",
651
+ "providerNpm": "@ai-sdk/openai-compatible",
652
+ "reasoning": false,
653
+ "releaseDate": null,
654
+ "streamingSupported": true,
655
+ "temperature": true,
656
+ "toolCall": false,
657
+ "vision": false,
658
+ "icon": "chutes"
659
+ },
660
+ {
661
+ "attachment": false,
662
+ "cost": {
663
+ "input": null,
664
+ "inputCacheHit": null,
665
+ "output": null
666
+ },
667
+ "extendedThinking": false,
668
+ "id": "deepseek-ai/DeepSeek-V3.1-Terminus-TEE",
669
+ "knowledge": null,
670
+ "lastUpdated": null,
671
+ "limit": {
672
+ "context": 655360,
673
+ "output": null
674
+ },
675
+ "modalities": {
676
+ "input": ["text"],
677
+ "output": ["text"]
678
+ },
679
+ "name": "DeepSeek-V3.1-Terminus-TEE",
680
+ "openWeights": false,
681
+ "provider": "chutes",
682
+ "providerDoc": "https://llm.chutes.ai/v1/models",
683
+ "providerEnv": ["CHUTES_API_KEY"],
684
+ "providerId": "chutes",
685
+ "providerNpm": "@ai-sdk/openai-compatible",
686
+ "reasoning": false,
687
+ "releaseDate": null,
688
+ "streamingSupported": true,
689
+ "temperature": true,
690
+ "toolCall": false,
691
+ "vision": false,
692
+ "icon": "chutes"
693
+ },
694
+ {
695
+ "attachment": false,
696
+ "cost": {
697
+ "input": null,
698
+ "inputCacheHit": null,
699
+ "output": null
700
+ },
701
+ "extendedThinking": false,
702
+ "id": "deepseek-ai/DeepSeek-V3.2-Speciale-TEE",
703
+ "knowledge": null,
704
+ "lastUpdated": null,
705
+ "limit": {
706
+ "context": 655360,
707
+ "output": null
708
+ },
709
+ "modalities": {
710
+ "input": ["text"],
711
+ "output": ["text"]
712
+ },
713
+ "name": "DeepSeek-V3.2-Speciale-TEE",
714
+ "openWeights": false,
715
+ "provider": "chutes",
716
+ "providerDoc": "https://llm.chutes.ai/v1/models",
717
+ "providerEnv": ["CHUTES_API_KEY"],
718
+ "providerId": "chutes",
719
+ "providerNpm": "@ai-sdk/openai-compatible",
720
+ "reasoning": false,
721
+ "releaseDate": null,
722
+ "streamingSupported": true,
723
+ "temperature": true,
724
+ "toolCall": false,
725
+ "vision": false,
726
+ "icon": "chutes"
727
+ },
728
+ {
729
+ "attachment": false,
730
+ "cost": {
731
+ "input": null,
732
+ "inputCacheHit": null,
733
+ "output": null
734
+ },
735
+ "extendedThinking": false,
736
+ "id": "deepseek-ai/DeepSeek-V3.2-TEE",
737
+ "knowledge": null,
738
+ "lastUpdated": null,
739
+ "limit": {
740
+ "context": 655360,
741
+ "output": null
742
+ },
743
+ "modalities": {
744
+ "input": ["text"],
745
+ "output": ["text"]
746
+ },
747
+ "name": "DeepSeek-V3.2-TEE",
748
+ "openWeights": false,
749
+ "provider": "chutes",
750
+ "providerDoc": "https://llm.chutes.ai/v1/models",
751
+ "providerEnv": ["CHUTES_API_KEY"],
752
+ "providerId": "chutes",
753
+ "providerNpm": "@ai-sdk/openai-compatible",
754
+ "reasoning": false,
755
+ "releaseDate": null,
756
+ "streamingSupported": true,
757
+ "temperature": true,
758
+ "toolCall": false,
759
+ "vision": false,
760
+ "icon": "chutes"
761
+ },
762
+ {
763
+ "attachment": false,
764
+ "cost": {
765
+ "input": null,
766
+ "inputCacheHit": null,
767
+ "output": null
768
+ },
769
+ "extendedThinking": false,
770
+ "id": "deepseek-ai/DeepSeek-V3-Base",
771
+ "knowledge": null,
772
+ "lastUpdated": null,
773
+ "limit": {
774
+ "context": 655360,
775
+ "output": null
776
+ },
777
+ "modalities": {
778
+ "input": ["text"],
779
+ "output": ["text"]
780
+ },
781
+ "name": "DeepSeek-V3-Base",
782
+ "openWeights": false,
783
+ "provider": "chutes",
784
+ "providerDoc": "https://llm.chutes.ai/v1/models",
785
+ "providerEnv": ["CHUTES_API_KEY"],
786
+ "providerId": "chutes",
787
+ "providerNpm": "@ai-sdk/openai-compatible",
788
+ "reasoning": false,
789
+ "releaseDate": null,
790
+ "streamingSupported": true,
791
+ "temperature": true,
792
+ "toolCall": false,
793
+ "vision": false,
794
+ "icon": "chutes"
795
+ },
796
+ {
797
+ "attachment": false,
798
+ "cost": {
799
+ "input": null,
800
+ "inputCacheHit": null,
801
+ "output": null
802
+ },
803
+ "extendedThinking": false,
804
+ "id": "internlm/Intern-S1",
805
+ "knowledge": null,
806
+ "lastUpdated": null,
807
+ "limit": {
808
+ "context": null,
809
+ "output": null
810
+ },
811
+ "modalities": {
812
+ "input": ["text"],
813
+ "output": ["text"]
814
+ },
815
+ "name": "Intern-S1",
816
+ "openWeights": false,
817
+ "provider": "chutes",
818
+ "providerDoc": "https://llm.chutes.ai/v1/models",
819
+ "providerEnv": ["CHUTES_API_KEY"],
820
+ "providerId": "chutes",
821
+ "providerNpm": "@ai-sdk/openai-compatible",
822
+ "reasoning": false,
823
+ "releaseDate": null,
824
+ "streamingSupported": true,
825
+ "temperature": true,
826
+ "toolCall": false,
827
+ "vision": false,
828
+ "icon": "chutes"
829
+ },
830
+ {
831
+ "attachment": false,
832
+ "cost": {
833
+ "input": null,
834
+ "inputCacheHit": null,
835
+ "output": null
836
+ },
837
+ "extendedThinking": false,
838
+ "id": "microsoft/MAI-DS-R1-FP8",
839
+ "knowledge": null,
840
+ "lastUpdated": null,
841
+ "limit": {
842
+ "context": 655360,
843
+ "output": null
844
+ },
845
+ "modalities": {
846
+ "input": ["text"],
847
+ "output": ["text"]
848
+ },
849
+ "name": "MAI-DS-R1-FP8",
850
+ "openWeights": false,
851
+ "provider": "chutes",
852
+ "providerDoc": "https://llm.chutes.ai/v1/models",
853
+ "providerEnv": ["CHUTES_API_KEY"],
854
+ "providerId": "chutes",
855
+ "providerNpm": "@ai-sdk/openai-compatible",
856
+ "reasoning": false,
857
+ "releaseDate": null,
858
+ "streamingSupported": true,
859
+ "temperature": true,
860
+ "toolCall": false,
861
+ "vision": false,
862
+ "icon": "chutes"
863
+ },
864
+ {
865
+ "attachment": false,
866
+ "cost": {
867
+ "input": null,
868
+ "inputCacheHit": null,
869
+ "output": null
870
+ },
871
+ "extendedThinking": false,
872
+ "id": "MiniMaxAI/MiniMax-M2.1-TEE",
873
+ "knowledge": null,
874
+ "lastUpdated": null,
875
+ "limit": {
876
+ "context": 786432,
877
+ "output": null
878
+ },
879
+ "modalities": {
880
+ "input": ["text"],
881
+ "output": ["text"]
882
+ },
883
+ "name": "MiniMax-M2.1-TEE",
884
+ "openWeights": false,
885
+ "provider": "chutes",
886
+ "providerDoc": "https://llm.chutes.ai/v1/models",
887
+ "providerEnv": ["CHUTES_API_KEY"],
888
+ "providerId": "chutes",
889
+ "providerNpm": "@ai-sdk/openai-compatible",
890
+ "reasoning": false,
891
+ "releaseDate": null,
892
+ "streamingSupported": true,
893
+ "temperature": true,
894
+ "toolCall": false,
895
+ "vision": false,
896
+ "icon": "chutes"
897
+ },
898
+ {
899
+ "attachment": false,
900
+ "cost": {
901
+ "input": null,
902
+ "inputCacheHit": null,
903
+ "output": null
904
+ },
905
+ "extendedThinking": false,
906
+ "id": "miromind-ai/MiroThinker-v1.5-235B",
907
+ "knowledge": null,
908
+ "lastUpdated": null,
909
+ "limit": {
910
+ "context": 1048576,
911
+ "output": null
912
+ },
913
+ "modalities": {
914
+ "input": ["text"],
915
+ "output": ["text"]
916
+ },
917
+ "name": "MiroThinker-v1.5-235B",
918
+ "openWeights": false,
919
+ "provider": "chutes",
920
+ "providerDoc": "https://llm.chutes.ai/v1/models",
921
+ "providerEnv": ["CHUTES_API_KEY"],
922
+ "providerId": "chutes",
923
+ "providerNpm": "@ai-sdk/openai-compatible",
924
+ "reasoning": false,
925
+ "releaseDate": null,
926
+ "streamingSupported": true,
927
+ "temperature": true,
928
+ "toolCall": false,
929
+ "vision": false,
930
+ "icon": "chutes"
931
+ },
932
+ {
933
+ "attachment": false,
934
+ "cost": {
935
+ "input": null,
936
+ "inputCacheHit": null,
937
+ "output": null
938
+ },
939
+ "extendedThinking": false,
940
+ "id": "mistralai/Devstral-2-123B-Instruct-2512",
941
+ "knowledge": null,
942
+ "lastUpdated": null,
943
+ "limit": {
944
+ "context": 1048576,
945
+ "output": null
946
+ },
947
+ "modalities": {
948
+ "input": ["text"],
949
+ "output": ["text"]
950
+ },
951
+ "name": "Devstral-2-123B-Instruct-2512",
952
+ "openWeights": false,
953
+ "provider": "chutes",
954
+ "providerDoc": "https://llm.chutes.ai/v1/models",
955
+ "providerEnv": ["CHUTES_API_KEY"],
956
+ "providerId": "chutes",
957
+ "providerNpm": "@ai-sdk/openai-compatible",
958
+ "reasoning": false,
959
+ "releaseDate": null,
960
+ "streamingSupported": true,
961
+ "temperature": true,
962
+ "toolCall": false,
963
+ "vision": false,
964
+ "icon": "chutes"
965
+ },
966
+ {
967
+ "attachment": false,
968
+ "cost": {
969
+ "input": null,
970
+ "inputCacheHit": null,
971
+ "output": null
972
+ },
973
+ "extendedThinking": false,
974
+ "id": "mistralai/Devstral-2-123B-Instruct-2512-TEE",
975
+ "knowledge": null,
976
+ "lastUpdated": null,
977
+ "limit": {
978
+ "context": 1048576,
979
+ "output": null
980
+ },
981
+ "modalities": {
982
+ "input": ["text"],
983
+ "output": ["text"]
984
+ },
985
+ "name": "Devstral-2-123B-Instruct-2512-TEE",
986
+ "openWeights": false,
987
+ "provider": "chutes",
988
+ "providerDoc": "https://llm.chutes.ai/v1/models",
989
+ "providerEnv": ["CHUTES_API_KEY"],
990
+ "providerId": "chutes",
991
+ "providerNpm": "@ai-sdk/openai-compatible",
992
+ "reasoning": false,
993
+ "releaseDate": null,
994
+ "streamingSupported": true,
995
+ "temperature": true,
996
+ "toolCall": false,
997
+ "vision": false,
998
+ "icon": "chutes"
999
+ },
1000
+ {
1001
+ "attachment": false,
1002
+ "cost": {
1003
+ "input": 0.00029,
1004
+ "inputCacheHit": null,
1005
+ "output": 0.00115
1006
+ },
1007
+ "extendedThinking": false,
1008
+ "id": "moonshotai/Kimi-Dev-72B",
1009
+ "knowledge": null,
1010
+ "lastUpdated": null,
1011
+ "limit": {
1012
+ "context": 524288,
1013
+ "output": null
1014
+ },
1015
+ "modalities": {
1016
+ "input": ["text"],
1017
+ "output": ["text"]
1018
+ },
1019
+ "name": "Kimi-Dev-72B",
1020
+ "openWeights": false,
1021
+ "provider": "chutes",
1022
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1023
+ "providerEnv": ["CHUTES_API_KEY"],
1024
+ "providerId": "chutes",
1025
+ "providerNpm": "@ai-sdk/openai-compatible",
1026
+ "reasoning": false,
1027
+ "releaseDate": null,
1028
+ "streamingSupported": true,
1029
+ "temperature": true,
1030
+ "toolCall": false,
1031
+ "vision": false,
1032
+ "icon": "chutes"
1033
+ },
1034
+ {
1035
+ "attachment": false,
1036
+ "cost": {
1037
+ "input": 0.001,
1038
+ "inputCacheHit": null,
1039
+ "output": 0.003
1040
+ },
1041
+ "extendedThinking": false,
1042
+ "id": "moonshotai/Kimi-K2-Instruct",
1043
+ "knowledge": null,
1044
+ "lastUpdated": null,
1045
+ "limit": {
1046
+ "context": 300000,
1047
+ "output": null
1048
+ },
1049
+ "modalities": {
1050
+ "input": ["text"],
1051
+ "output": ["text"]
1052
+ },
1053
+ "name": "Kimi-K2-Instruct",
1054
+ "openWeights": false,
1055
+ "provider": "chutes",
1056
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1057
+ "providerEnv": ["CHUTES_API_KEY"],
1058
+ "providerId": "chutes",
1059
+ "providerNpm": "@ai-sdk/openai-compatible",
1060
+ "reasoning": false,
1061
+ "releaseDate": null,
1062
+ "streamingSupported": true,
1063
+ "temperature": true,
1064
+ "toolCall": false,
1065
+ "vision": false,
1066
+ "icon": "chutes",
1067
+ "providerModelsDevId": "deepinfra"
1068
+ },
1069
+ {
1070
+ "attachment": false,
1071
+ "cost": {
1072
+ "input": null,
1073
+ "inputCacheHit": null,
1074
+ "output": null
1075
+ },
1076
+ "extendedThinking": false,
1077
+ "id": "moonshotai/Kimi-K2-Instruct-0905",
1078
+ "knowledge": null,
1079
+ "lastUpdated": null,
1080
+ "limit": {
1081
+ "context": 1048576,
1082
+ "output": null
1083
+ },
1084
+ "modalities": {
1085
+ "input": ["text"],
1086
+ "output": ["text"]
1087
+ },
1088
+ "name": "Kimi-K2-Instruct-0905",
1089
+ "openWeights": false,
1090
+ "provider": "chutes",
1091
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1092
+ "providerEnv": ["CHUTES_API_KEY"],
1093
+ "providerId": "chutes",
1094
+ "providerNpm": "@ai-sdk/openai-compatible",
1095
+ "reasoning": false,
1096
+ "releaseDate": null,
1097
+ "streamingSupported": true,
1098
+ "temperature": true,
1099
+ "toolCall": false,
1100
+ "vision": false,
1101
+ "icon": "chutes",
1102
+ "providerModelsDevId": "deepinfra"
1103
+ },
1104
+ {
1105
+ "attachment": false,
1106
+ "cost": {
1107
+ "input": null,
1108
+ "inputCacheHit": null,
1109
+ "output": null
1110
+ },
1111
+ "extendedThinking": false,
1112
+ "id": "moonshotai/Kimi-K2-Thinking-TEE",
1113
+ "knowledge": null,
1114
+ "lastUpdated": null,
1115
+ "limit": {
1116
+ "context": 1048576,
1117
+ "output": null
1118
+ },
1119
+ "modalities": {
1120
+ "input": ["text"],
1121
+ "output": ["text"]
1122
+ },
1123
+ "name": "Kimi-K2-Thinking-TEE",
1124
+ "openWeights": false,
1125
+ "provider": "chutes",
1126
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1127
+ "providerEnv": ["CHUTES_API_KEY"],
1128
+ "providerId": "chutes",
1129
+ "providerNpm": "@ai-sdk/openai-compatible",
1130
+ "reasoning": false,
1131
+ "releaseDate": null,
1132
+ "streamingSupported": true,
1133
+ "temperature": true,
1134
+ "toolCall": false,
1135
+ "vision": false,
1136
+ "icon": "chutes"
1137
+ },
1138
+ {
1139
+ "attachment": false,
1140
+ "cost": {
1141
+ "input": null,
1142
+ "inputCacheHit": null,
1143
+ "output": null
1144
+ },
1145
+ "extendedThinking": false,
1146
+ "id": "moonshotai/Kimi-VL-A3B-Thinking",
1147
+ "knowledge": null,
1148
+ "lastUpdated": null,
1149
+ "limit": {
1150
+ "context": 524288,
1151
+ "output": null
1152
+ },
1153
+ "modalities": {
1154
+ "input": ["text"],
1155
+ "output": ["text"]
1156
+ },
1157
+ "name": "Kimi-VL-A3B-Thinking",
1158
+ "openWeights": false,
1159
+ "provider": "chutes",
1160
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1161
+ "providerEnv": ["CHUTES_API_KEY"],
1162
+ "providerId": "chutes",
1163
+ "providerNpm": "@ai-sdk/openai-compatible",
1164
+ "reasoning": false,
1165
+ "releaseDate": null,
1166
+ "streamingSupported": true,
1167
+ "temperature": true,
1168
+ "toolCall": false,
1169
+ "vision": false,
1170
+ "icon": "chutes"
1171
+ },
1172
+ {
1173
+ "attachment": false,
1174
+ "cost": {
1175
+ "input": 0.00003,
1176
+ "inputCacheHit": null,
1177
+ "output": 0.00011
1178
+ },
1179
+ "extendedThinking": false,
1180
+ "id": "NousResearch/DeepHermes-3-Llama-3-8B-Preview",
1181
+ "knowledge": null,
1182
+ "lastUpdated": null,
1183
+ "limit": {
1184
+ "context": 524288,
1185
+ "output": null
1186
+ },
1187
+ "modalities": {
1188
+ "input": ["text"],
1189
+ "output": ["text"]
1190
+ },
1191
+ "name": "DeepHermes-3-Llama-3-8B-Preview",
1192
+ "openWeights": false,
1193
+ "provider": "chutes",
1194
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1195
+ "providerEnv": ["CHUTES_API_KEY"],
1196
+ "providerId": "chutes",
1197
+ "providerNpm": "@ai-sdk/openai-compatible",
1198
+ "reasoning": false,
1199
+ "releaseDate": null,
1200
+ "streamingSupported": true,
1201
+ "temperature": true,
1202
+ "toolCall": false,
1203
+ "vision": false,
1204
+ "icon": "chutes"
1205
+ },
1206
+ {
1207
+ "attachment": false,
1208
+ "cost": {
1209
+ "input": 0.00015,
1210
+ "inputCacheHit": null,
1211
+ "output": 0.00059
1212
+ },
1213
+ "extendedThinking": false,
1214
+ "id": "NousResearch/DeepHermes-3-Mistral-24B-Preview",
1215
+ "knowledge": null,
1216
+ "lastUpdated": null,
1217
+ "limit": {
1218
+ "context": 131072,
1219
+ "output": null
1220
+ },
1221
+ "modalities": {
1222
+ "input": ["text"],
1223
+ "output": ["text"]
1224
+ },
1225
+ "name": "DeepHermes-3-Mistral-24B-Preview",
1226
+ "openWeights": false,
1227
+ "provider": "chutes",
1228
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1229
+ "providerEnv": ["CHUTES_API_KEY"],
1230
+ "providerId": "chutes",
1231
+ "providerNpm": "@ai-sdk/openai-compatible",
1232
+ "reasoning": false,
1233
+ "releaseDate": null,
1234
+ "streamingSupported": true,
1235
+ "temperature": true,
1236
+ "toolCall": false,
1237
+ "vision": false,
1238
+ "icon": "chutes"
1239
+ },
1240
+ {
1241
+ "attachment": false,
1242
+ "cost": {
1243
+ "input": null,
1244
+ "inputCacheHit": null,
1245
+ "output": null
1246
+ },
1247
+ "extendedThinking": false,
1248
+ "id": "NousResearch/Hermes-4-14B",
1249
+ "knowledge": null,
1250
+ "lastUpdated": null,
1251
+ "limit": {
1252
+ "context": 163840,
1253
+ "output": null
1254
+ },
1255
+ "modalities": {
1256
+ "input": ["text"],
1257
+ "output": ["text"]
1258
+ },
1259
+ "name": "Hermes-4-14B",
1260
+ "openWeights": false,
1261
+ "provider": "chutes",
1262
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1263
+ "providerEnv": ["CHUTES_API_KEY"],
1264
+ "providerId": "chutes",
1265
+ "providerNpm": "@ai-sdk/openai-compatible",
1266
+ "reasoning": false,
1267
+ "releaseDate": null,
1268
+ "streamingSupported": true,
1269
+ "temperature": true,
1270
+ "toolCall": false,
1271
+ "vision": false,
1272
+ "icon": "chutes"
1273
+ },
1274
+ {
1275
+ "attachment": false,
1276
+ "cost": {
1277
+ "input": null,
1278
+ "inputCacheHit": null,
1279
+ "output": null
1280
+ },
1281
+ "extendedThinking": false,
1282
+ "id": "NousResearch/Hermes-4.3-36B",
1283
+ "knowledge": null,
1284
+ "lastUpdated": null,
1285
+ "limit": {
1286
+ "context": 2097152,
1287
+ "output": null
1288
+ },
1289
+ "modalities": {
1290
+ "input": ["text"],
1291
+ "output": ["text"]
1292
+ },
1293
+ "name": "Hermes-4.3-36B",
1294
+ "openWeights": false,
1295
+ "provider": "chutes",
1296
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1297
+ "providerEnv": ["CHUTES_API_KEY"],
1298
+ "providerId": "chutes",
1299
+ "providerNpm": "@ai-sdk/openai-compatible",
1300
+ "reasoning": false,
1301
+ "releaseDate": null,
1302
+ "streamingSupported": true,
1303
+ "temperature": true,
1304
+ "toolCall": false,
1305
+ "vision": false,
1306
+ "icon": "chutes"
1307
+ },
1308
+ {
1309
+ "attachment": false,
1310
+ "cost": {
1311
+ "input": null,
1312
+ "inputCacheHit": null,
1313
+ "output": null
1314
+ },
1315
+ "extendedThinking": false,
1316
+ "id": "NousResearch/Hermes-4-405B-FP8-TEE",
1317
+ "knowledge": null,
1318
+ "lastUpdated": null,
1319
+ "limit": {
1320
+ "context": 524288,
1321
+ "output": null
1322
+ },
1323
+ "modalities": {
1324
+ "input": ["text"],
1325
+ "output": ["text"]
1326
+ },
1327
+ "name": "Hermes-4-405B-FP8-TEE",
1328
+ "openWeights": false,
1329
+ "provider": "chutes",
1330
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1331
+ "providerEnv": ["CHUTES_API_KEY"],
1332
+ "providerId": "chutes",
1333
+ "providerNpm": "@ai-sdk/openai-compatible",
1334
+ "reasoning": false,
1335
+ "releaseDate": null,
1336
+ "streamingSupported": true,
1337
+ "temperature": true,
1338
+ "toolCall": false,
1339
+ "vision": false,
1340
+ "icon": "chutes"
1341
+ },
1342
+ {
1343
+ "attachment": false,
1344
+ "cost": {
1345
+ "input": 0.00011,
1346
+ "inputCacheHit": null,
1347
+ "output": 0.00038
1348
+ },
1349
+ "extendedThinking": false,
1350
+ "id": "NousResearch/Hermes-4-70B",
1351
+ "knowledge": null,
1352
+ "lastUpdated": null,
1353
+ "limit": {
1354
+ "context": 524288,
1355
+ "output": null
1356
+ },
1357
+ "modalities": {
1358
+ "input": ["text"],
1359
+ "output": ["text"]
1360
+ },
1361
+ "name": "Hermes-4-70B",
1362
+ "openWeights": false,
1363
+ "provider": "chutes",
1364
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1365
+ "providerEnv": ["CHUTES_API_KEY"],
1366
+ "providerId": "chutes",
1367
+ "providerNpm": "@ai-sdk/openai-compatible",
1368
+ "reasoning": false,
1369
+ "releaseDate": null,
1370
+ "streamingSupported": true,
1371
+ "temperature": true,
1372
+ "toolCall": false,
1373
+ "vision": false,
1374
+ "icon": "chutes"
1375
+ },
1376
+ {
1377
+ "attachment": false,
1378
+ "cost": {
1379
+ "input": 0.0003,
1380
+ "inputCacheHit": null,
1381
+ "output": 0.0003
1382
+ },
1383
+ "extendedThinking": false,
1384
+ "id": "nvidia/Llama-3_3-Nemotron-Super-49B-v1_5",
1385
+ "knowledge": null,
1386
+ "lastUpdated": null,
1387
+ "limit": {
1388
+ "context": 524288,
1389
+ "output": null
1390
+ },
1391
+ "modalities": {
1392
+ "input": ["text"],
1393
+ "output": ["text"]
1394
+ },
1395
+ "name": "Llama-3_3-Nemotron-Super-49B-v1_5",
1396
+ "openWeights": false,
1397
+ "provider": "chutes",
1398
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1399
+ "providerEnv": ["CHUTES_API_KEY"],
1400
+ "providerId": "chutes",
1401
+ "providerNpm": "@ai-sdk/openai-compatible",
1402
+ "reasoning": false,
1403
+ "releaseDate": null,
1404
+ "streamingSupported": true,
1405
+ "temperature": true,
1406
+ "toolCall": false,
1407
+ "vision": false,
1408
+ "icon": "chutes"
1409
+ },
1410
+ {
1411
+ "attachment": false,
1412
+ "cost": {
1413
+ "input": null,
1414
+ "inputCacheHit": null,
1415
+ "output": null
1416
+ },
1417
+ "extendedThinking": false,
1418
+ "id": "nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16",
1419
+ "knowledge": null,
1420
+ "lastUpdated": null,
1421
+ "limit": {
1422
+ "context": 1048576,
1423
+ "output": null
1424
+ },
1425
+ "modalities": {
1426
+ "input": ["text"],
1427
+ "output": ["text"]
1428
+ },
1429
+ "name": "NVIDIA-Nemotron-3-Nano-30B-A3B-BF16",
1430
+ "openWeights": false,
1431
+ "provider": "chutes",
1432
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1433
+ "providerEnv": ["CHUTES_API_KEY"],
1434
+ "providerId": "chutes",
1435
+ "providerNpm": "@ai-sdk/openai-compatible",
1436
+ "reasoning": false,
1437
+ "releaseDate": null,
1438
+ "streamingSupported": true,
1439
+ "temperature": true,
1440
+ "toolCall": false,
1441
+ "vision": false,
1442
+ "icon": "chutes"
1443
+ },
1444
+ {
1445
+ "attachment": false,
1446
+ "cost": {
1447
+ "input": null,
1448
+ "inputCacheHit": null,
1449
+ "output": null
1450
+ },
1451
+ "extendedThinking": false,
1452
+ "id": "OpenGVLab/InternVL3-78B-TEE",
1453
+ "knowledge": null,
1454
+ "lastUpdated": null,
1455
+ "limit": {
1456
+ "context": 131072,
1457
+ "output": null
1458
+ },
1459
+ "modalities": {
1460
+ "input": ["text"],
1461
+ "output": ["text"]
1462
+ },
1463
+ "name": "InternVL3-78B-TEE",
1464
+ "openWeights": false,
1465
+ "provider": "chutes",
1466
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1467
+ "providerEnv": ["CHUTES_API_KEY"],
1468
+ "providerId": "chutes",
1469
+ "providerNpm": "@ai-sdk/openai-compatible",
1470
+ "reasoning": false,
1471
+ "releaseDate": null,
1472
+ "streamingSupported": true,
1473
+ "temperature": true,
1474
+ "toolCall": false,
1475
+ "vision": false,
1476
+ "icon": "chutes"
1477
+ },
1478
+ {
1479
+ "attachment": false,
1480
+ "cost": {
1481
+ "input": null,
1482
+ "inputCacheHit": null,
1483
+ "output": null
1484
+ },
1485
+ "extendedThinking": false,
1486
+ "id": "openai/gpt-oss-120b-TEE",
1487
+ "knowledge": null,
1488
+ "lastUpdated": null,
1489
+ "limit": {
1490
+ "context": 524288,
1491
+ "output": null
1492
+ },
1493
+ "modalities": {
1494
+ "input": ["text"],
1495
+ "output": ["text"]
1496
+ },
1497
+ "name": "gpt-oss-120b-TEE",
1498
+ "openWeights": false,
1499
+ "provider": "chutes",
1500
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1501
+ "providerEnv": ["CHUTES_API_KEY"],
1502
+ "providerId": "chutes",
1503
+ "providerNpm": "@ai-sdk/openai-compatible",
1504
+ "reasoning": false,
1505
+ "releaseDate": null,
1506
+ "streamingSupported": true,
1507
+ "temperature": true,
1508
+ "toolCall": false,
1509
+ "vision": false,
1510
+ "icon": "chutes"
1511
+ },
1512
+ {
1513
+ "attachment": false,
1514
+ "cost": {
1515
+ "input": 0.0012,
1516
+ "inputCacheHit": null,
1517
+ "output": 0.0012
1518
+ },
1519
+ "extendedThinking": false,
1520
+ "id": "Qwen/Qwen2.5-72B-Instruct",
1521
+ "knowledge": null,
1522
+ "lastUpdated": null,
1523
+ "limit": {
1524
+ "context": 131072,
1525
+ "output": 16384
1526
+ },
1527
+ "modalities": {
1528
+ "input": ["text"],
1529
+ "output": ["text"]
1530
+ },
1531
+ "name": "Qwen2.5-72B-Instruct",
1532
+ "openWeights": false,
1533
+ "provider": "chutes",
1534
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1535
+ "providerEnv": ["CHUTES_API_KEY"],
1536
+ "providerId": "chutes",
1537
+ "providerNpm": "@ai-sdk/openai-compatible",
1538
+ "reasoning": false,
1539
+ "releaseDate": "2024-09-19",
1540
+ "streamingSupported": true,
1541
+ "temperature": true,
1542
+ "toolCall": false,
1543
+ "vision": false,
1544
+ "icon": "chutes"
1545
+ },
1546
+ {
1547
+ "attachment": false,
1548
+ "cost": {
1549
+ "input": 0.0008,
1550
+ "inputCacheHit": null,
1551
+ "output": 0.0008
1552
+ },
1553
+ "extendedThinking": false,
1554
+ "id": "Qwen/Qwen2.5-Coder-32B-Instruct",
1555
+ "knowledge": null,
1556
+ "lastUpdated": null,
1557
+ "limit": {
1558
+ "context": 131072,
1559
+ "output": 32768
1560
+ },
1561
+ "modalities": {
1562
+ "input": ["text"],
1563
+ "output": ["text"]
1564
+ },
1565
+ "name": "Qwen2.5-Coder-32B-Instruct",
1566
+ "openWeights": false,
1567
+ "provider": "chutes",
1568
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1569
+ "providerEnv": ["CHUTES_API_KEY"],
1570
+ "providerId": "chutes",
1571
+ "providerNpm": "@ai-sdk/openai-compatible",
1572
+ "reasoning": false,
1573
+ "releaseDate": "2024-11-11",
1574
+ "streamingSupported": true,
1575
+ "temperature": true,
1576
+ "toolCall": false,
1577
+ "vision": false,
1578
+ "icon": "chutes"
1579
+ },
1580
+ {
1581
+ "attachment": false,
1582
+ "cost": {
1583
+ "input": 0.00005,
1584
+ "inputCacheHit": null,
1585
+ "output": 0.00022
1586
+ },
1587
+ "extendedThinking": false,
1588
+ "id": "Qwen/Qwen2.5-VL-32B-Instruct",
1589
+ "knowledge": null,
1590
+ "lastUpdated": null,
1591
+ "limit": {
1592
+ "context": 65536,
1593
+ "output": null
1594
+ },
1595
+ "modalities": {
1596
+ "input": ["text"],
1597
+ "output": ["text"]
1598
+ },
1599
+ "name": "Qwen2.5-VL-32B-Instruct",
1600
+ "openWeights": false,
1601
+ "provider": "chutes",
1602
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1603
+ "providerEnv": ["CHUTES_API_KEY"],
1604
+ "providerId": "chutes",
1605
+ "providerNpm": "@ai-sdk/openai-compatible",
1606
+ "reasoning": false,
1607
+ "releaseDate": null,
1608
+ "streamingSupported": true,
1609
+ "temperature": true,
1610
+ "toolCall": false,
1611
+ "vision": false,
1612
+ "icon": "chutes"
1613
+ },
1614
+ {
1615
+ "attachment": false,
1616
+ "cost": {
1617
+ "input": 0.00008,
1618
+ "inputCacheHit": null,
1619
+ "output": 0.00033
1620
+ },
1621
+ "extendedThinking": false,
1622
+ "id": "Qwen/Qwen2.5-VL-72B-Instruct",
1623
+ "knowledge": null,
1624
+ "lastUpdated": null,
1625
+ "limit": {
1626
+ "context": 131072,
1627
+ "output": null
1628
+ },
1629
+ "modalities": {
1630
+ "input": ["text"],
1631
+ "output": ["text"]
1632
+ },
1633
+ "name": "Qwen2.5-VL-72B-Instruct",
1634
+ "openWeights": false,
1635
+ "provider": "chutes",
1636
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1637
+ "providerEnv": ["CHUTES_API_KEY"],
1638
+ "providerId": "chutes",
1639
+ "providerNpm": "@ai-sdk/openai-compatible",
1640
+ "reasoning": false,
1641
+ "releaseDate": null,
1642
+ "streamingSupported": true,
1643
+ "temperature": true,
1644
+ "toolCall": false,
1645
+ "vision": false,
1646
+ "icon": "chutes"
1647
+ },
1648
+ {
1649
+ "attachment": false,
1650
+ "cost": {
1651
+ "input": null,
1652
+ "inputCacheHit": null,
1653
+ "output": null
1654
+ },
1655
+ "extendedThinking": false,
1656
+ "id": "Qwen/Qwen2.5-VL-72B-Instruct-TEE",
1657
+ "knowledge": null,
1658
+ "lastUpdated": null,
1659
+ "limit": {
1660
+ "context": 131072,
1661
+ "output": null
1662
+ },
1663
+ "modalities": {
1664
+ "input": ["text"],
1665
+ "output": ["text"]
1666
+ },
1667
+ "name": "Qwen2.5-VL-72B-Instruct-TEE",
1668
+ "openWeights": false,
1669
+ "provider": "chutes",
1670
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1671
+ "providerEnv": ["CHUTES_API_KEY"],
1672
+ "providerId": "chutes",
1673
+ "providerNpm": "@ai-sdk/openai-compatible",
1674
+ "reasoning": false,
1675
+ "releaseDate": null,
1676
+ "streamingSupported": true,
1677
+ "temperature": true,
1678
+ "toolCall": false,
1679
+ "vision": false,
1680
+ "icon": "chutes"
1681
+ },
1682
+ {
1683
+ "attachment": false,
1684
+ "cost": {
1685
+ "input": 0.00005,
1686
+ "inputCacheHit": null,
1687
+ "output": 0.00022
1688
+ },
1689
+ "extendedThinking": false,
1690
+ "id": "Qwen/Qwen3-14B",
1691
+ "knowledge": null,
1692
+ "lastUpdated": null,
1693
+ "limit": {
1694
+ "context": 163840,
1695
+ "output": null
1696
+ },
1697
+ "modalities": {
1698
+ "input": ["text"],
1699
+ "output": ["text"]
1700
+ },
1701
+ "name": "Qwen3-14B",
1702
+ "openWeights": false,
1703
+ "provider": "chutes",
1704
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1705
+ "providerEnv": ["CHUTES_API_KEY"],
1706
+ "providerId": "chutes",
1707
+ "providerNpm": "@ai-sdk/openai-compatible",
1708
+ "reasoning": false,
1709
+ "releaseDate": null,
1710
+ "streamingSupported": true,
1711
+ "temperature": true,
1712
+ "toolCall": false,
1713
+ "vision": false,
1714
+ "icon": "chutes",
1715
+ "providerModelsDevId": "deepinfra"
1716
+ },
1717
+ {
1718
+ "attachment": false,
1719
+ "cost": {
1720
+ "input": 0.00018,
1721
+ "inputCacheHit": null,
1722
+ "output": 0.00054
1723
+ },
1724
+ "extendedThinking": false,
1725
+ "id": "Qwen/Qwen3-235B-A22B",
1726
+ "knowledge": null,
1727
+ "lastUpdated": null,
1728
+ "limit": {
1729
+ "context": 163840,
1730
+ "output": null
1731
+ },
1732
+ "modalities": {
1733
+ "input": ["text"],
1734
+ "output": ["text"]
1735
+ },
1736
+ "name": "Qwen3-235B-A22B",
1737
+ "openWeights": false,
1738
+ "provider": "chutes",
1739
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1740
+ "providerEnv": ["CHUTES_API_KEY"],
1741
+ "providerId": "chutes",
1742
+ "providerNpm": "@ai-sdk/openai-compatible",
1743
+ "reasoning": false,
1744
+ "releaseDate": null,
1745
+ "streamingSupported": true,
1746
+ "temperature": true,
1747
+ "toolCall": false,
1748
+ "vision": false,
1749
+ "icon": "chutes"
1750
+ },
1751
+ {
1752
+ "attachment": false,
1753
+ "cost": {
1754
+ "input": null,
1755
+ "inputCacheHit": null,
1756
+ "output": null
1757
+ },
1758
+ "extendedThinking": false,
1759
+ "id": "Qwen/Qwen3-235B-A22B-Instruct-2507",
1760
+ "knowledge": null,
1761
+ "lastUpdated": null,
1762
+ "limit": {
1763
+ "context": 1048576,
1764
+ "output": null
1765
+ },
1766
+ "modalities": {
1767
+ "input": ["text"],
1768
+ "output": ["text"]
1769
+ },
1770
+ "name": "Qwen3-235B-A22B-Instruct-2507",
1771
+ "openWeights": false,
1772
+ "provider": "chutes",
1773
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1774
+ "providerEnv": ["CHUTES_API_KEY"],
1775
+ "providerId": "chutes",
1776
+ "providerNpm": "@ai-sdk/openai-compatible",
1777
+ "reasoning": false,
1778
+ "releaseDate": null,
1779
+ "streamingSupported": true,
1780
+ "temperature": true,
1781
+ "toolCall": false,
1782
+ "vision": false,
1783
+ "icon": "chutes",
1784
+ "providerModelsDevId": "deepinfra"
1785
+ },
1786
+ {
1787
+ "attachment": false,
1788
+ "cost": {
1789
+ "input": null,
1790
+ "inputCacheHit": null,
1791
+ "output": null
1792
+ },
1793
+ "extendedThinking": false,
1794
+ "id": "Qwen/Qwen3-235B-A22B-Instruct-2507-TEE",
1795
+ "knowledge": null,
1796
+ "lastUpdated": null,
1797
+ "limit": {
1798
+ "context": 1048576,
1799
+ "output": null
1800
+ },
1801
+ "modalities": {
1802
+ "input": ["text"],
1803
+ "output": ["text"]
1804
+ },
1805
+ "name": "Qwen3-235B-A22B-Instruct-2507-TEE",
1806
+ "openWeights": false,
1807
+ "provider": "chutes",
1808
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1809
+ "providerEnv": ["CHUTES_API_KEY"],
1810
+ "providerId": "chutes",
1811
+ "providerNpm": "@ai-sdk/openai-compatible",
1812
+ "reasoning": false,
1813
+ "releaseDate": null,
1814
+ "streamingSupported": true,
1815
+ "temperature": true,
1816
+ "toolCall": false,
1817
+ "vision": false,
1818
+ "icon": "chutes"
1819
+ },
1820
+ {
1821
+ "attachment": false,
1822
+ "cost": {
1823
+ "input": 0.00011,
1824
+ "inputCacheHit": null,
1825
+ "output": 0.0006
1826
+ },
1827
+ "extendedThinking": false,
1828
+ "id": "Qwen/Qwen3-235B-A22B-Thinking-2507",
1829
+ "knowledge": null,
1830
+ "lastUpdated": null,
1831
+ "limit": {
1832
+ "context": 1048576,
1833
+ "output": null
1834
+ },
1835
+ "modalities": {
1836
+ "input": ["text"],
1837
+ "output": ["text"]
1838
+ },
1839
+ "name": "Qwen3-235B-A22B-Thinking-2507",
1840
+ "openWeights": false,
1841
+ "provider": "chutes",
1842
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1843
+ "providerEnv": ["CHUTES_API_KEY"],
1844
+ "providerId": "chutes",
1845
+ "providerNpm": "@ai-sdk/openai-compatible",
1846
+ "reasoning": false,
1847
+ "releaseDate": null,
1848
+ "streamingSupported": true,
1849
+ "temperature": true,
1850
+ "toolCall": false,
1851
+ "vision": false,
1852
+ "icon": "chutes",
1853
+ "providerModelsDevId": "deepinfra"
1854
+ },
1855
+ {
1856
+ "attachment": false,
1857
+ "cost": {
1858
+ "input": 0.00006,
1859
+ "inputCacheHit": null,
1860
+ "output": 0.00022
1861
+ },
1862
+ "extendedThinking": false,
1863
+ "id": "Qwen/Qwen3-30B-A3B",
1864
+ "knowledge": null,
1865
+ "lastUpdated": null,
1866
+ "limit": {
1867
+ "context": 163840,
1868
+ "output": null
1869
+ },
1870
+ "modalities": {
1871
+ "input": ["text"],
1872
+ "output": ["text"]
1873
+ },
1874
+ "name": "Qwen3-30B-A3B",
1875
+ "openWeights": false,
1876
+ "provider": "chutes",
1877
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1878
+ "providerEnv": ["CHUTES_API_KEY"],
1879
+ "providerId": "chutes",
1880
+ "providerNpm": "@ai-sdk/openai-compatible",
1881
+ "reasoning": false,
1882
+ "releaseDate": null,
1883
+ "streamingSupported": true,
1884
+ "temperature": true,
1885
+ "toolCall": false,
1886
+ "vision": false,
1887
+ "icon": "chutes",
1888
+ "providerModelsDevId": "deepinfra"
1889
+ },
1890
+ {
1891
+ "attachment": false,
1892
+ "cost": {
1893
+ "input": 0.00008,
1894
+ "inputCacheHit": null,
1895
+ "output": 0.00033
1896
+ },
1897
+ "extendedThinking": false,
1898
+ "id": "Qwen/Qwen3-30B-A3B-Instruct-2507",
1899
+ "knowledge": null,
1900
+ "lastUpdated": null,
1901
+ "limit": {
1902
+ "context": 1048576,
1903
+ "output": null
1904
+ },
1905
+ "modalities": {
1906
+ "input": ["text"],
1907
+ "output": ["text"]
1908
+ },
1909
+ "name": "Qwen3-30B-A3B-Instruct-2507",
1910
+ "openWeights": false,
1911
+ "provider": "chutes",
1912
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1913
+ "providerEnv": ["CHUTES_API_KEY"],
1914
+ "providerId": "chutes",
1915
+ "providerNpm": "@ai-sdk/openai-compatible",
1916
+ "reasoning": false,
1917
+ "releaseDate": null,
1918
+ "streamingSupported": true,
1919
+ "temperature": true,
1920
+ "toolCall": false,
1921
+ "vision": false,
1922
+ "icon": "chutes"
1923
+ },
1924
+ {
1925
+ "attachment": false,
1926
+ "cost": {
1927
+ "input": 0.00029,
1928
+ "inputCacheHit": null,
1929
+ "output": 0.00059
1930
+ },
1931
+ "extendedThinking": false,
1932
+ "id": "Qwen/Qwen3-32B",
1933
+ "knowledge": null,
1934
+ "lastUpdated": null,
1935
+ "limit": {
1936
+ "context": 163840,
1937
+ "output": null
1938
+ },
1939
+ "modalities": {
1940
+ "input": ["text"],
1941
+ "output": ["text"]
1942
+ },
1943
+ "name": "Qwen3-32B",
1944
+ "openWeights": false,
1945
+ "provider": "chutes",
1946
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1947
+ "providerEnv": ["CHUTES_API_KEY"],
1948
+ "providerId": "chutes",
1949
+ "providerNpm": "@ai-sdk/openai-compatible",
1950
+ "reasoning": false,
1951
+ "releaseDate": null,
1952
+ "streamingSupported": true,
1953
+ "temperature": true,
1954
+ "toolCall": false,
1955
+ "vision": false,
1956
+ "icon": "chutes",
1957
+ "providerModelsDevId": "deepinfra"
1958
+ },
1959
+ {
1960
+ "attachment": false,
1961
+ "cost": {
1962
+ "input": 0.00003,
1963
+ "inputCacheHit": null,
1964
+ "output": 0.00011
1965
+ },
1966
+ "extendedThinking": false,
1967
+ "id": "Qwen/Qwen3-8B",
1968
+ "knowledge": null,
1969
+ "lastUpdated": null,
1970
+ "limit": {
1971
+ "context": 163840,
1972
+ "output": null
1973
+ },
1974
+ "modalities": {
1975
+ "input": ["text"],
1976
+ "output": ["text"]
1977
+ },
1978
+ "name": "Qwen3-8B",
1979
+ "openWeights": false,
1980
+ "provider": "chutes",
1981
+ "providerDoc": "https://llm.chutes.ai/v1/models",
1982
+ "providerEnv": ["CHUTES_API_KEY"],
1983
+ "providerId": "chutes",
1984
+ "providerNpm": "@ai-sdk/openai-compatible",
1985
+ "reasoning": false,
1986
+ "releaseDate": null,
1987
+ "streamingSupported": true,
1988
+ "temperature": true,
1989
+ "toolCall": false,
1990
+ "vision": false,
1991
+ "icon": "chutes"
1992
+ },
1993
+ {
1994
+ "attachment": false,
1995
+ "cost": {
1996
+ "input": 0.00006,
1997
+ "inputCacheHit": null,
1998
+ "output": 0.00025
1999
+ },
2000
+ "extendedThinking": false,
2001
+ "id": "Qwen/Qwen3-Coder-30B-A3B-Instruct",
2002
+ "knowledge": null,
2003
+ "lastUpdated": null,
2004
+ "limit": {
2005
+ "context": 1048576,
2006
+ "output": null
2007
+ },
2008
+ "modalities": {
2009
+ "input": ["text"],
2010
+ "output": ["text"]
2011
+ },
2012
+ "name": "Qwen3-Coder-30B-A3B-Instruct",
2013
+ "openWeights": false,
2014
+ "provider": "chutes",
2015
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2016
+ "providerEnv": ["CHUTES_API_KEY"],
2017
+ "providerId": "chutes",
2018
+ "providerNpm": "@ai-sdk/openai-compatible",
2019
+ "reasoning": false,
2020
+ "releaseDate": null,
2021
+ "streamingSupported": true,
2022
+ "temperature": true,
2023
+ "toolCall": false,
2024
+ "vision": false,
2025
+ "icon": "chutes"
2026
+ },
2027
+ {
2028
+ "attachment": false,
2029
+ "cost": {
2030
+ "input": null,
2031
+ "inputCacheHit": null,
2032
+ "output": null
2033
+ },
2034
+ "extendedThinking": false,
2035
+ "id": "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8",
2036
+ "knowledge": null,
2037
+ "lastUpdated": null,
2038
+ "limit": {
2039
+ "context": 1048576,
2040
+ "output": null
2041
+ },
2042
+ "modalities": {
2043
+ "input": ["text"],
2044
+ "output": ["text"]
2045
+ },
2046
+ "name": "Qwen3-Coder-480B-A35B-Instruct-FP8",
2047
+ "openWeights": false,
2048
+ "provider": "chutes",
2049
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2050
+ "providerEnv": ["CHUTES_API_KEY"],
2051
+ "providerId": "chutes",
2052
+ "providerNpm": "@ai-sdk/openai-compatible",
2053
+ "reasoning": false,
2054
+ "releaseDate": null,
2055
+ "streamingSupported": true,
2056
+ "temperature": true,
2057
+ "toolCall": false,
2058
+ "vision": false,
2059
+ "icon": "chutes"
2060
+ },
2061
+ {
2062
+ "attachment": false,
2063
+ "cost": {
2064
+ "input": null,
2065
+ "inputCacheHit": null,
2066
+ "output": null
2067
+ },
2068
+ "extendedThinking": false,
2069
+ "id": "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8-TEE",
2070
+ "knowledge": null,
2071
+ "lastUpdated": null,
2072
+ "limit": {
2073
+ "context": 1048576,
2074
+ "output": null
2075
+ },
2076
+ "modalities": {
2077
+ "input": ["text"],
2078
+ "output": ["text"]
2079
+ },
2080
+ "name": "Qwen3-Coder-480B-A35B-Instruct-FP8-TEE",
2081
+ "openWeights": false,
2082
+ "provider": "chutes",
2083
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2084
+ "providerEnv": ["CHUTES_API_KEY"],
2085
+ "providerId": "chutes",
2086
+ "providerNpm": "@ai-sdk/openai-compatible",
2087
+ "reasoning": false,
2088
+ "releaseDate": null,
2089
+ "streamingSupported": true,
2090
+ "temperature": true,
2091
+ "toolCall": false,
2092
+ "vision": false,
2093
+ "icon": "chutes"
2094
+ },
2095
+ {
2096
+ "attachment": false,
2097
+ "cost": {
2098
+ "input": null,
2099
+ "inputCacheHit": null,
2100
+ "output": null
2101
+ },
2102
+ "extendedThinking": false,
2103
+ "id": "Qwen/Qwen3Guard-Gen-0.6B",
2104
+ "knowledge": null,
2105
+ "lastUpdated": null,
2106
+ "limit": {
2107
+ "context": 131072,
2108
+ "output": null
2109
+ },
2110
+ "modalities": {
2111
+ "input": ["text"],
2112
+ "output": ["text"]
2113
+ },
2114
+ "name": "Qwen3Guard-Gen-0.6B",
2115
+ "openWeights": false,
2116
+ "provider": "chutes",
2117
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2118
+ "providerEnv": ["CHUTES_API_KEY"],
2119
+ "providerId": "chutes",
2120
+ "providerNpm": "@ai-sdk/openai-compatible",
2121
+ "reasoning": false,
2122
+ "releaseDate": null,
2123
+ "streamingSupported": true,
2124
+ "temperature": true,
2125
+ "toolCall": false,
2126
+ "vision": false,
2127
+ "icon": "chutes"
2128
+ },
2129
+ {
2130
+ "attachment": false,
2131
+ "cost": {
2132
+ "input": 0.0001,
2133
+ "inputCacheHit": null,
2134
+ "output": 0.0008
2135
+ },
2136
+ "extendedThinking": false,
2137
+ "id": "Qwen/Qwen3-Next-80B-A3B-Instruct",
2138
+ "knowledge": null,
2139
+ "lastUpdated": null,
2140
+ "limit": {
2141
+ "context": 1048576,
2142
+ "output": null
2143
+ },
2144
+ "modalities": {
2145
+ "input": ["text"],
2146
+ "output": ["text"]
2147
+ },
2148
+ "name": "Qwen3-Next-80B-A3B-Instruct",
2149
+ "openWeights": false,
2150
+ "provider": "chutes",
2151
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2152
+ "providerEnv": ["CHUTES_API_KEY"],
2153
+ "providerId": "chutes",
2154
+ "providerNpm": "@ai-sdk/openai-compatible",
2155
+ "reasoning": false,
2156
+ "releaseDate": null,
2157
+ "streamingSupported": true,
2158
+ "temperature": true,
2159
+ "toolCall": false,
2160
+ "vision": false,
2161
+ "icon": "chutes",
2162
+ "providerModelsDevId": "deepinfra"
2163
+ },
2164
+ {
2165
+ "attachment": false,
2166
+ "cost": {
2167
+ "input": 0.0003,
2168
+ "inputCacheHit": null,
2169
+ "output": 0.0012
2170
+ },
2171
+ "extendedThinking": false,
2172
+ "id": "Qwen/Qwen3-VL-235B-A22B-Instruct",
2173
+ "knowledge": null,
2174
+ "lastUpdated": null,
2175
+ "limit": {
2176
+ "context": 1048576,
2177
+ "output": null
2178
+ },
2179
+ "modalities": {
2180
+ "input": ["text"],
2181
+ "output": ["text"]
2182
+ },
2183
+ "name": "Qwen3-VL-235B-A22B-Instruct",
2184
+ "openWeights": false,
2185
+ "provider": "chutes",
2186
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2187
+ "providerEnv": ["CHUTES_API_KEY"],
2188
+ "providerId": "chutes",
2189
+ "providerNpm": "@ai-sdk/openai-compatible",
2190
+ "reasoning": false,
2191
+ "releaseDate": null,
2192
+ "streamingSupported": true,
2193
+ "temperature": true,
2194
+ "toolCall": false,
2195
+ "vision": false,
2196
+ "icon": "chutes"
2197
+ },
2198
+ {
2199
+ "attachment": false,
2200
+ "cost": {
2201
+ "input": null,
2202
+ "inputCacheHit": null,
2203
+ "output": null
2204
+ },
2205
+ "extendedThinking": false,
2206
+ "id": "rednote-hilab/dots.ocr",
2207
+ "knowledge": null,
2208
+ "lastUpdated": null,
2209
+ "limit": {
2210
+ "context": 524288,
2211
+ "output": null
2212
+ },
2213
+ "modalities": {
2214
+ "input": ["text"],
2215
+ "output": ["text"]
2216
+ },
2217
+ "name": "dots.ocr",
2218
+ "openWeights": false,
2219
+ "provider": "chutes",
2220
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2221
+ "providerEnv": ["CHUTES_API_KEY"],
2222
+ "providerId": "chutes",
2223
+ "providerNpm": "@ai-sdk/openai-compatible",
2224
+ "reasoning": false,
2225
+ "releaseDate": null,
2226
+ "streamingSupported": true,
2227
+ "temperature": true,
2228
+ "toolCall": false,
2229
+ "vision": false,
2230
+ "icon": "chutes"
2231
+ },
2232
+ {
2233
+ "attachment": false,
2234
+ "cost": {
2235
+ "input": null,
2236
+ "inputCacheHit": null,
2237
+ "output": null
2238
+ },
2239
+ "extendedThinking": false,
2240
+ "id": "Salesforce/xgen-small-9B-instruct-r",
2241
+ "knowledge": null,
2242
+ "lastUpdated": null,
2243
+ "limit": {
2244
+ "context": 1048576,
2245
+ "output": null
2246
+ },
2247
+ "modalities": {
2248
+ "input": ["text"],
2249
+ "output": ["text"]
2250
+ },
2251
+ "name": "xgen-small-9B-instruct-r",
2252
+ "openWeights": false,
2253
+ "provider": "chutes",
2254
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2255
+ "providerEnv": ["CHUTES_API_KEY"],
2256
+ "providerId": "chutes",
2257
+ "providerNpm": "@ai-sdk/openai-compatible",
2258
+ "reasoning": false,
2259
+ "releaseDate": null,
2260
+ "streamingSupported": true,
2261
+ "temperature": true,
2262
+ "toolCall": false,
2263
+ "vision": false,
2264
+ "icon": "chutes"
2265
+ },
2266
+ {
2267
+ "attachment": false,
2268
+ "cost": {
2269
+ "input": 0.00003,
2270
+ "inputCacheHit": null,
2271
+ "output": 0.00003
2272
+ },
2273
+ "extendedThinking": false,
2274
+ "id": "tencent/Hunyuan-A13B-Instruct",
2275
+ "knowledge": null,
2276
+ "lastUpdated": null,
2277
+ "limit": {
2278
+ "context": 131072,
2279
+ "output": null
2280
+ },
2281
+ "modalities": {
2282
+ "input": ["text"],
2283
+ "output": ["text"]
2284
+ },
2285
+ "name": "Hunyuan-A13B-Instruct",
2286
+ "openWeights": false,
2287
+ "provider": "chutes",
2288
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2289
+ "providerEnv": ["CHUTES_API_KEY"],
2290
+ "providerId": "chutes",
2291
+ "providerNpm": "@ai-sdk/openai-compatible",
2292
+ "reasoning": false,
2293
+ "releaseDate": null,
2294
+ "streamingSupported": true,
2295
+ "temperature": true,
2296
+ "toolCall": false,
2297
+ "vision": false,
2298
+ "icon": "chutes"
2299
+ },
2300
+ {
2301
+ "attachment": false,
2302
+ "cost": {
2303
+ "input": null,
2304
+ "inputCacheHit": null,
2305
+ "output": null
2306
+ },
2307
+ "extendedThinking": false,
2308
+ "id": "Tesslate/UIGEN-X-32B-0727",
2309
+ "knowledge": null,
2310
+ "lastUpdated": null,
2311
+ "limit": {
2312
+ "context": 163840,
2313
+ "output": null
2314
+ },
2315
+ "modalities": {
2316
+ "input": ["text"],
2317
+ "output": ["text"]
2318
+ },
2319
+ "name": "UIGEN-X-32B-0727",
2320
+ "openWeights": false,
2321
+ "provider": "chutes",
2322
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2323
+ "providerEnv": ["CHUTES_API_KEY"],
2324
+ "providerId": "chutes",
2325
+ "providerNpm": "@ai-sdk/openai-compatible",
2326
+ "reasoning": false,
2327
+ "releaseDate": null,
2328
+ "streamingSupported": true,
2329
+ "temperature": true,
2330
+ "toolCall": false,
2331
+ "vision": false,
2332
+ "icon": "chutes"
2333
+ },
2334
+ {
2335
+ "attachment": false,
2336
+ "cost": {
2337
+ "input": null,
2338
+ "inputCacheHit": null,
2339
+ "output": null
2340
+ },
2341
+ "extendedThinking": false,
2342
+ "id": "TheDrummer/Cydonia-24B-v2.1",
2343
+ "knowledge": null,
2344
+ "lastUpdated": null,
2345
+ "limit": {
2346
+ "context": 131072,
2347
+ "output": null
2348
+ },
2349
+ "modalities": {
2350
+ "input": ["text"],
2351
+ "output": ["text"]
2352
+ },
2353
+ "name": "Cydonia-24B-v2.1",
2354
+ "openWeights": false,
2355
+ "provider": "chutes",
2356
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2357
+ "providerEnv": ["CHUTES_API_KEY"],
2358
+ "providerId": "chutes",
2359
+ "providerNpm": "@ai-sdk/openai-compatible",
2360
+ "reasoning": false,
2361
+ "releaseDate": null,
2362
+ "streamingSupported": true,
2363
+ "temperature": true,
2364
+ "toolCall": false,
2365
+ "vision": false,
2366
+ "icon": "chutes"
2367
+ },
2368
+ {
2369
+ "attachment": false,
2370
+ "cost": {
2371
+ "input": null,
2372
+ "inputCacheHit": null,
2373
+ "output": null
2374
+ },
2375
+ "extendedThinking": false,
2376
+ "id": "TheDrummer/Gemmasutra-Pro-27B-v1.1",
2377
+ "knowledge": null,
2378
+ "lastUpdated": null,
2379
+ "limit": {
2380
+ "context": 32768,
2381
+ "output": null
2382
+ },
2383
+ "modalities": {
2384
+ "input": ["text"],
2385
+ "output": ["text"]
2386
+ },
2387
+ "name": "Gemmasutra-Pro-27B-v1.1",
2388
+ "openWeights": false,
2389
+ "provider": "chutes",
2390
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2391
+ "providerEnv": ["CHUTES_API_KEY"],
2392
+ "providerId": "chutes",
2393
+ "providerNpm": "@ai-sdk/openai-compatible",
2394
+ "reasoning": false,
2395
+ "releaseDate": null,
2396
+ "streamingSupported": true,
2397
+ "temperature": true,
2398
+ "toolCall": false,
2399
+ "vision": false,
2400
+ "icon": "chutes"
2401
+ },
2402
+ {
2403
+ "attachment": false,
2404
+ "cost": {
2405
+ "input": 0.00008,
2406
+ "inputCacheHit": null,
2407
+ "output": 0.00033
2408
+ },
2409
+ "extendedThinking": false,
2410
+ "id": "TheDrummer/Skyfall-36B-v2",
2411
+ "knowledge": null,
2412
+ "lastUpdated": null,
2413
+ "limit": {
2414
+ "context": 131072,
2415
+ "output": null
2416
+ },
2417
+ "modalities": {
2418
+ "input": ["text"],
2419
+ "output": ["text"]
2420
+ },
2421
+ "name": "Skyfall-36B-v2",
2422
+ "openWeights": false,
2423
+ "provider": "chutes",
2424
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2425
+ "providerEnv": ["CHUTES_API_KEY"],
2426
+ "providerId": "chutes",
2427
+ "providerNpm": "@ai-sdk/openai-compatible",
2428
+ "reasoning": false,
2429
+ "releaseDate": null,
2430
+ "streamingSupported": true,
2431
+ "temperature": true,
2432
+ "toolCall": false,
2433
+ "vision": false,
2434
+ "icon": "chutes"
2435
+ },
2436
+ {
2437
+ "attachment": false,
2438
+ "cost": {
2439
+ "input": null,
2440
+ "inputCacheHit": null,
2441
+ "output": null
2442
+ },
2443
+ "extendedThinking": false,
2444
+ "id": "TheDrummer/Tunguska-39B-v1",
2445
+ "knowledge": null,
2446
+ "lastUpdated": null,
2447
+ "limit": {
2448
+ "context": 524288,
2449
+ "output": null
2450
+ },
2451
+ "modalities": {
2452
+ "input": ["text"],
2453
+ "output": ["text"]
2454
+ },
2455
+ "name": "Tunguska-39B-v1",
2456
+ "openWeights": false,
2457
+ "provider": "chutes",
2458
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2459
+ "providerEnv": ["CHUTES_API_KEY"],
2460
+ "providerId": "chutes",
2461
+ "providerNpm": "@ai-sdk/openai-compatible",
2462
+ "reasoning": false,
2463
+ "releaseDate": null,
2464
+ "streamingSupported": true,
2465
+ "temperature": true,
2466
+ "toolCall": false,
2467
+ "vision": false,
2468
+ "icon": "chutes"
2469
+ },
2470
+ {
2471
+ "attachment": false,
2472
+ "cost": {
2473
+ "input": 0.0003,
2474
+ "inputCacheHit": null,
2475
+ "output": 0.0012
2476
+ },
2477
+ "extendedThinking": false,
2478
+ "id": "tngtech/DeepSeek-R1T-Chimera",
2479
+ "knowledge": null,
2480
+ "lastUpdated": null,
2481
+ "limit": {
2482
+ "context": 655360,
2483
+ "output": null
2484
+ },
2485
+ "modalities": {
2486
+ "input": ["text"],
2487
+ "output": ["text"]
2488
+ },
2489
+ "name": "DeepSeek-R1T-Chimera",
2490
+ "openWeights": false,
2491
+ "provider": "chutes",
2492
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2493
+ "providerEnv": ["CHUTES_API_KEY"],
2494
+ "providerId": "chutes",
2495
+ "providerNpm": "@ai-sdk/openai-compatible",
2496
+ "reasoning": false,
2497
+ "releaseDate": null,
2498
+ "streamingSupported": true,
2499
+ "temperature": true,
2500
+ "toolCall": false,
2501
+ "vision": false,
2502
+ "icon": "chutes"
2503
+ },
2504
+ {
2505
+ "attachment": false,
2506
+ "cost": {
2507
+ "input": null,
2508
+ "inputCacheHit": null,
2509
+ "output": null
2510
+ },
2511
+ "extendedThinking": false,
2512
+ "id": "tngtech/DeepSeek-TNG-R1T2-Chimera",
2513
+ "knowledge": null,
2514
+ "lastUpdated": null,
2515
+ "limit": {
2516
+ "context": 655360,
2517
+ "output": null
2518
+ },
2519
+ "modalities": {
2520
+ "input": ["text"],
2521
+ "output": ["text"]
2522
+ },
2523
+ "name": "DeepSeek-TNG-R1T2-Chimera",
2524
+ "openWeights": false,
2525
+ "provider": "chutes",
2526
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2527
+ "providerEnv": ["CHUTES_API_KEY"],
2528
+ "providerId": "chutes",
2529
+ "providerNpm": "@ai-sdk/openai-compatible",
2530
+ "reasoning": false,
2531
+ "releaseDate": null,
2532
+ "streamingSupported": true,
2533
+ "temperature": true,
2534
+ "toolCall": false,
2535
+ "vision": false,
2536
+ "icon": "chutes"
2537
+ },
2538
+ {
2539
+ "attachment": false,
2540
+ "cost": {
2541
+ "input": null,
2542
+ "inputCacheHit": null,
2543
+ "output": null
2544
+ },
2545
+ "extendedThinking": false,
2546
+ "id": "tngtech/TNG-R1T-Chimera-TEE",
2547
+ "knowledge": null,
2548
+ "lastUpdated": null,
2549
+ "limit": {
2550
+ "context": 655360,
2551
+ "output": null
2552
+ },
2553
+ "modalities": {
2554
+ "input": ["text"],
2555
+ "output": ["text"]
2556
+ },
2557
+ "name": "TNG-R1T-Chimera-TEE",
2558
+ "openWeights": false,
2559
+ "provider": "chutes",
2560
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2561
+ "providerEnv": ["CHUTES_API_KEY"],
2562
+ "providerId": "chutes",
2563
+ "providerNpm": "@ai-sdk/openai-compatible",
2564
+ "reasoning": false,
2565
+ "releaseDate": null,
2566
+ "streamingSupported": true,
2567
+ "temperature": true,
2568
+ "toolCall": false,
2569
+ "vision": false,
2570
+ "icon": "chutes"
2571
+ },
2572
+ {
2573
+ "attachment": false,
2574
+ "cost": {
2575
+ "input": null,
2576
+ "inputCacheHit": null,
2577
+ "output": null
2578
+ },
2579
+ "extendedThinking": false,
2580
+ "id": "tplr/TEMPLAR-I",
2581
+ "knowledge": null,
2582
+ "lastUpdated": null,
2583
+ "limit": {
2584
+ "context": 8192,
2585
+ "output": null
2586
+ },
2587
+ "modalities": {
2588
+ "input": ["text"],
2589
+ "output": ["text"]
2590
+ },
2591
+ "name": "TEMPLAR-I",
2592
+ "openWeights": false,
2593
+ "provider": "chutes",
2594
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2595
+ "providerEnv": ["CHUTES_API_KEY"],
2596
+ "providerId": "chutes",
2597
+ "providerNpm": "@ai-sdk/openai-compatible",
2598
+ "reasoning": false,
2599
+ "releaseDate": null,
2600
+ "streamingSupported": true,
2601
+ "temperature": true,
2602
+ "toolCall": false,
2603
+ "vision": false,
2604
+ "icon": "chutes"
2605
+ },
2606
+ {
2607
+ "attachment": false,
2608
+ "cost": {
2609
+ "input": 0.00008,
2610
+ "inputCacheHit": null,
2611
+ "output": 0.00008
2612
+ },
2613
+ "extendedThinking": false,
2614
+ "id": "unsloth/gemma-2-9b-it",
2615
+ "knowledge": null,
2616
+ "lastUpdated": null,
2617
+ "limit": {
2618
+ "context": 32768,
2619
+ "output": null
2620
+ },
2621
+ "modalities": {
2622
+ "input": ["text"],
2623
+ "output": ["text"]
2624
+ },
2625
+ "name": "gemma-2-9b-it",
2626
+ "openWeights": false,
2627
+ "provider": "chutes",
2628
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2629
+ "providerEnv": ["CHUTES_API_KEY"],
2630
+ "providerId": "chutes",
2631
+ "providerNpm": "@ai-sdk/openai-compatible",
2632
+ "reasoning": false,
2633
+ "releaseDate": null,
2634
+ "streamingSupported": true,
2635
+ "temperature": true,
2636
+ "toolCall": false,
2637
+ "vision": false,
2638
+ "icon": "chutes"
2639
+ },
2640
+ {
2641
+ "attachment": false,
2642
+ "cost": {
2643
+ "input": 0.00003,
2644
+ "inputCacheHit": null,
2645
+ "output": 0.0001
2646
+ },
2647
+ "extendedThinking": false,
2648
+ "id": "unsloth/gemma-3-12b-it",
2649
+ "knowledge": null,
2650
+ "lastUpdated": null,
2651
+ "limit": {
2652
+ "context": 4194304,
2653
+ "output": null
2654
+ },
2655
+ "modalities": {
2656
+ "input": ["text"],
2657
+ "output": ["text"]
2658
+ },
2659
+ "name": "gemma-3-12b-it",
2660
+ "openWeights": false,
2661
+ "provider": "chutes",
2662
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2663
+ "providerEnv": ["CHUTES_API_KEY"],
2664
+ "providerId": "chutes",
2665
+ "providerNpm": "@ai-sdk/openai-compatible",
2666
+ "reasoning": false,
2667
+ "releaseDate": null,
2668
+ "streamingSupported": true,
2669
+ "temperature": true,
2670
+ "toolCall": false,
2671
+ "vision": false,
2672
+ "icon": "chutes"
2673
+ },
2674
+ {
2675
+ "attachment": false,
2676
+ "cost": {
2677
+ "input": 0.00009,
2678
+ "inputCacheHit": null,
2679
+ "output": 0.00016
2680
+ },
2681
+ "extendedThinking": false,
2682
+ "id": "unsloth/gemma-3-27b-it",
2683
+ "knowledge": null,
2684
+ "lastUpdated": null,
2685
+ "limit": {
2686
+ "context": 4194304,
2687
+ "output": null
2688
+ },
2689
+ "modalities": {
2690
+ "input": ["text"],
2691
+ "output": ["text"]
2692
+ },
2693
+ "name": "gemma-3-27b-it",
2694
+ "openWeights": false,
2695
+ "provider": "chutes",
2696
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2697
+ "providerEnv": ["CHUTES_API_KEY"],
2698
+ "providerId": "chutes",
2699
+ "providerNpm": "@ai-sdk/openai-compatible",
2700
+ "reasoning": false,
2701
+ "releaseDate": null,
2702
+ "streamingSupported": true,
2703
+ "temperature": true,
2704
+ "toolCall": false,
2705
+ "vision": false,
2706
+ "icon": "chutes"
2707
+ },
2708
+ {
2709
+ "attachment": false,
2710
+ "cost": {
2711
+ "input": 0.0000170301,
2712
+ "inputCacheHit": null,
2713
+ "output": 0.0000681536
2714
+ },
2715
+ "extendedThinking": false,
2716
+ "id": "unsloth/gemma-3-4b-it",
2717
+ "knowledge": null,
2718
+ "lastUpdated": null,
2719
+ "limit": {
2720
+ "context": 524288,
2721
+ "output": null
2722
+ },
2723
+ "modalities": {
2724
+ "input": ["text"],
2725
+ "output": ["text"]
2726
+ },
2727
+ "name": "gemma-3-4b-it",
2728
+ "openWeights": false,
2729
+ "provider": "chutes",
2730
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2731
+ "providerEnv": ["CHUTES_API_KEY"],
2732
+ "providerId": "chutes",
2733
+ "providerNpm": "@ai-sdk/openai-compatible",
2734
+ "reasoning": false,
2735
+ "releaseDate": null,
2736
+ "streamingSupported": true,
2737
+ "temperature": true,
2738
+ "toolCall": false,
2739
+ "vision": false,
2740
+ "icon": "chutes"
2741
+ },
2742
+ {
2743
+ "attachment": false,
2744
+ "cost": {
2745
+ "input": 0.00002,
2746
+ "inputCacheHit": null,
2747
+ "output": 0.00002
2748
+ },
2749
+ "extendedThinking": false,
2750
+ "id": "unsloth/Llama-3.2-1B-Instruct",
2751
+ "knowledge": null,
2752
+ "lastUpdated": null,
2753
+ "limit": {
2754
+ "context": 65536,
2755
+ "output": null
2756
+ },
2757
+ "modalities": {
2758
+ "input": ["text"],
2759
+ "output": ["text"]
2760
+ },
2761
+ "name": "Llama-3.2-1B-Instruct",
2762
+ "openWeights": false,
2763
+ "provider": "chutes",
2764
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2765
+ "providerEnv": ["CHUTES_API_KEY"],
2766
+ "providerId": "chutes",
2767
+ "providerNpm": "@ai-sdk/openai-compatible",
2768
+ "reasoning": false,
2769
+ "releaseDate": null,
2770
+ "streamingSupported": true,
2771
+ "temperature": true,
2772
+ "toolCall": false,
2773
+ "vision": false,
2774
+ "icon": "chutes"
2775
+ },
2776
+ {
2777
+ "attachment": false,
2778
+ "cost": {
2779
+ "input": 0.00003,
2780
+ "inputCacheHit": null,
2781
+ "output": 0.00005
2782
+ },
2783
+ "extendedThinking": false,
2784
+ "id": "unsloth/Llama-3.2-3B-Instruct",
2785
+ "knowledge": null,
2786
+ "lastUpdated": null,
2787
+ "limit": {
2788
+ "context": 65536,
2789
+ "output": null
2790
+ },
2791
+ "modalities": {
2792
+ "input": ["text"],
2793
+ "output": ["text"]
2794
+ },
2795
+ "name": "Llama-3.2-3B-Instruct",
2796
+ "openWeights": false,
2797
+ "provider": "chutes",
2798
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2799
+ "providerEnv": ["CHUTES_API_KEY"],
2800
+ "providerId": "chutes",
2801
+ "providerNpm": "@ai-sdk/openai-compatible",
2802
+ "reasoning": false,
2803
+ "releaseDate": null,
2804
+ "streamingSupported": true,
2805
+ "temperature": true,
2806
+ "toolCall": false,
2807
+ "vision": false,
2808
+ "icon": "chutes"
2809
+ },
2810
+ {
2811
+ "attachment": false,
2812
+ "cost": {
2813
+ "input": 0.0003,
2814
+ "inputCacheHit": null,
2815
+ "output": 0.0003
2816
+ },
2817
+ "extendedThinking": false,
2818
+ "id": "unsloth/Mistral-Nemo-Instruct-2407",
2819
+ "knowledge": null,
2820
+ "lastUpdated": null,
2821
+ "limit": {
2822
+ "context": 524288,
2823
+ "output": null
2824
+ },
2825
+ "modalities": {
2826
+ "input": ["text"],
2827
+ "output": ["text"]
2828
+ },
2829
+ "name": "Mistral-Nemo-Instruct-2407",
2830
+ "openWeights": false,
2831
+ "provider": "chutes",
2832
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2833
+ "providerEnv": ["CHUTES_API_KEY"],
2834
+ "providerId": "chutes",
2835
+ "providerNpm": "@ai-sdk/openai-compatible",
2836
+ "reasoning": false,
2837
+ "releaseDate": null,
2838
+ "streamingSupported": true,
2839
+ "temperature": true,
2840
+ "toolCall": false,
2841
+ "vision": false,
2842
+ "icon": "chutes"
2843
+ },
2844
+ {
2845
+ "attachment": false,
2846
+ "cost": {
2847
+ "input": 0.00014,
2848
+ "inputCacheHit": null,
2849
+ "output": 0.00042
2850
+ },
2851
+ "extendedThinking": false,
2852
+ "id": "unsloth/Mistral-Small-24B-Instruct-2501",
2853
+ "knowledge": null,
2854
+ "lastUpdated": null,
2855
+ "limit": {
2856
+ "context": 131072,
2857
+ "output": null
2858
+ },
2859
+ "modalities": {
2860
+ "input": ["text"],
2861
+ "output": ["text"]
2862
+ },
2863
+ "name": "Mistral-Small-24B-Instruct-2501",
2864
+ "openWeights": false,
2865
+ "provider": "chutes",
2866
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2867
+ "providerEnv": ["CHUTES_API_KEY"],
2868
+ "providerId": "chutes",
2869
+ "providerNpm": "@ai-sdk/openai-compatible",
2870
+ "reasoning": false,
2871
+ "releaseDate": null,
2872
+ "streamingSupported": true,
2873
+ "temperature": true,
2874
+ "toolCall": false,
2875
+ "vision": false,
2876
+ "icon": "chutes"
2877
+ },
2878
+ {
2879
+ "attachment": false,
2880
+ "cost": {
2881
+ "input": null,
2882
+ "inputCacheHit": null,
2883
+ "output": null
2884
+ },
2885
+ "extendedThinking": false,
2886
+ "id": "XiaomiMiMo/MiMo-V2-Flash",
2887
+ "knowledge": null,
2888
+ "lastUpdated": null,
2889
+ "limit": {
2890
+ "context": 1048576,
2891
+ "output": null
2892
+ },
2893
+ "modalities": {
2894
+ "input": ["text"],
2895
+ "output": ["text"]
2896
+ },
2897
+ "name": "MiMo-V2-Flash",
2898
+ "openWeights": false,
2899
+ "provider": "chutes",
2900
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2901
+ "providerEnv": ["CHUTES_API_KEY"],
2902
+ "providerId": "chutes",
2903
+ "providerNpm": "@ai-sdk/openai-compatible",
2904
+ "reasoning": false,
2905
+ "releaseDate": null,
2906
+ "streamingSupported": true,
2907
+ "temperature": true,
2908
+ "toolCall": false,
2909
+ "vision": false,
2910
+ "icon": "chutes"
2911
+ },
2912
+ {
2913
+ "attachment": false,
2914
+ "cost": {
2915
+ "input": null,
2916
+ "inputCacheHit": null,
2917
+ "output": null
2918
+ },
2919
+ "extendedThinking": false,
2920
+ "id": "zai-org/GLM-4-32B-0414",
2921
+ "knowledge": null,
2922
+ "lastUpdated": null,
2923
+ "limit": {
2924
+ "context": 131072,
2925
+ "output": null
2926
+ },
2927
+ "modalities": {
2928
+ "input": ["text"],
2929
+ "output": ["text"]
2930
+ },
2931
+ "name": "GLM-4-32B-0414",
2932
+ "openWeights": false,
2933
+ "provider": "chutes",
2934
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2935
+ "providerEnv": ["CHUTES_API_KEY"],
2936
+ "providerId": "chutes",
2937
+ "providerNpm": "@ai-sdk/openai-compatible",
2938
+ "reasoning": false,
2939
+ "releaseDate": null,
2940
+ "streamingSupported": true,
2941
+ "temperature": true,
2942
+ "toolCall": false,
2943
+ "vision": false,
2944
+ "icon": "chutes"
2945
+ },
2946
+ {
2947
+ "attachment": false,
2948
+ "cost": {
2949
+ "input": 0.00013,
2950
+ "inputCacheHit": null,
2951
+ "output": 0.00085
2952
+ },
2953
+ "extendedThinking": false,
2954
+ "id": "zai-org/GLM-4.5-Air",
2955
+ "knowledge": null,
2956
+ "lastUpdated": null,
2957
+ "limit": {
2958
+ "context": 524288,
2959
+ "output": null
2960
+ },
2961
+ "modalities": {
2962
+ "input": ["text"],
2963
+ "output": ["text"]
2964
+ },
2965
+ "name": "GLM-4.5-Air",
2966
+ "openWeights": false,
2967
+ "provider": "chutes",
2968
+ "providerDoc": "https://llm.chutes.ai/v1/models",
2969
+ "providerEnv": ["CHUTES_API_KEY"],
2970
+ "providerId": "chutes",
2971
+ "providerNpm": "@ai-sdk/openai-compatible",
2972
+ "reasoning": false,
2973
+ "releaseDate": null,
2974
+ "streamingSupported": true,
2975
+ "temperature": true,
2976
+ "toolCall": false,
2977
+ "vision": false,
2978
+ "icon": "chutes",
2979
+ "providerModelsDevId": "deepinfra"
2980
+ },
2981
+ {
2982
+ "attachment": false,
2983
+ "cost": {
2984
+ "input": null,
2985
+ "inputCacheHit": null,
2986
+ "output": null
2987
+ },
2988
+ "extendedThinking": false,
2989
+ "id": "zai-org/GLM-4.5-FP8",
2990
+ "knowledge": null,
2991
+ "lastUpdated": null,
2992
+ "limit": {
2993
+ "context": 393216,
2994
+ "output": null
2995
+ },
2996
+ "modalities": {
2997
+ "input": ["text"],
2998
+ "output": ["text"]
2999
+ },
3000
+ "name": "GLM-4.5-FP8",
3001
+ "openWeights": false,
3002
+ "provider": "chutes",
3003
+ "providerDoc": "https://llm.chutes.ai/v1/models",
3004
+ "providerEnv": ["CHUTES_API_KEY"],
3005
+ "providerId": "chutes",
3006
+ "providerNpm": "@ai-sdk/openai-compatible",
3007
+ "reasoning": false,
3008
+ "releaseDate": null,
3009
+ "streamingSupported": true,
3010
+ "temperature": true,
3011
+ "toolCall": false,
3012
+ "vision": false,
3013
+ "icon": "chutes"
3014
+ },
3015
+ {
3016
+ "attachment": false,
3017
+ "cost": {
3018
+ "input": null,
3019
+ "inputCacheHit": null,
3020
+ "output": null
3021
+ },
3022
+ "extendedThinking": false,
3023
+ "id": "zai-org/GLM-4.5-TEE",
3024
+ "knowledge": null,
3025
+ "lastUpdated": null,
3026
+ "limit": {
3027
+ "context": 524288,
3028
+ "output": null
3029
+ },
3030
+ "modalities": {
3031
+ "input": ["text"],
3032
+ "output": ["text"]
3033
+ },
3034
+ "name": "GLM-4.5-TEE",
3035
+ "openWeights": false,
3036
+ "provider": "chutes",
3037
+ "providerDoc": "https://llm.chutes.ai/v1/models",
3038
+ "providerEnv": ["CHUTES_API_KEY"],
3039
+ "providerId": "chutes",
3040
+ "providerNpm": "@ai-sdk/openai-compatible",
3041
+ "reasoning": false,
3042
+ "releaseDate": null,
3043
+ "streamingSupported": true,
3044
+ "temperature": true,
3045
+ "toolCall": false,
3046
+ "vision": false,
3047
+ "icon": "chutes"
3048
+ },
3049
+ {
3050
+ "attachment": false,
3051
+ "cost": {
3052
+ "input": null,
3053
+ "inputCacheHit": null,
3054
+ "output": null
3055
+ },
3056
+ "extendedThinking": false,
3057
+ "id": "zai-org/GLM-4.5V-FP8",
3058
+ "knowledge": null,
3059
+ "lastUpdated": null,
3060
+ "limit": {
3061
+ "context": 262144,
3062
+ "output": null
3063
+ },
3064
+ "modalities": {
3065
+ "input": ["text"],
3066
+ "output": ["text"]
3067
+ },
3068
+ "name": "GLM-4.5V-FP8",
3069
+ "openWeights": false,
3070
+ "provider": "chutes",
3071
+ "providerDoc": "https://llm.chutes.ai/v1/models",
3072
+ "providerEnv": ["CHUTES_API_KEY"],
3073
+ "providerId": "chutes",
3074
+ "providerNpm": "@ai-sdk/openai-compatible",
3075
+ "reasoning": false,
3076
+ "releaseDate": null,
3077
+ "streamingSupported": true,
3078
+ "temperature": true,
3079
+ "toolCall": false,
3080
+ "vision": false,
3081
+ "icon": "chutes"
3082
+ },
3083
+ {
3084
+ "attachment": false,
3085
+ "cost": {
3086
+ "input": null,
3087
+ "inputCacheHit": null,
3088
+ "output": null
3089
+ },
3090
+ "extendedThinking": false,
3091
+ "id": "zai-org/GLM-4.6-TEE",
3092
+ "knowledge": null,
3093
+ "lastUpdated": null,
3094
+ "limit": {
3095
+ "context": 811008,
3096
+ "output": null
3097
+ },
3098
+ "modalities": {
3099
+ "input": ["text"],
3100
+ "output": ["text"]
3101
+ },
3102
+ "name": "GLM-4.6-TEE",
3103
+ "openWeights": false,
3104
+ "provider": "chutes",
3105
+ "providerDoc": "https://llm.chutes.ai/v1/models",
3106
+ "providerEnv": ["CHUTES_API_KEY"],
3107
+ "providerId": "chutes",
3108
+ "providerNpm": "@ai-sdk/openai-compatible",
3109
+ "reasoning": false,
3110
+ "releaseDate": null,
3111
+ "streamingSupported": true,
3112
+ "temperature": true,
3113
+ "toolCall": false,
3114
+ "vision": false,
3115
+ "icon": "chutes"
3116
+ },
3117
+ {
3118
+ "attachment": false,
3119
+ "cost": {
3120
+ "input": null,
3121
+ "inputCacheHit": null,
3122
+ "output": null
3123
+ },
3124
+ "extendedThinking": false,
3125
+ "id": "zai-org/GLM-4.6V",
3126
+ "knowledge": null,
3127
+ "lastUpdated": null,
3128
+ "limit": {
3129
+ "context": 524288,
3130
+ "output": null
3131
+ },
3132
+ "modalities": {
3133
+ "input": ["text"],
3134
+ "output": ["text"]
3135
+ },
3136
+ "name": "GLM-4.6V",
3137
+ "openWeights": false,
3138
+ "provider": "chutes",
3139
+ "providerDoc": "https://llm.chutes.ai/v1/models",
3140
+ "providerEnv": ["CHUTES_API_KEY"],
3141
+ "providerId": "chutes",
3142
+ "providerNpm": "@ai-sdk/openai-compatible",
3143
+ "reasoning": false,
3144
+ "releaseDate": null,
3145
+ "streamingSupported": true,
3146
+ "temperature": true,
3147
+ "toolCall": false,
3148
+ "vision": false,
3149
+ "icon": "chutes"
3150
+ },
3151
+ {
3152
+ "attachment": false,
3153
+ "cost": {
3154
+ "input": null,
3155
+ "inputCacheHit": null,
3156
+ "output": null
3157
+ },
3158
+ "extendedThinking": false,
3159
+ "id": "zai-org/GLM-4.7-TEE",
3160
+ "knowledge": null,
3161
+ "lastUpdated": null,
3162
+ "limit": {
3163
+ "context": 811008,
3164
+ "output": null
3165
+ },
3166
+ "modalities": {
3167
+ "input": ["text"],
3168
+ "output": ["text"]
3169
+ },
3170
+ "name": "GLM-4.7-TEE",
3171
+ "openWeights": false,
3172
+ "provider": "chutes",
3173
+ "providerDoc": "https://llm.chutes.ai/v1/models",
3174
+ "providerEnv": ["CHUTES_API_KEY"],
3175
+ "providerId": "chutes",
3176
+ "providerNpm": "@ai-sdk/openai-compatible",
3177
+ "reasoning": false,
3178
+ "releaseDate": null,
3179
+ "streamingSupported": true,
3180
+ "temperature": true,
3181
+ "toolCall": false,
3182
+ "vision": false,
3183
+ "icon": "chutes"
3184
+ },
3185
+ {
3186
+ "attachment": false,
3187
+ "cost": {
3188
+ "input": null,
3189
+ "inputCacheHit": null,
3190
+ "output": null
3191
+ },
3192
+ "extendedThinking": false,
3193
+ "id": "zai-org/GLM-Z1-32B-0414",
3194
+ "knowledge": null,
3195
+ "lastUpdated": null,
3196
+ "limit": {
3197
+ "context": 131072,
3198
+ "output": null
3199
+ },
3200
+ "modalities": {
3201
+ "input": ["text"],
3202
+ "output": ["text"]
3203
+ },
3204
+ "name": "GLM-Z1-32B-0414",
3205
+ "openWeights": false,
3206
+ "provider": "chutes",
3207
+ "providerDoc": "https://llm.chutes.ai/v1/models",
3208
+ "providerEnv": ["CHUTES_API_KEY"],
3209
+ "providerId": "chutes",
3210
+ "providerNpm": "@ai-sdk/openai-compatible",
3211
+ "reasoning": false,
3212
+ "releaseDate": null,
3213
+ "streamingSupported": true,
3214
+ "temperature": true,
3215
+ "toolCall": false,
3216
+ "vision": false,
3217
+ "icon": "chutes"
3218
+ }
3219
+ ]
3220
+ }