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,833 @@
1
+ //#region src/providers/qwen.ts
2
+ const provider = {
3
+ "id": "qwen",
4
+ "name": "Qwen",
5
+ "region": "CN",
6
+ "url": "https://qwen.ai",
7
+ "api_url": "https://dashscope-intl.aliyuncs.com/compatible-mode/v1",
8
+ "docs_url": "https://qwen.ai/apiplatform",
9
+ "pricing_url": "https://www.alibabacloud.com/help/en/model-studio/models",
10
+ "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" fill-rule=\"evenodd\">\n <path d=\"M12.604 1.34c.393.69.784 1.382 1.174 2.075a.18.18 0 00.157.091h5.552c.174 0 .322.11.446.327l1.454 2.57c.19.337.24.478.024.837-.26.43-.513.864-.76 1.3l-.367.658c-.106.196-.223.28-.04.512l2.652 4.637c.172.301.111.494-.043.77-.437.785-.882 1.564-1.335 2.34-.159.272-.352.375-.68.37-.777-.016-1.552-.01-2.327.016a.099.099 0 00-.081.05 575.097 575.097 0 01-2.705 4.74c-.169.293-.38.363-.725.364-.997.003-2.002.004-3.017.002a.537.537 0 01-.465-.271l-1.335-2.323a.09.09 0 00-.083-.049H4.982c-.285.03-.553-.001-.805-.092l-1.603-2.77a.543.543 0 01-.002-.54l1.207-2.12a.198.198 0 000-.197 550.951 550.951 0 01-1.875-3.272l-.79-1.395c-.16-.31-.173-.496.095-.965.465-.813.927-1.625 1.387-2.436.132-.234.304-.334.584-.335a338.3 338.3 0 012.589-.001.124.124 0 00.107-.063l2.806-4.895a.488.488 0 01.422-.246c.524-.001 1.053 0 1.583-.006L11.704 1c.341-.003.724.032.9.34zm-3.432.403a.06.06 0 00-.052.03L6.254 6.788a.157.157 0 01-.135.078H3.253c-.056 0-.07.025-.041.074l5.81 10.156c.025.042.013.062-.034.063l-2.795.015a.218.218 0 00-.2.116l-1.32 2.31c-.044.078-.021.118.068.118l5.716.008c.046 0 .08.02.104.061l1.403 2.454c.046.081.092.082.139 0l5.006-8.76.783-1.382a.055.055 0 01.096 0l1.424 2.53a.122.122 0 00.107.062l2.763-.02a.04.04 0 00.035-.02.041.041 0 000-.04l-2.9-5.086a.108.108 0 010-.113l.293-.507 1.12-1.977c.024-.041.012-.062-.035-.062H9.2c-.059 0-.073-.026-.043-.077l1.434-2.505a.107.107 0 000-.114L9.225 1.774a.06.06 0 00-.053-.031zm6.29 8.02c.046 0 .058.02.034.06l-.832 1.465-2.613 4.585a.056.056 0 01-.05.029.058.058 0 01-.05-.029L8.498 9.841c-.02-.034-.01-.052.028-.054l.216-.012 6.722-.012z\"/>\n</svg>",
11
+ "models": [
12
+ {
13
+ "id": "qwen-coder-plus-1106",
14
+ "name": "qwen-coder-plus-1106",
15
+ "created_by": "qwen",
16
+ "source": "official",
17
+ "last_updated": "2026-03-21",
18
+ "family": "qwen",
19
+ "capabilities": {
20
+ "streaming": true,
21
+ "tool_call": true
22
+ }
23
+ },
24
+ {
25
+ "id": "qwen-coder-plus",
26
+ "name": "qwen-coder-plus",
27
+ "created_by": "qwen",
28
+ "source": "official",
29
+ "last_updated": "2026-03-21",
30
+ "family": "qwen",
31
+ "capabilities": {
32
+ "streaming": true,
33
+ "tool_call": true
34
+ }
35
+ },
36
+ {
37
+ "id": "qwen-coder-turbo-0919",
38
+ "name": "qwen-coder-turbo-0919",
39
+ "created_by": "qwen",
40
+ "source": "official",
41
+ "last_updated": "2026-03-21",
42
+ "family": "qwen",
43
+ "capabilities": {
44
+ "streaming": true,
45
+ "tool_call": true
46
+ }
47
+ },
48
+ {
49
+ "id": "qwen-coder-turbo",
50
+ "name": "qwen-coder-turbo",
51
+ "created_by": "qwen",
52
+ "source": "official",
53
+ "last_updated": "2026-03-21",
54
+ "family": "qwen",
55
+ "capabilities": {
56
+ "streaming": true,
57
+ "tool_call": true
58
+ }
59
+ },
60
+ {
61
+ "id": "qwen-flash",
62
+ "name": "Qwen-Flash",
63
+ "created_by": "qwen",
64
+ "source": "official",
65
+ "last_updated": "2026-03-21",
66
+ "family": "qwen",
67
+ "context_window": 1e6,
68
+ "capabilities": {
69
+ "streaming": true,
70
+ "tool_call": true
71
+ },
72
+ "pricing": {
73
+ "input": .05,
74
+ "output": .4
75
+ }
76
+ },
77
+ {
78
+ "id": "qwen-image-2",
79
+ "name": "qwen-image-2",
80
+ "created_by": "qwen",
81
+ "source": "official",
82
+ "last_updated": "2026-03-21",
83
+ "family": "qwen",
84
+ "capabilities": {
85
+ "streaming": true,
86
+ "tool_call": true
87
+ }
88
+ },
89
+ {
90
+ "id": "qwen-image",
91
+ "name": "qwen-image",
92
+ "created_by": "qwen",
93
+ "source": "official",
94
+ "last_updated": "2026-03-21",
95
+ "family": "qwen",
96
+ "capabilities": {
97
+ "streaming": true,
98
+ "tool_call": true
99
+ }
100
+ },
101
+ {
102
+ "id": "qwen-long-0125",
103
+ "name": "qwen-long-0125",
104
+ "created_by": "qwen",
105
+ "source": "official",
106
+ "last_updated": "2026-03-21",
107
+ "family": "qwen",
108
+ "capabilities": {
109
+ "streaming": true,
110
+ "tool_call": true
111
+ }
112
+ },
113
+ {
114
+ "id": "qwen-math-plus-0816",
115
+ "name": "qwen-math-plus-0816",
116
+ "created_by": "qwen",
117
+ "source": "official",
118
+ "last_updated": "2026-03-21",
119
+ "family": "qwen",
120
+ "capabilities": {
121
+ "streaming": true,
122
+ "tool_call": true
123
+ }
124
+ },
125
+ {
126
+ "id": "qwen-math-plus-0919",
127
+ "name": "qwen-math-plus-0919",
128
+ "created_by": "qwen",
129
+ "source": "official",
130
+ "last_updated": "2026-03-21",
131
+ "family": "qwen",
132
+ "capabilities": {
133
+ "streaming": true,
134
+ "tool_call": true
135
+ }
136
+ },
137
+ {
138
+ "id": "qwen-math-turbo-0919",
139
+ "name": "qwen-math-turbo-0919",
140
+ "created_by": "qwen",
141
+ "source": "official",
142
+ "last_updated": "2026-03-21",
143
+ "family": "qwen",
144
+ "capabilities": {
145
+ "streaming": true,
146
+ "tool_call": true
147
+ }
148
+ },
149
+ {
150
+ "id": "qwen-max-0919",
151
+ "name": "qwen-max-0919",
152
+ "created_by": "qwen",
153
+ "source": "official",
154
+ "last_updated": "2026-03-21",
155
+ "family": "qwen",
156
+ "capabilities": {
157
+ "streaming": true,
158
+ "tool_call": true
159
+ }
160
+ },
161
+ {
162
+ "id": "qwen-omni-turbo-0119",
163
+ "name": "qwen-omni-turbo-0119",
164
+ "created_by": "qwen",
165
+ "source": "official",
166
+ "last_updated": "2026-03-21",
167
+ "family": "qwen",
168
+ "capabilities": {
169
+ "streaming": true,
170
+ "tool_call": true
171
+ }
172
+ },
173
+ {
174
+ "id": "qwen-omni-turbo-0326",
175
+ "name": "qwen-omni-turbo-0326",
176
+ "created_by": "qwen",
177
+ "source": "official",
178
+ "last_updated": "2026-03-21",
179
+ "family": "qwen",
180
+ "capabilities": {
181
+ "streaming": true,
182
+ "tool_call": true
183
+ }
184
+ },
185
+ {
186
+ "id": "qwen-omni-turbo-realtime",
187
+ "name": "qwen-omni-turbo-realtime",
188
+ "created_by": "qwen",
189
+ "source": "official",
190
+ "last_updated": "2026-03-21",
191
+ "family": "qwen",
192
+ "capabilities": {
193
+ "streaming": true,
194
+ "tool_call": true
195
+ }
196
+ },
197
+ {
198
+ "id": "qwen-plus-0125",
199
+ "name": "qwen-plus-0125",
200
+ "created_by": "qwen",
201
+ "source": "official",
202
+ "last_updated": "2026-03-21",
203
+ "family": "qwen",
204
+ "capabilities": {
205
+ "streaming": true,
206
+ "tool_call": true
207
+ }
208
+ },
209
+ {
210
+ "id": "qwen-plus-0428",
211
+ "name": "qwen-plus-0428",
212
+ "created_by": "qwen",
213
+ "source": "official",
214
+ "last_updated": "2026-03-21",
215
+ "family": "qwen",
216
+ "capabilities": {
217
+ "streaming": true,
218
+ "tool_call": true
219
+ }
220
+ },
221
+ {
222
+ "id": "qwen-plus-0714",
223
+ "name": "qwen-plus-0714",
224
+ "created_by": "qwen",
225
+ "source": "official",
226
+ "last_updated": "2026-03-21",
227
+ "family": "qwen",
228
+ "capabilities": {
229
+ "streaming": true,
230
+ "tool_call": true
231
+ }
232
+ },
233
+ {
234
+ "id": "qwen-plus-0728",
235
+ "name": "qwen-plus-0728",
236
+ "created_by": "qwen",
237
+ "source": "official",
238
+ "last_updated": "2026-03-21",
239
+ "family": "qwen",
240
+ "capabilities": {
241
+ "streaming": true,
242
+ "tool_call": true
243
+ }
244
+ },
245
+ {
246
+ "id": "qwen-plus-us",
247
+ "name": "qwen-plus-us",
248
+ "created_by": "qwen",
249
+ "source": "official",
250
+ "last_updated": "2026-03-21",
251
+ "family": "qwen",
252
+ "capabilities": {
253
+ "streaming": true,
254
+ "tool_call": true
255
+ }
256
+ },
257
+ {
258
+ "id": "qwen-plus",
259
+ "name": "Qwen-Plus",
260
+ "created_by": "qwen",
261
+ "source": "official",
262
+ "last_updated": "2026-03-21",
263
+ "family": "qwen",
264
+ "context_window": 1e6,
265
+ "capabilities": {
266
+ "streaming": true,
267
+ "tool_call": true
268
+ },
269
+ "pricing": {
270
+ "input": .4,
271
+ "output": 1.2
272
+ }
273
+ },
274
+ {
275
+ "id": "qwen-turbo-0428",
276
+ "name": "qwen-turbo-0428",
277
+ "created_by": "qwen",
278
+ "source": "official",
279
+ "last_updated": "2026-03-21",
280
+ "family": "qwen",
281
+ "capabilities": {
282
+ "streaming": true,
283
+ "tool_call": true
284
+ }
285
+ },
286
+ {
287
+ "id": "qwen-turbo-0715",
288
+ "name": "qwen-turbo-0715",
289
+ "created_by": "qwen",
290
+ "source": "official",
291
+ "last_updated": "2026-03-21",
292
+ "family": "qwen",
293
+ "capabilities": {
294
+ "streaming": true,
295
+ "tool_call": true
296
+ }
297
+ },
298
+ {
299
+ "id": "qwen-turbo-1101",
300
+ "name": "qwen-turbo-1101",
301
+ "created_by": "qwen",
302
+ "source": "official",
303
+ "last_updated": "2026-03-21",
304
+ "family": "qwen",
305
+ "capabilities": {
306
+ "streaming": true,
307
+ "tool_call": true
308
+ }
309
+ },
310
+ {
311
+ "id": "qwen-vl-max-0125",
312
+ "name": "qwen-vl-max-0125",
313
+ "created_by": "qwen",
314
+ "source": "official",
315
+ "last_updated": "2026-03-21",
316
+ "family": "qwen",
317
+ "capabilities": {
318
+ "streaming": true,
319
+ "tool_call": true
320
+ }
321
+ },
322
+ {
323
+ "id": "qwen-vl-max-0402",
324
+ "name": "qwen-vl-max-0402",
325
+ "created_by": "qwen",
326
+ "source": "official",
327
+ "last_updated": "2026-03-21",
328
+ "family": "qwen",
329
+ "capabilities": {
330
+ "streaming": true,
331
+ "tool_call": true
332
+ }
333
+ },
334
+ {
335
+ "id": "qwen-vl-max-0408",
336
+ "name": "qwen-vl-max-0408",
337
+ "created_by": "qwen",
338
+ "source": "official",
339
+ "last_updated": "2026-03-21",
340
+ "family": "qwen",
341
+ "capabilities": {
342
+ "streaming": true,
343
+ "tool_call": true
344
+ }
345
+ },
346
+ {
347
+ "id": "qwen-vl-max-0813",
348
+ "name": "qwen-vl-max-0813",
349
+ "created_by": "qwen",
350
+ "source": "official",
351
+ "last_updated": "2026-03-21",
352
+ "family": "qwen",
353
+ "capabilities": {
354
+ "streaming": true,
355
+ "tool_call": true
356
+ }
357
+ },
358
+ {
359
+ "id": "qwen-vl-max-1119",
360
+ "name": "qwen-vl-max-1119",
361
+ "created_by": "qwen",
362
+ "source": "official",
363
+ "last_updated": "2026-03-21",
364
+ "family": "qwen",
365
+ "capabilities": {
366
+ "streaming": true,
367
+ "tool_call": true
368
+ }
369
+ },
370
+ {
371
+ "id": "qwen-vl-max-1230",
372
+ "name": "qwen-vl-max-1230",
373
+ "created_by": "qwen",
374
+ "source": "official",
375
+ "last_updated": "2026-03-21",
376
+ "family": "qwen",
377
+ "capabilities": {
378
+ "streaming": true,
379
+ "tool_call": true
380
+ }
381
+ },
382
+ {
383
+ "id": "qwen-vl-ocr-0413",
384
+ "name": "qwen-vl-ocr-0413",
385
+ "created_by": "qwen",
386
+ "source": "official",
387
+ "last_updated": "2026-03-21",
388
+ "family": "qwen",
389
+ "capabilities": {
390
+ "streaming": true,
391
+ "tool_call": true
392
+ }
393
+ },
394
+ {
395
+ "id": "qwen-vl-ocr-0828",
396
+ "name": "qwen-vl-ocr-0828",
397
+ "created_by": "qwen",
398
+ "source": "official",
399
+ "last_updated": "2026-03-21",
400
+ "family": "qwen",
401
+ "capabilities": {
402
+ "streaming": true,
403
+ "tool_call": true
404
+ }
405
+ },
406
+ {
407
+ "id": "qwen-vl-ocr-1028",
408
+ "name": "qwen-vl-ocr-1028",
409
+ "created_by": "qwen",
410
+ "source": "official",
411
+ "last_updated": "2026-03-21",
412
+ "family": "qwen",
413
+ "capabilities": {
414
+ "streaming": true,
415
+ "tool_call": true
416
+ }
417
+ },
418
+ {
419
+ "id": "qwen-vl-ocr-1120",
420
+ "name": "qwen-vl-ocr-1120",
421
+ "created_by": "qwen",
422
+ "source": "official",
423
+ "last_updated": "2026-03-21",
424
+ "family": "qwen",
425
+ "capabilities": {
426
+ "streaming": true,
427
+ "tool_call": true
428
+ }
429
+ },
430
+ {
431
+ "id": "qwen-vl-plus-0102",
432
+ "name": "qwen-vl-plus-0102",
433
+ "created_by": "qwen",
434
+ "source": "official",
435
+ "last_updated": "2026-03-21",
436
+ "family": "qwen",
437
+ "capabilities": {
438
+ "streaming": true,
439
+ "tool_call": true
440
+ }
441
+ },
442
+ {
443
+ "id": "qwen-vl-plus-0125",
444
+ "name": "qwen-vl-plus-0125",
445
+ "created_by": "qwen",
446
+ "source": "official",
447
+ "last_updated": "2026-03-21",
448
+ "family": "qwen",
449
+ "capabilities": {
450
+ "streaming": true,
451
+ "tool_call": true
452
+ }
453
+ },
454
+ {
455
+ "id": "qwen-vl-plus-0507",
456
+ "name": "qwen-vl-plus-0507",
457
+ "created_by": "qwen",
458
+ "source": "official",
459
+ "last_updated": "2026-03-21",
460
+ "family": "qwen",
461
+ "capabilities": {
462
+ "streaming": true,
463
+ "tool_call": true
464
+ }
465
+ },
466
+ {
467
+ "id": "qwen-vl-plus-0710",
468
+ "name": "qwen-vl-plus-0710",
469
+ "created_by": "qwen",
470
+ "source": "official",
471
+ "last_updated": "2026-03-21",
472
+ "family": "qwen",
473
+ "capabilities": {
474
+ "streaming": true,
475
+ "tool_call": true
476
+ }
477
+ },
478
+ {
479
+ "id": "qwen-vl-plus-0815",
480
+ "name": "qwen-vl-plus-0815",
481
+ "created_by": "qwen",
482
+ "source": "official",
483
+ "last_updated": "2026-03-21",
484
+ "family": "qwen",
485
+ "capabilities": {
486
+ "streaming": true,
487
+ "tool_call": true
488
+ }
489
+ },
490
+ {
491
+ "id": "qwen2-72b-instruct",
492
+ "name": "qwen2-72b-instruct",
493
+ "created_by": "qwen",
494
+ "source": "official",
495
+ "last_updated": "2026-03-21",
496
+ "family": "qwen2",
497
+ "capabilities": {
498
+ "streaming": true,
499
+ "tool_call": true
500
+ }
501
+ },
502
+ {
503
+ "id": "qwen3-235b-a22b-instruct-2507",
504
+ "name": "qwen3-235b-a22b-instruct-2507",
505
+ "created_by": "qwen",
506
+ "source": "official",
507
+ "last_updated": "2026-03-21",
508
+ "family": "qwen3",
509
+ "alias": "qwen3-235b-a22b-instruct",
510
+ "capabilities": {
511
+ "streaming": true,
512
+ "tool_call": true
513
+ }
514
+ },
515
+ {
516
+ "id": "qwen3-235b-a22b-instruct",
517
+ "name": "qwen3-235b-a22b-instruct",
518
+ "created_by": "qwen",
519
+ "source": "official",
520
+ "last_updated": "2026-03-21",
521
+ "family": "qwen3",
522
+ "capabilities": {
523
+ "streaming": true,
524
+ "tool_call": true
525
+ },
526
+ "snapshots": ["qwen3-235b-a22b-instruct-2507"]
527
+ },
528
+ {
529
+ "id": "qwen3-235b-a22b-thinking-2507",
530
+ "name": "qwen3-235b-a22b-thinking-2507",
531
+ "created_by": "qwen",
532
+ "source": "official",
533
+ "last_updated": "2026-03-21",
534
+ "family": "qwen3",
535
+ "alias": "qwen3-235b-a22b-thinking",
536
+ "capabilities": {
537
+ "streaming": true,
538
+ "tool_call": true
539
+ }
540
+ },
541
+ {
542
+ "id": "qwen3-235b-a22b-thinking",
543
+ "name": "qwen3-235b-a22b-thinking",
544
+ "created_by": "qwen",
545
+ "source": "official",
546
+ "last_updated": "2026-03-21",
547
+ "family": "qwen3",
548
+ "capabilities": {
549
+ "streaming": true,
550
+ "tool_call": true
551
+ },
552
+ "snapshots": ["qwen3-235b-a22b-thinking-2507"]
553
+ },
554
+ {
555
+ "id": "qwen3-235b-a22b",
556
+ "name": "qwen3-235b-a22b",
557
+ "created_by": "qwen",
558
+ "source": "official",
559
+ "last_updated": "2026-03-21",
560
+ "family": "qwen3",
561
+ "capabilities": {
562
+ "streaming": true,
563
+ "tool_call": true
564
+ }
565
+ },
566
+ {
567
+ "id": "qwen3-30b-a3b-instruct-2507",
568
+ "name": "qwen3-30b-a3b-instruct-2507",
569
+ "created_by": "qwen",
570
+ "source": "official",
571
+ "last_updated": "2026-03-21",
572
+ "family": "qwen3",
573
+ "alias": "qwen3-30b-a3b-instruct",
574
+ "capabilities": {
575
+ "streaming": true,
576
+ "tool_call": true
577
+ }
578
+ },
579
+ {
580
+ "id": "qwen3-30b-a3b-instruct",
581
+ "name": "qwen3-30b-a3b-instruct",
582
+ "created_by": "qwen",
583
+ "source": "official",
584
+ "last_updated": "2026-03-21",
585
+ "family": "qwen3",
586
+ "capabilities": {
587
+ "streaming": true,
588
+ "tool_call": true
589
+ },
590
+ "snapshots": ["qwen3-30b-a3b-instruct-2507"]
591
+ },
592
+ {
593
+ "id": "qwen3-30b-a3b-thinking-2507",
594
+ "name": "qwen3-30b-a3b-thinking-2507",
595
+ "created_by": "qwen",
596
+ "source": "official",
597
+ "last_updated": "2026-03-21",
598
+ "family": "qwen3",
599
+ "alias": "qwen3-30b-a3b-thinking",
600
+ "capabilities": {
601
+ "streaming": true,
602
+ "tool_call": true
603
+ }
604
+ },
605
+ {
606
+ "id": "qwen3-30b-a3b-thinking",
607
+ "name": "qwen3-30b-a3b-thinking",
608
+ "created_by": "qwen",
609
+ "source": "official",
610
+ "last_updated": "2026-03-21",
611
+ "family": "qwen3",
612
+ "capabilities": {
613
+ "streaming": true,
614
+ "tool_call": true
615
+ },
616
+ "snapshots": ["qwen3-30b-a3b-thinking-2507"]
617
+ },
618
+ {
619
+ "id": "qwen3-30b-a3b",
620
+ "name": "qwen3-30b-a3b",
621
+ "created_by": "qwen",
622
+ "source": "official",
623
+ "last_updated": "2026-03-21",
624
+ "family": "qwen3",
625
+ "capabilities": {
626
+ "streaming": true,
627
+ "tool_call": true
628
+ }
629
+ },
630
+ {
631
+ "id": "qwen3-coder-30b-a3b-instruct",
632
+ "name": "qwen3-coder-30b-a3b-instruct",
633
+ "created_by": "qwen",
634
+ "source": "official",
635
+ "last_updated": "2026-03-21",
636
+ "family": "qwen3",
637
+ "capabilities": {
638
+ "streaming": true,
639
+ "tool_call": true
640
+ }
641
+ },
642
+ {
643
+ "id": "qwen3-coder-480b-a35b-instruct",
644
+ "name": "qwen3-coder-480b-a35b-instruct",
645
+ "created_by": "qwen",
646
+ "source": "official",
647
+ "last_updated": "2026-03-21",
648
+ "family": "qwen3",
649
+ "capabilities": {
650
+ "streaming": true,
651
+ "tool_call": true
652
+ }
653
+ },
654
+ {
655
+ "id": "qwen3-coder-flash",
656
+ "name": "qwen3-coder-flash",
657
+ "created_by": "qwen",
658
+ "source": "official",
659
+ "last_updated": "2026-03-21",
660
+ "family": "qwen3",
661
+ "capabilities": {
662
+ "streaming": true,
663
+ "tool_call": true
664
+ }
665
+ },
666
+ {
667
+ "id": "qwen3-coder-plus",
668
+ "name": "qwen3-coder-plus",
669
+ "created_by": "qwen",
670
+ "source": "official",
671
+ "last_updated": "2026-03-21",
672
+ "family": "qwen3",
673
+ "capabilities": {
674
+ "streaming": true,
675
+ "tool_call": true
676
+ }
677
+ },
678
+ {
679
+ "id": "qwen3-max-preview",
680
+ "name": "qwen3-max-preview",
681
+ "created_by": "qwen",
682
+ "source": "official",
683
+ "last_updated": "2026-03-21",
684
+ "family": "qwen3",
685
+ "capabilities": {
686
+ "streaming": true,
687
+ "tool_call": true
688
+ }
689
+ },
690
+ {
691
+ "id": "qwen3-max",
692
+ "name": "Qwen3-Max",
693
+ "created_by": "qwen",
694
+ "source": "official",
695
+ "last_updated": "2026-03-21",
696
+ "family": "qwen3",
697
+ "context_window": 262144,
698
+ "capabilities": {
699
+ "streaming": true,
700
+ "tool_call": true,
701
+ "reasoning": true
702
+ },
703
+ "pricing": {
704
+ "input": .359,
705
+ "output": 1.434
706
+ }
707
+ },
708
+ {
709
+ "id": "qwen3-next-80b-a3b-instruct",
710
+ "name": "qwen3-next-80b-a3b-instruct",
711
+ "created_by": "qwen",
712
+ "source": "official",
713
+ "last_updated": "2026-03-21",
714
+ "family": "qwen3",
715
+ "capabilities": {
716
+ "streaming": true,
717
+ "tool_call": true
718
+ }
719
+ },
720
+ {
721
+ "id": "qwen3-next-80b-a3b-thinking",
722
+ "name": "qwen3-next-80b-a3b-thinking",
723
+ "created_by": "qwen",
724
+ "source": "official",
725
+ "last_updated": "2026-03-21",
726
+ "family": "qwen3",
727
+ "capabilities": {
728
+ "streaming": true,
729
+ "tool_call": true
730
+ }
731
+ },
732
+ {
733
+ "id": "qwen3-omni-flash-0915",
734
+ "name": "qwen3-omni-flash-0915",
735
+ "created_by": "qwen",
736
+ "source": "official",
737
+ "last_updated": "2026-03-21",
738
+ "family": "qwen3",
739
+ "capabilities": {
740
+ "streaming": true,
741
+ "tool_call": true
742
+ }
743
+ },
744
+ {
745
+ "id": "qwen3-omni-flash-realtime",
746
+ "name": "qwen3-omni-flash-realtime",
747
+ "created_by": "qwen",
748
+ "source": "official",
749
+ "last_updated": "2026-03-21",
750
+ "family": "qwen3",
751
+ "capabilities": {
752
+ "streaming": true,
753
+ "tool_call": true
754
+ }
755
+ },
756
+ {
757
+ "id": "qwen3-omni-flash",
758
+ "name": "qwen3-omni-flash",
759
+ "created_by": "qwen",
760
+ "source": "official",
761
+ "last_updated": "2026-03-21",
762
+ "family": "qwen3",
763
+ "capabilities": {
764
+ "streaming": true,
765
+ "tool_call": true
766
+ }
767
+ },
768
+ {
769
+ "id": "qwen3-omni-realtime-flash",
770
+ "name": "qwen3-omni-realtime-flash",
771
+ "created_by": "qwen",
772
+ "source": "official",
773
+ "last_updated": "2026-03-21",
774
+ "family": "qwen3",
775
+ "capabilities": {
776
+ "streaming": true,
777
+ "tool_call": true
778
+ }
779
+ },
780
+ {
781
+ "id": "qwen3.5-flash",
782
+ "name": "Qwen3.5-Flash",
783
+ "created_by": "qwen",
784
+ "source": "official",
785
+ "last_updated": "2026-03-21",
786
+ "family": "qwen3.5",
787
+ "context_window": 1e6,
788
+ "capabilities": {
789
+ "streaming": true,
790
+ "tool_call": true
791
+ },
792
+ "pricing": {
793
+ "input": .029,
794
+ "output": .287
795
+ }
796
+ },
797
+ {
798
+ "id": "qwen3.5-plus",
799
+ "name": "Qwen3.5-Plus",
800
+ "created_by": "qwen",
801
+ "source": "official",
802
+ "last_updated": "2026-03-21",
803
+ "family": "qwen3.5",
804
+ "context_window": 1e6,
805
+ "capabilities": {
806
+ "streaming": true,
807
+ "tool_call": true
808
+ },
809
+ "pricing": {
810
+ "input": .115,
811
+ "output": .688
812
+ }
813
+ },
814
+ {
815
+ "id": "qwen3",
816
+ "name": "qwen3",
817
+ "created_by": "qwen",
818
+ "source": "official",
819
+ "last_updated": "2026-03-21",
820
+ "family": "qwen3",
821
+ "capabilities": {
822
+ "streaming": true,
823
+ "tool_call": true
824
+ }
825
+ }
826
+ ]
827
+ };
828
+ const models = provider.models.map((m) => ({
829
+ ...m,
830
+ provider: provider.id
831
+ }));
832
+ //#endregion
833
+ export { models, provider };