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