modelpedia 0.0.2 → 0.0.3

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 (64) hide show
  1. package/README.md +135 -0
  2. package/dist/index.cjs +1 -101
  3. package/dist/index.mjs +1 -92
  4. package/dist/providers/alibaba.cjs +4 -835
  5. package/dist/providers/alibaba.mjs +4 -833
  6. package/dist/providers/amazon.cjs +4 -1484
  7. package/dist/providers/amazon.mjs +4 -1482
  8. package/dist/providers/anthropic.cjs +3 -698
  9. package/dist/providers/anthropic.mjs +3 -696
  10. package/dist/providers/azure.cjs +6 -1491
  11. package/dist/providers/azure.mjs +6 -1489
  12. package/dist/providers/baseten.cjs +3 -279
  13. package/dist/providers/baseten.mjs +3 -277
  14. package/dist/providers/cerebras.cjs +4 -145
  15. package/dist/providers/cerebras.mjs +4 -143
  16. package/dist/providers/cloudflare.cjs +4 -826
  17. package/dist/providers/cloudflare.mjs +4 -824
  18. package/dist/providers/cohere.cjs +5 -525
  19. package/dist/providers/cohere.mjs +5 -523
  20. package/dist/providers/cursor.cjs +1 -856
  21. package/dist/providers/cursor.mjs +1 -854
  22. package/dist/providers/deepseek.cjs +3 -64
  23. package/dist/providers/deepseek.mjs +3 -62
  24. package/dist/providers/fireworks.cjs +3 -3794
  25. package/dist/providers/fireworks.mjs +3 -3792
  26. package/dist/providers/google.cjs +6 -972
  27. package/dist/providers/google.mjs +6 -970
  28. package/dist/providers/groq.cjs +3 -353
  29. package/dist/providers/groq.mjs +3 -351
  30. package/dist/providers/huggingface.cjs +3 -1022
  31. package/dist/providers/huggingface.mjs +3 -1020
  32. package/dist/providers/meta.cjs +3 -481
  33. package/dist/providers/meta.mjs +3 -479
  34. package/dist/providers/minimax.cjs +3 -156
  35. package/dist/providers/minimax.mjs +3 -154
  36. package/dist/providers/mistral.cjs +3 -1594
  37. package/dist/providers/mistral.mjs +3 -1592
  38. package/dist/providers/moonshot.cjs +3 -138
  39. package/dist/providers/moonshot.mjs +3 -136
  40. package/dist/providers/nvidia.cjs +3 -2040
  41. package/dist/providers/nvidia.mjs +3 -2038
  42. package/dist/providers/ollama.cjs +3 -326
  43. package/dist/providers/ollama.mjs +3 -324
  44. package/dist/providers/openai.cjs +3 -9079
  45. package/dist/providers/openai.mjs +3 -9077
  46. package/dist/providers/opencode.cjs +3 -367
  47. package/dist/providers/opencode.mjs +3 -365
  48. package/dist/providers/openrouter.cjs +12 -7835
  49. package/dist/providers/openrouter.mjs +12 -7833
  50. package/dist/providers/perplexity.cjs +3 -311
  51. package/dist/providers/perplexity.mjs +3 -309
  52. package/dist/providers/qwen.cjs +3 -835
  53. package/dist/providers/qwen.mjs +3 -833
  54. package/dist/providers/together.cjs +4 -360
  55. package/dist/providers/together.mjs +4 -358
  56. package/dist/providers/vercel.cjs +3 -4037
  57. package/dist/providers/vercel.mjs +3 -4035
  58. package/dist/providers/vertex.cjs +10 -1072
  59. package/dist/providers/vertex.mjs +10 -1070
  60. package/dist/providers/xai.cjs +3 -301
  61. package/dist/providers/xai.mjs +3 -299
  62. package/dist/providers/zai.cjs +3 -243
  63. package/dist/providers/zai.mjs +3 -241
  64. package/package.json +1 -1
@@ -1,833 +1,4 @@
1
- //#region src/providers/alibaba.ts
2
- const provider = {
3
- "id": "alibaba",
4
- "name": "Alibaba Cloud",
5
- "region": "CN",
6
- "url": "https://www.alibabacloud.com/en/solutions/generative-ai",
7
- "api_url": "https://dashscope-intl.aliyuncs.com/compatible-mode/v1",
8
- "docs_url": "https://www.alibabacloud.com/help/en/model-studio",
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=\"M14.752 4.64h5.274C22.242 4.64 24 6.475 24 8.691V15.8a3.947 3.947 0 01-3.974 3.975h-5.274l1.299-1.835 3.822-1.222c.688-.23 1.146-.918 1.146-1.605v-5.81c0-.687-.458-1.375-1.146-1.605L16.05 6.475l-1.3-1.835zM2.98 15.111c0 .688.46 1.376 1.147 1.606l3.822 1.146 1.3 1.835H3.974A3.947 3.947 0 010 15.723V8.69c0-2.216 1.758-4.05 3.975-4.05h5.273L7.95 6.474 4.127 7.697c-.688.23-1.146.918-1.146 1.606v5.808z\"/>\n <path d=\"M16.051 11.213H8.025v1.835h8.026v-1.835z\"/>\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 };
1
+ const e={id:`alibaba`,name:`Alibaba Cloud`,region:`CN`,url:`https://www.alibabacloud.com/en/solutions/generative-ai`,api_url:`https://dashscope-intl.aliyuncs.com/compatible-mode/v1`,docs_url:`https://www.alibabacloud.com/help/en/model-studio`,pricing_url:`https://www.alibabacloud.com/help/en/model-studio/models`,icon:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" fill-rule="evenodd">
2
+ <path d="M14.752 4.64h5.274C22.242 4.64 24 6.475 24 8.691V15.8a3.947 3.947 0 01-3.974 3.975h-5.274l1.299-1.835 3.822-1.222c.688-.23 1.146-.918 1.146-1.605v-5.81c0-.687-.458-1.375-1.146-1.605L16.05 6.475l-1.3-1.835zM2.98 15.111c0 .688.46 1.376 1.147 1.606l3.822 1.146 1.3 1.835H3.974A3.947 3.947 0 010 15.723V8.69c0-2.216 1.758-4.05 3.975-4.05h5.273L7.95 6.474 4.127 7.697c-.688.23-1.146.918-1.146 1.606v5.808z"/>
3
+ <path d="M16.051 11.213H8.025v1.835h8.026v-1.835z"/>
4
+ </svg>`,models:[{id:`qwen-coder-plus-1106`,name:`qwen-coder-plus-1106`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-coder-plus`,name:`qwen-coder-plus`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-coder-turbo-0919`,name:`qwen-coder-turbo-0919`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-coder-turbo`,name:`qwen-coder-turbo`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-flash`,name:`Qwen-Flash`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,context_window:1e6,capabilities:{streaming:!0,tool_call:!0},pricing:{input:.05,output:.4}},{id:`qwen-image-2`,name:`qwen-image-2`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-image`,name:`qwen-image`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-long-0125`,name:`qwen-long-0125`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-math-plus-0816`,name:`qwen-math-plus-0816`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-math-plus-0919`,name:`qwen-math-plus-0919`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-math-turbo-0919`,name:`qwen-math-turbo-0919`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-max-0919`,name:`qwen-max-0919`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-omni-turbo-0119`,name:`qwen-omni-turbo-0119`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-omni-turbo-0326`,name:`qwen-omni-turbo-0326`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-omni-turbo-realtime`,name:`qwen-omni-turbo-realtime`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-plus-0125`,name:`qwen-plus-0125`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-plus-0428`,name:`qwen-plus-0428`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-plus-0714`,name:`qwen-plus-0714`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-plus-0728`,name:`qwen-plus-0728`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-plus-us`,name:`qwen-plus-us`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-plus`,name:`Qwen-Plus`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,context_window:1e6,capabilities:{streaming:!0,tool_call:!0},pricing:{input:.4,output:1.2}},{id:`qwen-turbo-0428`,name:`qwen-turbo-0428`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-turbo-0715`,name:`qwen-turbo-0715`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-turbo-1101`,name:`qwen-turbo-1101`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-vl-max-0125`,name:`qwen-vl-max-0125`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-vl-max-0402`,name:`qwen-vl-max-0402`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-vl-max-0408`,name:`qwen-vl-max-0408`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-vl-max-0813`,name:`qwen-vl-max-0813`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-vl-max-1119`,name:`qwen-vl-max-1119`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-vl-max-1230`,name:`qwen-vl-max-1230`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-vl-ocr-0413`,name:`qwen-vl-ocr-0413`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-vl-ocr-0828`,name:`qwen-vl-ocr-0828`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-vl-ocr-1028`,name:`qwen-vl-ocr-1028`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-vl-ocr-1120`,name:`qwen-vl-ocr-1120`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-vl-plus-0102`,name:`qwen-vl-plus-0102`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-vl-plus-0125`,name:`qwen-vl-plus-0125`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-vl-plus-0507`,name:`qwen-vl-plus-0507`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-vl-plus-0710`,name:`qwen-vl-plus-0710`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen-vl-plus-0815`,name:`qwen-vl-plus-0815`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen2-72b-instruct`,name:`qwen2-72b-instruct`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen2`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen3-235b-a22b-instruct-2507`,name:`qwen3-235b-a22b-instruct-2507`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,alias:`qwen3-235b-a22b-instruct`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen3-235b-a22b-instruct`,name:`qwen3-235b-a22b-instruct`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0,tool_call:!0},snapshots:[`qwen3-235b-a22b-instruct-2507`]},{id:`qwen3-235b-a22b-thinking-2507`,name:`qwen3-235b-a22b-thinking-2507`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,alias:`qwen3-235b-a22b-thinking`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen3-235b-a22b-thinking`,name:`qwen3-235b-a22b-thinking`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0,tool_call:!0},snapshots:[`qwen3-235b-a22b-thinking-2507`]},{id:`qwen3-235b-a22b`,name:`qwen3-235b-a22b`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen3-30b-a3b-instruct-2507`,name:`qwen3-30b-a3b-instruct-2507`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,alias:`qwen3-30b-a3b-instruct`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen3-30b-a3b-instruct`,name:`qwen3-30b-a3b-instruct`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0,tool_call:!0},snapshots:[`qwen3-30b-a3b-instruct-2507`]},{id:`qwen3-30b-a3b-thinking-2507`,name:`qwen3-30b-a3b-thinking-2507`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,alias:`qwen3-30b-a3b-thinking`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen3-30b-a3b-thinking`,name:`qwen3-30b-a3b-thinking`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0,tool_call:!0},snapshots:[`qwen3-30b-a3b-thinking-2507`]},{id:`qwen3-30b-a3b`,name:`qwen3-30b-a3b`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen3-coder-30b-a3b-instruct`,name:`qwen3-coder-30b-a3b-instruct`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen3-coder-480b-a35b-instruct`,name:`qwen3-coder-480b-a35b-instruct`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen3-coder-flash`,name:`qwen3-coder-flash`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen3-coder-plus`,name:`qwen3-coder-plus`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen3-max-preview`,name:`qwen3-max-preview`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen3-max`,name:`Qwen3-Max`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,context_window:262144,capabilities:{streaming:!0,tool_call:!0,reasoning:!0},pricing:{input:.359,output:1.434}},{id:`qwen3-next-80b-a3b-instruct`,name:`qwen3-next-80b-a3b-instruct`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen3-next-80b-a3b-thinking`,name:`qwen3-next-80b-a3b-thinking`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen3-omni-flash-0915`,name:`qwen3-omni-flash-0915`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen3-omni-flash-realtime`,name:`qwen3-omni-flash-realtime`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen3-omni-flash`,name:`qwen3-omni-flash`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen3-omni-realtime-flash`,name:`qwen3-omni-realtime-flash`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0,tool_call:!0}},{id:`qwen3.5-flash`,name:`Qwen3.5-Flash`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3.5`,context_window:1e6,capabilities:{streaming:!0,tool_call:!0},pricing:{input:.029,output:.287}},{id:`qwen3.5-plus`,name:`Qwen3.5-Plus`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3.5`,context_window:1e6,capabilities:{streaming:!0,tool_call:!0},pricing:{input:.115,output:.688}},{id:`qwen3`,name:`qwen3`,created_by:`qwen`,source:`official`,last_updated:`2026-03-21`,family:`qwen3`,capabilities:{streaming:!0,tool_call:!0}}]},t=e.models.map(t=>({...t,provider:e.id}));export{t as models,e as provider};