@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,956 @@
1
+ {
2
+ "metadata": {
3
+ "description": "AI Models API - Models from Deep Infra",
4
+ "lastUpdated": "2026-01-10T23:24:47.802Z",
5
+ "provider": "Deep Infra",
6
+ "totalModels": 27,
7
+ "version": "0.0.0-development"
8
+ },
9
+ "models": [
10
+ {
11
+ "attachment": false,
12
+ "cost": {
13
+ "input": 0.000009,
14
+ "inputCacheHit": null,
15
+ "output": 0.000019
16
+ },
17
+ "extendedThinking": false,
18
+ "id": "allenai/olmOCR-2-7B-1025",
19
+ "knowledge": null,
20
+ "lastUpdated": null,
21
+ "limit": {
22
+ "context": 16384,
23
+ "output": null
24
+ },
25
+ "modalities": {
26
+ "input": ["text"],
27
+ "output": ["text"]
28
+ },
29
+ "name": "olmOCR-2-7B-1025",
30
+ "openWeights": false,
31
+ "provider": "Deep Infra",
32
+ "providerDoc": "https://deepinfra.com/docs",
33
+ "providerEnv": [],
34
+ "providerId": "deep-infra",
35
+ "providerModelsDevId": "deepinfra",
36
+ "providerNpm": "@deepinfra/sdk",
37
+ "reasoning": false,
38
+ "releaseDate": null,
39
+ "streamingSupported": true,
40
+ "temperature": true,
41
+ "toolCall": false,
42
+ "vision": false,
43
+ "icon": "deepinfra"
44
+ },
45
+ {
46
+ "attachment": false,
47
+ "cost": {
48
+ "input": 0.00003,
49
+ "inputCacheHit": null,
50
+ "output": 0.00018
51
+ },
52
+ "extendedThinking": false,
53
+ "id": "allenai/olmOCR-7B-0725-FP8",
54
+ "knowledge": null,
55
+ "lastUpdated": null,
56
+ "limit": {
57
+ "context": null,
58
+ "output": null
59
+ },
60
+ "modalities": {
61
+ "input": ["text"],
62
+ "output": ["text"]
63
+ },
64
+ "name": "olmOCR-7B-0725-FP8",
65
+ "openWeights": false,
66
+ "provider": "Deep Infra",
67
+ "providerDoc": "https://deepinfra.com/docs",
68
+ "providerEnv": [],
69
+ "providerId": "deep-infra",
70
+ "providerModelsDevId": "deepinfra",
71
+ "providerNpm": "@deepinfra/sdk",
72
+ "reasoning": false,
73
+ "releaseDate": null,
74
+ "streamingSupported": true,
75
+ "temperature": true,
76
+ "toolCall": false,
77
+ "vision": false,
78
+ "icon": "deepinfra"
79
+ },
80
+ {
81
+ "attachment": false,
82
+ "cost": {
83
+ "input": 0.00165,
84
+ "inputCacheHit": null,
85
+ "output": 0.00825
86
+ },
87
+ "extendedThinking": false,
88
+ "id": "anthropic/claude-4-opus",
89
+ "knowledge": null,
90
+ "lastUpdated": null,
91
+ "limit": {
92
+ "context": 200000,
93
+ "output": null
94
+ },
95
+ "modalities": {
96
+ "input": ["text"],
97
+ "output": ["text"]
98
+ },
99
+ "name": "claude-4-opus",
100
+ "openWeights": false,
101
+ "provider": "Deep Infra",
102
+ "providerDoc": "https://deepinfra.com/docs",
103
+ "providerEnv": [],
104
+ "providerId": "deep-infra",
105
+ "providerModelsDevId": "deepinfra",
106
+ "providerNpm": "@deepinfra/sdk",
107
+ "reasoning": false,
108
+ "releaseDate": null,
109
+ "streamingSupported": true,
110
+ "temperature": true,
111
+ "toolCall": false,
112
+ "vision": false,
113
+ "icon": "deepinfra"
114
+ },
115
+ {
116
+ "attachment": false,
117
+ "cost": {
118
+ "input": 0.00033,
119
+ "inputCacheHit": null,
120
+ "output": 0.00165
121
+ },
122
+ "extendedThinking": false,
123
+ "id": "anthropic/claude-4-sonnet",
124
+ "knowledge": null,
125
+ "lastUpdated": null,
126
+ "limit": {
127
+ "context": 200000,
128
+ "output": null
129
+ },
130
+ "modalities": {
131
+ "input": ["text"],
132
+ "output": ["text"]
133
+ },
134
+ "name": "claude-4-sonnet",
135
+ "openWeights": false,
136
+ "provider": "Deep Infra",
137
+ "providerDoc": "https://deepinfra.com/docs",
138
+ "providerEnv": [],
139
+ "providerId": "deep-infra",
140
+ "providerModelsDevId": "deepinfra",
141
+ "providerNpm": "@deepinfra/sdk",
142
+ "reasoning": false,
143
+ "releaseDate": null,
144
+ "streamingSupported": true,
145
+ "temperature": true,
146
+ "toolCall": false,
147
+ "vision": false,
148
+ "icon": "deepinfra"
149
+ },
150
+ {
151
+ "attachment": false,
152
+ "cost": {
153
+ "input": 0.000003,
154
+ "inputCacheHit": null,
155
+ "output": 0.00001
156
+ },
157
+ "extendedThinking": false,
158
+ "id": "deepseek-ai/DeepSeek-OCR",
159
+ "knowledge": null,
160
+ "lastUpdated": null,
161
+ "limit": {
162
+ "context": 8192,
163
+ "output": null
164
+ },
165
+ "modalities": {
166
+ "input": ["text"],
167
+ "output": ["text"]
168
+ },
169
+ "name": "DeepSeek-OCR",
170
+ "openWeights": false,
171
+ "provider": "Deep Infra",
172
+ "providerDoc": "https://deepinfra.com/docs",
173
+ "providerEnv": [],
174
+ "providerId": "deep-infra",
175
+ "providerModelsDevId": "deepinfra",
176
+ "providerNpm": "@deepinfra/sdk",
177
+ "reasoning": false,
178
+ "releaseDate": null,
179
+ "streamingSupported": true,
180
+ "temperature": true,
181
+ "toolCall": false,
182
+ "vision": false,
183
+ "icon": "deepinfra"
184
+ },
185
+ {
186
+ "attachment": false,
187
+ "cost": {
188
+ "input": 0.0001,
189
+ "inputCacheHit": null,
190
+ "output": 0.0003
191
+ },
192
+ "extendedThinking": false,
193
+ "id": "deepseek-ai/DeepSeek-R1-0528-Turbo",
194
+ "knowledge": null,
195
+ "lastUpdated": null,
196
+ "limit": {
197
+ "context": 32768,
198
+ "output": null
199
+ },
200
+ "modalities": {
201
+ "input": ["text"],
202
+ "output": ["text"]
203
+ },
204
+ "name": "DeepSeek-R1-0528-Turbo",
205
+ "openWeights": false,
206
+ "provider": "Deep Infra",
207
+ "providerDoc": "https://deepinfra.com/docs",
208
+ "providerEnv": [],
209
+ "providerId": "deep-infra",
210
+ "providerModelsDevId": "deepinfra",
211
+ "providerNpm": "@deepinfra/sdk",
212
+ "reasoning": false,
213
+ "releaseDate": null,
214
+ "streamingSupported": true,
215
+ "temperature": true,
216
+ "toolCall": false,
217
+ "vision": false,
218
+ "icon": "deepinfra"
219
+ },
220
+ {
221
+ "attachment": false,
222
+ "cost": {
223
+ "input": 0.0001,
224
+ "inputCacheHit": null,
225
+ "output": 0.0003
226
+ },
227
+ "extendedThinking": false,
228
+ "id": "deepseek-ai/DeepSeek-V3-0324-Turbo",
229
+ "knowledge": null,
230
+ "lastUpdated": null,
231
+ "limit": {
232
+ "context": null,
233
+ "output": null
234
+ },
235
+ "modalities": {
236
+ "input": ["text"],
237
+ "output": ["text"]
238
+ },
239
+ "name": "DeepSeek-V3-0324-Turbo",
240
+ "openWeights": false,
241
+ "provider": "Deep Infra",
242
+ "providerDoc": "https://deepinfra.com/docs",
243
+ "providerEnv": [],
244
+ "providerId": "deep-infra",
245
+ "providerModelsDevId": "deepinfra",
246
+ "providerNpm": "@deepinfra/sdk",
247
+ "reasoning": false,
248
+ "releaseDate": null,
249
+ "streamingSupported": true,
250
+ "temperature": true,
251
+ "toolCall": false,
252
+ "vision": false,
253
+ "icon": "deepinfra"
254
+ },
255
+ {
256
+ "attachment": false,
257
+ "cost": {
258
+ "input": 0.000021,
259
+ "inputCacheHit": null,
260
+ "output": 0.000079
261
+ },
262
+ "extendedThinking": false,
263
+ "id": "deepseek-ai/DeepSeek-V3.1",
264
+ "knowledge": null,
265
+ "lastUpdated": null,
266
+ "limit": {
267
+ "context": 163840,
268
+ "output": null
269
+ },
270
+ "modalities": {
271
+ "input": ["text"],
272
+ "output": ["text"]
273
+ },
274
+ "name": "DeepSeek-V3.1",
275
+ "openWeights": false,
276
+ "provider": "Deep Infra",
277
+ "providerDoc": "https://deepinfra.com/docs",
278
+ "providerEnv": [],
279
+ "providerId": "deep-infra",
280
+ "providerModelsDevId": "deepinfra",
281
+ "providerNpm": "@deepinfra/sdk",
282
+ "reasoning": false,
283
+ "releaseDate": null,
284
+ "streamingSupported": true,
285
+ "temperature": true,
286
+ "toolCall": false,
287
+ "vision": false,
288
+ "icon": "deepinfra"
289
+ },
290
+ {
291
+ "attachment": false,
292
+ "cost": {
293
+ "input": 0.000021,
294
+ "inputCacheHit": null,
295
+ "output": 0.000079
296
+ },
297
+ "extendedThinking": false,
298
+ "id": "deepseek-ai/DeepSeek-V3.1-Terminus",
299
+ "knowledge": null,
300
+ "lastUpdated": null,
301
+ "limit": {
302
+ "context": 163840,
303
+ "output": null
304
+ },
305
+ "modalities": {
306
+ "input": ["text"],
307
+ "output": ["text"]
308
+ },
309
+ "name": "DeepSeek-V3.1-Terminus",
310
+ "openWeights": false,
311
+ "provider": "Deep Infra",
312
+ "providerDoc": "https://deepinfra.com/docs",
313
+ "providerEnv": [],
314
+ "providerId": "deep-infra",
315
+ "providerModelsDevId": "deepinfra",
316
+ "providerNpm": "@deepinfra/sdk",
317
+ "reasoning": false,
318
+ "releaseDate": null,
319
+ "streamingSupported": true,
320
+ "temperature": true,
321
+ "toolCall": false,
322
+ "vision": false,
323
+ "icon": "deepinfra"
324
+ },
325
+ {
326
+ "attachment": false,
327
+ "cost": {
328
+ "input": 0.000026,
329
+ "inputCacheHit": null,
330
+ "output": 0.000039
331
+ },
332
+ "extendedThinking": false,
333
+ "id": "deepseek-ai/DeepSeek-V3.2",
334
+ "knowledge": null,
335
+ "lastUpdated": null,
336
+ "limit": {
337
+ "context": 163840,
338
+ "output": null
339
+ },
340
+ "modalities": {
341
+ "input": ["text"],
342
+ "output": ["text"]
343
+ },
344
+ "name": "DeepSeek-V3.2",
345
+ "openWeights": false,
346
+ "provider": "Deep Infra",
347
+ "providerDoc": "https://deepinfra.com/docs",
348
+ "providerEnv": [],
349
+ "providerId": "deep-infra",
350
+ "providerModelsDevId": "deepinfra",
351
+ "providerNpm": "@deepinfra/sdk",
352
+ "reasoning": false,
353
+ "releaseDate": null,
354
+ "streamingSupported": true,
355
+ "temperature": true,
356
+ "toolCall": false,
357
+ "vision": false,
358
+ "icon": "deepinfra"
359
+ },
360
+ {
361
+ "attachment": false,
362
+ "cost": {
363
+ "input": 0.000023,
364
+ "inputCacheHit": null,
365
+ "output": 0.00004
366
+ },
367
+ "extendedThinking": false,
368
+ "id": "meta-llama/Llama-3.3-70B-Instruct",
369
+ "knowledge": null,
370
+ "lastUpdated": null,
371
+ "limit": {
372
+ "context": null,
373
+ "output": null
374
+ },
375
+ "modalities": {
376
+ "input": ["text"],
377
+ "output": ["text"]
378
+ },
379
+ "name": "Llama-3.3-70B-Instruct",
380
+ "openWeights": false,
381
+ "provider": "Deep Infra",
382
+ "providerDoc": "https://deepinfra.com/docs",
383
+ "providerEnv": [],
384
+ "providerId": "deep-infra",
385
+ "providerModelsDevId": "deepinfra",
386
+ "providerNpm": "@deepinfra/sdk",
387
+ "reasoning": false,
388
+ "releaseDate": null,
389
+ "streamingSupported": true,
390
+ "temperature": true,
391
+ "toolCall": false,
392
+ "vision": false,
393
+ "icon": "deepinfra"
394
+ },
395
+ {
396
+ "attachment": false,
397
+ "cost": {
398
+ "input": 0.00001,
399
+ "inputCacheHit": null,
400
+ "output": 0.000032
401
+ },
402
+ "extendedThinking": false,
403
+ "id": "meta-llama/Llama-3.3-70B-Instruct-Turbo",
404
+ "knowledge": null,
405
+ "lastUpdated": null,
406
+ "limit": {
407
+ "context": 131072,
408
+ "output": null
409
+ },
410
+ "modalities": {
411
+ "input": ["text"],
412
+ "output": ["text"]
413
+ },
414
+ "name": "Llama-3.3-70B-Instruct-Turbo",
415
+ "openWeights": false,
416
+ "provider": "Deep Infra",
417
+ "providerDoc": "https://deepinfra.com/docs",
418
+ "providerEnv": [],
419
+ "providerId": "deep-infra",
420
+ "providerModelsDevId": "deepinfra",
421
+ "providerNpm": "@deepinfra/sdk",
422
+ "reasoning": false,
423
+ "releaseDate": null,
424
+ "streamingSupported": true,
425
+ "temperature": true,
426
+ "toolCall": false,
427
+ "vision": false,
428
+ "icon": "deepinfra"
429
+ },
430
+ {
431
+ "attachment": false,
432
+ "cost": {
433
+ "input": 0.000015,
434
+ "inputCacheHit": null,
435
+ "output": 0.00006
436
+ },
437
+ "extendedThinking": false,
438
+ "id": "meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",
439
+ "knowledge": null,
440
+ "lastUpdated": null,
441
+ "limit": {
442
+ "context": 1048576,
443
+ "output": null
444
+ },
445
+ "modalities": {
446
+ "input": ["text"],
447
+ "output": ["text"]
448
+ },
449
+ "name": "Llama-4-Maverick-17B-128E-Instruct-FP8",
450
+ "openWeights": false,
451
+ "provider": "Deep Infra",
452
+ "providerDoc": "https://deepinfra.com/docs",
453
+ "providerEnv": [],
454
+ "providerId": "deep-infra",
455
+ "providerModelsDevId": "deepinfra",
456
+ "providerNpm": "@deepinfra/sdk",
457
+ "reasoning": false,
458
+ "releaseDate": null,
459
+ "streamingSupported": true,
460
+ "temperature": true,
461
+ "toolCall": false,
462
+ "vision": false,
463
+ "icon": "deepinfra"
464
+ },
465
+ {
466
+ "attachment": false,
467
+ "cost": {
468
+ "input": 0.00005,
469
+ "inputCacheHit": null,
470
+ "output": 0.00005
471
+ },
472
+ "extendedThinking": false,
473
+ "id": "meta-llama/Llama-4-Maverick-17B-128E-Instruct-Turbo",
474
+ "knowledge": null,
475
+ "lastUpdated": null,
476
+ "limit": {
477
+ "context": null,
478
+ "output": null
479
+ },
480
+ "modalities": {
481
+ "input": ["text"],
482
+ "output": ["text"]
483
+ },
484
+ "name": "Llama-4-Maverick-17B-128E-Instruct-Turbo",
485
+ "openWeights": false,
486
+ "provider": "Deep Infra",
487
+ "providerDoc": "https://deepinfra.com/docs",
488
+ "providerEnv": [],
489
+ "providerId": "deep-infra",
490
+ "providerModelsDevId": "deepinfra",
491
+ "providerNpm": "@deepinfra/sdk",
492
+ "reasoning": false,
493
+ "releaseDate": null,
494
+ "streamingSupported": true,
495
+ "temperature": true,
496
+ "toolCall": false,
497
+ "vision": false,
498
+ "icon": "deepinfra"
499
+ },
500
+ {
501
+ "attachment": false,
502
+ "cost": {
503
+ "input": 0.000008,
504
+ "inputCacheHit": null,
505
+ "output": 0.00003
506
+ },
507
+ "extendedThinking": false,
508
+ "id": "meta-llama/Llama-4-Scout-17B-16E-Instruct",
509
+ "knowledge": null,
510
+ "lastUpdated": null,
511
+ "limit": {
512
+ "context": 327680,
513
+ "output": null
514
+ },
515
+ "modalities": {
516
+ "input": ["text"],
517
+ "output": ["text"]
518
+ },
519
+ "name": "Llama-4-Scout-17B-16E-Instruct",
520
+ "openWeights": false,
521
+ "provider": "Deep Infra",
522
+ "providerDoc": "https://deepinfra.com/docs",
523
+ "providerEnv": [],
524
+ "providerId": "deep-infra",
525
+ "providerModelsDevId": "deepinfra",
526
+ "providerNpm": "@deepinfra/sdk",
527
+ "reasoning": false,
528
+ "releaseDate": null,
529
+ "streamingSupported": true,
530
+ "temperature": true,
531
+ "toolCall": false,
532
+ "vision": false,
533
+ "icon": "deepinfra"
534
+ },
535
+ {
536
+ "attachment": false,
537
+ "cost": {
538
+ "input": 0.000018,
539
+ "inputCacheHit": null,
540
+ "output": 0.000018
541
+ },
542
+ "extendedThinking": false,
543
+ "id": "meta-llama/Llama-Guard-4-12B",
544
+ "knowledge": null,
545
+ "lastUpdated": null,
546
+ "limit": {
547
+ "context": 163840,
548
+ "output": null
549
+ },
550
+ "modalities": {
551
+ "input": ["text"],
552
+ "output": ["text"]
553
+ },
554
+ "name": "Llama-Guard-4-12B",
555
+ "openWeights": false,
556
+ "provider": "Deep Infra",
557
+ "providerDoc": "https://deepinfra.com/docs",
558
+ "providerEnv": [],
559
+ "providerId": "deep-infra",
560
+ "providerModelsDevId": "deepinfra",
561
+ "providerNpm": "@deepinfra/sdk",
562
+ "reasoning": false,
563
+ "releaseDate": null,
564
+ "streamingSupported": true,
565
+ "temperature": true,
566
+ "toolCall": false,
567
+ "vision": false,
568
+ "icon": "deepinfra"
569
+ },
570
+ {
571
+ "attachment": false,
572
+ "cost": {
573
+ "input": 0.0000254,
574
+ "inputCacheHit": null,
575
+ "output": 0.000102
576
+ },
577
+ "extendedThinking": false,
578
+ "id": "MiniMaxAI/MiniMax-M2",
579
+ "knowledge": null,
580
+ "lastUpdated": null,
581
+ "limit": {
582
+ "context": 262144,
583
+ "output": null
584
+ },
585
+ "modalities": {
586
+ "input": ["text"],
587
+ "output": ["text"]
588
+ },
589
+ "name": "MiniMax-M2",
590
+ "openWeights": false,
591
+ "provider": "Deep Infra",
592
+ "providerDoc": "https://deepinfra.com/docs",
593
+ "providerEnv": [],
594
+ "providerId": "deep-infra",
595
+ "providerModelsDevId": "deepinfra",
596
+ "providerNpm": "@deepinfra/sdk",
597
+ "reasoning": false,
598
+ "releaseDate": null,
599
+ "streamingSupported": true,
600
+ "temperature": true,
601
+ "toolCall": false,
602
+ "vision": false,
603
+ "icon": "deepinfra"
604
+ },
605
+ {
606
+ "attachment": false,
607
+ "cost": {
608
+ "input": 0.000007,
609
+ "inputCacheHit": null,
610
+ "output": 0.000028
611
+ },
612
+ "extendedThinking": false,
613
+ "id": "mistralai/Devstral-Small-2507",
614
+ "knowledge": null,
615
+ "lastUpdated": null,
616
+ "limit": {
617
+ "context": null,
618
+ "output": null
619
+ },
620
+ "modalities": {
621
+ "input": ["text"],
622
+ "output": ["text"]
623
+ },
624
+ "name": "Devstral-Small-2507",
625
+ "openWeights": false,
626
+ "provider": "Deep Infra",
627
+ "providerDoc": "https://deepinfra.com/docs",
628
+ "providerEnv": [],
629
+ "providerId": "deep-infra",
630
+ "providerModelsDevId": "deepinfra",
631
+ "providerNpm": "@deepinfra/sdk",
632
+ "reasoning": false,
633
+ "releaseDate": null,
634
+ "streamingSupported": true,
635
+ "temperature": true,
636
+ "toolCall": false,
637
+ "vision": false,
638
+ "icon": "deepinfra"
639
+ },
640
+ {
641
+ "attachment": false,
642
+ "cost": {
643
+ "input": 0.0000075,
644
+ "inputCacheHit": null,
645
+ "output": 0.00002
646
+ },
647
+ "extendedThinking": false,
648
+ "id": "mistralai/Mistral-Small-3.2-24B-Instruct-2506",
649
+ "knowledge": null,
650
+ "lastUpdated": null,
651
+ "limit": {
652
+ "context": 128000,
653
+ "output": null
654
+ },
655
+ "modalities": {
656
+ "input": ["text"],
657
+ "output": ["text"]
658
+ },
659
+ "name": "Mistral-Small-3.2-24B-Instruct-2506",
660
+ "openWeights": false,
661
+ "provider": "Deep Infra",
662
+ "providerDoc": "https://deepinfra.com/docs",
663
+ "providerEnv": [],
664
+ "providerId": "deep-infra",
665
+ "providerModelsDevId": "deepinfra",
666
+ "providerNpm": "@deepinfra/sdk",
667
+ "reasoning": false,
668
+ "releaseDate": null,
669
+ "streamingSupported": true,
670
+ "temperature": true,
671
+ "toolCall": false,
672
+ "vision": false,
673
+ "icon": "deepinfra"
674
+ },
675
+ {
676
+ "attachment": false,
677
+ "cost": {
678
+ "input": 0.000047,
679
+ "inputCacheHit": null,
680
+ "output": 0.0002
681
+ },
682
+ "extendedThinking": false,
683
+ "id": "moonshotai/Kimi-K2-Thinking",
684
+ "knowledge": null,
685
+ "lastUpdated": null,
686
+ "limit": {
687
+ "context": 131072,
688
+ "output": null
689
+ },
690
+ "modalities": {
691
+ "input": ["text"],
692
+ "output": ["text"]
693
+ },
694
+ "name": "Kimi-K2-Thinking",
695
+ "openWeights": false,
696
+ "provider": "Deep Infra",
697
+ "providerDoc": "https://deepinfra.com/docs",
698
+ "providerEnv": [],
699
+ "providerId": "deep-infra",
700
+ "providerModelsDevId": "deepinfra",
701
+ "providerNpm": "@deepinfra/sdk",
702
+ "reasoning": false,
703
+ "releaseDate": null,
704
+ "streamingSupported": true,
705
+ "temperature": true,
706
+ "toolCall": false,
707
+ "vision": false,
708
+ "icon": "deepinfra"
709
+ },
710
+ {
711
+ "attachment": false,
712
+ "cost": {
713
+ "input": 0.000006,
714
+ "inputCacheHit": null,
715
+ "output": 0.000024
716
+ },
717
+ "extendedThinking": false,
718
+ "id": "nvidia/Nemotron-3-Nano-30B-A3B",
719
+ "knowledge": null,
720
+ "lastUpdated": null,
721
+ "limit": {
722
+ "context": 262144,
723
+ "output": null
724
+ },
725
+ "modalities": {
726
+ "input": ["text"],
727
+ "output": ["text"]
728
+ },
729
+ "name": "Nemotron-3-Nano-30B-A3B",
730
+ "openWeights": false,
731
+ "provider": "Deep Infra",
732
+ "providerDoc": "https://deepinfra.com/docs",
733
+ "providerEnv": [],
734
+ "providerId": "deep-infra",
735
+ "providerModelsDevId": "deepinfra",
736
+ "providerNpm": "@deepinfra/sdk",
737
+ "reasoning": false,
738
+ "releaseDate": null,
739
+ "streamingSupported": true,
740
+ "temperature": true,
741
+ "toolCall": false,
742
+ "vision": false,
743
+ "icon": "deepinfra"
744
+ },
745
+ {
746
+ "attachment": false,
747
+ "cost": {
748
+ "input": 0.000014,
749
+ "inputCacheHit": null,
750
+ "output": 0.00008
751
+ },
752
+ "extendedThinking": false,
753
+ "id": "PaddlePaddle/PaddleOCR-VL-0.9B",
754
+ "knowledge": null,
755
+ "lastUpdated": null,
756
+ "limit": {
757
+ "context": 16384,
758
+ "output": null
759
+ },
760
+ "modalities": {
761
+ "input": ["text"],
762
+ "output": ["text"]
763
+ },
764
+ "name": "PaddleOCR-VL-0.9B",
765
+ "openWeights": false,
766
+ "provider": "Deep Infra",
767
+ "providerDoc": "https://deepinfra.com/docs",
768
+ "providerEnv": [],
769
+ "providerId": "deep-infra",
770
+ "providerModelsDevId": "deepinfra",
771
+ "providerNpm": "@deepinfra/sdk",
772
+ "reasoning": false,
773
+ "releaseDate": null,
774
+ "streamingSupported": true,
775
+ "temperature": true,
776
+ "toolCall": false,
777
+ "vision": false,
778
+ "icon": "deepinfra"
779
+ },
780
+ {
781
+ "attachment": false,
782
+ "cost": {
783
+ "input": 0.0000075,
784
+ "inputCacheHit": null,
785
+ "output": 0.000015
786
+ },
787
+ "extendedThinking": false,
788
+ "id": "Qwen/QwQ-32B",
789
+ "knowledge": null,
790
+ "lastUpdated": null,
791
+ "limit": {
792
+ "context": null,
793
+ "output": null
794
+ },
795
+ "modalities": {
796
+ "input": ["text"],
797
+ "output": ["text"]
798
+ },
799
+ "name": "QwQ-32B",
800
+ "openWeights": false,
801
+ "provider": "Deep Infra",
802
+ "providerDoc": "https://deepinfra.com/docs",
803
+ "providerEnv": [],
804
+ "providerId": "deep-infra",
805
+ "providerModelsDevId": "deepinfra",
806
+ "providerNpm": "@deepinfra/sdk",
807
+ "reasoning": false,
808
+ "releaseDate": null,
809
+ "streamingSupported": true,
810
+ "temperature": true,
811
+ "toolCall": false,
812
+ "vision": false,
813
+ "icon": "deepinfra"
814
+ },
815
+ {
816
+ "attachment": false,
817
+ "cost": {
818
+ "input": 0.00004,
819
+ "inputCacheHit": null,
820
+ "output": 0.00016
821
+ },
822
+ "extendedThinking": false,
823
+ "id": "Qwen/Qwen3-Coder-480B-A35B-Instruct",
824
+ "knowledge": null,
825
+ "lastUpdated": null,
826
+ "limit": {
827
+ "context": 262144,
828
+ "output": null
829
+ },
830
+ "modalities": {
831
+ "input": ["text"],
832
+ "output": ["text"]
833
+ },
834
+ "name": "Qwen3-Coder-480B-A35B-Instruct",
835
+ "openWeights": false,
836
+ "provider": "Deep Infra",
837
+ "providerDoc": "https://deepinfra.com/docs",
838
+ "providerEnv": [],
839
+ "providerId": "deep-infra",
840
+ "providerModelsDevId": "deepinfra",
841
+ "providerNpm": "@deepinfra/sdk",
842
+ "reasoning": false,
843
+ "releaseDate": null,
844
+ "streamingSupported": true,
845
+ "temperature": true,
846
+ "toolCall": false,
847
+ "vision": false,
848
+ "icon": "deepinfra"
849
+ },
850
+ {
851
+ "attachment": false,
852
+ "cost": {
853
+ "input": 0.000028,
854
+ "inputCacheHit": null,
855
+ "output": 0.00012
856
+ },
857
+ "extendedThinking": false,
858
+ "id": "Qwen/Qwen3-Coder-480B-A35B-Instruct-Turbo",
859
+ "knowledge": null,
860
+ "lastUpdated": null,
861
+ "limit": {
862
+ "context": 262144,
863
+ "output": null
864
+ },
865
+ "modalities": {
866
+ "input": ["text"],
867
+ "output": ["text"]
868
+ },
869
+ "name": "Qwen3-Coder-480B-A35B-Instruct-Turbo",
870
+ "openWeights": false,
871
+ "provider": "Deep Infra",
872
+ "providerDoc": "https://deepinfra.com/docs",
873
+ "providerEnv": [],
874
+ "providerId": "deep-infra",
875
+ "providerModelsDevId": "deepinfra",
876
+ "providerNpm": "@deepinfra/sdk",
877
+ "reasoning": false,
878
+ "releaseDate": null,
879
+ "streamingSupported": true,
880
+ "temperature": true,
881
+ "toolCall": false,
882
+ "vision": false,
883
+ "icon": "deepinfra"
884
+ },
885
+ {
886
+ "attachment": false,
887
+ "cost": {
888
+ "input": 0.000055,
889
+ "inputCacheHit": null,
890
+ "output": 0.0002
891
+ },
892
+ "extendedThinking": false,
893
+ "id": "zai-org/GLM-4.5",
894
+ "knowledge": null,
895
+ "lastUpdated": null,
896
+ "limit": {
897
+ "context": null,
898
+ "output": null
899
+ },
900
+ "modalities": {
901
+ "input": ["text"],
902
+ "output": ["text"]
903
+ },
904
+ "name": "GLM-4.5",
905
+ "openWeights": false,
906
+ "provider": "Deep Infra",
907
+ "providerDoc": "https://deepinfra.com/docs",
908
+ "providerEnv": [],
909
+ "providerId": "deep-infra",
910
+ "providerModelsDevId": "deepinfra",
911
+ "providerNpm": "@deepinfra/sdk",
912
+ "reasoning": false,
913
+ "releaseDate": null,
914
+ "streamingSupported": true,
915
+ "temperature": true,
916
+ "toolCall": false,
917
+ "vision": false,
918
+ "icon": "deepinfra"
919
+ },
920
+ {
921
+ "attachment": false,
922
+ "cost": {
923
+ "input": 0.00005,
924
+ "inputCacheHit": null,
925
+ "output": 0.00017
926
+ },
927
+ "extendedThinking": false,
928
+ "id": "zai-org/GLM-4.5V",
929
+ "knowledge": null,
930
+ "lastUpdated": null,
931
+ "limit": {
932
+ "context": null,
933
+ "output": null
934
+ },
935
+ "modalities": {
936
+ "input": ["text"],
937
+ "output": ["text"]
938
+ },
939
+ "name": "GLM-4.5V",
940
+ "openWeights": false,
941
+ "provider": "Deep Infra",
942
+ "providerDoc": "https://deepinfra.com/docs",
943
+ "providerEnv": [],
944
+ "providerId": "deep-infra",
945
+ "providerModelsDevId": "deepinfra",
946
+ "providerNpm": "@deepinfra/sdk",
947
+ "reasoning": false,
948
+ "releaseDate": null,
949
+ "streamingSupported": true,
950
+ "temperature": true,
951
+ "toolCall": false,
952
+ "vision": false,
953
+ "icon": "deepinfra"
954
+ }
955
+ ]
956
+ }