@dreb/ai 2.59.1 → 2.60.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/dist/models.generated.d.ts +133 -79
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +284 -232
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -1957,6 +1957,23 @@ export const MODELS = {
|
|
|
1957
1957
|
contextWindow: 1000000,
|
|
1958
1958
|
maxTokens: 131072,
|
|
1959
1959
|
},
|
|
1960
|
+
"xai.grok-4.6": {
|
|
1961
|
+
id: "xai.grok-4.6",
|
|
1962
|
+
name: "Grok 4.6",
|
|
1963
|
+
api: "bedrock-converse-stream",
|
|
1964
|
+
provider: "amazon-bedrock",
|
|
1965
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1966
|
+
reasoning: true,
|
|
1967
|
+
input: ["text", "image"],
|
|
1968
|
+
cost: {
|
|
1969
|
+
input: 2.2,
|
|
1970
|
+
output: 6.6,
|
|
1971
|
+
cacheRead: 0.55,
|
|
1972
|
+
cacheWrite: 0,
|
|
1973
|
+
},
|
|
1974
|
+
contextWindow: 500000,
|
|
1975
|
+
maxTokens: 500000,
|
|
1976
|
+
},
|
|
1960
1977
|
"zai.glm-4.7": {
|
|
1961
1978
|
id: "zai.glm-4.7",
|
|
1962
1979
|
name: "GLM-4.7",
|
|
@@ -5621,6 +5638,24 @@ export const MODELS = {
|
|
|
5621
5638
|
contextWindow: 204800,
|
|
5622
5639
|
maxTokens: 131072,
|
|
5623
5640
|
},
|
|
5641
|
+
"zai-org/GLM-4.6V-Flash": {
|
|
5642
|
+
id: "zai-org/GLM-4.6V-Flash",
|
|
5643
|
+
name: "GLM-4.6V-Flash",
|
|
5644
|
+
api: "openai-completions",
|
|
5645
|
+
provider: "huggingface",
|
|
5646
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
5647
|
+
compat: { "supportsDeveloperRole": false },
|
|
5648
|
+
reasoning: true,
|
|
5649
|
+
input: ["text", "image"],
|
|
5650
|
+
cost: {
|
|
5651
|
+
input: 0.3,
|
|
5652
|
+
output: 0.9,
|
|
5653
|
+
cacheRead: 0,
|
|
5654
|
+
cacheWrite: 0,
|
|
5655
|
+
},
|
|
5656
|
+
contextWindow: 131072,
|
|
5657
|
+
maxTokens: 32768,
|
|
5658
|
+
},
|
|
5624
5659
|
"zai-org/GLM-4.7": {
|
|
5625
5660
|
id: "zai-org/GLM-4.7",
|
|
5626
5661
|
name: "GLM-4.7",
|
|
@@ -8044,17 +8079,17 @@ export const MODELS = {
|
|
|
8044
8079
|
},
|
|
8045
8080
|
"gpt-5.6-sol": {
|
|
8046
8081
|
id: "gpt-5.6-sol",
|
|
8047
|
-
name: "GPT-5.6 Sol",
|
|
8082
|
+
name: "GPT-5.6 Sol (50% Off)",
|
|
8048
8083
|
api: "openai-responses",
|
|
8049
8084
|
provider: "opencode",
|
|
8050
8085
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8051
8086
|
reasoning: true,
|
|
8052
8087
|
input: ["text", "image"],
|
|
8053
8088
|
cost: {
|
|
8054
|
-
input: 5,
|
|
8055
|
-
output:
|
|
8056
|
-
cacheRead: 0.
|
|
8057
|
-
cacheWrite:
|
|
8089
|
+
input: 2.5,
|
|
8090
|
+
output: 15,
|
|
8091
|
+
cacheRead: 0.25,
|
|
8092
|
+
cacheWrite: 3.125,
|
|
8058
8093
|
},
|
|
8059
8094
|
contextWindow: 1050000,
|
|
8060
8095
|
maxTokens: 128000,
|
|
@@ -8212,23 +8247,6 @@ export const MODELS = {
|
|
|
8212
8247
|
contextWindow: 1048576,
|
|
8213
8248
|
maxTokens: 131072,
|
|
8214
8249
|
},
|
|
8215
|
-
"laguna-s-2.1-free": {
|
|
8216
|
-
id: "laguna-s-2.1-free",
|
|
8217
|
-
name: "Laguna S 2.1 Free",
|
|
8218
|
-
api: "openai-completions",
|
|
8219
|
-
provider: "opencode",
|
|
8220
|
-
baseUrl: "https://opencode.ai/zen/v1",
|
|
8221
|
-
reasoning: true,
|
|
8222
|
-
input: ["text"],
|
|
8223
|
-
cost: {
|
|
8224
|
-
input: 0,
|
|
8225
|
-
output: 0,
|
|
8226
|
-
cacheRead: 0,
|
|
8227
|
-
cacheWrite: 0,
|
|
8228
|
-
},
|
|
8229
|
-
contextWindow: 256000,
|
|
8230
|
-
maxTokens: 32000,
|
|
8231
|
-
},
|
|
8232
8250
|
"mimo-v2.5-free": {
|
|
8233
8251
|
id: "mimo-v2.5-free",
|
|
8234
8252
|
name: "MiMo V2.5 Free",
|
|
@@ -8314,6 +8332,23 @@ export const MODELS = {
|
|
|
8314
8332
|
contextWindow: 1048576,
|
|
8315
8333
|
maxTokens: 131072,
|
|
8316
8334
|
},
|
|
8335
|
+
"muse-spark-1.2-contributor-free": {
|
|
8336
|
+
id: "muse-spark-1.2-contributor-free",
|
|
8337
|
+
name: "Muse Spark 1.2 Free",
|
|
8338
|
+
api: "openai-responses",
|
|
8339
|
+
provider: "opencode",
|
|
8340
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
8341
|
+
reasoning: true,
|
|
8342
|
+
input: ["text", "image"],
|
|
8343
|
+
cost: {
|
|
8344
|
+
input: 0,
|
|
8345
|
+
output: 0,
|
|
8346
|
+
cacheRead: 0,
|
|
8347
|
+
cacheWrite: 0,
|
|
8348
|
+
},
|
|
8349
|
+
contextWindow: 1048576,
|
|
8350
|
+
maxTokens: 131072,
|
|
8351
|
+
},
|
|
8317
8352
|
"nemotron-3-ultra-free": {
|
|
8318
8353
|
id: "nemotron-3-ultra-free",
|
|
8319
8354
|
name: "Nemotron 3 Ultra Free",
|
|
@@ -8382,6 +8417,23 @@ export const MODELS = {
|
|
|
8382
8417
|
contextWindow: 262144,
|
|
8383
8418
|
maxTokens: 65536,
|
|
8384
8419
|
},
|
|
8420
|
+
"x-preview-f-free": {
|
|
8421
|
+
id: "x-preview-f-free",
|
|
8422
|
+
name: "Ox Alpha Free",
|
|
8423
|
+
api: "openai-completions",
|
|
8424
|
+
provider: "opencode",
|
|
8425
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
8426
|
+
reasoning: true,
|
|
8427
|
+
input: ["text", "image"],
|
|
8428
|
+
cost: {
|
|
8429
|
+
input: 0,
|
|
8430
|
+
output: 0,
|
|
8431
|
+
cacheRead: 0,
|
|
8432
|
+
cacheWrite: 0,
|
|
8433
|
+
},
|
|
8434
|
+
contextWindow: 1000000,
|
|
8435
|
+
maxTokens: 131072,
|
|
8436
|
+
},
|
|
8385
8437
|
},
|
|
8386
8438
|
"opencode-go": {
|
|
8387
8439
|
"deepseek-v4-flash": {
|
|
@@ -8471,17 +8523,17 @@ export const MODELS = {
|
|
|
8471
8523
|
},
|
|
8472
8524
|
"gpt-5.6-luna": {
|
|
8473
8525
|
id: "gpt-5.6-luna",
|
|
8474
|
-
name: "GPT-5.6 Luna
|
|
8526
|
+
name: "GPT-5.6 Luna",
|
|
8475
8527
|
api: "openai-responses",
|
|
8476
8528
|
provider: "opencode-go",
|
|
8477
8529
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8478
8530
|
reasoning: true,
|
|
8479
8531
|
input: ["text", "image"],
|
|
8480
8532
|
cost: {
|
|
8481
|
-
input: 0.
|
|
8482
|
-
output:
|
|
8483
|
-
cacheRead: 0.
|
|
8484
|
-
cacheWrite: 0.
|
|
8533
|
+
input: 0.2,
|
|
8534
|
+
output: 1.2,
|
|
8535
|
+
cacheRead: 0.02,
|
|
8536
|
+
cacheWrite: 0.25,
|
|
8485
8537
|
},
|
|
8486
8538
|
contextWindow: 1050000,
|
|
8487
8539
|
maxTokens: 128000,
|
|
@@ -8505,16 +8557,16 @@ export const MODELS = {
|
|
|
8505
8557
|
},
|
|
8506
8558
|
"hy3": {
|
|
8507
8559
|
id: "hy3",
|
|
8508
|
-
name: "Hy3",
|
|
8560
|
+
name: "Hy3 (8x usage)",
|
|
8509
8561
|
api: "openai-completions",
|
|
8510
8562
|
provider: "opencode-go",
|
|
8511
8563
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8512
8564
|
reasoning: true,
|
|
8513
8565
|
input: ["text"],
|
|
8514
8566
|
cost: {
|
|
8515
|
-
input: 0.
|
|
8516
|
-
output: 0.
|
|
8517
|
-
cacheRead: 0.
|
|
8567
|
+
input: 0.0175,
|
|
8568
|
+
output: 0.0725,
|
|
8569
|
+
cacheRead: 0.004375,
|
|
8518
8570
|
cacheWrite: 0,
|
|
8519
8571
|
},
|
|
8520
8572
|
contextWindow: 256000,
|
|
@@ -8639,6 +8691,23 @@ export const MODELS = {
|
|
|
8639
8691
|
contextWindow: 1000000,
|
|
8640
8692
|
maxTokens: 131072,
|
|
8641
8693
|
},
|
|
8694
|
+
"muse-spark-1.2-contributor": {
|
|
8695
|
+
id: "muse-spark-1.2-contributor",
|
|
8696
|
+
name: "Muse Spark 1.2 Contributor",
|
|
8697
|
+
api: "openai-responses",
|
|
8698
|
+
provider: "opencode-go",
|
|
8699
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8700
|
+
reasoning: true,
|
|
8701
|
+
input: ["text", "image"],
|
|
8702
|
+
cost: {
|
|
8703
|
+
input: 0.1,
|
|
8704
|
+
output: 0.2,
|
|
8705
|
+
cacheRead: 0.002,
|
|
8706
|
+
cacheWrite: 0,
|
|
8707
|
+
},
|
|
8708
|
+
contextWindow: 1048576,
|
|
8709
|
+
maxTokens: 131072,
|
|
8710
|
+
},
|
|
8642
8711
|
"qwen3.6-plus": {
|
|
8643
8712
|
id: "qwen3.6-plus",
|
|
8644
8713
|
name: "Qwen3.6 Plus",
|
|
@@ -8709,23 +8778,6 @@ export const MODELS = {
|
|
|
8709
8778
|
},
|
|
8710
8779
|
},
|
|
8711
8780
|
"openrouter": {
|
|
8712
|
-
"ai21/jamba-large-1.7": {
|
|
8713
|
-
id: "ai21/jamba-large-1.7",
|
|
8714
|
-
name: "AI21: Jamba Large 1.7",
|
|
8715
|
-
api: "openai-completions",
|
|
8716
|
-
provider: "openrouter",
|
|
8717
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8718
|
-
reasoning: false,
|
|
8719
|
-
input: ["text"],
|
|
8720
|
-
cost: {
|
|
8721
|
-
input: 2,
|
|
8722
|
-
output: 8,
|
|
8723
|
-
cacheRead: 0,
|
|
8724
|
-
cacheWrite: 0,
|
|
8725
|
-
},
|
|
8726
|
-
contextWindow: 256000,
|
|
8727
|
-
maxTokens: 4096,
|
|
8728
|
-
},
|
|
8729
8781
|
"aion-labs/aion-2.0": {
|
|
8730
8782
|
id: "aion-labs/aion-2.0",
|
|
8731
8783
|
name: "AionLabs: Aion-2.0",
|
|
@@ -9568,13 +9620,13 @@ export const MODELS = {
|
|
|
9568
9620
|
reasoning: false,
|
|
9569
9621
|
input: ["text"],
|
|
9570
9622
|
cost: {
|
|
9571
|
-
input: 0.
|
|
9572
|
-
output: 1
|
|
9573
|
-
cacheRead: 0
|
|
9623
|
+
input: 0.25,
|
|
9624
|
+
output: 1,
|
|
9625
|
+
cacheRead: 0,
|
|
9574
9626
|
cacheWrite: 0,
|
|
9575
9627
|
},
|
|
9576
9628
|
contextWindow: 163840,
|
|
9577
|
-
maxTokens:
|
|
9629
|
+
maxTokens: 163840,
|
|
9578
9630
|
},
|
|
9579
9631
|
"deepseek/deepseek-chat-v3.1": {
|
|
9580
9632
|
id: "deepseek/deepseek-chat-v3.1",
|
|
@@ -9638,11 +9690,11 @@ export const MODELS = {
|
|
|
9638
9690
|
cost: {
|
|
9639
9691
|
input: 0.27,
|
|
9640
9692
|
output: 1,
|
|
9641
|
-
cacheRead: 0,
|
|
9693
|
+
cacheRead: 0.135,
|
|
9642
9694
|
cacheWrite: 0,
|
|
9643
9695
|
},
|
|
9644
9696
|
contextWindow: 163840,
|
|
9645
|
-
maxTokens:
|
|
9697
|
+
maxTokens: 32768,
|
|
9646
9698
|
},
|
|
9647
9699
|
"deepseek/deepseek-v3.2": {
|
|
9648
9700
|
id: "deepseek/deepseek-v3.2",
|
|
@@ -9687,9 +9739,9 @@ export const MODELS = {
|
|
|
9687
9739
|
reasoning: true,
|
|
9688
9740
|
input: ["text"],
|
|
9689
9741
|
cost: {
|
|
9690
|
-
input: 0.
|
|
9691
|
-
output: 0.
|
|
9692
|
-
cacheRead: 0.
|
|
9742
|
+
input: 0.0784,
|
|
9743
|
+
output: 0.1568,
|
|
9744
|
+
cacheRead: 0.01568,
|
|
9693
9745
|
cacheWrite: 0,
|
|
9694
9746
|
},
|
|
9695
9747
|
contextWindow: 1048576,
|
|
@@ -9721,13 +9773,13 @@ export const MODELS = {
|
|
|
9721
9773
|
reasoning: true,
|
|
9722
9774
|
input: ["text"],
|
|
9723
9775
|
cost: {
|
|
9724
|
-
input:
|
|
9725
|
-
output:
|
|
9726
|
-
cacheRead: 0.
|
|
9776
|
+
input: 1.5999999999999999,
|
|
9777
|
+
output: 3.1999999999999997,
|
|
9778
|
+
cacheRead: 0.135,
|
|
9727
9779
|
cacheWrite: 0,
|
|
9728
9780
|
},
|
|
9729
9781
|
contextWindow: 1048576,
|
|
9730
|
-
maxTokens:
|
|
9782
|
+
maxTokens: 393216,
|
|
9731
9783
|
},
|
|
9732
9784
|
"deepseek/deepseek-v4-pro-0813": {
|
|
9733
9785
|
id: "deepseek/deepseek-v4-pro-0813",
|
|
@@ -9738,13 +9790,13 @@ export const MODELS = {
|
|
|
9738
9790
|
reasoning: true,
|
|
9739
9791
|
input: ["text"],
|
|
9740
9792
|
cost: {
|
|
9741
|
-
input:
|
|
9742
|
-
output:
|
|
9743
|
-
cacheRead: 0.
|
|
9793
|
+
input: 1.1880000000000002,
|
|
9794
|
+
output: 3.564,
|
|
9795
|
+
cacheRead: 0.039599999999999996,
|
|
9744
9796
|
cacheWrite: 0,
|
|
9745
9797
|
},
|
|
9746
9798
|
contextWindow: 1048576,
|
|
9747
|
-
maxTokens:
|
|
9799
|
+
maxTokens: 4096,
|
|
9748
9800
|
},
|
|
9749
9801
|
"dots-studio/dots-3-note-preview:free": {
|
|
9750
9802
|
id: "dots-studio/dots-3-note-preview:free",
|
|
@@ -10443,6 +10495,23 @@ export const MODELS = {
|
|
|
10443
10495
|
contextWindow: 256000,
|
|
10444
10496
|
maxTokens: 80000,
|
|
10445
10497
|
},
|
|
10498
|
+
"liquid/lfm-2.5-2.6b:free": {
|
|
10499
|
+
id: "liquid/lfm-2.5-2.6b:free",
|
|
10500
|
+
name: "LiquidAI: LFM2.5-2.6B (free)",
|
|
10501
|
+
api: "openai-completions",
|
|
10502
|
+
provider: "openrouter",
|
|
10503
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10504
|
+
reasoning: true,
|
|
10505
|
+
input: ["text"],
|
|
10506
|
+
cost: {
|
|
10507
|
+
input: 0,
|
|
10508
|
+
output: 0,
|
|
10509
|
+
cacheRead: 0,
|
|
10510
|
+
cacheWrite: 0,
|
|
10511
|
+
},
|
|
10512
|
+
contextWindow: 128000,
|
|
10513
|
+
maxTokens: 8192,
|
|
10514
|
+
},
|
|
10446
10515
|
"meituan/longcat-2.0": {
|
|
10447
10516
|
id: "meituan/longcat-2.0",
|
|
10448
10517
|
name: "Meituan: LongCat 2.0",
|
|
@@ -10656,13 +10725,13 @@ export const MODELS = {
|
|
|
10656
10725
|
reasoning: true,
|
|
10657
10726
|
input: ["text"],
|
|
10658
10727
|
cost: {
|
|
10659
|
-
input: 0.
|
|
10728
|
+
input: 0.22499999999999998,
|
|
10660
10729
|
output: 0.8999999999999999,
|
|
10661
|
-
cacheRead: 0.
|
|
10730
|
+
cacheRead: 0.06,
|
|
10662
10731
|
cacheWrite: 0,
|
|
10663
10732
|
},
|
|
10664
10733
|
contextWindow: 204800,
|
|
10665
|
-
maxTokens:
|
|
10734
|
+
maxTokens: 4096,
|
|
10666
10735
|
},
|
|
10667
10736
|
"minimax/minimax-m2.7": {
|
|
10668
10737
|
id: "minimax/minimax-m2.7",
|
|
@@ -11064,9 +11133,9 @@ export const MODELS = {
|
|
|
11064
11133
|
reasoning: true,
|
|
11065
11134
|
input: ["text", "image"],
|
|
11066
11135
|
cost: {
|
|
11067
|
-
input: 0.
|
|
11068
|
-
output:
|
|
11069
|
-
cacheRead: 0.
|
|
11136
|
+
input: 0.5605,
|
|
11137
|
+
output: 2.36,
|
|
11138
|
+
cacheRead: 0.0944,
|
|
11070
11139
|
cacheWrite: 0,
|
|
11071
11140
|
},
|
|
11072
11141
|
contextWindow: 262144,
|
|
@@ -11307,7 +11376,7 @@ export const MODELS = {
|
|
|
11307
11376
|
cacheRead: 0.04,
|
|
11308
11377
|
cacheWrite: 0,
|
|
11309
11378
|
},
|
|
11310
|
-
contextWindow:
|
|
11379
|
+
contextWindow: 262144,
|
|
11311
11380
|
maxTokens: 131072,
|
|
11312
11381
|
},
|
|
11313
11382
|
"nvidia/nemotron-3.5-lightning:free": {
|
|
@@ -13529,13 +13598,13 @@ export const MODELS = {
|
|
|
13529
13598
|
reasoning: true,
|
|
13530
13599
|
input: ["text", "image"],
|
|
13531
13600
|
cost: {
|
|
13532
|
-
input: 0.
|
|
13533
|
-
output: 1.
|
|
13534
|
-
cacheRead: 0.
|
|
13601
|
+
input: 0.25,
|
|
13602
|
+
output: 1.25,
|
|
13603
|
+
cacheRead: 0.25,
|
|
13535
13604
|
cacheWrite: 0,
|
|
13536
13605
|
},
|
|
13537
13606
|
contextWindow: 262144,
|
|
13538
|
-
maxTokens:
|
|
13607
|
+
maxTokens: 262144,
|
|
13539
13608
|
},
|
|
13540
13609
|
"qwen/qwen3.5-397b-a17b": {
|
|
13541
13610
|
id: "qwen/qwen3.5-397b-a17b",
|
|
@@ -13631,13 +13700,13 @@ export const MODELS = {
|
|
|
13631
13700
|
reasoning: true,
|
|
13632
13701
|
input: ["text", "image"],
|
|
13633
13702
|
cost: {
|
|
13634
|
-
input: 0.
|
|
13635
|
-
output:
|
|
13636
|
-
cacheRead: 0.
|
|
13703
|
+
input: 0.6,
|
|
13704
|
+
output: 3.5999999999999996,
|
|
13705
|
+
cacheRead: 0.12,
|
|
13637
13706
|
cacheWrite: 0,
|
|
13638
13707
|
},
|
|
13639
13708
|
contextWindow: 262144,
|
|
13640
|
-
maxTokens:
|
|
13709
|
+
maxTokens: 262144,
|
|
13641
13710
|
},
|
|
13642
13711
|
"qwen/qwen3.6-35b-a3b": {
|
|
13643
13712
|
id: "qwen/qwen3.6-35b-a3b",
|
|
@@ -13789,7 +13858,7 @@ export const MODELS = {
|
|
|
13789
13858
|
cacheRead: 0.049999999999999996,
|
|
13790
13859
|
cacheWrite: 0,
|
|
13791
13860
|
},
|
|
13792
|
-
contextWindow:
|
|
13861
|
+
contextWindow: 1000000,
|
|
13793
13862
|
maxTokens: 131072,
|
|
13794
13863
|
},
|
|
13795
13864
|
"qwen/qwen3.8-max": {
|
|
@@ -14515,9 +14584,9 @@ export const MODELS = {
|
|
|
14515
14584
|
reasoning: true,
|
|
14516
14585
|
input: ["text"],
|
|
14517
14586
|
cost: {
|
|
14518
|
-
input: 0.
|
|
14519
|
-
output: 0.
|
|
14520
|
-
cacheRead: 0.
|
|
14587
|
+
input: 0.065,
|
|
14588
|
+
output: 0.14,
|
|
14589
|
+
cacheRead: 0.014,
|
|
14521
14590
|
cacheWrite: 0,
|
|
14522
14591
|
},
|
|
14523
14592
|
contextWindow: 1310720,
|
|
@@ -14625,6 +14694,23 @@ export const MODELS = {
|
|
|
14625
14694
|
contextWindow: 500000,
|
|
14626
14695
|
maxTokens: 4096,
|
|
14627
14696
|
},
|
|
14697
|
+
"~z-ai/glm-latest": {
|
|
14698
|
+
id: "~z-ai/glm-latest",
|
|
14699
|
+
name: "Z.ai: GLM Latest",
|
|
14700
|
+
api: "openai-completions",
|
|
14701
|
+
provider: "openrouter",
|
|
14702
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
14703
|
+
reasoning: true,
|
|
14704
|
+
input: ["text"],
|
|
14705
|
+
cost: {
|
|
14706
|
+
input: 1.4,
|
|
14707
|
+
output: 4.4,
|
|
14708
|
+
cacheRead: 0.26,
|
|
14709
|
+
cacheWrite: 0,
|
|
14710
|
+
},
|
|
14711
|
+
contextWindow: 1048576,
|
|
14712
|
+
maxTokens: 131072,
|
|
14713
|
+
},
|
|
14628
14714
|
},
|
|
14629
14715
|
"vercel-ai-gateway": {
|
|
14630
14716
|
"alibaba/qwen-3-14b": {
|
|
@@ -15078,13 +15164,13 @@ export const MODELS = {
|
|
|
15078
15164
|
reasoning: true,
|
|
15079
15165
|
input: ["text", "image"],
|
|
15080
15166
|
cost: {
|
|
15081
|
-
input: 0.
|
|
15082
|
-
output:
|
|
15083
|
-
cacheRead: 0.
|
|
15167
|
+
input: 0.55,
|
|
15168
|
+
output: 3.3000000000000003,
|
|
15169
|
+
cacheRead: 0.11,
|
|
15084
15170
|
cacheWrite: 0,
|
|
15085
15171
|
},
|
|
15086
|
-
contextWindow:
|
|
15087
|
-
maxTokens:
|
|
15172
|
+
contextWindow: 1000000,
|
|
15173
|
+
maxTokens: 131072,
|
|
15088
15174
|
},
|
|
15089
15175
|
"alibaba/qwen3.8-max": {
|
|
15090
15176
|
id: "alibaba/qwen3.8-max",
|
|
@@ -17806,93 +17892,8 @@ export const MODELS = {
|
|
|
17806
17892
|
contextWindow: 256000,
|
|
17807
17893
|
maxTokens: 256000,
|
|
17808
17894
|
},
|
|
17809
|
-
"
|
|
17810
|
-
id: "
|
|
17811
|
-
name: "StepFun 3.5 Flash",
|
|
17812
|
-
api: "anthropic-messages",
|
|
17813
|
-
provider: "vercel-ai-gateway",
|
|
17814
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17815
|
-
reasoning: true,
|
|
17816
|
-
input: ["text", "image"],
|
|
17817
|
-
cost: {
|
|
17818
|
-
input: 0.09,
|
|
17819
|
-
output: 0.3,
|
|
17820
|
-
cacheRead: 0.02,
|
|
17821
|
-
cacheWrite: 0,
|
|
17822
|
-
},
|
|
17823
|
-
contextWindow: 262114,
|
|
17824
|
-
maxTokens: 262114,
|
|
17825
|
-
},
|
|
17826
|
-
"stepfun/step-3.7-flash": {
|
|
17827
|
-
id: "stepfun/step-3.7-flash",
|
|
17828
|
-
name: "Step 3.7 Flash",
|
|
17829
|
-
api: "anthropic-messages",
|
|
17830
|
-
provider: "vercel-ai-gateway",
|
|
17831
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17832
|
-
reasoning: true,
|
|
17833
|
-
input: ["text", "image"],
|
|
17834
|
-
cost: {
|
|
17835
|
-
input: 0.19999999999999998,
|
|
17836
|
-
output: 1.15,
|
|
17837
|
-
cacheRead: 0.04,
|
|
17838
|
-
cacheWrite: 0,
|
|
17839
|
-
},
|
|
17840
|
-
contextWindow: 256000,
|
|
17841
|
-
maxTokens: 256000,
|
|
17842
|
-
},
|
|
17843
|
-
"tencent/hy3": {
|
|
17844
|
-
id: "tencent/hy3",
|
|
17845
|
-
name: "Hy3",
|
|
17846
|
-
api: "anthropic-messages",
|
|
17847
|
-
provider: "vercel-ai-gateway",
|
|
17848
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17849
|
-
reasoning: true,
|
|
17850
|
-
input: ["text"],
|
|
17851
|
-
cost: {
|
|
17852
|
-
input: 0.14,
|
|
17853
|
-
output: 0.58,
|
|
17854
|
-
cacheRead: 0.035,
|
|
17855
|
-
cacheWrite: 0,
|
|
17856
|
-
},
|
|
17857
|
-
contextWindow: 262144,
|
|
17858
|
-
maxTokens: 262144,
|
|
17859
|
-
},
|
|
17860
|
-
"thinkingmachines/inkling": {
|
|
17861
|
-
id: "thinkingmachines/inkling",
|
|
17862
|
-
name: "Inkling",
|
|
17863
|
-
api: "anthropic-messages",
|
|
17864
|
-
provider: "vercel-ai-gateway",
|
|
17865
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17866
|
-
reasoning: true,
|
|
17867
|
-
input: ["text", "image"],
|
|
17868
|
-
cost: {
|
|
17869
|
-
input: 1,
|
|
17870
|
-
output: 4.05,
|
|
17871
|
-
cacheRead: 0.16999999999999998,
|
|
17872
|
-
cacheWrite: 0,
|
|
17873
|
-
},
|
|
17874
|
-
contextWindow: 256000,
|
|
17875
|
-
maxTokens: 256000,
|
|
17876
|
-
},
|
|
17877
|
-
"thinkingmachines/inkling-small": {
|
|
17878
|
-
id: "thinkingmachines/inkling-small",
|
|
17879
|
-
name: "Inkling Small",
|
|
17880
|
-
api: "anthropic-messages",
|
|
17881
|
-
provider: "vercel-ai-gateway",
|
|
17882
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17883
|
-
reasoning: true,
|
|
17884
|
-
input: ["text", "image"],
|
|
17885
|
-
cost: {
|
|
17886
|
-
input: 0.5,
|
|
17887
|
-
output: 1.2,
|
|
17888
|
-
cacheRead: 0.09999999999999999,
|
|
17889
|
-
cacheWrite: 0,
|
|
17890
|
-
},
|
|
17891
|
-
contextWindow: 1000000,
|
|
17892
|
-
maxTokens: 1000000,
|
|
17893
|
-
},
|
|
17894
|
-
"xai/grok-4.1-fast-non-reasoning": {
|
|
17895
|
-
id: "xai/grok-4.1-fast-non-reasoning",
|
|
17895
|
+
"spacexai/grok-4.1-fast-non-reasoning": {
|
|
17896
|
+
id: "spacexai/grok-4.1-fast-non-reasoning",
|
|
17896
17897
|
name: "Grok 4.1 Fast Non-Reasoning",
|
|
17897
17898
|
api: "anthropic-messages",
|
|
17898
17899
|
provider: "vercel-ai-gateway",
|
|
@@ -17908,8 +17909,8 @@ export const MODELS = {
|
|
|
17908
17909
|
contextWindow: 1000000,
|
|
17909
17910
|
maxTokens: 1000000,
|
|
17910
17911
|
},
|
|
17911
|
-
"
|
|
17912
|
-
id: "
|
|
17912
|
+
"spacexai/grok-4.1-fast-reasoning": {
|
|
17913
|
+
id: "spacexai/grok-4.1-fast-reasoning",
|
|
17913
17914
|
name: "Grok 4.1 Fast Reasoning",
|
|
17914
17915
|
api: "anthropic-messages",
|
|
17915
17916
|
provider: "vercel-ai-gateway",
|
|
@@ -17925,8 +17926,8 @@ export const MODELS = {
|
|
|
17925
17926
|
contextWindow: 1000000,
|
|
17926
17927
|
maxTokens: 1000000,
|
|
17927
17928
|
},
|
|
17928
|
-
"
|
|
17929
|
-
id: "
|
|
17929
|
+
"spacexai/grok-4.20-multi-agent": {
|
|
17930
|
+
id: "spacexai/grok-4.20-multi-agent",
|
|
17930
17931
|
name: "Grok 4.20 Multi-Agent",
|
|
17931
17932
|
api: "anthropic-messages",
|
|
17932
17933
|
provider: "vercel-ai-gateway",
|
|
@@ -17942,8 +17943,8 @@ export const MODELS = {
|
|
|
17942
17943
|
contextWindow: 2000000,
|
|
17943
17944
|
maxTokens: 2000000,
|
|
17944
17945
|
},
|
|
17945
|
-
"
|
|
17946
|
-
id: "
|
|
17946
|
+
"spacexai/grok-4.20-multi-agent-beta": {
|
|
17947
|
+
id: "spacexai/grok-4.20-multi-agent-beta",
|
|
17947
17948
|
name: "Grok 4.20 Multi Agent Beta",
|
|
17948
17949
|
api: "anthropic-messages",
|
|
17949
17950
|
provider: "vercel-ai-gateway",
|
|
@@ -17959,8 +17960,8 @@ export const MODELS = {
|
|
|
17959
17960
|
contextWindow: 2000000,
|
|
17960
17961
|
maxTokens: 2000000,
|
|
17961
17962
|
},
|
|
17962
|
-
"
|
|
17963
|
-
id: "
|
|
17963
|
+
"spacexai/grok-4.20-non-reasoning": {
|
|
17964
|
+
id: "spacexai/grok-4.20-non-reasoning",
|
|
17964
17965
|
name: "Grok 4.20 Non-Reasoning",
|
|
17965
17966
|
api: "anthropic-messages",
|
|
17966
17967
|
provider: "vercel-ai-gateway",
|
|
@@ -17976,8 +17977,8 @@ export const MODELS = {
|
|
|
17976
17977
|
contextWindow: 2000000,
|
|
17977
17978
|
maxTokens: 2000000,
|
|
17978
17979
|
},
|
|
17979
|
-
"
|
|
17980
|
-
id: "
|
|
17980
|
+
"spacexai/grok-4.20-non-reasoning-beta": {
|
|
17981
|
+
id: "spacexai/grok-4.20-non-reasoning-beta",
|
|
17981
17982
|
name: "Grok 4.20 Beta Non-Reasoning",
|
|
17982
17983
|
api: "anthropic-messages",
|
|
17983
17984
|
provider: "vercel-ai-gateway",
|
|
@@ -17993,8 +17994,8 @@ export const MODELS = {
|
|
|
17993
17994
|
contextWindow: 2000000,
|
|
17994
17995
|
maxTokens: 2000000,
|
|
17995
17996
|
},
|
|
17996
|
-
"
|
|
17997
|
-
id: "
|
|
17997
|
+
"spacexai/grok-4.20-reasoning": {
|
|
17998
|
+
id: "spacexai/grok-4.20-reasoning",
|
|
17998
17999
|
name: "Grok 4.20 Reasoning",
|
|
17999
18000
|
api: "anthropic-messages",
|
|
18000
18001
|
provider: "vercel-ai-gateway",
|
|
@@ -18010,8 +18011,8 @@ export const MODELS = {
|
|
|
18010
18011
|
contextWindow: 2000000,
|
|
18011
18012
|
maxTokens: 2000000,
|
|
18012
18013
|
},
|
|
18013
|
-
"
|
|
18014
|
-
id: "
|
|
18014
|
+
"spacexai/grok-4.20-reasoning-beta": {
|
|
18015
|
+
id: "spacexai/grok-4.20-reasoning-beta",
|
|
18015
18016
|
name: "Grok 4.20 Beta Reasoning",
|
|
18016
18017
|
api: "anthropic-messages",
|
|
18017
18018
|
provider: "vercel-ai-gateway",
|
|
@@ -18027,8 +18028,8 @@ export const MODELS = {
|
|
|
18027
18028
|
contextWindow: 2000000,
|
|
18028
18029
|
maxTokens: 2000000,
|
|
18029
18030
|
},
|
|
18030
|
-
"
|
|
18031
|
-
id: "
|
|
18031
|
+
"spacexai/grok-4.3": {
|
|
18032
|
+
id: "spacexai/grok-4.3",
|
|
18032
18033
|
name: "Grok 4.3",
|
|
18033
18034
|
api: "anthropic-messages",
|
|
18034
18035
|
provider: "vercel-ai-gateway",
|
|
@@ -18044,8 +18045,8 @@ export const MODELS = {
|
|
|
18044
18045
|
contextWindow: 1000000,
|
|
18045
18046
|
maxTokens: 1000000,
|
|
18046
18047
|
},
|
|
18047
|
-
"
|
|
18048
|
-
id: "
|
|
18048
|
+
"spacexai/grok-4.5": {
|
|
18049
|
+
id: "spacexai/grok-4.5",
|
|
18049
18050
|
name: "Grok 4.5",
|
|
18050
18051
|
api: "anthropic-messages",
|
|
18051
18052
|
provider: "vercel-ai-gateway",
|
|
@@ -18061,8 +18062,8 @@ export const MODELS = {
|
|
|
18061
18062
|
contextWindow: 500000,
|
|
18062
18063
|
maxTokens: 500000,
|
|
18063
18064
|
},
|
|
18064
|
-
"
|
|
18065
|
-
id: "
|
|
18065
|
+
"spacexai/grok-4.6": {
|
|
18066
|
+
id: "spacexai/grok-4.6",
|
|
18066
18067
|
name: "Grok 4.6",
|
|
18067
18068
|
api: "anthropic-messages",
|
|
18068
18069
|
provider: "vercel-ai-gateway",
|
|
@@ -18078,8 +18079,8 @@ export const MODELS = {
|
|
|
18078
18079
|
contextWindow: 500000,
|
|
18079
18080
|
maxTokens: 500000,
|
|
18080
18081
|
},
|
|
18081
|
-
"
|
|
18082
|
-
id: "
|
|
18082
|
+
"spacexai/grok-build-0.1": {
|
|
18083
|
+
id: "spacexai/grok-build-0.1",
|
|
18083
18084
|
name: "Grok Build 0.1",
|
|
18084
18085
|
api: "anthropic-messages",
|
|
18085
18086
|
provider: "vercel-ai-gateway",
|
|
@@ -18095,6 +18096,91 @@ export const MODELS = {
|
|
|
18095
18096
|
contextWindow: 256000,
|
|
18096
18097
|
maxTokens: 256000,
|
|
18097
18098
|
},
|
|
18099
|
+
"stepfun/step-3.5-flash": {
|
|
18100
|
+
id: "stepfun/step-3.5-flash",
|
|
18101
|
+
name: "StepFun 3.5 Flash",
|
|
18102
|
+
api: "anthropic-messages",
|
|
18103
|
+
provider: "vercel-ai-gateway",
|
|
18104
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18105
|
+
reasoning: true,
|
|
18106
|
+
input: ["text", "image"],
|
|
18107
|
+
cost: {
|
|
18108
|
+
input: 0.09,
|
|
18109
|
+
output: 0.3,
|
|
18110
|
+
cacheRead: 0.02,
|
|
18111
|
+
cacheWrite: 0,
|
|
18112
|
+
},
|
|
18113
|
+
contextWindow: 262114,
|
|
18114
|
+
maxTokens: 262114,
|
|
18115
|
+
},
|
|
18116
|
+
"stepfun/step-3.7-flash": {
|
|
18117
|
+
id: "stepfun/step-3.7-flash",
|
|
18118
|
+
name: "Step 3.7 Flash",
|
|
18119
|
+
api: "anthropic-messages",
|
|
18120
|
+
provider: "vercel-ai-gateway",
|
|
18121
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18122
|
+
reasoning: true,
|
|
18123
|
+
input: ["text", "image"],
|
|
18124
|
+
cost: {
|
|
18125
|
+
input: 0.19999999999999998,
|
|
18126
|
+
output: 1.15,
|
|
18127
|
+
cacheRead: 0.04,
|
|
18128
|
+
cacheWrite: 0,
|
|
18129
|
+
},
|
|
18130
|
+
contextWindow: 256000,
|
|
18131
|
+
maxTokens: 256000,
|
|
18132
|
+
},
|
|
18133
|
+
"tencent/hy3": {
|
|
18134
|
+
id: "tencent/hy3",
|
|
18135
|
+
name: "Hy3",
|
|
18136
|
+
api: "anthropic-messages",
|
|
18137
|
+
provider: "vercel-ai-gateway",
|
|
18138
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18139
|
+
reasoning: true,
|
|
18140
|
+
input: ["text"],
|
|
18141
|
+
cost: {
|
|
18142
|
+
input: 0.14,
|
|
18143
|
+
output: 0.58,
|
|
18144
|
+
cacheRead: 0.035,
|
|
18145
|
+
cacheWrite: 0,
|
|
18146
|
+
},
|
|
18147
|
+
contextWindow: 262144,
|
|
18148
|
+
maxTokens: 262144,
|
|
18149
|
+
},
|
|
18150
|
+
"thinkingmachines/inkling": {
|
|
18151
|
+
id: "thinkingmachines/inkling",
|
|
18152
|
+
name: "Inkling",
|
|
18153
|
+
api: "anthropic-messages",
|
|
18154
|
+
provider: "vercel-ai-gateway",
|
|
18155
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18156
|
+
reasoning: true,
|
|
18157
|
+
input: ["text", "image"],
|
|
18158
|
+
cost: {
|
|
18159
|
+
input: 1,
|
|
18160
|
+
output: 4.05,
|
|
18161
|
+
cacheRead: 0.16999999999999998,
|
|
18162
|
+
cacheWrite: 0,
|
|
18163
|
+
},
|
|
18164
|
+
contextWindow: 256000,
|
|
18165
|
+
maxTokens: 256000,
|
|
18166
|
+
},
|
|
18167
|
+
"thinkingmachines/inkling-small": {
|
|
18168
|
+
id: "thinkingmachines/inkling-small",
|
|
18169
|
+
name: "Inkling Small",
|
|
18170
|
+
api: "anthropic-messages",
|
|
18171
|
+
provider: "vercel-ai-gateway",
|
|
18172
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18173
|
+
reasoning: true,
|
|
18174
|
+
input: ["text", "image"],
|
|
18175
|
+
cost: {
|
|
18176
|
+
input: 0.5,
|
|
18177
|
+
output: 1.2,
|
|
18178
|
+
cacheRead: 0.09999999999999999,
|
|
18179
|
+
cacheWrite: 0,
|
|
18180
|
+
},
|
|
18181
|
+
contextWindow: 1000000,
|
|
18182
|
+
maxTokens: 1000000,
|
|
18183
|
+
},
|
|
18098
18184
|
"xiaomi/mimo-v2.5": {
|
|
18099
18185
|
id: "xiaomi/mimo-v2.5",
|
|
18100
18186
|
name: "MiMo M2.5",
|
|
@@ -18197,40 +18283,6 @@ export const MODELS = {
|
|
|
18197
18283
|
contextWindow: 200000,
|
|
18198
18284
|
maxTokens: 96000,
|
|
18199
18285
|
},
|
|
18200
|
-
"zai/glm-4.6v": {
|
|
18201
|
-
id: "zai/glm-4.6v",
|
|
18202
|
-
name: "GLM-4.6V",
|
|
18203
|
-
api: "anthropic-messages",
|
|
18204
|
-
provider: "vercel-ai-gateway",
|
|
18205
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18206
|
-
reasoning: true,
|
|
18207
|
-
input: ["text", "image"],
|
|
18208
|
-
cost: {
|
|
18209
|
-
input: 0.3,
|
|
18210
|
-
output: 0.8999999999999999,
|
|
18211
|
-
cacheRead: 0.049999999999999996,
|
|
18212
|
-
cacheWrite: 0,
|
|
18213
|
-
},
|
|
18214
|
-
contextWindow: 128000,
|
|
18215
|
-
maxTokens: 24000,
|
|
18216
|
-
},
|
|
18217
|
-
"zai/glm-4.6v-flash": {
|
|
18218
|
-
id: "zai/glm-4.6v-flash",
|
|
18219
|
-
name: "GLM-4.6V-Flash",
|
|
18220
|
-
api: "anthropic-messages",
|
|
18221
|
-
provider: "vercel-ai-gateway",
|
|
18222
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18223
|
-
reasoning: true,
|
|
18224
|
-
input: ["text", "image"],
|
|
18225
|
-
cost: {
|
|
18226
|
-
input: 0,
|
|
18227
|
-
output: 0,
|
|
18228
|
-
cacheRead: 0,
|
|
18229
|
-
cacheWrite: 0,
|
|
18230
|
-
},
|
|
18231
|
-
contextWindow: 128000,
|
|
18232
|
-
maxTokens: 24000,
|
|
18233
|
-
},
|
|
18234
18286
|
"zai/glm-4.7": {
|
|
18235
18287
|
id: "zai/glm-4.7",
|
|
18236
18288
|
name: "GLM 4.7",
|