@desplega.ai/agent-swarm 1.89.0 → 1.90.0
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.
- package/README.md +4 -0
- package/openapi.json +1 -1
- package/package.json +2 -2
- package/plugin/skills/composio/SKILL.md +138 -63
- package/plugin/skills/composio-gmail/SKILL.md +83 -0
- package/plugin/skills/composio-google-calendar/SKILL.md +81 -0
- package/plugin/skills/composio-google-docs/SKILL.md +71 -0
- package/src/be/db.ts +28 -0
- package/src/be/modelsdev-cache.json +752 -81
- package/src/heartbeat/heartbeat.ts +54 -7
- package/src/http/tasks.ts +2 -0
- package/src/tasks/worker-follow-up.ts +19 -1
- package/src/tests/heartbeat-supersede-resume.test.ts +91 -1
|
@@ -45244,6 +45244,11 @@
|
|
|
45244
45244
|
"family": "minimax",
|
|
45245
45245
|
"attachment": true,
|
|
45246
45246
|
"reasoning": true,
|
|
45247
|
+
"reasoning_options": [
|
|
45248
|
+
{
|
|
45249
|
+
"type": "toggle"
|
|
45250
|
+
}
|
|
45251
|
+
],
|
|
45247
45252
|
"tool_call": true,
|
|
45248
45253
|
"temperature": true,
|
|
45249
45254
|
"release_date": "2026-06-01",
|
|
@@ -45261,7 +45266,7 @@
|
|
|
45261
45266
|
"open_weights": true,
|
|
45262
45267
|
"limit": {
|
|
45263
45268
|
"context": 512000,
|
|
45264
|
-
"output":
|
|
45269
|
+
"output": 128000
|
|
45265
45270
|
},
|
|
45266
45271
|
"cost": {
|
|
45267
45272
|
"input": 0,
|
|
@@ -51258,6 +51263,7 @@
|
|
|
51258
51263
|
"context": 262144,
|
|
51259
51264
|
"output": 262144
|
|
51260
51265
|
},
|
|
51266
|
+
"status": "deprecated",
|
|
51261
51267
|
"cost": {
|
|
51262
51268
|
"input": 0.4,
|
|
51263
51269
|
"output": 2
|
|
@@ -51493,6 +51499,7 @@
|
|
|
51493
51499
|
"context": 256000,
|
|
51494
51500
|
"output": 256000
|
|
51495
51501
|
},
|
|
51502
|
+
"status": "deprecated",
|
|
51496
51503
|
"cost": {
|
|
51497
51504
|
"input": 0,
|
|
51498
51505
|
"output": 0
|
|
@@ -51587,6 +51594,36 @@
|
|
|
51587
51594
|
"output": 1.5
|
|
51588
51595
|
}
|
|
51589
51596
|
},
|
|
51597
|
+
"devstral-latest": {
|
|
51598
|
+
"id": "devstral-latest",
|
|
51599
|
+
"name": "Devstral 2",
|
|
51600
|
+
"family": "devstral",
|
|
51601
|
+
"attachment": false,
|
|
51602
|
+
"reasoning": false,
|
|
51603
|
+
"tool_call": true,
|
|
51604
|
+
"temperature": true,
|
|
51605
|
+
"knowledge": "2025-12",
|
|
51606
|
+
"release_date": "2025-12-09",
|
|
51607
|
+
"last_updated": "2025-12-09",
|
|
51608
|
+
"modalities": {
|
|
51609
|
+
"input": [
|
|
51610
|
+
"text"
|
|
51611
|
+
],
|
|
51612
|
+
"output": [
|
|
51613
|
+
"text"
|
|
51614
|
+
]
|
|
51615
|
+
},
|
|
51616
|
+
"open_weights": true,
|
|
51617
|
+
"limit": {
|
|
51618
|
+
"context": 262144,
|
|
51619
|
+
"output": 262144
|
|
51620
|
+
},
|
|
51621
|
+
"status": "deprecated",
|
|
51622
|
+
"cost": {
|
|
51623
|
+
"input": 0.4,
|
|
51624
|
+
"output": 2
|
|
51625
|
+
}
|
|
51626
|
+
},
|
|
51590
51627
|
"open-mixtral-8x22b": {
|
|
51591
51628
|
"id": "open-mixtral-8x22b",
|
|
51592
51629
|
"name": "Mixtral 8x22B",
|
|
@@ -51700,6 +51737,7 @@
|
|
|
51700
51737
|
"context": 128000,
|
|
51701
51738
|
"output": 128000
|
|
51702
51739
|
},
|
|
51740
|
+
"status": "deprecated",
|
|
51703
51741
|
"cost": {
|
|
51704
51742
|
"input": 0.1,
|
|
51705
51743
|
"output": 0.3
|
|
@@ -51729,6 +51767,7 @@
|
|
|
51729
51767
|
"context": 262144,
|
|
51730
51768
|
"output": 262144
|
|
51731
51769
|
},
|
|
51770
|
+
"status": "deprecated",
|
|
51732
51771
|
"cost": {
|
|
51733
51772
|
"input": 0.4,
|
|
51734
51773
|
"output": 2
|
|
@@ -51793,6 +51832,36 @@
|
|
|
51793
51832
|
"output": 6
|
|
51794
51833
|
}
|
|
51795
51834
|
},
|
|
51835
|
+
"open-mistral-nemo": {
|
|
51836
|
+
"id": "open-mistral-nemo",
|
|
51837
|
+
"name": "Open Mistral Nemo",
|
|
51838
|
+
"family": "mistral-nemo",
|
|
51839
|
+
"attachment": false,
|
|
51840
|
+
"reasoning": false,
|
|
51841
|
+
"tool_call": true,
|
|
51842
|
+
"temperature": true,
|
|
51843
|
+
"knowledge": "2024-07",
|
|
51844
|
+
"release_date": "2024-07-01",
|
|
51845
|
+
"last_updated": "2024-07-01",
|
|
51846
|
+
"modalities": {
|
|
51847
|
+
"input": [
|
|
51848
|
+
"text"
|
|
51849
|
+
],
|
|
51850
|
+
"output": [
|
|
51851
|
+
"text"
|
|
51852
|
+
]
|
|
51853
|
+
},
|
|
51854
|
+
"open_weights": true,
|
|
51855
|
+
"limit": {
|
|
51856
|
+
"context": 128000,
|
|
51857
|
+
"output": 128000
|
|
51858
|
+
},
|
|
51859
|
+
"status": "deprecated",
|
|
51860
|
+
"cost": {
|
|
51861
|
+
"input": 0.15,
|
|
51862
|
+
"output": 0.15
|
|
51863
|
+
}
|
|
51864
|
+
},
|
|
51796
51865
|
"ministral-3b-latest": {
|
|
51797
51866
|
"id": "ministral-3b-latest",
|
|
51798
51867
|
"name": "Ministral 3B (latest)",
|
|
@@ -51846,6 +51915,7 @@
|
|
|
51846
51915
|
"context": 128000,
|
|
51847
51916
|
"output": 128000
|
|
51848
51917
|
},
|
|
51918
|
+
"status": "deprecated",
|
|
51849
51919
|
"cost": {
|
|
51850
51920
|
"input": 0.1,
|
|
51851
51921
|
"output": 0.3
|
|
@@ -51963,6 +52033,7 @@
|
|
|
51963
52033
|
"context": 128000,
|
|
51964
52034
|
"output": 128000
|
|
51965
52035
|
},
|
|
52036
|
+
"status": "deprecated",
|
|
51966
52037
|
"cost": {
|
|
51967
52038
|
"input": 0.4,
|
|
51968
52039
|
"output": 2
|
|
@@ -56106,6 +56177,11 @@
|
|
|
56106
56177
|
"family": "glm",
|
|
56107
56178
|
"attachment": true,
|
|
56108
56179
|
"reasoning": true,
|
|
56180
|
+
"reasoning_options": [
|
|
56181
|
+
{
|
|
56182
|
+
"type": "toggle"
|
|
56183
|
+
}
|
|
56184
|
+
],
|
|
56109
56185
|
"tool_call": true,
|
|
56110
56186
|
"temperature": true,
|
|
56111
56187
|
"knowledge": "2025-04",
|
|
@@ -56480,6 +56556,7 @@
|
|
|
56480
56556
|
"input": [
|
|
56481
56557
|
"text",
|
|
56482
56558
|
"image",
|
|
56559
|
+
"video",
|
|
56483
56560
|
"pdf"
|
|
56484
56561
|
],
|
|
56485
56562
|
"output": [
|
|
@@ -66971,36 +67048,6 @@
|
|
|
66971
67048
|
"output": 0.56
|
|
66972
67049
|
}
|
|
66973
67050
|
},
|
|
66974
|
-
"baidu/ernie-4.5-300b-a47b": {
|
|
66975
|
-
"id": "baidu/ernie-4.5-300b-a47b",
|
|
66976
|
-
"name": "ERNIE 4.5 300B A47B ",
|
|
66977
|
-
"family": "ernie",
|
|
66978
|
-
"attachment": false,
|
|
66979
|
-
"reasoning": false,
|
|
66980
|
-
"tool_call": false,
|
|
66981
|
-
"structured_output": false,
|
|
66982
|
-
"temperature": true,
|
|
66983
|
-
"knowledge": "2025-03-31",
|
|
66984
|
-
"release_date": "2025-06-30",
|
|
66985
|
-
"last_updated": "2025-06-30",
|
|
66986
|
-
"modalities": {
|
|
66987
|
-
"input": [
|
|
66988
|
-
"text"
|
|
66989
|
-
],
|
|
66990
|
-
"output": [
|
|
66991
|
-
"text"
|
|
66992
|
-
]
|
|
66993
|
-
},
|
|
66994
|
-
"open_weights": true,
|
|
66995
|
-
"limit": {
|
|
66996
|
-
"context": 123000,
|
|
66997
|
-
"output": 12000
|
|
66998
|
-
},
|
|
66999
|
-
"cost": {
|
|
67000
|
-
"input": 0.28,
|
|
67001
|
-
"output": 1.1
|
|
67002
|
-
}
|
|
67003
|
-
},
|
|
67004
67051
|
"x-ai/grok-4.20-multi-agent": {
|
|
67005
67052
|
"id": "x-ai/grok-4.20-multi-agent",
|
|
67006
67053
|
"name": "Grok 4.20 Multi-Agent",
|
|
@@ -68477,9 +68524,9 @@
|
|
|
68477
68524
|
"output": 65536
|
|
68478
68525
|
},
|
|
68479
68526
|
"cost": {
|
|
68480
|
-
"input": 0.
|
|
68481
|
-
"output":
|
|
68482
|
-
"cache_read": 0.
|
|
68527
|
+
"input": 0.075,
|
|
68528
|
+
"output": 0.625,
|
|
68529
|
+
"cache_read": 0.015
|
|
68483
68530
|
}
|
|
68484
68531
|
},
|
|
68485
68532
|
"morph/morph-v3-fast": {
|
|
@@ -69963,38 +70010,6 @@
|
|
|
69963
70010
|
"output": 2.2
|
|
69964
70011
|
}
|
|
69965
70012
|
},
|
|
69966
|
-
"minimax/minimax-m3": {
|
|
69967
|
-
"id": "minimax/minimax-m3",
|
|
69968
|
-
"name": "MiniMax M3",
|
|
69969
|
-
"family": "minimax-m3",
|
|
69970
|
-
"attachment": true,
|
|
69971
|
-
"reasoning": true,
|
|
69972
|
-
"tool_call": true,
|
|
69973
|
-
"structured_output": false,
|
|
69974
|
-
"temperature": true,
|
|
69975
|
-
"release_date": "2026-05-31",
|
|
69976
|
-
"last_updated": "2026-05-31",
|
|
69977
|
-
"modalities": {
|
|
69978
|
-
"input": [
|
|
69979
|
-
"text",
|
|
69980
|
-
"image",
|
|
69981
|
-
"video"
|
|
69982
|
-
],
|
|
69983
|
-
"output": [
|
|
69984
|
-
"text"
|
|
69985
|
-
]
|
|
69986
|
-
},
|
|
69987
|
-
"open_weights": true,
|
|
69988
|
-
"limit": {
|
|
69989
|
-
"context": 524288,
|
|
69990
|
-
"output": 512000
|
|
69991
|
-
},
|
|
69992
|
-
"cost": {
|
|
69993
|
-
"input": 0.3,
|
|
69994
|
-
"output": 1.2,
|
|
69995
|
-
"cache_read": 0.06
|
|
69996
|
-
}
|
|
69997
|
-
},
|
|
69998
70013
|
"minimax/minimax-01": {
|
|
69999
70014
|
"id": "minimax/minimax-01",
|
|
70000
70015
|
"name": "MiniMax-01",
|
|
@@ -70596,6 +70611,7 @@
|
|
|
70596
70611
|
"context": 262144,
|
|
70597
70612
|
"output": 262144
|
|
70598
70613
|
},
|
|
70614
|
+
"status": "deprecated",
|
|
70599
70615
|
"cost": {
|
|
70600
70616
|
"input": 0.4,
|
|
70601
70617
|
"output": 2,
|
|
@@ -73310,6 +73326,38 @@
|
|
|
73310
73326
|
"cache_read": 0.025
|
|
73311
73327
|
}
|
|
73312
73328
|
},
|
|
73329
|
+
"minimax/minimax-m3": {
|
|
73330
|
+
"id": "minimax/minimax-m3",
|
|
73331
|
+
"name": "MiniMax-M3",
|
|
73332
|
+
"family": "minimax",
|
|
73333
|
+
"attachment": true,
|
|
73334
|
+
"reasoning": true,
|
|
73335
|
+
"tool_call": true,
|
|
73336
|
+
"structured_output": false,
|
|
73337
|
+
"temperature": true,
|
|
73338
|
+
"release_date": "2026-06-01",
|
|
73339
|
+
"last_updated": "2026-06-01",
|
|
73340
|
+
"modalities": {
|
|
73341
|
+
"input": [
|
|
73342
|
+
"text",
|
|
73343
|
+
"image",
|
|
73344
|
+
"video"
|
|
73345
|
+
],
|
|
73346
|
+
"output": [
|
|
73347
|
+
"text"
|
|
73348
|
+
]
|
|
73349
|
+
},
|
|
73350
|
+
"open_weights": true,
|
|
73351
|
+
"limit": {
|
|
73352
|
+
"context": 524288,
|
|
73353
|
+
"output": 512000
|
|
73354
|
+
},
|
|
73355
|
+
"cost": {
|
|
73356
|
+
"input": 0.3,
|
|
73357
|
+
"output": 1.2,
|
|
73358
|
+
"cache_read": 0.06
|
|
73359
|
+
}
|
|
73360
|
+
},
|
|
73313
73361
|
"minimax/minimax-m2.1": {
|
|
73314
73362
|
"id": "minimax/minimax-m2.1",
|
|
73315
73363
|
"name": "MiniMax-M2.1",
|
|
@@ -79401,6 +79449,7 @@
|
|
|
79401
79449
|
"context": 128000,
|
|
79402
79450
|
"output": 128000
|
|
79403
79451
|
},
|
|
79452
|
+
"status": "deprecated",
|
|
79404
79453
|
"cost": {
|
|
79405
79454
|
"input": 0.1,
|
|
79406
79455
|
"output": 0.3
|
|
@@ -79463,6 +79512,7 @@
|
|
|
79463
79512
|
"context": 262144,
|
|
79464
79513
|
"output": 262144
|
|
79465
79514
|
},
|
|
79515
|
+
"status": "deprecated",
|
|
79466
79516
|
"cost": {
|
|
79467
79517
|
"input": 0.4,
|
|
79468
79518
|
"output": 2
|
|
@@ -86305,11 +86355,13 @@
|
|
|
86305
86355
|
"tool_call": true,
|
|
86306
86356
|
"knowledge": "2026-05",
|
|
86307
86357
|
"release_date": "2026-05-12",
|
|
86308
|
-
"last_updated": "2026-
|
|
86358
|
+
"last_updated": "2026-06-02",
|
|
86309
86359
|
"modalities": {
|
|
86310
86360
|
"input": [
|
|
86311
86361
|
"text",
|
|
86312
|
-
"image"
|
|
86362
|
+
"image",
|
|
86363
|
+
"audio",
|
|
86364
|
+
"video"
|
|
86313
86365
|
],
|
|
86314
86366
|
"output": [
|
|
86315
86367
|
"text"
|
|
@@ -86323,7 +86375,7 @@
|
|
|
86323
86375
|
"cost": {
|
|
86324
86376
|
"input": 0.5,
|
|
86325
86377
|
"output": 2,
|
|
86326
|
-
"cache_read": 0.
|
|
86378
|
+
"cache_read": 0.15
|
|
86327
86379
|
}
|
|
86328
86380
|
}
|
|
86329
86381
|
}
|
|
@@ -94017,6 +94069,11 @@
|
|
|
94017
94069
|
"family": "minimax",
|
|
94018
94070
|
"attachment": true,
|
|
94019
94071
|
"reasoning": true,
|
|
94072
|
+
"reasoning_options": [
|
|
94073
|
+
{
|
|
94074
|
+
"type": "toggle"
|
|
94075
|
+
}
|
|
94076
|
+
],
|
|
94020
94077
|
"tool_call": true,
|
|
94021
94078
|
"temperature": true,
|
|
94022
94079
|
"release_date": "2026-06-01",
|
|
@@ -94034,7 +94091,7 @@
|
|
|
94034
94091
|
"open_weights": true,
|
|
94035
94092
|
"limit": {
|
|
94036
94093
|
"context": 512000,
|
|
94037
|
-
"output":
|
|
94094
|
+
"output": 128000
|
|
94038
94095
|
},
|
|
94039
94096
|
"cost": {
|
|
94040
94097
|
"input": 0,
|
|
@@ -100309,6 +100366,11 @@
|
|
|
100309
100366
|
"family": "glm-air",
|
|
100310
100367
|
"attachment": false,
|
|
100311
100368
|
"reasoning": true,
|
|
100369
|
+
"reasoning_options": [
|
|
100370
|
+
{
|
|
100371
|
+
"type": "toggle"
|
|
100372
|
+
}
|
|
100373
|
+
],
|
|
100312
100374
|
"tool_call": true,
|
|
100313
100375
|
"temperature": true,
|
|
100314
100376
|
"knowledge": "2025-04",
|
|
@@ -100340,6 +100402,11 @@
|
|
|
100340
100402
|
"family": "glm",
|
|
100341
100403
|
"attachment": false,
|
|
100342
100404
|
"reasoning": true,
|
|
100405
|
+
"reasoning_options": [
|
|
100406
|
+
{
|
|
100407
|
+
"type": "toggle"
|
|
100408
|
+
}
|
|
100409
|
+
],
|
|
100343
100410
|
"tool_call": true,
|
|
100344
100411
|
"temperature": true,
|
|
100345
100412
|
"knowledge": "2025-04",
|
|
@@ -100371,6 +100438,11 @@
|
|
|
100371
100438
|
"family": "glm-flash",
|
|
100372
100439
|
"attachment": false,
|
|
100373
100440
|
"reasoning": true,
|
|
100441
|
+
"reasoning_options": [
|
|
100442
|
+
{
|
|
100443
|
+
"type": "toggle"
|
|
100444
|
+
}
|
|
100445
|
+
],
|
|
100374
100446
|
"tool_call": true,
|
|
100375
100447
|
"temperature": true,
|
|
100376
100448
|
"knowledge": "2025-04",
|
|
@@ -100402,6 +100474,11 @@
|
|
|
100402
100474
|
"family": "glm",
|
|
100403
100475
|
"attachment": true,
|
|
100404
100476
|
"reasoning": true,
|
|
100477
|
+
"reasoning_options": [
|
|
100478
|
+
{
|
|
100479
|
+
"type": "toggle"
|
|
100480
|
+
}
|
|
100481
|
+
],
|
|
100405
100482
|
"tool_call": true,
|
|
100406
100483
|
"temperature": true,
|
|
100407
100484
|
"knowledge": "2025-04",
|
|
@@ -100433,6 +100510,11 @@
|
|
|
100433
100510
|
"family": "glm",
|
|
100434
100511
|
"attachment": true,
|
|
100435
100512
|
"reasoning": true,
|
|
100513
|
+
"reasoning_options": [
|
|
100514
|
+
{
|
|
100515
|
+
"type": "toggle"
|
|
100516
|
+
}
|
|
100517
|
+
],
|
|
100436
100518
|
"tool_call": true,
|
|
100437
100519
|
"temperature": true,
|
|
100438
100520
|
"knowledge": "2025-04",
|
|
@@ -100464,6 +100546,11 @@
|
|
|
100464
100546
|
"family": "glm",
|
|
100465
100547
|
"attachment": false,
|
|
100466
100548
|
"reasoning": true,
|
|
100549
|
+
"reasoning_options": [
|
|
100550
|
+
{
|
|
100551
|
+
"type": "toggle"
|
|
100552
|
+
}
|
|
100553
|
+
],
|
|
100467
100554
|
"tool_call": true,
|
|
100468
100555
|
"interleaved": {
|
|
100469
100556
|
"field": "reasoning_content"
|
|
@@ -100498,6 +100585,11 @@
|
|
|
100498
100585
|
"family": "glm",
|
|
100499
100586
|
"attachment": false,
|
|
100500
100587
|
"reasoning": true,
|
|
100588
|
+
"reasoning_options": [
|
|
100589
|
+
{
|
|
100590
|
+
"type": "toggle"
|
|
100591
|
+
}
|
|
100592
|
+
],
|
|
100501
100593
|
"tool_call": true,
|
|
100502
100594
|
"temperature": true,
|
|
100503
100595
|
"knowledge": "2025-04",
|
|
@@ -100529,6 +100621,11 @@
|
|
|
100529
100621
|
"family": "glm-flash",
|
|
100530
100622
|
"attachment": false,
|
|
100531
100623
|
"reasoning": true,
|
|
100624
|
+
"reasoning_options": [
|
|
100625
|
+
{
|
|
100626
|
+
"type": "toggle"
|
|
100627
|
+
}
|
|
100628
|
+
],
|
|
100532
100629
|
"tool_call": true,
|
|
100533
100630
|
"temperature": true,
|
|
100534
100631
|
"knowledge": "2025-04",
|
|
@@ -100560,6 +100657,11 @@
|
|
|
100560
100657
|
"family": "glm-flash",
|
|
100561
100658
|
"attachment": false,
|
|
100562
100659
|
"reasoning": true,
|
|
100660
|
+
"reasoning_options": [
|
|
100661
|
+
{
|
|
100662
|
+
"type": "toggle"
|
|
100663
|
+
}
|
|
100664
|
+
],
|
|
100563
100665
|
"tool_call": true,
|
|
100564
100666
|
"temperature": true,
|
|
100565
100667
|
"knowledge": "2025-04",
|
|
@@ -116881,6 +116983,7 @@
|
|
|
116881
116983
|
"context": 262144,
|
|
116882
116984
|
"output": 262144
|
|
116883
116985
|
},
|
|
116986
|
+
"status": "deprecated",
|
|
116884
116987
|
"cost": {
|
|
116885
116988
|
"input": 0.4,
|
|
116886
116989
|
"output": 2
|
|
@@ -117000,6 +117103,7 @@
|
|
|
117000
117103
|
"context": 128000,
|
|
117001
117104
|
"output": 128000
|
|
117002
117105
|
},
|
|
117106
|
+
"status": "deprecated",
|
|
117003
117107
|
"cost": {
|
|
117004
117108
|
"input": 0.1,
|
|
117005
117109
|
"output": 0.3
|
|
@@ -117029,6 +117133,7 @@
|
|
|
117029
117133
|
"context": 262144,
|
|
117030
117134
|
"output": 262144
|
|
117031
117135
|
},
|
|
117136
|
+
"status": "deprecated",
|
|
117032
117137
|
"cost": {
|
|
117033
117138
|
"input": 0.4,
|
|
117034
117139
|
"output": 2
|
|
@@ -117176,6 +117281,7 @@
|
|
|
117176
117281
|
"context": 128000,
|
|
117177
117282
|
"output": 128000
|
|
117178
117283
|
},
|
|
117284
|
+
"status": "deprecated",
|
|
117179
117285
|
"cost": {
|
|
117180
117286
|
"input": 0.4,
|
|
117181
117287
|
"output": 2
|
|
@@ -119458,7 +119564,8 @@
|
|
|
119458
119564
|
"limit": {
|
|
119459
119565
|
"context": 262144,
|
|
119460
119566
|
"output": 262144
|
|
119461
|
-
}
|
|
119567
|
+
},
|
|
119568
|
+
"status": "deprecated"
|
|
119462
119569
|
},
|
|
119463
119570
|
"deepseek/deepseek-r1": {
|
|
119464
119571
|
"id": "deepseek/deepseek-r1",
|
|
@@ -127504,6 +127611,11 @@
|
|
|
127504
127611
|
"family": "glm-flash",
|
|
127505
127612
|
"attachment": false,
|
|
127506
127613
|
"reasoning": true,
|
|
127614
|
+
"reasoning_options": [
|
|
127615
|
+
{
|
|
127616
|
+
"type": "toggle"
|
|
127617
|
+
}
|
|
127618
|
+
],
|
|
127507
127619
|
"tool_call": true,
|
|
127508
127620
|
"temperature": true,
|
|
127509
127621
|
"knowledge": "2025-04",
|
|
@@ -127535,6 +127647,11 @@
|
|
|
127535
127647
|
"family": "glm-flash",
|
|
127536
127648
|
"attachment": false,
|
|
127537
127649
|
"reasoning": true,
|
|
127650
|
+
"reasoning_options": [
|
|
127651
|
+
{
|
|
127652
|
+
"type": "toggle"
|
|
127653
|
+
}
|
|
127654
|
+
],
|
|
127538
127655
|
"tool_call": true,
|
|
127539
127656
|
"temperature": true,
|
|
127540
127657
|
"knowledge": "2025-04",
|
|
@@ -127566,6 +127683,11 @@
|
|
|
127566
127683
|
"family": "glm",
|
|
127567
127684
|
"attachment": false,
|
|
127568
127685
|
"reasoning": true,
|
|
127686
|
+
"reasoning_options": [
|
|
127687
|
+
{
|
|
127688
|
+
"type": "toggle"
|
|
127689
|
+
}
|
|
127690
|
+
],
|
|
127569
127691
|
"tool_call": true,
|
|
127570
127692
|
"temperature": true,
|
|
127571
127693
|
"knowledge": "2025-04",
|
|
@@ -127597,6 +127719,11 @@
|
|
|
127597
127719
|
"family": "glm",
|
|
127598
127720
|
"attachment": false,
|
|
127599
127721
|
"reasoning": true,
|
|
127722
|
+
"reasoning_options": [
|
|
127723
|
+
{
|
|
127724
|
+
"type": "toggle"
|
|
127725
|
+
}
|
|
127726
|
+
],
|
|
127600
127727
|
"tool_call": true,
|
|
127601
127728
|
"interleaved": {
|
|
127602
127729
|
"field": "reasoning_content"
|
|
@@ -127631,6 +127758,11 @@
|
|
|
127631
127758
|
"family": "glm",
|
|
127632
127759
|
"attachment": true,
|
|
127633
127760
|
"reasoning": true,
|
|
127761
|
+
"reasoning_options": [
|
|
127762
|
+
{
|
|
127763
|
+
"type": "toggle"
|
|
127764
|
+
}
|
|
127765
|
+
],
|
|
127634
127766
|
"tool_call": true,
|
|
127635
127767
|
"temperature": true,
|
|
127636
127768
|
"knowledge": "2025-04",
|
|
@@ -127662,6 +127794,11 @@
|
|
|
127662
127794
|
"family": "glm",
|
|
127663
127795
|
"attachment": true,
|
|
127664
127796
|
"reasoning": true,
|
|
127797
|
+
"reasoning_options": [
|
|
127798
|
+
{
|
|
127799
|
+
"type": "toggle"
|
|
127800
|
+
}
|
|
127801
|
+
],
|
|
127665
127802
|
"tool_call": true,
|
|
127666
127803
|
"temperature": true,
|
|
127667
127804
|
"knowledge": "2025-04",
|
|
@@ -127693,6 +127830,11 @@
|
|
|
127693
127830
|
"family": "glm-flash",
|
|
127694
127831
|
"attachment": false,
|
|
127695
127832
|
"reasoning": true,
|
|
127833
|
+
"reasoning_options": [
|
|
127834
|
+
{
|
|
127835
|
+
"type": "toggle"
|
|
127836
|
+
}
|
|
127837
|
+
],
|
|
127696
127838
|
"tool_call": true,
|
|
127697
127839
|
"temperature": true,
|
|
127698
127840
|
"knowledge": "2025-04",
|
|
@@ -127724,6 +127866,11 @@
|
|
|
127724
127866
|
"family": "glm",
|
|
127725
127867
|
"attachment": true,
|
|
127726
127868
|
"reasoning": true,
|
|
127869
|
+
"reasoning_options": [
|
|
127870
|
+
{
|
|
127871
|
+
"type": "toggle"
|
|
127872
|
+
}
|
|
127873
|
+
],
|
|
127727
127874
|
"tool_call": true,
|
|
127728
127875
|
"interleaved": {
|
|
127729
127876
|
"field": "reasoning_content"
|
|
@@ -127760,6 +127907,11 @@
|
|
|
127760
127907
|
"family": "glm",
|
|
127761
127908
|
"attachment": false,
|
|
127762
127909
|
"reasoning": true,
|
|
127910
|
+
"reasoning_options": [
|
|
127911
|
+
{
|
|
127912
|
+
"type": "toggle"
|
|
127913
|
+
}
|
|
127914
|
+
],
|
|
127763
127915
|
"tool_call": true,
|
|
127764
127916
|
"interleaved": {
|
|
127765
127917
|
"field": "reasoning_content"
|
|
@@ -127793,6 +127945,11 @@
|
|
|
127793
127945
|
"family": "glm",
|
|
127794
127946
|
"attachment": false,
|
|
127795
127947
|
"reasoning": true,
|
|
127948
|
+
"reasoning_options": [
|
|
127949
|
+
{
|
|
127950
|
+
"type": "toggle"
|
|
127951
|
+
}
|
|
127952
|
+
],
|
|
127796
127953
|
"tool_call": true,
|
|
127797
127954
|
"interleaved": {
|
|
127798
127955
|
"field": "reasoning_content"
|
|
@@ -127827,6 +127984,11 @@
|
|
|
127827
127984
|
"family": "glm",
|
|
127828
127985
|
"attachment": false,
|
|
127829
127986
|
"reasoning": true,
|
|
127987
|
+
"reasoning_options": [
|
|
127988
|
+
{
|
|
127989
|
+
"type": "toggle"
|
|
127990
|
+
}
|
|
127991
|
+
],
|
|
127830
127992
|
"tool_call": true,
|
|
127831
127993
|
"temperature": true,
|
|
127832
127994
|
"knowledge": "2025-04",
|
|
@@ -127858,6 +128020,11 @@
|
|
|
127858
128020
|
"family": "glm-air",
|
|
127859
128021
|
"attachment": false,
|
|
127860
128022
|
"reasoning": true,
|
|
128023
|
+
"reasoning_options": [
|
|
128024
|
+
{
|
|
128025
|
+
"type": "toggle"
|
|
128026
|
+
}
|
|
128027
|
+
],
|
|
127861
128028
|
"tool_call": true,
|
|
127862
128029
|
"temperature": true,
|
|
127863
128030
|
"knowledge": "2025-04",
|
|
@@ -127889,6 +128056,11 @@
|
|
|
127889
128056
|
"family": "glm",
|
|
127890
128057
|
"attachment": false,
|
|
127891
128058
|
"reasoning": true,
|
|
128059
|
+
"reasoning_options": [
|
|
128060
|
+
{
|
|
128061
|
+
"type": "toggle"
|
|
128062
|
+
}
|
|
128063
|
+
],
|
|
127892
128064
|
"tool_call": true,
|
|
127893
128065
|
"interleaved": {
|
|
127894
128066
|
"field": "reasoning_content"
|
|
@@ -132006,6 +132178,11 @@
|
|
|
132006
132178
|
"family": "minimax",
|
|
132007
132179
|
"attachment": true,
|
|
132008
132180
|
"reasoning": true,
|
|
132181
|
+
"reasoning_options": [
|
|
132182
|
+
{
|
|
132183
|
+
"type": "toggle"
|
|
132184
|
+
}
|
|
132185
|
+
],
|
|
132009
132186
|
"tool_call": true,
|
|
132010
132187
|
"temperature": true,
|
|
132011
132188
|
"release_date": "2026-06-01",
|
|
@@ -132023,13 +132200,12 @@
|
|
|
132023
132200
|
"open_weights": true,
|
|
132024
132201
|
"limit": {
|
|
132025
132202
|
"context": 512000,
|
|
132026
|
-
"output":
|
|
132203
|
+
"output": 128000
|
|
132027
132204
|
},
|
|
132028
132205
|
"cost": {
|
|
132029
|
-
"input": 0.
|
|
132030
|
-
"output":
|
|
132031
|
-
"cache_read": 0.
|
|
132032
|
-
"cache_write": 0.375
|
|
132206
|
+
"input": 0.6,
|
|
132207
|
+
"output": 2.4,
|
|
132208
|
+
"cache_read": 0.12
|
|
132033
132209
|
}
|
|
132034
132210
|
},
|
|
132035
132211
|
"MiniMax-M2.5-highspeed": {
|
|
@@ -150757,6 +150933,7 @@
|
|
|
150757
150933
|
"context": 200000,
|
|
150758
150934
|
"output": 32000
|
|
150759
150935
|
},
|
|
150936
|
+
"status": "deprecated",
|
|
150760
150937
|
"provider": {
|
|
150761
150938
|
"npm": "@ai-sdk/anthropic"
|
|
150762
150939
|
},
|
|
@@ -154320,6 +154497,7 @@
|
|
|
154320
154497
|
"context": 256000,
|
|
154321
154498
|
"output": 16384
|
|
154322
154499
|
},
|
|
154500
|
+
"status": "deprecated",
|
|
154323
154501
|
"cost": {
|
|
154324
154502
|
"input": 0.4,
|
|
154325
154503
|
"output": 2
|
|
@@ -154535,6 +154713,495 @@
|
|
|
154535
154713
|
}
|
|
154536
154714
|
}
|
|
154537
154715
|
},
|
|
154716
|
+
"alibaba-token-plan": {
|
|
154717
|
+
"id": "alibaba-token-plan",
|
|
154718
|
+
"env": [
|
|
154719
|
+
"ALIBABA_TOKEN_PLAN_API_KEY"
|
|
154720
|
+
],
|
|
154721
|
+
"npm": "@ai-sdk/openai-compatible",
|
|
154722
|
+
"api": "https://token-plan.ap-southeast-1.maas.aliyuncs.com/compatible-mode/v1",
|
|
154723
|
+
"name": "Alibaba Token Plan",
|
|
154724
|
+
"doc": "https://www.alibabacloud.com/help/en/model-studio/token-plan-overview",
|
|
154725
|
+
"models": {
|
|
154726
|
+
"qwen-image-2.0-pro": {
|
|
154727
|
+
"id": "qwen-image-2.0-pro",
|
|
154728
|
+
"name": "Qwen Image 2.0 Pro",
|
|
154729
|
+
"family": "qwen",
|
|
154730
|
+
"attachment": false,
|
|
154731
|
+
"reasoning": false,
|
|
154732
|
+
"tool_call": false,
|
|
154733
|
+
"temperature": true,
|
|
154734
|
+
"release_date": "2026-03-03",
|
|
154735
|
+
"last_updated": "2026-03-03",
|
|
154736
|
+
"modalities": {
|
|
154737
|
+
"input": [
|
|
154738
|
+
"text"
|
|
154739
|
+
],
|
|
154740
|
+
"output": [
|
|
154741
|
+
"image"
|
|
154742
|
+
]
|
|
154743
|
+
},
|
|
154744
|
+
"open_weights": false,
|
|
154745
|
+
"limit": {
|
|
154746
|
+
"context": 8192,
|
|
154747
|
+
"output": 0
|
|
154748
|
+
},
|
|
154749
|
+
"cost": {
|
|
154750
|
+
"input": 0,
|
|
154751
|
+
"output": 0
|
|
154752
|
+
}
|
|
154753
|
+
},
|
|
154754
|
+
"deepseek-v3.2": {
|
|
154755
|
+
"id": "deepseek-v3.2",
|
|
154756
|
+
"name": "DeepSeek V3.2",
|
|
154757
|
+
"family": "deepseek",
|
|
154758
|
+
"attachment": false,
|
|
154759
|
+
"reasoning": true,
|
|
154760
|
+
"tool_call": true,
|
|
154761
|
+
"structured_output": true,
|
|
154762
|
+
"temperature": true,
|
|
154763
|
+
"knowledge": "2025-01",
|
|
154764
|
+
"release_date": "2025-12-03",
|
|
154765
|
+
"last_updated": "2025-12-05",
|
|
154766
|
+
"modalities": {
|
|
154767
|
+
"input": [
|
|
154768
|
+
"text"
|
|
154769
|
+
],
|
|
154770
|
+
"output": [
|
|
154771
|
+
"text"
|
|
154772
|
+
]
|
|
154773
|
+
},
|
|
154774
|
+
"open_weights": true,
|
|
154775
|
+
"limit": {
|
|
154776
|
+
"context": 131072,
|
|
154777
|
+
"output": 65536
|
|
154778
|
+
},
|
|
154779
|
+
"cost": {
|
|
154780
|
+
"input": 0,
|
|
154781
|
+
"output": 0
|
|
154782
|
+
}
|
|
154783
|
+
},
|
|
154784
|
+
"wan2.7-image": {
|
|
154785
|
+
"id": "wan2.7-image",
|
|
154786
|
+
"name": "Wan2.7 Image",
|
|
154787
|
+
"attachment": false,
|
|
154788
|
+
"reasoning": false,
|
|
154789
|
+
"tool_call": false,
|
|
154790
|
+
"temperature": true,
|
|
154791
|
+
"release_date": "2026-05-29",
|
|
154792
|
+
"last_updated": "2026-05-29",
|
|
154793
|
+
"modalities": {
|
|
154794
|
+
"input": [
|
|
154795
|
+
"text"
|
|
154796
|
+
],
|
|
154797
|
+
"output": [
|
|
154798
|
+
"image"
|
|
154799
|
+
]
|
|
154800
|
+
},
|
|
154801
|
+
"open_weights": false,
|
|
154802
|
+
"limit": {
|
|
154803
|
+
"context": 8192,
|
|
154804
|
+
"output": 0
|
|
154805
|
+
},
|
|
154806
|
+
"cost": {
|
|
154807
|
+
"input": 0,
|
|
154808
|
+
"output": 0
|
|
154809
|
+
}
|
|
154810
|
+
},
|
|
154811
|
+
"wan2.7-image-pro": {
|
|
154812
|
+
"id": "wan2.7-image-pro",
|
|
154813
|
+
"name": "Wan2.7 Image Pro",
|
|
154814
|
+
"attachment": false,
|
|
154815
|
+
"reasoning": false,
|
|
154816
|
+
"tool_call": false,
|
|
154817
|
+
"temperature": true,
|
|
154818
|
+
"release_date": "2026-05-29",
|
|
154819
|
+
"last_updated": "2026-05-29",
|
|
154820
|
+
"modalities": {
|
|
154821
|
+
"input": [
|
|
154822
|
+
"text"
|
|
154823
|
+
],
|
|
154824
|
+
"output": [
|
|
154825
|
+
"image"
|
|
154826
|
+
]
|
|
154827
|
+
},
|
|
154828
|
+
"open_weights": false,
|
|
154829
|
+
"limit": {
|
|
154830
|
+
"context": 8192,
|
|
154831
|
+
"output": 0
|
|
154832
|
+
},
|
|
154833
|
+
"cost": {
|
|
154834
|
+
"input": 0,
|
|
154835
|
+
"output": 0
|
|
154836
|
+
}
|
|
154837
|
+
},
|
|
154838
|
+
"qwen-image-2.0": {
|
|
154839
|
+
"id": "qwen-image-2.0",
|
|
154840
|
+
"name": "Qwen Image 2.0",
|
|
154841
|
+
"family": "qwen",
|
|
154842
|
+
"attachment": false,
|
|
154843
|
+
"reasoning": false,
|
|
154844
|
+
"tool_call": false,
|
|
154845
|
+
"temperature": true,
|
|
154846
|
+
"release_date": "2026-03-03",
|
|
154847
|
+
"last_updated": "2026-03-03",
|
|
154848
|
+
"modalities": {
|
|
154849
|
+
"input": [
|
|
154850
|
+
"text"
|
|
154851
|
+
],
|
|
154852
|
+
"output": [
|
|
154853
|
+
"image"
|
|
154854
|
+
]
|
|
154855
|
+
},
|
|
154856
|
+
"open_weights": false,
|
|
154857
|
+
"limit": {
|
|
154858
|
+
"context": 8192,
|
|
154859
|
+
"output": 0
|
|
154860
|
+
},
|
|
154861
|
+
"cost": {
|
|
154862
|
+
"input": 0,
|
|
154863
|
+
"output": 0
|
|
154864
|
+
}
|
|
154865
|
+
},
|
|
154866
|
+
"MiniMax-M2.5": {
|
|
154867
|
+
"id": "MiniMax-M2.5",
|
|
154868
|
+
"name": "MiniMax-M2.5",
|
|
154869
|
+
"family": "minimax",
|
|
154870
|
+
"attachment": false,
|
|
154871
|
+
"reasoning": true,
|
|
154872
|
+
"tool_call": true,
|
|
154873
|
+
"interleaved": {
|
|
154874
|
+
"field": "reasoning_content"
|
|
154875
|
+
},
|
|
154876
|
+
"temperature": true,
|
|
154877
|
+
"release_date": "2026-02-12",
|
|
154878
|
+
"last_updated": "2026-02-12",
|
|
154879
|
+
"modalities": {
|
|
154880
|
+
"input": [
|
|
154881
|
+
"text"
|
|
154882
|
+
],
|
|
154883
|
+
"output": [
|
|
154884
|
+
"text"
|
|
154885
|
+
]
|
|
154886
|
+
},
|
|
154887
|
+
"open_weights": true,
|
|
154888
|
+
"limit": {
|
|
154889
|
+
"context": 196608,
|
|
154890
|
+
"input": 196601,
|
|
154891
|
+
"output": 24576
|
|
154892
|
+
},
|
|
154893
|
+
"cost": {
|
|
154894
|
+
"input": 0,
|
|
154895
|
+
"output": 0,
|
|
154896
|
+
"cache_read": 0,
|
|
154897
|
+
"cache_write": 0
|
|
154898
|
+
}
|
|
154899
|
+
},
|
|
154900
|
+
"kimi-k2.6": {
|
|
154901
|
+
"id": "kimi-k2.6",
|
|
154902
|
+
"name": "Kimi K2.6",
|
|
154903
|
+
"family": "kimi",
|
|
154904
|
+
"attachment": true,
|
|
154905
|
+
"reasoning": true,
|
|
154906
|
+
"tool_call": true,
|
|
154907
|
+
"interleaved": {
|
|
154908
|
+
"field": "reasoning_content"
|
|
154909
|
+
},
|
|
154910
|
+
"temperature": true,
|
|
154911
|
+
"knowledge": "2025-01",
|
|
154912
|
+
"release_date": "2026-04-21",
|
|
154913
|
+
"last_updated": "2026-04-21",
|
|
154914
|
+
"modalities": {
|
|
154915
|
+
"input": [
|
|
154916
|
+
"text",
|
|
154917
|
+
"image",
|
|
154918
|
+
"video"
|
|
154919
|
+
],
|
|
154920
|
+
"output": [
|
|
154921
|
+
"text"
|
|
154922
|
+
]
|
|
154923
|
+
},
|
|
154924
|
+
"open_weights": true,
|
|
154925
|
+
"limit": {
|
|
154926
|
+
"context": 262144,
|
|
154927
|
+
"output": 16384
|
|
154928
|
+
},
|
|
154929
|
+
"cost": {
|
|
154930
|
+
"input": 0,
|
|
154931
|
+
"output": 0,
|
|
154932
|
+
"cache_read": 0,
|
|
154933
|
+
"cache_write": 0
|
|
154934
|
+
}
|
|
154935
|
+
},
|
|
154936
|
+
"qwen3.7-max": {
|
|
154937
|
+
"id": "qwen3.7-max",
|
|
154938
|
+
"name": "Qwen3.7 Max",
|
|
154939
|
+
"family": "qwen",
|
|
154940
|
+
"attachment": false,
|
|
154941
|
+
"reasoning": true,
|
|
154942
|
+
"tool_call": true,
|
|
154943
|
+
"temperature": true,
|
|
154944
|
+
"release_date": "2026-05-21",
|
|
154945
|
+
"last_updated": "2026-05-21",
|
|
154946
|
+
"modalities": {
|
|
154947
|
+
"input": [
|
|
154948
|
+
"text"
|
|
154949
|
+
],
|
|
154950
|
+
"output": [
|
|
154951
|
+
"text"
|
|
154952
|
+
]
|
|
154953
|
+
},
|
|
154954
|
+
"open_weights": false,
|
|
154955
|
+
"limit": {
|
|
154956
|
+
"context": 1000000,
|
|
154957
|
+
"output": 65536
|
|
154958
|
+
},
|
|
154959
|
+
"cost": {
|
|
154960
|
+
"input": 0,
|
|
154961
|
+
"output": 0,
|
|
154962
|
+
"cache_read": 0,
|
|
154963
|
+
"cache_write": 0
|
|
154964
|
+
}
|
|
154965
|
+
},
|
|
154966
|
+
"qwen3.6-plus": {
|
|
154967
|
+
"id": "qwen3.6-plus",
|
|
154968
|
+
"name": "Qwen3.6 Plus",
|
|
154969
|
+
"family": "qwen",
|
|
154970
|
+
"attachment": false,
|
|
154971
|
+
"reasoning": true,
|
|
154972
|
+
"tool_call": true,
|
|
154973
|
+
"temperature": true,
|
|
154974
|
+
"knowledge": "2025-04",
|
|
154975
|
+
"release_date": "2026-04-02",
|
|
154976
|
+
"last_updated": "2026-04-02",
|
|
154977
|
+
"modalities": {
|
|
154978
|
+
"input": [
|
|
154979
|
+
"text",
|
|
154980
|
+
"image",
|
|
154981
|
+
"video"
|
|
154982
|
+
],
|
|
154983
|
+
"output": [
|
|
154984
|
+
"text"
|
|
154985
|
+
]
|
|
154986
|
+
},
|
|
154987
|
+
"open_weights": false,
|
|
154988
|
+
"limit": {
|
|
154989
|
+
"context": 1000000,
|
|
154990
|
+
"output": 65536
|
|
154991
|
+
},
|
|
154992
|
+
"cost": {
|
|
154993
|
+
"input": 0,
|
|
154994
|
+
"output": 0,
|
|
154995
|
+
"cache_read": 0,
|
|
154996
|
+
"cache_write": 0
|
|
154997
|
+
}
|
|
154998
|
+
},
|
|
154999
|
+
"qwen3.6-flash": {
|
|
155000
|
+
"id": "qwen3.6-flash",
|
|
155001
|
+
"name": "Qwen3.6 Flash",
|
|
155002
|
+
"family": "qwen3.6",
|
|
155003
|
+
"attachment": true,
|
|
155004
|
+
"reasoning": true,
|
|
155005
|
+
"tool_call": true,
|
|
155006
|
+
"structured_output": true,
|
|
155007
|
+
"temperature": true,
|
|
155008
|
+
"release_date": "2026-04-27",
|
|
155009
|
+
"last_updated": "2026-04-27",
|
|
155010
|
+
"modalities": {
|
|
155011
|
+
"input": [
|
|
155012
|
+
"text",
|
|
155013
|
+
"image",
|
|
155014
|
+
"video"
|
|
155015
|
+
],
|
|
155016
|
+
"output": [
|
|
155017
|
+
"text"
|
|
155018
|
+
]
|
|
155019
|
+
},
|
|
155020
|
+
"open_weights": false,
|
|
155021
|
+
"limit": {
|
|
155022
|
+
"context": 1000000,
|
|
155023
|
+
"output": 65536
|
|
155024
|
+
},
|
|
155025
|
+
"cost": {
|
|
155026
|
+
"input": 0,
|
|
155027
|
+
"output": 0,
|
|
155028
|
+
"cache_read": 0,
|
|
155029
|
+
"cache_write": 0
|
|
155030
|
+
}
|
|
155031
|
+
},
|
|
155032
|
+
"deepseek-v4-flash": {
|
|
155033
|
+
"id": "deepseek-v4-flash",
|
|
155034
|
+
"name": "DeepSeek V4 Flash",
|
|
155035
|
+
"family": "deepseek-flash",
|
|
155036
|
+
"attachment": false,
|
|
155037
|
+
"reasoning": true,
|
|
155038
|
+
"tool_call": true,
|
|
155039
|
+
"interleaved": {
|
|
155040
|
+
"field": "reasoning_content"
|
|
155041
|
+
},
|
|
155042
|
+
"structured_output": true,
|
|
155043
|
+
"temperature": true,
|
|
155044
|
+
"knowledge": "2025-05",
|
|
155045
|
+
"release_date": "2026-04-24",
|
|
155046
|
+
"last_updated": "2026-04-24",
|
|
155047
|
+
"modalities": {
|
|
155048
|
+
"input": [
|
|
155049
|
+
"text"
|
|
155050
|
+
],
|
|
155051
|
+
"output": [
|
|
155052
|
+
"text"
|
|
155053
|
+
]
|
|
155054
|
+
},
|
|
155055
|
+
"open_weights": true,
|
|
155056
|
+
"limit": {
|
|
155057
|
+
"context": 1000000,
|
|
155058
|
+
"output": 384000
|
|
155059
|
+
},
|
|
155060
|
+
"cost": {
|
|
155061
|
+
"input": 0,
|
|
155062
|
+
"output": 0,
|
|
155063
|
+
"cache_read": 0
|
|
155064
|
+
}
|
|
155065
|
+
},
|
|
155066
|
+
"glm-5": {
|
|
155067
|
+
"id": "glm-5",
|
|
155068
|
+
"name": "GLM-5",
|
|
155069
|
+
"family": "glm",
|
|
155070
|
+
"attachment": false,
|
|
155071
|
+
"reasoning": true,
|
|
155072
|
+
"tool_call": true,
|
|
155073
|
+
"interleaved": {
|
|
155074
|
+
"field": "reasoning_content"
|
|
155075
|
+
},
|
|
155076
|
+
"temperature": true,
|
|
155077
|
+
"release_date": "2026-02-11",
|
|
155078
|
+
"last_updated": "2026-02-11",
|
|
155079
|
+
"modalities": {
|
|
155080
|
+
"input": [
|
|
155081
|
+
"text"
|
|
155082
|
+
],
|
|
155083
|
+
"output": [
|
|
155084
|
+
"text"
|
|
155085
|
+
]
|
|
155086
|
+
},
|
|
155087
|
+
"open_weights": false,
|
|
155088
|
+
"limit": {
|
|
155089
|
+
"context": 202752,
|
|
155090
|
+
"output": 16384
|
|
155091
|
+
},
|
|
155092
|
+
"cost": {
|
|
155093
|
+
"input": 0,
|
|
155094
|
+
"output": 0,
|
|
155095
|
+
"cache_read": 0,
|
|
155096
|
+
"cache_write": 0
|
|
155097
|
+
}
|
|
155098
|
+
},
|
|
155099
|
+
"deepseek-v4-pro": {
|
|
155100
|
+
"id": "deepseek-v4-pro",
|
|
155101
|
+
"name": "DeepSeek V4 Pro",
|
|
155102
|
+
"family": "deepseek-thinking",
|
|
155103
|
+
"attachment": false,
|
|
155104
|
+
"reasoning": true,
|
|
155105
|
+
"tool_call": true,
|
|
155106
|
+
"interleaved": {
|
|
155107
|
+
"field": "reasoning_content"
|
|
155108
|
+
},
|
|
155109
|
+
"structured_output": true,
|
|
155110
|
+
"temperature": true,
|
|
155111
|
+
"knowledge": "2025-05",
|
|
155112
|
+
"release_date": "2026-04-24",
|
|
155113
|
+
"last_updated": "2026-04-24",
|
|
155114
|
+
"modalities": {
|
|
155115
|
+
"input": [
|
|
155116
|
+
"text"
|
|
155117
|
+
],
|
|
155118
|
+
"output": [
|
|
155119
|
+
"text"
|
|
155120
|
+
]
|
|
155121
|
+
},
|
|
155122
|
+
"open_weights": true,
|
|
155123
|
+
"limit": {
|
|
155124
|
+
"context": 1000000,
|
|
155125
|
+
"output": 384000
|
|
155126
|
+
},
|
|
155127
|
+
"cost": {
|
|
155128
|
+
"input": 0,
|
|
155129
|
+
"output": 0,
|
|
155130
|
+
"cache_read": 0
|
|
155131
|
+
}
|
|
155132
|
+
},
|
|
155133
|
+
"kimi-k2.5": {
|
|
155134
|
+
"id": "kimi-k2.5",
|
|
155135
|
+
"name": "Kimi K2.5",
|
|
155136
|
+
"family": "kimi",
|
|
155137
|
+
"attachment": true,
|
|
155138
|
+
"reasoning": true,
|
|
155139
|
+
"tool_call": true,
|
|
155140
|
+
"interleaved": {
|
|
155141
|
+
"field": "reasoning_content"
|
|
155142
|
+
},
|
|
155143
|
+
"temperature": true,
|
|
155144
|
+
"knowledge": "2025-01",
|
|
155145
|
+
"release_date": "2026-01",
|
|
155146
|
+
"last_updated": "2026-01",
|
|
155147
|
+
"modalities": {
|
|
155148
|
+
"input": [
|
|
155149
|
+
"text",
|
|
155150
|
+
"image",
|
|
155151
|
+
"video"
|
|
155152
|
+
],
|
|
155153
|
+
"output": [
|
|
155154
|
+
"text"
|
|
155155
|
+
]
|
|
155156
|
+
},
|
|
155157
|
+
"open_weights": true,
|
|
155158
|
+
"limit": {
|
|
155159
|
+
"context": 262144,
|
|
155160
|
+
"output": 32768
|
|
155161
|
+
},
|
|
155162
|
+
"cost": {
|
|
155163
|
+
"input": 0,
|
|
155164
|
+
"output": 0,
|
|
155165
|
+
"cache_read": 0,
|
|
155166
|
+
"cache_write": 0
|
|
155167
|
+
}
|
|
155168
|
+
},
|
|
155169
|
+
"glm-5.1": {
|
|
155170
|
+
"id": "glm-5.1",
|
|
155171
|
+
"name": "GLM-5.1",
|
|
155172
|
+
"family": "glm",
|
|
155173
|
+
"attachment": false,
|
|
155174
|
+
"reasoning": true,
|
|
155175
|
+
"tool_call": true,
|
|
155176
|
+
"interleaved": {
|
|
155177
|
+
"field": "reasoning_content"
|
|
155178
|
+
},
|
|
155179
|
+
"structured_output": true,
|
|
155180
|
+
"temperature": true,
|
|
155181
|
+
"release_date": "2026-03-27",
|
|
155182
|
+
"last_updated": "2026-03-27",
|
|
155183
|
+
"modalities": {
|
|
155184
|
+
"input": [
|
|
155185
|
+
"text"
|
|
155186
|
+
],
|
|
155187
|
+
"output": [
|
|
155188
|
+
"text"
|
|
155189
|
+
]
|
|
155190
|
+
},
|
|
155191
|
+
"open_weights": false,
|
|
155192
|
+
"limit": {
|
|
155193
|
+
"context": 202752,
|
|
155194
|
+
"output": 128000
|
|
155195
|
+
},
|
|
155196
|
+
"cost": {
|
|
155197
|
+
"input": 0,
|
|
155198
|
+
"output": 0,
|
|
155199
|
+
"cache_read": 0,
|
|
155200
|
+
"cache_write": 0
|
|
155201
|
+
}
|
|
155202
|
+
}
|
|
155203
|
+
}
|
|
155204
|
+
},
|
|
154538
155205
|
"tencent-tokenhub": {
|
|
154539
155206
|
"id": "tencent-tokenhub",
|
|
154540
155207
|
"env": [
|
|
@@ -156632,6 +157299,11 @@
|
|
|
156632
157299
|
"family": "minimax",
|
|
156633
157300
|
"attachment": true,
|
|
156634
157301
|
"reasoning": true,
|
|
157302
|
+
"reasoning_options": [
|
|
157303
|
+
{
|
|
157304
|
+
"type": "toggle"
|
|
157305
|
+
}
|
|
157306
|
+
],
|
|
156635
157307
|
"tool_call": true,
|
|
156636
157308
|
"temperature": true,
|
|
156637
157309
|
"release_date": "2026-06-01",
|
|
@@ -156649,13 +157321,12 @@
|
|
|
156649
157321
|
"open_weights": true,
|
|
156650
157322
|
"limit": {
|
|
156651
157323
|
"context": 512000,
|
|
156652
|
-
"output":
|
|
157324
|
+
"output": 128000
|
|
156653
157325
|
},
|
|
156654
157326
|
"cost": {
|
|
156655
|
-
"input": 0.
|
|
156656
|
-
"output":
|
|
156657
|
-
"cache_read": 0.
|
|
156658
|
-
"cache_write": 0.375
|
|
157327
|
+
"input": 0.6,
|
|
157328
|
+
"output": 2.4,
|
|
157329
|
+
"cache_read": 0.12
|
|
156659
157330
|
}
|
|
156660
157331
|
},
|
|
156661
157332
|
"MiniMax-M2.5-highspeed": {
|