modelpedia 0.0.1 → 0.0.2

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 (128) hide show
  1. package/dist/index.cjs +60 -35560
  2. package/dist/index.d.cts +3 -156
  3. package/dist/index.d.mts +3 -156
  4. package/dist/index.mjs +60 -35560
  5. package/dist/providers/alibaba.cjs +835 -0
  6. package/dist/providers/alibaba.d.cts +7 -0
  7. package/dist/providers/alibaba.d.mts +7 -0
  8. package/dist/providers/alibaba.mjs +833 -0
  9. package/dist/providers/amazon.cjs +1484 -0
  10. package/dist/providers/amazon.d.cts +7 -0
  11. package/dist/providers/amazon.d.mts +7 -0
  12. package/dist/providers/amazon.mjs +1482 -0
  13. package/dist/providers/anthropic.cjs +698 -0
  14. package/dist/providers/anthropic.d.cts +7 -0
  15. package/dist/providers/anthropic.d.mts +7 -0
  16. package/dist/providers/anthropic.mjs +696 -0
  17. package/dist/providers/azure.cjs +1491 -0
  18. package/dist/providers/azure.d.cts +7 -0
  19. package/dist/providers/azure.d.mts +7 -0
  20. package/dist/providers/azure.mjs +1489 -0
  21. package/dist/providers/baseten.cjs +279 -0
  22. package/dist/providers/baseten.d.cts +7 -0
  23. package/dist/providers/baseten.d.mts +7 -0
  24. package/dist/providers/baseten.mjs +277 -0
  25. package/dist/providers/cerebras.cjs +145 -0
  26. package/dist/providers/cerebras.d.cts +7 -0
  27. package/dist/providers/cerebras.d.mts +7 -0
  28. package/dist/providers/cerebras.mjs +143 -0
  29. package/dist/providers/cloudflare.cjs +826 -0
  30. package/dist/providers/cloudflare.d.cts +7 -0
  31. package/dist/providers/cloudflare.d.mts +7 -0
  32. package/dist/providers/cloudflare.mjs +824 -0
  33. package/dist/providers/cohere.cjs +525 -0
  34. package/dist/providers/cohere.d.cts +7 -0
  35. package/dist/providers/cohere.d.mts +7 -0
  36. package/dist/providers/cohere.mjs +523 -0
  37. package/dist/providers/cursor.cjs +856 -0
  38. package/dist/providers/cursor.d.cts +7 -0
  39. package/dist/providers/cursor.d.mts +7 -0
  40. package/dist/providers/cursor.mjs +854 -0
  41. package/dist/providers/deepseek.cjs +64 -0
  42. package/dist/providers/deepseek.d.cts +7 -0
  43. package/dist/providers/deepseek.d.mts +7 -0
  44. package/dist/providers/deepseek.mjs +62 -0
  45. package/dist/providers/fireworks.cjs +3794 -0
  46. package/dist/providers/fireworks.d.cts +7 -0
  47. package/dist/providers/fireworks.d.mts +7 -0
  48. package/dist/providers/fireworks.mjs +3792 -0
  49. package/dist/providers/google.cjs +972 -0
  50. package/dist/providers/google.d.cts +7 -0
  51. package/dist/providers/google.d.mts +7 -0
  52. package/dist/providers/google.mjs +970 -0
  53. package/dist/providers/groq.cjs +353 -0
  54. package/dist/providers/groq.d.cts +7 -0
  55. package/dist/providers/groq.d.mts +7 -0
  56. package/dist/providers/groq.mjs +351 -0
  57. package/dist/providers/huggingface.cjs +1022 -0
  58. package/dist/providers/huggingface.d.cts +7 -0
  59. package/dist/providers/huggingface.d.mts +7 -0
  60. package/dist/providers/huggingface.mjs +1020 -0
  61. package/dist/providers/meta.cjs +481 -0
  62. package/dist/providers/meta.d.cts +7 -0
  63. package/dist/providers/meta.d.mts +7 -0
  64. package/dist/providers/meta.mjs +479 -0
  65. package/dist/providers/minimax.cjs +156 -0
  66. package/dist/providers/minimax.d.cts +7 -0
  67. package/dist/providers/minimax.d.mts +7 -0
  68. package/dist/providers/minimax.mjs +154 -0
  69. package/dist/providers/mistral.cjs +1594 -0
  70. package/dist/providers/mistral.d.cts +7 -0
  71. package/dist/providers/mistral.d.mts +7 -0
  72. package/dist/providers/mistral.mjs +1592 -0
  73. package/dist/providers/moonshot.cjs +138 -0
  74. package/dist/providers/moonshot.d.cts +7 -0
  75. package/dist/providers/moonshot.d.mts +7 -0
  76. package/dist/providers/moonshot.mjs +136 -0
  77. package/dist/providers/nvidia.cjs +2040 -0
  78. package/dist/providers/nvidia.d.cts +7 -0
  79. package/dist/providers/nvidia.d.mts +7 -0
  80. package/dist/providers/nvidia.mjs +2038 -0
  81. package/dist/providers/ollama.cjs +326 -0
  82. package/dist/providers/ollama.d.cts +7 -0
  83. package/dist/providers/ollama.d.mts +7 -0
  84. package/dist/providers/ollama.mjs +324 -0
  85. package/dist/providers/openai.cjs +9079 -0
  86. package/dist/providers/openai.d.cts +7 -0
  87. package/dist/providers/openai.d.mts +7 -0
  88. package/dist/providers/openai.mjs +9077 -0
  89. package/dist/providers/opencode.cjs +367 -0
  90. package/dist/providers/opencode.d.cts +7 -0
  91. package/dist/providers/opencode.d.mts +7 -0
  92. package/dist/providers/opencode.mjs +365 -0
  93. package/dist/providers/openrouter.cjs +7835 -0
  94. package/dist/providers/openrouter.d.cts +7 -0
  95. package/dist/providers/openrouter.d.mts +7 -0
  96. package/dist/providers/openrouter.mjs +7833 -0
  97. package/dist/providers/perplexity.cjs +311 -0
  98. package/dist/providers/perplexity.d.cts +7 -0
  99. package/dist/providers/perplexity.d.mts +7 -0
  100. package/dist/providers/perplexity.mjs +309 -0
  101. package/dist/providers/qwen.cjs +835 -0
  102. package/dist/providers/qwen.d.cts +7 -0
  103. package/dist/providers/qwen.d.mts +7 -0
  104. package/dist/providers/qwen.mjs +833 -0
  105. package/dist/providers/together.cjs +360 -0
  106. package/dist/providers/together.d.cts +7 -0
  107. package/dist/providers/together.d.mts +7 -0
  108. package/dist/providers/together.mjs +358 -0
  109. package/dist/providers/vercel.cjs +4037 -0
  110. package/dist/providers/vercel.d.cts +7 -0
  111. package/dist/providers/vercel.d.mts +7 -0
  112. package/dist/providers/vercel.mjs +4035 -0
  113. package/dist/providers/vertex.cjs +1072 -0
  114. package/dist/providers/vertex.d.cts +7 -0
  115. package/dist/providers/vertex.d.mts +7 -0
  116. package/dist/providers/vertex.mjs +1070 -0
  117. package/dist/providers/xai.cjs +301 -0
  118. package/dist/providers/xai.d.cts +7 -0
  119. package/dist/providers/xai.d.mts +7 -0
  120. package/dist/providers/xai.mjs +299 -0
  121. package/dist/providers/zai.cjs +243 -0
  122. package/dist/providers/zai.d.cts +7 -0
  123. package/dist/providers/zai.d.mts +7 -0
  124. package/dist/providers/zai.mjs +241 -0
  125. package/dist/types.d.cts +186 -0
  126. package/dist/types.d.mts +186 -0
  127. package/package.json +14 -38
  128. package/README.md +0 -100
@@ -0,0 +1,2040 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ //#region src/providers/nvidia.ts
3
+ const provider = {
4
+ "id": "nvidia",
5
+ "name": "NVIDIA",
6
+ "region": "US",
7
+ "url": "https://build.nvidia.com",
8
+ "api_url": "https://integrate.api.nvidia.com/v1",
9
+ "docs_url": "https://docs.api.nvidia.com",
10
+ "pricing_url": "https://build.nvidia.com/pricing",
11
+ "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" fill-rule=\"evenodd\">\n <path d=\"M10.212 8.976V7.62c.127-.01.256-.017.388-.021 3.596-.117 5.957 3.184 5.957 3.184s-2.548 3.647-5.282 3.647a3.227 3.227 0 01-1.063-.175v-4.109c1.4.174 1.681.812 2.523 2.258l1.873-1.627a4.905 4.905 0 00-3.67-1.846 6.594 6.594 0 00-.729.044m0-4.476v2.025c.13-.01.259-.019.388-.024 5.002-.174 8.261 4.226 8.261 4.226s-3.743 4.69-7.643 4.69c-.338 0-.675-.031-1.007-.092v1.25c.278.038.558.057.838.057 3.629 0 6.253-1.91 8.794-4.169.421.347 2.146 1.193 2.501 1.564-2.416 2.083-8.048 3.763-11.24 3.763-.308 0-.603-.02-.894-.048V19.5H24v-15H10.21zm0 9.756v1.068c-3.356-.616-4.287-4.21-4.287-4.21a7.173 7.173 0 014.287-2.138v1.172h-.005a3.182 3.182 0 00-2.502 1.178s.615 2.276 2.507 2.931m-5.961-3.3c1.436-1.935 3.604-3.148 5.961-3.336V6.523C5.81 6.887 2 10.723 2 10.723s2.158 6.427 8.21 7.015v-1.166C5.77 16 4.25 10.958 4.25 10.958h-.002z\"/>\n</svg>",
12
+ "models": [
13
+ {
14
+ "id": "01-ai/yi-large",
15
+ "name": "yi-large",
16
+ "created_by": "01-ai",
17
+ "source": "official",
18
+ "last_updated": "2026-03-21",
19
+ "capabilities": { "streaming": true }
20
+ },
21
+ {
22
+ "id": "abacusai/dracarys-llama-3.1-70b-instruct",
23
+ "name": "dracarys-llama-3.1-70b-instruct",
24
+ "created_by": "abacusai",
25
+ "source": "official",
26
+ "last_updated": "2026-03-21",
27
+ "capabilities": {
28
+ "streaming": true,
29
+ "tool_call": true
30
+ }
31
+ },
32
+ {
33
+ "id": "adept/fuyu-8b",
34
+ "name": "fuyu-8b",
35
+ "created_by": "adept",
36
+ "source": "official",
37
+ "last_updated": "2026-03-21",
38
+ "capabilities": { "streaming": true }
39
+ },
40
+ {
41
+ "id": "ai21labs/jamba-1.5-large-instruct",
42
+ "name": "jamba-1.5-large-instruct",
43
+ "created_by": "ai21",
44
+ "source": "official",
45
+ "last_updated": "2026-03-21",
46
+ "capabilities": {
47
+ "streaming": true,
48
+ "tool_call": true
49
+ }
50
+ },
51
+ {
52
+ "id": "ai21labs/jamba-1.5-mini-instruct",
53
+ "name": "jamba-1.5-mini-instruct",
54
+ "created_by": "ai21",
55
+ "source": "official",
56
+ "last_updated": "2026-03-21",
57
+ "capabilities": {
58
+ "streaming": true,
59
+ "tool_call": true
60
+ }
61
+ },
62
+ {
63
+ "id": "aisingapore/sea-lion-7b-instruct",
64
+ "name": "sea-lion-7b-instruct",
65
+ "created_by": "aisingapore",
66
+ "source": "official",
67
+ "last_updated": "2026-03-21",
68
+ "capabilities": {
69
+ "streaming": true,
70
+ "tool_call": true
71
+ }
72
+ },
73
+ {
74
+ "id": "baai/bge-m3",
75
+ "name": "bge-m3",
76
+ "created_by": "baai",
77
+ "source": "official",
78
+ "last_updated": "2026-03-21",
79
+ "capabilities": { "streaming": true }
80
+ },
81
+ {
82
+ "id": "baichuan-inc/baichuan2-13b-chat",
83
+ "name": "baichuan2-13b-chat",
84
+ "created_by": "baichuan",
85
+ "source": "official",
86
+ "last_updated": "2026-03-21",
87
+ "capabilities": {
88
+ "streaming": true,
89
+ "tool_call": true
90
+ }
91
+ },
92
+ {
93
+ "id": "bigcode/starcoder2-15b",
94
+ "name": "starcoder2-15b",
95
+ "created_by": "bigcode",
96
+ "source": "official",
97
+ "last_updated": "2026-03-21",
98
+ "capabilities": { "streaming": true }
99
+ },
100
+ {
101
+ "id": "bigcode/starcoder2-7b",
102
+ "name": "starcoder2-7b",
103
+ "created_by": "bigcode",
104
+ "source": "official",
105
+ "last_updated": "2026-03-21",
106
+ "capabilities": { "streaming": true }
107
+ },
108
+ {
109
+ "id": "bytedance/seed-oss-36b-instruct",
110
+ "name": "seed-oss-36b-instruct",
111
+ "created_by": "bytedance",
112
+ "source": "official",
113
+ "last_updated": "2026-03-21",
114
+ "capabilities": {
115
+ "streaming": true,
116
+ "tool_call": true
117
+ }
118
+ },
119
+ {
120
+ "id": "databricks/dbrx-instruct",
121
+ "name": "dbrx-instruct",
122
+ "created_by": "databricks",
123
+ "source": "official",
124
+ "last_updated": "2026-03-21",
125
+ "capabilities": {
126
+ "streaming": true,
127
+ "tool_call": true
128
+ }
129
+ },
130
+ {
131
+ "id": "deepseek-ai/deepseek-coder-6.7b-instruct",
132
+ "name": "deepseek-coder-6.7b-instruct",
133
+ "created_by": "deepseek",
134
+ "source": "official",
135
+ "last_updated": "2026-03-21",
136
+ "family": "deepseek",
137
+ "capabilities": {
138
+ "streaming": true,
139
+ "tool_call": true
140
+ }
141
+ },
142
+ {
143
+ "id": "deepseek-ai/deepseek-r1-distill-llama-8b",
144
+ "name": "deepseek-r1-distill-llama-8b",
145
+ "created_by": "deepseek",
146
+ "source": "official",
147
+ "last_updated": "2026-03-21",
148
+ "family": "deepseek-r1",
149
+ "capabilities": {
150
+ "streaming": true,
151
+ "reasoning": true
152
+ }
153
+ },
154
+ {
155
+ "id": "deepseek-ai/deepseek-r1-distill-qwen-14b",
156
+ "name": "deepseek-r1-distill-qwen-14b",
157
+ "created_by": "deepseek",
158
+ "source": "official",
159
+ "last_updated": "2026-03-21",
160
+ "family": "deepseek-r1",
161
+ "capabilities": {
162
+ "streaming": true,
163
+ "reasoning": true
164
+ }
165
+ },
166
+ {
167
+ "id": "deepseek-ai/deepseek-r1-distill-qwen-32b",
168
+ "name": "deepseek-r1-distill-qwen-32b",
169
+ "created_by": "deepseek",
170
+ "source": "official",
171
+ "last_updated": "2026-03-21",
172
+ "family": "deepseek-r1",
173
+ "capabilities": {
174
+ "streaming": true,
175
+ "reasoning": true
176
+ }
177
+ },
178
+ {
179
+ "id": "deepseek-ai/deepseek-r1-distill-qwen-7b",
180
+ "name": "deepseek-r1-distill-qwen-7b",
181
+ "created_by": "deepseek",
182
+ "source": "official",
183
+ "last_updated": "2026-03-21",
184
+ "family": "deepseek-r1",
185
+ "capabilities": {
186
+ "streaming": true,
187
+ "reasoning": true
188
+ }
189
+ },
190
+ {
191
+ "id": "deepseek-ai/deepseek-v3.1-terminus",
192
+ "name": "deepseek-v3.1-terminus",
193
+ "created_by": "deepseek",
194
+ "source": "official",
195
+ "last_updated": "2026-03-21",
196
+ "family": "deepseek",
197
+ "capabilities": { "streaming": true }
198
+ },
199
+ {
200
+ "id": "deepseek-ai/deepseek-v3.1",
201
+ "name": "deepseek-v3.1",
202
+ "created_by": "deepseek",
203
+ "source": "official",
204
+ "last_updated": "2026-03-21",
205
+ "family": "deepseek",
206
+ "capabilities": { "streaming": true }
207
+ },
208
+ {
209
+ "id": "deepseek-ai/deepseek-v3.2",
210
+ "name": "deepseek-v3.2",
211
+ "created_by": "deepseek",
212
+ "source": "official",
213
+ "last_updated": "2026-03-21",
214
+ "family": "deepseek",
215
+ "capabilities": { "streaming": true }
216
+ },
217
+ {
218
+ "id": "google/codegemma-1.1-7b",
219
+ "name": "codegemma-1.1-7b",
220
+ "created_by": "google",
221
+ "source": "official",
222
+ "last_updated": "2026-03-21",
223
+ "capabilities": { "streaming": true }
224
+ },
225
+ {
226
+ "id": "google/codegemma-7b",
227
+ "name": "codegemma-7b",
228
+ "created_by": "google",
229
+ "source": "official",
230
+ "last_updated": "2026-03-21",
231
+ "capabilities": { "streaming": true }
232
+ },
233
+ {
234
+ "id": "google/deplot",
235
+ "name": "deplot",
236
+ "created_by": "google",
237
+ "source": "official",
238
+ "last_updated": "2026-03-21",
239
+ "capabilities": { "streaming": true }
240
+ },
241
+ {
242
+ "id": "google/gemma-2-27b-it",
243
+ "name": "gemma-2-27b-it",
244
+ "created_by": "google",
245
+ "source": "official",
246
+ "last_updated": "2026-03-21",
247
+ "family": "gemma-2",
248
+ "capabilities": { "streaming": true }
249
+ },
250
+ {
251
+ "id": "google/gemma-2-2b-it",
252
+ "name": "gemma-2-2b-it",
253
+ "created_by": "google",
254
+ "source": "official",
255
+ "last_updated": "2026-03-21",
256
+ "family": "gemma-2",
257
+ "capabilities": { "streaming": true }
258
+ },
259
+ {
260
+ "id": "google/gemma-2-9b-it",
261
+ "name": "gemma-2-9b-it",
262
+ "created_by": "google",
263
+ "source": "official",
264
+ "last_updated": "2026-03-21",
265
+ "family": "gemma-2",
266
+ "capabilities": { "streaming": true }
267
+ },
268
+ {
269
+ "id": "google/gemma-2b",
270
+ "name": "gemma-2b",
271
+ "created_by": "google",
272
+ "source": "official",
273
+ "last_updated": "2026-03-21",
274
+ "family": "gemma-2b",
275
+ "capabilities": { "streaming": true }
276
+ },
277
+ {
278
+ "id": "google/gemma-3-12b-it",
279
+ "name": "gemma-3-12b-it",
280
+ "created_by": "google",
281
+ "source": "official",
282
+ "last_updated": "2026-03-21",
283
+ "family": "gemma-3",
284
+ "capabilities": { "streaming": true }
285
+ },
286
+ {
287
+ "id": "google/gemma-3-1b-it",
288
+ "name": "gemma-3-1b-it",
289
+ "created_by": "google",
290
+ "source": "official",
291
+ "last_updated": "2026-03-21",
292
+ "family": "gemma-3",
293
+ "capabilities": { "streaming": true }
294
+ },
295
+ {
296
+ "id": "google/gemma-3-27b-it",
297
+ "name": "gemma-3-27b-it",
298
+ "created_by": "google",
299
+ "source": "official",
300
+ "last_updated": "2026-03-21",
301
+ "family": "gemma-3",
302
+ "capabilities": { "streaming": true }
303
+ },
304
+ {
305
+ "id": "google/gemma-3-4b-it",
306
+ "name": "gemma-3-4b-it",
307
+ "created_by": "google",
308
+ "source": "official",
309
+ "last_updated": "2026-03-21",
310
+ "family": "gemma-3",
311
+ "capabilities": { "streaming": true }
312
+ },
313
+ {
314
+ "id": "google/gemma-3n-e2b-it",
315
+ "name": "gemma-3n-e2b-it",
316
+ "created_by": "google",
317
+ "source": "official",
318
+ "last_updated": "2026-03-21",
319
+ "family": "gemma-3n",
320
+ "capabilities": { "streaming": true }
321
+ },
322
+ {
323
+ "id": "google/gemma-3n-e4b-it",
324
+ "name": "gemma-3n-e4b-it",
325
+ "created_by": "google",
326
+ "source": "official",
327
+ "last_updated": "2026-03-21",
328
+ "family": "gemma-3n",
329
+ "capabilities": { "streaming": true }
330
+ },
331
+ {
332
+ "id": "google/gemma-7b",
333
+ "name": "gemma-7b",
334
+ "created_by": "google",
335
+ "source": "official",
336
+ "last_updated": "2026-03-21",
337
+ "family": "gemma-7b",
338
+ "capabilities": { "streaming": true }
339
+ },
340
+ {
341
+ "id": "google/paligemma",
342
+ "name": "paligemma",
343
+ "created_by": "google",
344
+ "source": "official",
345
+ "last_updated": "2026-03-21",
346
+ "capabilities": { "streaming": true }
347
+ },
348
+ {
349
+ "id": "google/recurrentgemma-2b",
350
+ "name": "recurrentgemma-2b",
351
+ "created_by": "google",
352
+ "source": "official",
353
+ "last_updated": "2026-03-21",
354
+ "capabilities": { "streaming": true }
355
+ },
356
+ {
357
+ "id": "google/shieldgemma-9b",
358
+ "name": "shieldgemma-9b",
359
+ "created_by": "google",
360
+ "source": "official",
361
+ "last_updated": "2026-03-21",
362
+ "capabilities": { "streaming": true }
363
+ },
364
+ {
365
+ "id": "gotocompany/gemma-2-9b-cpt-sahabatai-instruct",
366
+ "name": "gemma-2-9b-cpt-sahabatai-instruct",
367
+ "created_by": "gotocompany",
368
+ "source": "official",
369
+ "last_updated": "2026-03-21",
370
+ "family": "gemma-2",
371
+ "capabilities": {
372
+ "streaming": true,
373
+ "tool_call": true
374
+ }
375
+ },
376
+ {
377
+ "id": "ibm/granite-3.0-3b-a800m-instruct",
378
+ "name": "granite-3.0-3b-a800m-instruct",
379
+ "created_by": "ibm",
380
+ "source": "official",
381
+ "last_updated": "2026-03-21",
382
+ "capabilities": {
383
+ "streaming": true,
384
+ "tool_call": true
385
+ }
386
+ },
387
+ {
388
+ "id": "ibm/granite-3.0-8b-instruct",
389
+ "name": "granite-3.0-8b-instruct",
390
+ "created_by": "ibm",
391
+ "source": "official",
392
+ "last_updated": "2026-03-21",
393
+ "capabilities": {
394
+ "streaming": true,
395
+ "tool_call": true
396
+ }
397
+ },
398
+ {
399
+ "id": "ibm/granite-3.3-8b-instruct",
400
+ "name": "granite-3.3-8b-instruct",
401
+ "created_by": "ibm",
402
+ "source": "official",
403
+ "last_updated": "2026-03-21",
404
+ "capabilities": {
405
+ "streaming": true,
406
+ "tool_call": true
407
+ }
408
+ },
409
+ {
410
+ "id": "ibm/granite-34b-code-instruct",
411
+ "name": "granite-34b-code-instruct",
412
+ "created_by": "ibm",
413
+ "source": "official",
414
+ "last_updated": "2026-03-21",
415
+ "capabilities": {
416
+ "streaming": true,
417
+ "tool_call": true
418
+ }
419
+ },
420
+ {
421
+ "id": "ibm/granite-8b-code-instruct",
422
+ "name": "granite-8b-code-instruct",
423
+ "created_by": "ibm",
424
+ "source": "official",
425
+ "last_updated": "2026-03-21",
426
+ "capabilities": {
427
+ "streaming": true,
428
+ "tool_call": true
429
+ }
430
+ },
431
+ {
432
+ "id": "ibm/granite-guardian-3.0-8b",
433
+ "name": "granite-guardian-3.0-8b",
434
+ "created_by": "ibm",
435
+ "source": "official",
436
+ "last_updated": "2026-03-21",
437
+ "capabilities": { "streaming": true },
438
+ "model_type": "moderation"
439
+ },
440
+ {
441
+ "id": "igenius/colosseum_355b_instruct_16k",
442
+ "name": "colosseum_355b_instruct_16k",
443
+ "created_by": "igenius",
444
+ "source": "official",
445
+ "last_updated": "2026-03-21",
446
+ "capabilities": {
447
+ "streaming": true,
448
+ "tool_call": true
449
+ }
450
+ },
451
+ {
452
+ "id": "igenius/italia_10b_instruct_16k",
453
+ "name": "italia_10b_instruct_16k",
454
+ "created_by": "igenius",
455
+ "source": "official",
456
+ "last_updated": "2026-03-21",
457
+ "capabilities": {
458
+ "streaming": true,
459
+ "tool_call": true
460
+ }
461
+ },
462
+ {
463
+ "id": "institute-of-science-tokyo/llama-3.1-swallow-70b-instruct-v0.1",
464
+ "name": "llama-3.1-swallow-70b-instruct-v0.1",
465
+ "created_by": "institute-of-science-tokyo",
466
+ "source": "official",
467
+ "last_updated": "2026-03-21",
468
+ "family": "llama-3.1",
469
+ "capabilities": {
470
+ "streaming": true,
471
+ "tool_call": true
472
+ }
473
+ },
474
+ {
475
+ "id": "institute-of-science-tokyo/llama-3.1-swallow-8b-instruct-v0.1",
476
+ "name": "llama-3.1-swallow-8b-instruct-v0.1",
477
+ "created_by": "institute-of-science-tokyo",
478
+ "source": "official",
479
+ "last_updated": "2026-03-21",
480
+ "family": "llama-3.1",
481
+ "capabilities": {
482
+ "streaming": true,
483
+ "tool_call": true
484
+ }
485
+ },
486
+ {
487
+ "id": "marin/marin-8b-instruct",
488
+ "name": "marin-8b-instruct",
489
+ "created_by": "marin",
490
+ "source": "official",
491
+ "last_updated": "2026-03-21",
492
+ "capabilities": {
493
+ "streaming": true,
494
+ "tool_call": true
495
+ }
496
+ },
497
+ {
498
+ "id": "mediatek/breeze-7b-instruct",
499
+ "name": "breeze-7b-instruct",
500
+ "created_by": "mediatek",
501
+ "source": "official",
502
+ "last_updated": "2026-03-21",
503
+ "capabilities": {
504
+ "streaming": true,
505
+ "tool_call": true
506
+ }
507
+ },
508
+ {
509
+ "id": "meta/codellama-70b",
510
+ "name": "codellama-70b",
511
+ "created_by": "meta",
512
+ "source": "official",
513
+ "last_updated": "2026-03-21",
514
+ "capabilities": { "streaming": true }
515
+ },
516
+ {
517
+ "id": "meta/llama-3.1-405b-instruct",
518
+ "name": "llama-3.1-405b-instruct",
519
+ "created_by": "meta",
520
+ "source": "official",
521
+ "last_updated": "2026-03-21",
522
+ "family": "llama-3.1",
523
+ "capabilities": {
524
+ "streaming": true,
525
+ "tool_call": true
526
+ }
527
+ },
528
+ {
529
+ "id": "meta/llama-3.1-70b-instruct",
530
+ "name": "llama-3.1-70b-instruct",
531
+ "created_by": "meta",
532
+ "source": "official",
533
+ "last_updated": "2026-03-21",
534
+ "family": "llama-3.1",
535
+ "capabilities": {
536
+ "streaming": true,
537
+ "tool_call": true
538
+ }
539
+ },
540
+ {
541
+ "id": "meta/llama-3.1-8b-instruct",
542
+ "name": "llama-3.1-8b-instruct",
543
+ "created_by": "meta",
544
+ "source": "official",
545
+ "last_updated": "2026-03-21",
546
+ "family": "llama-3.1",
547
+ "capabilities": {
548
+ "streaming": true,
549
+ "tool_call": true
550
+ }
551
+ },
552
+ {
553
+ "id": "meta/llama-3.2-11b-vision-instruct",
554
+ "name": "llama-3.2-11b-vision-instruct",
555
+ "created_by": "meta",
556
+ "source": "official",
557
+ "last_updated": "2026-03-21",
558
+ "family": "llama-3.2",
559
+ "capabilities": {
560
+ "streaming": true,
561
+ "tool_call": true,
562
+ "vision": true
563
+ }
564
+ },
565
+ {
566
+ "id": "meta/llama-3.2-1b-instruct",
567
+ "name": "llama-3.2-1b-instruct",
568
+ "created_by": "meta",
569
+ "source": "official",
570
+ "last_updated": "2026-03-21",
571
+ "family": "llama-3.2",
572
+ "capabilities": {
573
+ "streaming": true,
574
+ "tool_call": true
575
+ }
576
+ },
577
+ {
578
+ "id": "meta/llama-3.2-3b-instruct",
579
+ "name": "llama-3.2-3b-instruct",
580
+ "created_by": "meta",
581
+ "source": "official",
582
+ "last_updated": "2026-03-21",
583
+ "family": "llama-3.2",
584
+ "capabilities": {
585
+ "streaming": true,
586
+ "tool_call": true
587
+ }
588
+ },
589
+ {
590
+ "id": "meta/llama-3.2-90b-vision-instruct",
591
+ "name": "llama-3.2-90b-vision-instruct",
592
+ "created_by": "meta",
593
+ "source": "official",
594
+ "last_updated": "2026-03-21",
595
+ "family": "llama-3.2",
596
+ "capabilities": {
597
+ "streaming": true,
598
+ "tool_call": true,
599
+ "vision": true
600
+ }
601
+ },
602
+ {
603
+ "id": "meta/llama-3.3-70b-instruct",
604
+ "name": "llama-3.3-70b-instruct",
605
+ "created_by": "meta",
606
+ "source": "official",
607
+ "last_updated": "2026-03-21",
608
+ "family": "llama-3.3",
609
+ "capabilities": {
610
+ "streaming": true,
611
+ "tool_call": true
612
+ }
613
+ },
614
+ {
615
+ "id": "meta/llama-4-maverick-17b-128e-instruct",
616
+ "name": "llama-4-maverick-17b-128e-instruct",
617
+ "created_by": "meta",
618
+ "source": "official",
619
+ "last_updated": "2026-03-21",
620
+ "family": "llama-4",
621
+ "capabilities": {
622
+ "streaming": true,
623
+ "tool_call": true
624
+ }
625
+ },
626
+ {
627
+ "id": "meta/llama-4-scout-17b-16e-instruct",
628
+ "name": "llama-4-scout-17b-16e-instruct",
629
+ "created_by": "meta",
630
+ "source": "official",
631
+ "last_updated": "2026-03-21",
632
+ "family": "llama-4",
633
+ "capabilities": {
634
+ "streaming": true,
635
+ "tool_call": true
636
+ }
637
+ },
638
+ {
639
+ "id": "meta/llama-guard-4-12b",
640
+ "name": "llama-guard-4-12b",
641
+ "created_by": "meta",
642
+ "source": "official",
643
+ "last_updated": "2026-03-21",
644
+ "family": "llama-guard",
645
+ "capabilities": { "streaming": true },
646
+ "model_type": "moderation"
647
+ },
648
+ {
649
+ "id": "meta/llama2-70b",
650
+ "name": "llama2-70b",
651
+ "created_by": "meta",
652
+ "source": "official",
653
+ "last_updated": "2026-03-21",
654
+ "capabilities": { "streaming": true }
655
+ },
656
+ {
657
+ "id": "meta/llama3-70b-instruct",
658
+ "name": "llama3-70b-instruct",
659
+ "created_by": "meta",
660
+ "source": "official",
661
+ "last_updated": "2026-03-21",
662
+ "capabilities": {
663
+ "streaming": true,
664
+ "tool_call": true
665
+ }
666
+ },
667
+ {
668
+ "id": "meta/llama3-8b-instruct",
669
+ "name": "llama3-8b-instruct",
670
+ "created_by": "meta",
671
+ "source": "official",
672
+ "last_updated": "2026-03-21",
673
+ "capabilities": {
674
+ "streaming": true,
675
+ "tool_call": true
676
+ }
677
+ },
678
+ {
679
+ "id": "microsoft/kosmos-2",
680
+ "name": "kosmos-2",
681
+ "created_by": "microsoft",
682
+ "source": "official",
683
+ "last_updated": "2026-03-21",
684
+ "capabilities": { "streaming": true }
685
+ },
686
+ {
687
+ "id": "microsoft/phi-3-medium-128k-instruct",
688
+ "name": "phi-3-medium-128k-instruct",
689
+ "created_by": "microsoft",
690
+ "source": "official",
691
+ "last_updated": "2026-03-21",
692
+ "capabilities": {
693
+ "streaming": true,
694
+ "tool_call": true
695
+ }
696
+ },
697
+ {
698
+ "id": "microsoft/phi-3-medium-4k-instruct",
699
+ "name": "phi-3-medium-4k-instruct",
700
+ "created_by": "microsoft",
701
+ "source": "official",
702
+ "last_updated": "2026-03-21",
703
+ "capabilities": {
704
+ "streaming": true,
705
+ "tool_call": true
706
+ }
707
+ },
708
+ {
709
+ "id": "microsoft/phi-3-mini-128k-instruct",
710
+ "name": "phi-3-mini-128k-instruct",
711
+ "created_by": "microsoft",
712
+ "source": "official",
713
+ "last_updated": "2026-03-21",
714
+ "capabilities": {
715
+ "streaming": true,
716
+ "tool_call": true
717
+ }
718
+ },
719
+ {
720
+ "id": "microsoft/phi-3-mini-4k-instruct",
721
+ "name": "phi-3-mini-4k-instruct",
722
+ "created_by": "microsoft",
723
+ "source": "official",
724
+ "last_updated": "2026-03-21",
725
+ "capabilities": {
726
+ "streaming": true,
727
+ "tool_call": true
728
+ }
729
+ },
730
+ {
731
+ "id": "microsoft/phi-3-small-128k-instruct",
732
+ "name": "phi-3-small-128k-instruct",
733
+ "created_by": "microsoft",
734
+ "source": "official",
735
+ "last_updated": "2026-03-21",
736
+ "capabilities": {
737
+ "streaming": true,
738
+ "tool_call": true
739
+ }
740
+ },
741
+ {
742
+ "id": "microsoft/phi-3-small-8k-instruct",
743
+ "name": "phi-3-small-8k-instruct",
744
+ "created_by": "microsoft",
745
+ "source": "official",
746
+ "last_updated": "2026-03-21",
747
+ "capabilities": {
748
+ "streaming": true,
749
+ "tool_call": true
750
+ }
751
+ },
752
+ {
753
+ "id": "microsoft/phi-3-vision-128k-instruct",
754
+ "name": "phi-3-vision-128k-instruct",
755
+ "created_by": "microsoft",
756
+ "source": "official",
757
+ "last_updated": "2026-03-21",
758
+ "capabilities": {
759
+ "streaming": true,
760
+ "tool_call": true,
761
+ "vision": true
762
+ }
763
+ },
764
+ {
765
+ "id": "microsoft/phi-3.5-mini-instruct",
766
+ "name": "phi-3.5-mini-instruct",
767
+ "created_by": "microsoft",
768
+ "source": "official",
769
+ "last_updated": "2026-03-21",
770
+ "capabilities": {
771
+ "streaming": true,
772
+ "tool_call": true
773
+ }
774
+ },
775
+ {
776
+ "id": "microsoft/phi-3.5-moe-instruct",
777
+ "name": "phi-3.5-moe-instruct",
778
+ "created_by": "microsoft",
779
+ "source": "official",
780
+ "last_updated": "2026-03-21",
781
+ "capabilities": {
782
+ "streaming": true,
783
+ "tool_call": true
784
+ }
785
+ },
786
+ {
787
+ "id": "microsoft/phi-3.5-vision-instruct",
788
+ "name": "phi-3.5-vision-instruct",
789
+ "created_by": "microsoft",
790
+ "source": "official",
791
+ "last_updated": "2026-03-21",
792
+ "capabilities": {
793
+ "streaming": true,
794
+ "tool_call": true,
795
+ "vision": true
796
+ }
797
+ },
798
+ {
799
+ "id": "microsoft/phi-4-mini-flash-reasoning",
800
+ "name": "phi-4-mini-flash-reasoning",
801
+ "created_by": "microsoft",
802
+ "source": "official",
803
+ "last_updated": "2026-03-21",
804
+ "capabilities": {
805
+ "streaming": true,
806
+ "reasoning": true
807
+ }
808
+ },
809
+ {
810
+ "id": "microsoft/phi-4-mini-instruct",
811
+ "name": "phi-4-mini-instruct",
812
+ "created_by": "microsoft",
813
+ "source": "official",
814
+ "last_updated": "2026-03-21",
815
+ "capabilities": {
816
+ "streaming": true,
817
+ "tool_call": true
818
+ }
819
+ },
820
+ {
821
+ "id": "microsoft/phi-4-multimodal-instruct",
822
+ "name": "phi-4-multimodal-instruct",
823
+ "created_by": "microsoft",
824
+ "source": "official",
825
+ "last_updated": "2026-03-21",
826
+ "capabilities": {
827
+ "streaming": true,
828
+ "tool_call": true
829
+ }
830
+ },
831
+ {
832
+ "id": "minimaxai/minimax-m2.1",
833
+ "name": "minimax-m2.1",
834
+ "created_by": "minimax",
835
+ "source": "official",
836
+ "last_updated": "2026-03-21",
837
+ "capabilities": { "streaming": true }
838
+ },
839
+ {
840
+ "id": "minimaxai/minimax-m2.5",
841
+ "name": "minimax-m2.5",
842
+ "created_by": "minimax",
843
+ "source": "official",
844
+ "last_updated": "2026-03-21",
845
+ "capabilities": { "streaming": true }
846
+ },
847
+ {
848
+ "id": "mistralai/codestral-22b-instruct-v0.1",
849
+ "name": "codestral-22b-instruct-v0.1",
850
+ "created_by": "mistral",
851
+ "source": "official",
852
+ "last_updated": "2026-03-21",
853
+ "family": "codestral",
854
+ "capabilities": {
855
+ "streaming": true,
856
+ "tool_call": true
857
+ }
858
+ },
859
+ {
860
+ "id": "mistralai/devstral-2-123b-instruct-2512",
861
+ "name": "devstral-2-123b-instruct-2512",
862
+ "created_by": "mistral",
863
+ "source": "official",
864
+ "last_updated": "2026-03-21",
865
+ "family": "devstral",
866
+ "alias": "mistralai/devstral-2-123b-instruct",
867
+ "capabilities": {
868
+ "streaming": true,
869
+ "tool_call": true
870
+ }
871
+ },
872
+ {
873
+ "id": "mistralai/devstral-2-123b-instruct",
874
+ "name": "devstral-2-123b-instruct-2512",
875
+ "created_by": "mistral",
876
+ "source": "official",
877
+ "last_updated": "2026-03-21",
878
+ "family": "devstral",
879
+ "capabilities": {
880
+ "streaming": true,
881
+ "tool_call": true
882
+ },
883
+ "snapshots": ["mistralai/devstral-2-123b-instruct-2512"]
884
+ },
885
+ {
886
+ "id": "mistralai/magistral-small-2506",
887
+ "name": "magistral-small-2506",
888
+ "created_by": "mistral",
889
+ "source": "official",
890
+ "last_updated": "2026-03-21",
891
+ "alias": "mistralai/magistral-small",
892
+ "capabilities": { "streaming": true }
893
+ },
894
+ {
895
+ "id": "mistralai/magistral-small",
896
+ "name": "magistral-small-2506",
897
+ "created_by": "mistral",
898
+ "source": "official",
899
+ "last_updated": "2026-03-21",
900
+ "capabilities": { "streaming": true },
901
+ "snapshots": ["mistralai/magistral-small-2506"]
902
+ },
903
+ {
904
+ "id": "mistralai/mamba-codestral-7b-v0.1",
905
+ "name": "mamba-codestral-7b-v0.1",
906
+ "created_by": "mistral",
907
+ "source": "official",
908
+ "last_updated": "2026-03-21",
909
+ "capabilities": { "streaming": true }
910
+ },
911
+ {
912
+ "id": "mistralai/mathstral-7b-v0.1",
913
+ "name": "mathstral-7b-v0.1",
914
+ "created_by": "mistral",
915
+ "source": "official",
916
+ "last_updated": "2026-03-21",
917
+ "capabilities": { "streaming": true }
918
+ },
919
+ {
920
+ "id": "mistralai/ministral-14b-instruct-2512",
921
+ "name": "ministral-14b-instruct-2512",
922
+ "created_by": "mistral",
923
+ "source": "official",
924
+ "last_updated": "2026-03-21",
925
+ "family": "ministral",
926
+ "alias": "mistralai/ministral-14b-instruct",
927
+ "capabilities": {
928
+ "streaming": true,
929
+ "tool_call": true
930
+ }
931
+ },
932
+ {
933
+ "id": "mistralai/ministral-14b-instruct",
934
+ "name": "ministral-14b-instruct-2512",
935
+ "created_by": "mistral",
936
+ "source": "official",
937
+ "last_updated": "2026-03-21",
938
+ "family": "ministral",
939
+ "capabilities": {
940
+ "streaming": true,
941
+ "tool_call": true
942
+ },
943
+ "snapshots": ["mistralai/ministral-14b-instruct-2512"]
944
+ },
945
+ {
946
+ "id": "mistralai/mistral-7b-instruct-v0.2",
947
+ "name": "mistral-7b-instruct-v0.2",
948
+ "created_by": "mistral",
949
+ "source": "official",
950
+ "last_updated": "2026-03-21",
951
+ "capabilities": {
952
+ "streaming": true,
953
+ "tool_call": true
954
+ }
955
+ },
956
+ {
957
+ "id": "mistralai/mistral-7b-instruct-v0.3",
958
+ "name": "mistral-7b-instruct-v0.3",
959
+ "created_by": "mistral",
960
+ "source": "official",
961
+ "last_updated": "2026-03-21",
962
+ "capabilities": {
963
+ "streaming": true,
964
+ "tool_call": true
965
+ }
966
+ },
967
+ {
968
+ "id": "mistralai/mistral-large-2-instruct",
969
+ "name": "mistral-large-2-instruct",
970
+ "created_by": "mistral",
971
+ "source": "official",
972
+ "last_updated": "2026-03-21",
973
+ "family": "mistral-large",
974
+ "capabilities": {
975
+ "streaming": true,
976
+ "tool_call": true
977
+ }
978
+ },
979
+ {
980
+ "id": "mistralai/mistral-large-3-675b-instruct-2512",
981
+ "name": "mistral-large-3-675b-instruct-2512",
982
+ "created_by": "mistral",
983
+ "source": "official",
984
+ "last_updated": "2026-03-21",
985
+ "family": "mistral-large",
986
+ "alias": "mistralai/mistral-large-3-675b-instruct",
987
+ "capabilities": {
988
+ "streaming": true,
989
+ "tool_call": true
990
+ }
991
+ },
992
+ {
993
+ "id": "mistralai/mistral-large-3-675b-instruct",
994
+ "name": "mistral-large-3-675b-instruct-2512",
995
+ "created_by": "mistral",
996
+ "source": "official",
997
+ "last_updated": "2026-03-21",
998
+ "family": "mistral-large",
999
+ "capabilities": {
1000
+ "streaming": true,
1001
+ "tool_call": true
1002
+ },
1003
+ "snapshots": ["mistralai/mistral-large-3-675b-instruct-2512"]
1004
+ },
1005
+ {
1006
+ "id": "mistralai/mistral-large",
1007
+ "name": "mistral-large",
1008
+ "created_by": "mistral",
1009
+ "source": "official",
1010
+ "last_updated": "2026-03-21",
1011
+ "family": "mistral-large",
1012
+ "capabilities": { "streaming": true }
1013
+ },
1014
+ {
1015
+ "id": "mistralai/mistral-medium-3-instruct",
1016
+ "name": "mistral-medium-3-instruct",
1017
+ "created_by": "mistral",
1018
+ "source": "official",
1019
+ "last_updated": "2026-03-21",
1020
+ "family": "mistral-medium",
1021
+ "capabilities": {
1022
+ "streaming": true,
1023
+ "tool_call": true
1024
+ }
1025
+ },
1026
+ {
1027
+ "id": "mistralai/mistral-nemotron",
1028
+ "name": "mistral-nemotron",
1029
+ "created_by": "mistral",
1030
+ "source": "official",
1031
+ "last_updated": "2026-03-21",
1032
+ "capabilities": {
1033
+ "streaming": true,
1034
+ "tool_call": true
1035
+ }
1036
+ },
1037
+ {
1038
+ "id": "mistralai/mistral-small-24b-instruct",
1039
+ "name": "mistral-small-24b-instruct",
1040
+ "created_by": "mistral",
1041
+ "source": "official",
1042
+ "last_updated": "2026-03-21",
1043
+ "family": "mistral-small",
1044
+ "capabilities": {
1045
+ "streaming": true,
1046
+ "tool_call": true
1047
+ }
1048
+ },
1049
+ {
1050
+ "id": "mistralai/mistral-small-3.1-24b-instruct-2503",
1051
+ "name": "mistral-small-3.1-24b-instruct-2503",
1052
+ "created_by": "mistral",
1053
+ "source": "official",
1054
+ "last_updated": "2026-03-21",
1055
+ "family": "mistral-small",
1056
+ "alias": "mistralai/mistral-small-3.1-24b-instruct",
1057
+ "capabilities": {
1058
+ "streaming": true,
1059
+ "tool_call": true
1060
+ }
1061
+ },
1062
+ {
1063
+ "id": "mistralai/mistral-small-3.1-24b-instruct",
1064
+ "name": "mistral-small-3.1-24b-instruct-2503",
1065
+ "created_by": "mistral",
1066
+ "source": "official",
1067
+ "last_updated": "2026-03-21",
1068
+ "family": "mistral-small",
1069
+ "capabilities": {
1070
+ "streaming": true,
1071
+ "tool_call": true
1072
+ },
1073
+ "snapshots": ["mistralai/mistral-small-3.1-24b-instruct-2503"]
1074
+ },
1075
+ {
1076
+ "id": "mistralai/mistral-small-4-119b-2603",
1077
+ "name": "mistral-small-4-119b-2603",
1078
+ "created_by": "mistral",
1079
+ "source": "official",
1080
+ "last_updated": "2026-03-21",
1081
+ "family": "mistral-small",
1082
+ "alias": "mistralai/mistral-small-4-119b",
1083
+ "capabilities": { "streaming": true }
1084
+ },
1085
+ {
1086
+ "id": "mistralai/mistral-small-4-119b",
1087
+ "name": "mistral-small-4-119b-2603",
1088
+ "created_by": "mistral",
1089
+ "source": "official",
1090
+ "last_updated": "2026-03-21",
1091
+ "family": "mistral-small",
1092
+ "capabilities": { "streaming": true },
1093
+ "snapshots": ["mistralai/mistral-small-4-119b-2603"]
1094
+ },
1095
+ {
1096
+ "id": "mistralai/mixtral-8x22b-instruct-v0.1",
1097
+ "name": "mixtral-8x22b-instruct-v0.1",
1098
+ "created_by": "mistral",
1099
+ "source": "official",
1100
+ "last_updated": "2026-03-21",
1101
+ "family": "mixtral",
1102
+ "capabilities": {
1103
+ "streaming": true,
1104
+ "tool_call": true
1105
+ }
1106
+ },
1107
+ {
1108
+ "id": "mistralai/mixtral-8x22b-v0.1",
1109
+ "name": "mixtral-8x22b-v0.1",
1110
+ "created_by": "mistral",
1111
+ "source": "official",
1112
+ "last_updated": "2026-03-21",
1113
+ "family": "mixtral",
1114
+ "capabilities": { "streaming": true }
1115
+ },
1116
+ {
1117
+ "id": "mistralai/mixtral-8x7b-instruct-v0.1",
1118
+ "name": "mixtral-8x7b-instruct-v0.1",
1119
+ "created_by": "mistral",
1120
+ "source": "official",
1121
+ "last_updated": "2026-03-21",
1122
+ "family": "mixtral",
1123
+ "capabilities": {
1124
+ "streaming": true,
1125
+ "tool_call": true
1126
+ }
1127
+ },
1128
+ {
1129
+ "id": "moonshotai/kimi-k2-instruct-0905",
1130
+ "name": "kimi-k2-instruct-0905",
1131
+ "created_by": "moonshot",
1132
+ "source": "official",
1133
+ "last_updated": "2026-03-21",
1134
+ "capabilities": {
1135
+ "streaming": true,
1136
+ "tool_call": true
1137
+ }
1138
+ },
1139
+ {
1140
+ "id": "moonshotai/kimi-k2-instruct",
1141
+ "name": "kimi-k2-instruct",
1142
+ "created_by": "moonshot",
1143
+ "source": "official",
1144
+ "last_updated": "2026-03-21",
1145
+ "capabilities": {
1146
+ "streaming": true,
1147
+ "tool_call": true
1148
+ }
1149
+ },
1150
+ {
1151
+ "id": "moonshotai/kimi-k2-thinking",
1152
+ "name": "kimi-k2-thinking",
1153
+ "created_by": "moonshot",
1154
+ "source": "official",
1155
+ "last_updated": "2026-03-21",
1156
+ "capabilities": { "streaming": true }
1157
+ },
1158
+ {
1159
+ "id": "moonshotai/kimi-k2.5",
1160
+ "name": "kimi-k2.5",
1161
+ "created_by": "moonshot",
1162
+ "source": "official",
1163
+ "last_updated": "2026-03-21",
1164
+ "capabilities": { "streaming": true }
1165
+ },
1166
+ {
1167
+ "id": "nv-mistralai/mistral-nemo-12b-instruct",
1168
+ "name": "mistral-nemo-12b-instruct",
1169
+ "created_by": "mistral",
1170
+ "source": "official",
1171
+ "last_updated": "2026-03-21",
1172
+ "capabilities": {
1173
+ "streaming": true,
1174
+ "tool_call": true
1175
+ }
1176
+ },
1177
+ {
1178
+ "id": "nvidia/cosmos-reason2-8b",
1179
+ "name": "cosmos-reason2-8b",
1180
+ "created_by": "nvidia",
1181
+ "source": "official",
1182
+ "last_updated": "2026-03-21",
1183
+ "capabilities": {
1184
+ "streaming": true,
1185
+ "reasoning": true
1186
+ }
1187
+ },
1188
+ {
1189
+ "id": "nvidia/embed-qa-4",
1190
+ "name": "embed-qa-4",
1191
+ "created_by": "nvidia",
1192
+ "source": "official",
1193
+ "last_updated": "2026-03-21",
1194
+ "capabilities": { "streaming": true },
1195
+ "model_type": "embed"
1196
+ },
1197
+ {
1198
+ "id": "nvidia/gliner-pii",
1199
+ "name": "gliner-pii",
1200
+ "created_by": "nvidia",
1201
+ "source": "official",
1202
+ "last_updated": "2026-03-21",
1203
+ "capabilities": { "streaming": true }
1204
+ },
1205
+ {
1206
+ "id": "nvidia/llama-3.1-nemoguard-8b-content-safety",
1207
+ "name": "llama-3.1-nemoguard-8b-content-safety",
1208
+ "created_by": "nvidia",
1209
+ "source": "official",
1210
+ "last_updated": "2026-03-21",
1211
+ "family": "llama-3.1",
1212
+ "capabilities": { "streaming": true },
1213
+ "model_type": "moderation"
1214
+ },
1215
+ {
1216
+ "id": "nvidia/llama-3.1-nemoguard-8b-topic-control",
1217
+ "name": "llama-3.1-nemoguard-8b-topic-control",
1218
+ "created_by": "nvidia",
1219
+ "source": "official",
1220
+ "last_updated": "2026-03-21",
1221
+ "family": "llama-3.1",
1222
+ "capabilities": { "streaming": true },
1223
+ "model_type": "moderation"
1224
+ },
1225
+ {
1226
+ "id": "nvidia/llama-3.1-nemotron-51b-instruct",
1227
+ "name": "llama-3.1-nemotron-51b-instruct",
1228
+ "created_by": "nvidia",
1229
+ "source": "official",
1230
+ "last_updated": "2026-03-21",
1231
+ "family": "llama-3.1",
1232
+ "capabilities": {
1233
+ "streaming": true,
1234
+ "tool_call": true
1235
+ }
1236
+ },
1237
+ {
1238
+ "id": "nvidia/llama-3.1-nemotron-70b-instruct",
1239
+ "name": "llama-3.1-nemotron-70b-instruct",
1240
+ "created_by": "nvidia",
1241
+ "source": "official",
1242
+ "last_updated": "2026-03-21",
1243
+ "family": "llama-3.1",
1244
+ "capabilities": {
1245
+ "streaming": true,
1246
+ "tool_call": true
1247
+ }
1248
+ },
1249
+ {
1250
+ "id": "nvidia/llama-3.1-nemotron-70b-reward",
1251
+ "name": "llama-3.1-nemotron-70b-reward",
1252
+ "created_by": "nvidia",
1253
+ "source": "official",
1254
+ "last_updated": "2026-03-21",
1255
+ "family": "llama-3.1",
1256
+ "capabilities": {
1257
+ "streaming": true,
1258
+ "tool_call": true
1259
+ }
1260
+ },
1261
+ {
1262
+ "id": "nvidia/llama-3.1-nemotron-nano-4b-v1.1",
1263
+ "name": "llama-3.1-nemotron-nano-4b-v1.1",
1264
+ "created_by": "nvidia",
1265
+ "source": "official",
1266
+ "last_updated": "2026-03-21",
1267
+ "family": "llama-3.1",
1268
+ "capabilities": {
1269
+ "streaming": true,
1270
+ "tool_call": true
1271
+ }
1272
+ },
1273
+ {
1274
+ "id": "nvidia/llama-3.1-nemotron-nano-8b-v1",
1275
+ "name": "llama-3.1-nemotron-nano-8b-v1",
1276
+ "created_by": "nvidia",
1277
+ "source": "official",
1278
+ "last_updated": "2026-03-21",
1279
+ "family": "llama-3.1",
1280
+ "capabilities": {
1281
+ "streaming": true,
1282
+ "tool_call": true
1283
+ }
1284
+ },
1285
+ {
1286
+ "id": "nvidia/llama-3.1-nemotron-nano-vl-8b-v1",
1287
+ "name": "llama-3.1-nemotron-nano-vl-8b-v1",
1288
+ "created_by": "nvidia",
1289
+ "source": "official",
1290
+ "last_updated": "2026-03-21",
1291
+ "family": "llama-3.1",
1292
+ "capabilities": {
1293
+ "streaming": true,
1294
+ "tool_call": true,
1295
+ "vision": true
1296
+ }
1297
+ },
1298
+ {
1299
+ "id": "nvidia/llama-3.1-nemotron-safety-guard-8b-v3",
1300
+ "name": "llama-3.1-nemotron-safety-guard-8b-v3",
1301
+ "created_by": "nvidia",
1302
+ "source": "official",
1303
+ "last_updated": "2026-03-21",
1304
+ "family": "llama-3.1",
1305
+ "capabilities": {
1306
+ "streaming": true,
1307
+ "tool_call": true
1308
+ },
1309
+ "model_type": "moderation"
1310
+ },
1311
+ {
1312
+ "id": "nvidia/llama-3.1-nemotron-ultra-253b-v1",
1313
+ "name": "llama-3.1-nemotron-ultra-253b-v1",
1314
+ "created_by": "nvidia",
1315
+ "source": "official",
1316
+ "last_updated": "2026-03-21",
1317
+ "family": "llama-3.1",
1318
+ "capabilities": {
1319
+ "streaming": true,
1320
+ "tool_call": true
1321
+ }
1322
+ },
1323
+ {
1324
+ "id": "nvidia/llama-3.2-nemoretriever-1b-vlm-embed-v1",
1325
+ "name": "llama-3.2-nemoretriever-1b-vlm-embed-v1",
1326
+ "created_by": "nvidia",
1327
+ "source": "official",
1328
+ "last_updated": "2026-03-21",
1329
+ "family": "llama-3.2",
1330
+ "capabilities": {
1331
+ "streaming": true,
1332
+ "vision": true
1333
+ },
1334
+ "model_type": "embed"
1335
+ },
1336
+ {
1337
+ "id": "nvidia/llama-3.2-nemoretriever-300m-embed-v1",
1338
+ "name": "llama-3.2-nemoretriever-300m-embed-v1",
1339
+ "created_by": "nvidia",
1340
+ "source": "official",
1341
+ "last_updated": "2026-03-21",
1342
+ "family": "llama-3.2",
1343
+ "capabilities": { "streaming": true },
1344
+ "model_type": "embed"
1345
+ },
1346
+ {
1347
+ "id": "nvidia/llama-3.2-nv-embedqa-1b-v1",
1348
+ "name": "llama-3.2-nv-embedqa-1b-v1",
1349
+ "created_by": "nvidia",
1350
+ "source": "official",
1351
+ "last_updated": "2026-03-21",
1352
+ "family": "llama-3.2",
1353
+ "capabilities": { "streaming": true },
1354
+ "model_type": "embed"
1355
+ },
1356
+ {
1357
+ "id": "nvidia/llama-3.2-nv-embedqa-1b-v2",
1358
+ "name": "llama-3.2-nv-embedqa-1b-v2",
1359
+ "created_by": "nvidia",
1360
+ "source": "official",
1361
+ "last_updated": "2026-03-21",
1362
+ "family": "llama-3.2",
1363
+ "capabilities": { "streaming": true },
1364
+ "model_type": "embed"
1365
+ },
1366
+ {
1367
+ "id": "nvidia/llama-3.3-nemotron-super-49b-v1.5",
1368
+ "name": "llama-3.3-nemotron-super-49b-v1.5",
1369
+ "created_by": "nvidia",
1370
+ "source": "official",
1371
+ "last_updated": "2026-03-21",
1372
+ "family": "llama-3.3",
1373
+ "capabilities": {
1374
+ "streaming": true,
1375
+ "tool_call": true
1376
+ }
1377
+ },
1378
+ {
1379
+ "id": "nvidia/llama-3.3-nemotron-super-49b-v1",
1380
+ "name": "llama-3.3-nemotron-super-49b-v1",
1381
+ "created_by": "nvidia",
1382
+ "source": "official",
1383
+ "last_updated": "2026-03-21",
1384
+ "family": "llama-3.3",
1385
+ "capabilities": {
1386
+ "streaming": true,
1387
+ "tool_call": true
1388
+ }
1389
+ },
1390
+ {
1391
+ "id": "nvidia/llama-nemotron-embed-1b-v2",
1392
+ "name": "llama-nemotron-embed-1b-v2",
1393
+ "created_by": "nvidia",
1394
+ "source": "official",
1395
+ "last_updated": "2026-03-21",
1396
+ "capabilities": {
1397
+ "streaming": true,
1398
+ "tool_call": true
1399
+ },
1400
+ "model_type": "embed"
1401
+ },
1402
+ {
1403
+ "id": "nvidia/llama-nemotron-embed-vl-1b-v2",
1404
+ "name": "llama-nemotron-embed-vl-1b-v2",
1405
+ "created_by": "nvidia",
1406
+ "source": "official",
1407
+ "last_updated": "2026-03-21",
1408
+ "capabilities": {
1409
+ "streaming": true,
1410
+ "tool_call": true,
1411
+ "vision": true
1412
+ },
1413
+ "model_type": "embed"
1414
+ },
1415
+ {
1416
+ "id": "nvidia/llama3-chatqa-1.5-70b",
1417
+ "name": "llama3-chatqa-1.5-70b",
1418
+ "created_by": "nvidia",
1419
+ "source": "official",
1420
+ "last_updated": "2026-03-21",
1421
+ "capabilities": {
1422
+ "streaming": true,
1423
+ "tool_call": true
1424
+ }
1425
+ },
1426
+ {
1427
+ "id": "nvidia/llama3-chatqa-1.5-8b",
1428
+ "name": "llama3-chatqa-1.5-8b",
1429
+ "created_by": "nvidia",
1430
+ "source": "official",
1431
+ "last_updated": "2026-03-21",
1432
+ "capabilities": {
1433
+ "streaming": true,
1434
+ "tool_call": true
1435
+ }
1436
+ },
1437
+ {
1438
+ "id": "nvidia/mistral-nemo-minitron-8b-8k-instruct",
1439
+ "name": "mistral-nemo-minitron-8b-8k-instruct",
1440
+ "created_by": "nvidia",
1441
+ "source": "official",
1442
+ "last_updated": "2026-03-21",
1443
+ "capabilities": {
1444
+ "streaming": true,
1445
+ "tool_call": true
1446
+ }
1447
+ },
1448
+ {
1449
+ "id": "nvidia/mistral-nemo-minitron-8b-base",
1450
+ "name": "mistral-nemo-minitron-8b-base",
1451
+ "created_by": "nvidia",
1452
+ "source": "official",
1453
+ "last_updated": "2026-03-21",
1454
+ "capabilities": { "streaming": true }
1455
+ },
1456
+ {
1457
+ "id": "nvidia/nemoretriever-parse",
1458
+ "name": "nemoretriever-parse",
1459
+ "created_by": "nvidia",
1460
+ "source": "official",
1461
+ "last_updated": "2026-03-21",
1462
+ "capabilities": { "streaming": true }
1463
+ },
1464
+ {
1465
+ "id": "nvidia/nemotron-3-nano-30b-a3b",
1466
+ "name": "nemotron-3-nano-30b-a3b",
1467
+ "created_by": "nvidia",
1468
+ "source": "official",
1469
+ "last_updated": "2026-03-21",
1470
+ "capabilities": {
1471
+ "streaming": true,
1472
+ "tool_call": true
1473
+ }
1474
+ },
1475
+ {
1476
+ "id": "nvidia/nemotron-3-super-120b-a12b",
1477
+ "name": "nemotron-3-super-120b-a12b",
1478
+ "created_by": "nvidia",
1479
+ "source": "official",
1480
+ "last_updated": "2026-03-21",
1481
+ "capabilities": {
1482
+ "streaming": true,
1483
+ "tool_call": true
1484
+ }
1485
+ },
1486
+ {
1487
+ "id": "nvidia/nemotron-4-340b-instruct",
1488
+ "name": "nemotron-4-340b-instruct",
1489
+ "created_by": "nvidia",
1490
+ "source": "official",
1491
+ "last_updated": "2026-03-21",
1492
+ "capabilities": {
1493
+ "streaming": true,
1494
+ "tool_call": true
1495
+ }
1496
+ },
1497
+ {
1498
+ "id": "nvidia/nemotron-4-340b-reward",
1499
+ "name": "nemotron-4-340b-reward",
1500
+ "created_by": "nvidia",
1501
+ "source": "official",
1502
+ "last_updated": "2026-03-21",
1503
+ "capabilities": {
1504
+ "streaming": true,
1505
+ "tool_call": true
1506
+ }
1507
+ },
1508
+ {
1509
+ "id": "nvidia/nemotron-4-mini-hindi-4b-instruct",
1510
+ "name": "nemotron-4-mini-hindi-4b-instruct",
1511
+ "created_by": "nvidia",
1512
+ "source": "official",
1513
+ "last_updated": "2026-03-21",
1514
+ "capabilities": {
1515
+ "streaming": true,
1516
+ "tool_call": true
1517
+ }
1518
+ },
1519
+ {
1520
+ "id": "nvidia/nemotron-content-safety-reasoning-4b",
1521
+ "name": "nemotron-content-safety-reasoning-4b",
1522
+ "created_by": "nvidia",
1523
+ "source": "official",
1524
+ "last_updated": "2026-03-21",
1525
+ "capabilities": {
1526
+ "streaming": true,
1527
+ "tool_call": true,
1528
+ "reasoning": true
1529
+ }
1530
+ },
1531
+ {
1532
+ "id": "nvidia/nemotron-mini-4b-instruct",
1533
+ "name": "nemotron-mini-4b-instruct",
1534
+ "created_by": "nvidia",
1535
+ "source": "official",
1536
+ "last_updated": "2026-03-21",
1537
+ "capabilities": {
1538
+ "streaming": true,
1539
+ "tool_call": true
1540
+ }
1541
+ },
1542
+ {
1543
+ "id": "nvidia/nemotron-nano-12b-v2-vl",
1544
+ "name": "nemotron-nano-12b-v2-vl",
1545
+ "created_by": "nvidia",
1546
+ "source": "official",
1547
+ "last_updated": "2026-03-21",
1548
+ "capabilities": {
1549
+ "streaming": true,
1550
+ "tool_call": true,
1551
+ "vision": true
1552
+ }
1553
+ },
1554
+ {
1555
+ "id": "nvidia/nemotron-nano-3-30b-a3b",
1556
+ "name": "nemotron-nano-3-30b-a3b",
1557
+ "created_by": "nvidia",
1558
+ "source": "official",
1559
+ "last_updated": "2026-03-21",
1560
+ "capabilities": {
1561
+ "streaming": true,
1562
+ "tool_call": true
1563
+ }
1564
+ },
1565
+ {
1566
+ "id": "nvidia/nemotron-parse",
1567
+ "name": "nemotron-parse",
1568
+ "created_by": "nvidia",
1569
+ "source": "official",
1570
+ "last_updated": "2026-03-21",
1571
+ "capabilities": {
1572
+ "streaming": true,
1573
+ "tool_call": true
1574
+ }
1575
+ },
1576
+ {
1577
+ "id": "nvidia/neva-22b",
1578
+ "name": "neva-22b",
1579
+ "created_by": "nvidia",
1580
+ "source": "official",
1581
+ "last_updated": "2026-03-21",
1582
+ "capabilities": { "streaming": true }
1583
+ },
1584
+ {
1585
+ "id": "nvidia/nv-embed-v1",
1586
+ "name": "nv-embed-v1",
1587
+ "created_by": "nvidia",
1588
+ "source": "official",
1589
+ "last_updated": "2026-03-21",
1590
+ "capabilities": { "streaming": true },
1591
+ "model_type": "embed"
1592
+ },
1593
+ {
1594
+ "id": "nvidia/nv-embedcode-7b-v1",
1595
+ "name": "nv-embedcode-7b-v1",
1596
+ "created_by": "nvidia",
1597
+ "source": "official",
1598
+ "last_updated": "2026-03-21",
1599
+ "capabilities": { "streaming": true },
1600
+ "model_type": "embed"
1601
+ },
1602
+ {
1603
+ "id": "nvidia/nv-embedqa-e5-v5",
1604
+ "name": "nv-embedqa-e5-v5",
1605
+ "created_by": "nvidia",
1606
+ "source": "official",
1607
+ "last_updated": "2026-03-21",
1608
+ "capabilities": { "streaming": true },
1609
+ "model_type": "embed"
1610
+ },
1611
+ {
1612
+ "id": "nvidia/nv-embedqa-mistral-7b-v2",
1613
+ "name": "nv-embedqa-mistral-7b-v2",
1614
+ "created_by": "nvidia",
1615
+ "source": "official",
1616
+ "last_updated": "2026-03-21",
1617
+ "capabilities": { "streaming": true },
1618
+ "model_type": "embed"
1619
+ },
1620
+ {
1621
+ "id": "nvidia/nvclip",
1622
+ "name": "nvclip",
1623
+ "created_by": "nvidia",
1624
+ "source": "official",
1625
+ "last_updated": "2026-03-21",
1626
+ "capabilities": { "streaming": true }
1627
+ },
1628
+ {
1629
+ "id": "nvidia/nvidia-nemotron-nano-9b-v2",
1630
+ "name": "nvidia-nemotron-nano-9b-v2",
1631
+ "created_by": "nvidia",
1632
+ "source": "official",
1633
+ "last_updated": "2026-03-21",
1634
+ "capabilities": {
1635
+ "streaming": true,
1636
+ "tool_call": true
1637
+ }
1638
+ },
1639
+ {
1640
+ "id": "nvidia/riva-translate-4b-instruct-v1.1",
1641
+ "name": "riva-translate-4b-instruct-v1.1",
1642
+ "created_by": "nvidia",
1643
+ "source": "official",
1644
+ "last_updated": "2026-03-21",
1645
+ "capabilities": {
1646
+ "streaming": true,
1647
+ "tool_call": true
1648
+ }
1649
+ },
1650
+ {
1651
+ "id": "nvidia/riva-translate-4b-instruct",
1652
+ "name": "riva-translate-4b-instruct",
1653
+ "created_by": "nvidia",
1654
+ "source": "official",
1655
+ "last_updated": "2026-03-21",
1656
+ "capabilities": {
1657
+ "streaming": true,
1658
+ "tool_call": true
1659
+ }
1660
+ },
1661
+ {
1662
+ "id": "nvidia/streampetr",
1663
+ "name": "streampetr",
1664
+ "created_by": "nvidia",
1665
+ "source": "official",
1666
+ "last_updated": "2026-03-21",
1667
+ "capabilities": { "streaming": true }
1668
+ },
1669
+ {
1670
+ "id": "nvidia/usdcode-llama-3.1-70b-instruct",
1671
+ "name": "usdcode-llama-3.1-70b-instruct",
1672
+ "created_by": "nvidia",
1673
+ "source": "official",
1674
+ "last_updated": "2026-03-21",
1675
+ "capabilities": {
1676
+ "streaming": true,
1677
+ "tool_call": true
1678
+ }
1679
+ },
1680
+ {
1681
+ "id": "nvidia/vila",
1682
+ "name": "vila",
1683
+ "created_by": "nvidia",
1684
+ "source": "official",
1685
+ "last_updated": "2026-03-21",
1686
+ "capabilities": { "streaming": true }
1687
+ },
1688
+ {
1689
+ "id": "openai/gpt-oss-120b",
1690
+ "name": "gpt-oss-120b",
1691
+ "created_by": "openai",
1692
+ "source": "official",
1693
+ "last_updated": "2026-03-21",
1694
+ "family": "gpt-oss",
1695
+ "capabilities": { "streaming": true }
1696
+ },
1697
+ {
1698
+ "id": "openai/gpt-oss-20b",
1699
+ "name": "gpt-oss-20b",
1700
+ "created_by": "openai",
1701
+ "source": "official",
1702
+ "last_updated": "2026-03-21",
1703
+ "family": "gpt-oss",
1704
+ "capabilities": { "streaming": true }
1705
+ },
1706
+ {
1707
+ "id": "opengpt-x/teuken-7b-instruct-commercial-v0.4",
1708
+ "name": "teuken-7b-instruct-commercial-v0.4",
1709
+ "created_by": "opengpt-x",
1710
+ "source": "official",
1711
+ "last_updated": "2026-03-21",
1712
+ "capabilities": {
1713
+ "streaming": true,
1714
+ "tool_call": true
1715
+ }
1716
+ },
1717
+ {
1718
+ "id": "qwen/qwen2-7b-instruct",
1719
+ "name": "qwen2-7b-instruct",
1720
+ "created_by": "qwen",
1721
+ "source": "official",
1722
+ "last_updated": "2026-03-21",
1723
+ "family": "qwen2",
1724
+ "capabilities": {
1725
+ "streaming": true,
1726
+ "tool_call": true
1727
+ }
1728
+ },
1729
+ {
1730
+ "id": "qwen/qwen2.5-7b-instruct",
1731
+ "name": "qwen2.5-7b-instruct",
1732
+ "created_by": "qwen",
1733
+ "source": "official",
1734
+ "last_updated": "2026-03-21",
1735
+ "family": "qwen2.5",
1736
+ "capabilities": {
1737
+ "streaming": true,
1738
+ "tool_call": true
1739
+ }
1740
+ },
1741
+ {
1742
+ "id": "qwen/qwen2.5-coder-32b-instruct",
1743
+ "name": "qwen2.5-coder-32b-instruct",
1744
+ "created_by": "qwen",
1745
+ "source": "official",
1746
+ "last_updated": "2026-03-21",
1747
+ "family": "qwen2.5",
1748
+ "capabilities": {
1749
+ "streaming": true,
1750
+ "tool_call": true
1751
+ }
1752
+ },
1753
+ {
1754
+ "id": "qwen/qwen2.5-coder-7b-instruct",
1755
+ "name": "qwen2.5-coder-7b-instruct",
1756
+ "created_by": "qwen",
1757
+ "source": "official",
1758
+ "last_updated": "2026-03-21",
1759
+ "family": "qwen2.5",
1760
+ "capabilities": {
1761
+ "streaming": true,
1762
+ "tool_call": true
1763
+ }
1764
+ },
1765
+ {
1766
+ "id": "qwen/qwen3-coder-480b-a35b-instruct",
1767
+ "name": "qwen3-coder-480b-a35b-instruct",
1768
+ "created_by": "qwen",
1769
+ "source": "official",
1770
+ "last_updated": "2026-03-21",
1771
+ "family": "qwen3",
1772
+ "capabilities": {
1773
+ "streaming": true,
1774
+ "tool_call": true
1775
+ }
1776
+ },
1777
+ {
1778
+ "id": "qwen/qwen3-next-80b-a3b-instruct",
1779
+ "name": "qwen3-next-80b-a3b-instruct",
1780
+ "created_by": "qwen",
1781
+ "source": "official",
1782
+ "last_updated": "2026-03-21",
1783
+ "family": "qwen3",
1784
+ "capabilities": {
1785
+ "streaming": true,
1786
+ "tool_call": true
1787
+ }
1788
+ },
1789
+ {
1790
+ "id": "qwen/qwen3-next-80b-a3b-thinking",
1791
+ "name": "qwen3-next-80b-a3b-thinking",
1792
+ "created_by": "qwen",
1793
+ "source": "official",
1794
+ "last_updated": "2026-03-21",
1795
+ "family": "qwen3",
1796
+ "capabilities": { "streaming": true }
1797
+ },
1798
+ {
1799
+ "id": "qwen/qwen3.5-122b-a10b",
1800
+ "name": "qwen3.5-122b-a10b",
1801
+ "created_by": "qwen",
1802
+ "source": "official",
1803
+ "last_updated": "2026-03-21",
1804
+ "family": "qwen3.5",
1805
+ "capabilities": { "streaming": true }
1806
+ },
1807
+ {
1808
+ "id": "qwen/qwen3.5-397b-a17b",
1809
+ "name": "qwen3.5-397b-a17b",
1810
+ "created_by": "qwen",
1811
+ "source": "official",
1812
+ "last_updated": "2026-03-21",
1813
+ "family": "qwen3.5",
1814
+ "capabilities": { "streaming": true }
1815
+ },
1816
+ {
1817
+ "id": "qwen/qwq-32b",
1818
+ "name": "qwq-32b",
1819
+ "created_by": "qwen",
1820
+ "source": "official",
1821
+ "last_updated": "2026-03-21",
1822
+ "family": "qwq",
1823
+ "capabilities": { "streaming": true }
1824
+ },
1825
+ {
1826
+ "id": "rakuten/rakutenai-7b-chat",
1827
+ "name": "rakutenai-7b-chat",
1828
+ "created_by": "rakuten",
1829
+ "source": "official",
1830
+ "last_updated": "2026-03-21",
1831
+ "capabilities": {
1832
+ "streaming": true,
1833
+ "tool_call": true
1834
+ }
1835
+ },
1836
+ {
1837
+ "id": "rakuten/rakutenai-7b-instruct",
1838
+ "name": "rakutenai-7b-instruct",
1839
+ "created_by": "rakuten",
1840
+ "source": "official",
1841
+ "last_updated": "2026-03-21",
1842
+ "capabilities": {
1843
+ "streaming": true,
1844
+ "tool_call": true
1845
+ }
1846
+ },
1847
+ {
1848
+ "id": "sarvamai/sarvam-m",
1849
+ "name": "sarvam-m",
1850
+ "created_by": "sarvamai",
1851
+ "source": "official",
1852
+ "last_updated": "2026-03-21",
1853
+ "capabilities": { "streaming": true }
1854
+ },
1855
+ {
1856
+ "id": "snowflake/arctic-embed-l",
1857
+ "name": "arctic-embed-l",
1858
+ "created_by": "snowflake",
1859
+ "source": "official",
1860
+ "last_updated": "2026-03-21",
1861
+ "capabilities": { "streaming": true },
1862
+ "model_type": "embed"
1863
+ },
1864
+ {
1865
+ "id": "speakleash/bielik-11b-v2.3-instruct",
1866
+ "name": "bielik-11b-v2.3-instruct",
1867
+ "created_by": "speakleash",
1868
+ "source": "official",
1869
+ "last_updated": "2026-03-21",
1870
+ "capabilities": {
1871
+ "streaming": true,
1872
+ "tool_call": true
1873
+ }
1874
+ },
1875
+ {
1876
+ "id": "speakleash/bielik-11b-v2.6-instruct",
1877
+ "name": "bielik-11b-v2.6-instruct",
1878
+ "created_by": "speakleash",
1879
+ "source": "official",
1880
+ "last_updated": "2026-03-21",
1881
+ "capabilities": {
1882
+ "streaming": true,
1883
+ "tool_call": true
1884
+ }
1885
+ },
1886
+ {
1887
+ "id": "stepfun-ai/step-3.5-flash",
1888
+ "name": "step-3.5-flash",
1889
+ "created_by": "stepfun",
1890
+ "source": "official",
1891
+ "last_updated": "2026-03-21",
1892
+ "capabilities": { "streaming": true }
1893
+ },
1894
+ {
1895
+ "id": "stockmark/stockmark-2-100b-instruct",
1896
+ "name": "stockmark-2-100b-instruct",
1897
+ "created_by": "stockmark",
1898
+ "source": "official",
1899
+ "last_updated": "2026-03-21",
1900
+ "capabilities": {
1901
+ "streaming": true,
1902
+ "tool_call": true
1903
+ }
1904
+ },
1905
+ {
1906
+ "id": "thudm/chatglm3-6b",
1907
+ "name": "chatglm3-6b",
1908
+ "created_by": "zhipu",
1909
+ "source": "official",
1910
+ "last_updated": "2026-03-21",
1911
+ "capabilities": {
1912
+ "streaming": true,
1913
+ "tool_call": true
1914
+ }
1915
+ },
1916
+ {
1917
+ "id": "tiiuae/falcon3-7b-instruct",
1918
+ "name": "falcon3-7b-instruct",
1919
+ "created_by": "tii",
1920
+ "source": "official",
1921
+ "last_updated": "2026-03-21",
1922
+ "capabilities": {
1923
+ "streaming": true,
1924
+ "tool_call": true
1925
+ }
1926
+ },
1927
+ {
1928
+ "id": "tokyotech-llm/llama-3-swallow-70b-instruct-v0.1",
1929
+ "name": "llama-3-swallow-70b-instruct-v0.1",
1930
+ "created_by": "tokyotech-llm",
1931
+ "source": "official",
1932
+ "last_updated": "2026-03-21",
1933
+ "family": "llama-3",
1934
+ "capabilities": {
1935
+ "streaming": true,
1936
+ "tool_call": true
1937
+ }
1938
+ },
1939
+ {
1940
+ "id": "upstage/solar-10.7b-instruct",
1941
+ "name": "solar-10.7b-instruct",
1942
+ "created_by": "upstage",
1943
+ "source": "official",
1944
+ "last_updated": "2026-03-21",
1945
+ "capabilities": {
1946
+ "streaming": true,
1947
+ "tool_call": true
1948
+ }
1949
+ },
1950
+ {
1951
+ "id": "utter-project/eurollm-9b-instruct",
1952
+ "name": "eurollm-9b-instruct",
1953
+ "created_by": "utter-project",
1954
+ "source": "official",
1955
+ "last_updated": "2026-03-21",
1956
+ "capabilities": {
1957
+ "streaming": true,
1958
+ "tool_call": true
1959
+ }
1960
+ },
1961
+ {
1962
+ "id": "writer/palmyra-creative-122b",
1963
+ "name": "palmyra-creative-122b",
1964
+ "created_by": "writer",
1965
+ "source": "official",
1966
+ "last_updated": "2026-03-21",
1967
+ "capabilities": { "streaming": true }
1968
+ },
1969
+ {
1970
+ "id": "writer/palmyra-fin-70b-32k",
1971
+ "name": "palmyra-fin-70b-32k",
1972
+ "created_by": "writer",
1973
+ "source": "official",
1974
+ "last_updated": "2026-03-21",
1975
+ "capabilities": { "streaming": true }
1976
+ },
1977
+ {
1978
+ "id": "writer/palmyra-med-70b-32k",
1979
+ "name": "palmyra-med-70b-32k",
1980
+ "created_by": "writer",
1981
+ "source": "official",
1982
+ "last_updated": "2026-03-21",
1983
+ "capabilities": { "streaming": true }
1984
+ },
1985
+ {
1986
+ "id": "writer/palmyra-med-70b",
1987
+ "name": "palmyra-med-70b",
1988
+ "created_by": "writer",
1989
+ "source": "official",
1990
+ "last_updated": "2026-03-21",
1991
+ "capabilities": { "streaming": true }
1992
+ },
1993
+ {
1994
+ "id": "yentinglin/llama-3-taiwan-70b-instruct",
1995
+ "name": "llama-3-taiwan-70b-instruct",
1996
+ "created_by": "yentinglin",
1997
+ "source": "official",
1998
+ "last_updated": "2026-03-21",
1999
+ "family": "llama-3",
2000
+ "capabilities": {
2001
+ "streaming": true,
2002
+ "tool_call": true
2003
+ }
2004
+ },
2005
+ {
2006
+ "id": "z-ai/glm4.7",
2007
+ "name": "glm4.7",
2008
+ "created_by": "zhipu",
2009
+ "source": "official",
2010
+ "last_updated": "2026-03-21",
2011
+ "capabilities": { "streaming": true }
2012
+ },
2013
+ {
2014
+ "id": "z-ai/glm5",
2015
+ "name": "glm5",
2016
+ "created_by": "zhipu",
2017
+ "source": "official",
2018
+ "last_updated": "2026-03-21",
2019
+ "capabilities": { "streaming": true }
2020
+ },
2021
+ {
2022
+ "id": "zyphra/zamba2-7b-instruct",
2023
+ "name": "zamba2-7b-instruct",
2024
+ "created_by": "zyphra",
2025
+ "source": "official",
2026
+ "last_updated": "2026-03-21",
2027
+ "capabilities": {
2028
+ "streaming": true,
2029
+ "tool_call": true
2030
+ }
2031
+ }
2032
+ ]
2033
+ };
2034
+ const models = provider.models.map((m) => ({
2035
+ ...m,
2036
+ provider: provider.id
2037
+ }));
2038
+ //#endregion
2039
+ exports.models = models;
2040
+ exports.provider = provider;