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