@dreb/ai 2.59.2 → 2.60.1
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 +122 -85
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +244 -209
- 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",
|
|
@@ -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": {
|
|
@@ -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",
|
|
@@ -9621,11 +9690,11 @@ export const MODELS = {
|
|
|
9621
9690
|
cost: {
|
|
9622
9691
|
input: 0.27,
|
|
9623
9692
|
output: 1,
|
|
9624
|
-
cacheRead: 0,
|
|
9693
|
+
cacheRead: 0.135,
|
|
9625
9694
|
cacheWrite: 0,
|
|
9626
9695
|
},
|
|
9627
9696
|
contextWindow: 163840,
|
|
9628
|
-
maxTokens:
|
|
9697
|
+
maxTokens: 32768,
|
|
9629
9698
|
},
|
|
9630
9699
|
"deepseek/deepseek-v3.2": {
|
|
9631
9700
|
id: "deepseek/deepseek-v3.2",
|
|
@@ -9670,9 +9739,9 @@ export const MODELS = {
|
|
|
9670
9739
|
reasoning: true,
|
|
9671
9740
|
input: ["text"],
|
|
9672
9741
|
cost: {
|
|
9673
|
-
input: 0.
|
|
9674
|
-
output: 0.
|
|
9675
|
-
cacheRead: 0.
|
|
9742
|
+
input: 0.0784,
|
|
9743
|
+
output: 0.1568,
|
|
9744
|
+
cacheRead: 0.01568,
|
|
9676
9745
|
cacheWrite: 0,
|
|
9677
9746
|
},
|
|
9678
9747
|
contextWindow: 1048576,
|
|
@@ -9704,9 +9773,9 @@ export const MODELS = {
|
|
|
9704
9773
|
reasoning: true,
|
|
9705
9774
|
input: ["text"],
|
|
9706
9775
|
cost: {
|
|
9707
|
-
input: 1.
|
|
9708
|
-
output:
|
|
9709
|
-
cacheRead: 0.
|
|
9776
|
+
input: 1.5999999999999999,
|
|
9777
|
+
output: 3.1999999999999997,
|
|
9778
|
+
cacheRead: 0.135,
|
|
9710
9779
|
cacheWrite: 0,
|
|
9711
9780
|
},
|
|
9712
9781
|
contextWindow: 1048576,
|
|
@@ -9721,13 +9790,13 @@ export const MODELS = {
|
|
|
9721
9790
|
reasoning: true,
|
|
9722
9791
|
input: ["text"],
|
|
9723
9792
|
cost: {
|
|
9724
|
-
input:
|
|
9725
|
-
output:
|
|
9726
|
-
cacheRead: 0.
|
|
9793
|
+
input: 1.1880000000000002,
|
|
9794
|
+
output: 3.564,
|
|
9795
|
+
cacheRead: 0.039599999999999996,
|
|
9727
9796
|
cacheWrite: 0,
|
|
9728
9797
|
},
|
|
9729
9798
|
contextWindow: 1048576,
|
|
9730
|
-
maxTokens:
|
|
9799
|
+
maxTokens: 4096,
|
|
9731
9800
|
},
|
|
9732
9801
|
"dots-studio/dots-3-note-preview:free": {
|
|
9733
9802
|
id: "dots-studio/dots-3-note-preview:free",
|
|
@@ -11064,9 +11133,9 @@ export const MODELS = {
|
|
|
11064
11133
|
reasoning: true,
|
|
11065
11134
|
input: ["text", "image"],
|
|
11066
11135
|
cost: {
|
|
11067
|
-
input: 0.
|
|
11068
|
-
output: 2.
|
|
11069
|
-
cacheRead: 0.
|
|
11136
|
+
input: 0.5415,
|
|
11137
|
+
output: 2.2800000000000002,
|
|
11138
|
+
cacheRead: 0.09119999999999999,
|
|
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": {
|
|
@@ -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": {
|
|
@@ -13894,6 +13963,23 @@ export const MODELS = {
|
|
|
13894
13963
|
contextWindow: 131072,
|
|
13895
13964
|
maxTokens: 16384,
|
|
13896
13965
|
},
|
|
13966
|
+
"stealth/ox-alpha": {
|
|
13967
|
+
id: "stealth/ox-alpha",
|
|
13968
|
+
name: "Ox Alpha",
|
|
13969
|
+
api: "openai-completions",
|
|
13970
|
+
provider: "openrouter",
|
|
13971
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
13972
|
+
reasoning: true,
|
|
13973
|
+
input: ["text", "image"],
|
|
13974
|
+
cost: {
|
|
13975
|
+
input: 0,
|
|
13976
|
+
output: 0,
|
|
13977
|
+
cacheRead: 0,
|
|
13978
|
+
cacheWrite: 0,
|
|
13979
|
+
},
|
|
13980
|
+
contextWindow: 1048576,
|
|
13981
|
+
maxTokens: 131072,
|
|
13982
|
+
},
|
|
13897
13983
|
"stepfun/step-3.5-flash": {
|
|
13898
13984
|
id: "stepfun/step-3.5-flash",
|
|
13899
13985
|
name: "StepFun: Step 3.5 Flash",
|
|
@@ -14010,7 +14096,7 @@ export const MODELS = {
|
|
|
14010
14096
|
cacheRead: 0.09999999999999999,
|
|
14011
14097
|
cacheWrite: 0,
|
|
14012
14098
|
},
|
|
14013
|
-
contextWindow:
|
|
14099
|
+
contextWindow: 1048576,
|
|
14014
14100
|
maxTokens: 262144,
|
|
14015
14101
|
},
|
|
14016
14102
|
"thinkingmachines/inkling:batch": {
|
|
@@ -14384,7 +14470,7 @@ export const MODELS = {
|
|
|
14384
14470
|
cacheRead: 0.26,
|
|
14385
14471
|
cacheWrite: 0,
|
|
14386
14472
|
},
|
|
14387
|
-
contextWindow:
|
|
14473
|
+
contextWindow: 1048575,
|
|
14388
14474
|
maxTokens: 4096,
|
|
14389
14475
|
},
|
|
14390
14476
|
"z-ai/glm-5.2:free": {
|
|
@@ -14515,9 +14601,9 @@ export const MODELS = {
|
|
|
14515
14601
|
reasoning: true,
|
|
14516
14602
|
input: ["text"],
|
|
14517
14603
|
cost: {
|
|
14518
|
-
input: 0.
|
|
14519
|
-
output: 0.
|
|
14520
|
-
cacheRead: 0.
|
|
14604
|
+
input: 0.065,
|
|
14605
|
+
output: 0.14,
|
|
14606
|
+
cacheRead: 0.014,
|
|
14521
14607
|
cacheWrite: 0,
|
|
14522
14608
|
},
|
|
14523
14609
|
contextWindow: 1310720,
|
|
@@ -15076,7 +15162,7 @@ export const MODELS = {
|
|
|
15076
15162
|
provider: "vercel-ai-gateway",
|
|
15077
15163
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15078
15164
|
reasoning: true,
|
|
15079
|
-
input: ["text"],
|
|
15165
|
+
input: ["text", "image"],
|
|
15080
15166
|
cost: {
|
|
15081
15167
|
input: 2,
|
|
15082
15168
|
output: 6,
|
|
@@ -15095,13 +15181,13 @@ export const MODELS = {
|
|
|
15095
15181
|
reasoning: true,
|
|
15096
15182
|
input: ["text", "image"],
|
|
15097
15183
|
cost: {
|
|
15098
|
-
input: 0.
|
|
15099
|
-
output:
|
|
15100
|
-
cacheRead: 0.
|
|
15184
|
+
input: 0.55,
|
|
15185
|
+
output: 3.3000000000000003,
|
|
15186
|
+
cacheRead: 0.11,
|
|
15101
15187
|
cacheWrite: 0,
|
|
15102
15188
|
},
|
|
15103
|
-
contextWindow:
|
|
15104
|
-
maxTokens:
|
|
15189
|
+
contextWindow: 1000000,
|
|
15190
|
+
maxTokens: 131072,
|
|
15105
15191
|
},
|
|
15106
15192
|
"alibaba/qwen3.8-max": {
|
|
15107
15193
|
id: "alibaba/qwen3.8-max",
|
|
@@ -17823,93 +17909,8 @@ export const MODELS = {
|
|
|
17823
17909
|
contextWindow: 256000,
|
|
17824
17910
|
maxTokens: 256000,
|
|
17825
17911
|
},
|
|
17826
|
-
"
|
|
17827
|
-
id: "
|
|
17828
|
-
name: "StepFun 3.5 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.09,
|
|
17836
|
-
output: 0.3,
|
|
17837
|
-
cacheRead: 0.02,
|
|
17838
|
-
cacheWrite: 0,
|
|
17839
|
-
},
|
|
17840
|
-
contextWindow: 262114,
|
|
17841
|
-
maxTokens: 262114,
|
|
17842
|
-
},
|
|
17843
|
-
"stepfun/step-3.7-flash": {
|
|
17844
|
-
id: "stepfun/step-3.7-flash",
|
|
17845
|
-
name: "Step 3.7 Flash",
|
|
17846
|
-
api: "anthropic-messages",
|
|
17847
|
-
provider: "vercel-ai-gateway",
|
|
17848
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17849
|
-
reasoning: true,
|
|
17850
|
-
input: ["text", "image"],
|
|
17851
|
-
cost: {
|
|
17852
|
-
input: 0.19999999999999998,
|
|
17853
|
-
output: 1.15,
|
|
17854
|
-
cacheRead: 0.04,
|
|
17855
|
-
cacheWrite: 0,
|
|
17856
|
-
},
|
|
17857
|
-
contextWindow: 256000,
|
|
17858
|
-
maxTokens: 256000,
|
|
17859
|
-
},
|
|
17860
|
-
"tencent/hy3": {
|
|
17861
|
-
id: "tencent/hy3",
|
|
17862
|
-
name: "Hy3",
|
|
17863
|
-
api: "anthropic-messages",
|
|
17864
|
-
provider: "vercel-ai-gateway",
|
|
17865
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17866
|
-
reasoning: true,
|
|
17867
|
-
input: ["text"],
|
|
17868
|
-
cost: {
|
|
17869
|
-
input: 0.14,
|
|
17870
|
-
output: 0.58,
|
|
17871
|
-
cacheRead: 0.035,
|
|
17872
|
-
cacheWrite: 0,
|
|
17873
|
-
},
|
|
17874
|
-
contextWindow: 262144,
|
|
17875
|
-
maxTokens: 262144,
|
|
17876
|
-
},
|
|
17877
|
-
"thinkingmachines/inkling": {
|
|
17878
|
-
id: "thinkingmachines/inkling",
|
|
17879
|
-
name: "Inkling",
|
|
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: 1,
|
|
17887
|
-
output: 4.05,
|
|
17888
|
-
cacheRead: 0.16999999999999998,
|
|
17889
|
-
cacheWrite: 0,
|
|
17890
|
-
},
|
|
17891
|
-
contextWindow: 256000,
|
|
17892
|
-
maxTokens: 256000,
|
|
17893
|
-
},
|
|
17894
|
-
"thinkingmachines/inkling-small": {
|
|
17895
|
-
id: "thinkingmachines/inkling-small",
|
|
17896
|
-
name: "Inkling Small",
|
|
17897
|
-
api: "anthropic-messages",
|
|
17898
|
-
provider: "vercel-ai-gateway",
|
|
17899
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17900
|
-
reasoning: true,
|
|
17901
|
-
input: ["text", "image"],
|
|
17902
|
-
cost: {
|
|
17903
|
-
input: 0.5,
|
|
17904
|
-
output: 1.2,
|
|
17905
|
-
cacheRead: 0.09999999999999999,
|
|
17906
|
-
cacheWrite: 0,
|
|
17907
|
-
},
|
|
17908
|
-
contextWindow: 1000000,
|
|
17909
|
-
maxTokens: 1000000,
|
|
17910
|
-
},
|
|
17911
|
-
"xai/grok-4.1-fast-non-reasoning": {
|
|
17912
|
-
id: "xai/grok-4.1-fast-non-reasoning",
|
|
17912
|
+
"spacexai/grok-4.1-fast-non-reasoning": {
|
|
17913
|
+
id: "spacexai/grok-4.1-fast-non-reasoning",
|
|
17913
17914
|
name: "Grok 4.1 Fast Non-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.1-fast-reasoning": {
|
|
17930
|
+
id: "spacexai/grok-4.1-fast-reasoning",
|
|
17930
17931
|
name: "Grok 4.1 Fast Reasoning",
|
|
17931
17932
|
api: "anthropic-messages",
|
|
17932
17933
|
provider: "vercel-ai-gateway",
|
|
@@ -17942,8 +17943,8 @@ export const MODELS = {
|
|
|
17942
17943
|
contextWindow: 1000000,
|
|
17943
17944
|
maxTokens: 1000000,
|
|
17944
17945
|
},
|
|
17945
|
-
"
|
|
17946
|
-
id: "
|
|
17946
|
+
"spacexai/grok-4.20-multi-agent": {
|
|
17947
|
+
id: "spacexai/grok-4.20-multi-agent",
|
|
17947
17948
|
name: "Grok 4.20 Multi-Agent",
|
|
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-multi-agent-beta": {
|
|
17964
|
+
id: "spacexai/grok-4.20-multi-agent-beta",
|
|
17964
17965
|
name: "Grok 4.20 Multi Agent Beta",
|
|
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": {
|
|
17981
|
+
id: "spacexai/grok-4.20-non-reasoning",
|
|
17981
17982
|
name: "Grok 4.20 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-non-reasoning-beta": {
|
|
17998
|
+
id: "spacexai/grok-4.20-non-reasoning-beta",
|
|
17998
17999
|
name: "Grok 4.20 Beta Non-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": {
|
|
18015
|
+
id: "spacexai/grok-4.20-reasoning",
|
|
18015
18016
|
name: "Grok 4.20 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.20-reasoning-beta": {
|
|
18032
|
+
id: "spacexai/grok-4.20-reasoning-beta",
|
|
18032
18033
|
name: "Grok 4.20 Beta Reasoning",
|
|
18033
18034
|
api: "anthropic-messages",
|
|
18034
18035
|
provider: "vercel-ai-gateway",
|
|
@@ -18044,8 +18045,8 @@ export const MODELS = {
|
|
|
18044
18045
|
contextWindow: 2000000,
|
|
18045
18046
|
maxTokens: 2000000,
|
|
18046
18047
|
},
|
|
18047
|
-
"
|
|
18048
|
-
id: "
|
|
18048
|
+
"spacexai/grok-4.3": {
|
|
18049
|
+
id: "spacexai/grok-4.3",
|
|
18049
18050
|
name: "Grok 4.3",
|
|
18050
18051
|
api: "anthropic-messages",
|
|
18051
18052
|
provider: "vercel-ai-gateway",
|
|
@@ -18061,8 +18062,8 @@ export const MODELS = {
|
|
|
18061
18062
|
contextWindow: 1000000,
|
|
18062
18063
|
maxTokens: 1000000,
|
|
18063
18064
|
},
|
|
18064
|
-
"
|
|
18065
|
-
id: "
|
|
18065
|
+
"spacexai/grok-4.5": {
|
|
18066
|
+
id: "spacexai/grok-4.5",
|
|
18066
18067
|
name: "Grok 4.5",
|
|
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-4.6": {
|
|
18083
|
+
id: "spacexai/grok-4.6",
|
|
18083
18084
|
name: "Grok 4.6",
|
|
18084
18085
|
api: "anthropic-messages",
|
|
18085
18086
|
provider: "vercel-ai-gateway",
|
|
@@ -18095,8 +18096,8 @@ export const MODELS = {
|
|
|
18095
18096
|
contextWindow: 500000,
|
|
18096
18097
|
maxTokens: 500000,
|
|
18097
18098
|
},
|
|
18098
|
-
"
|
|
18099
|
-
id: "
|
|
18099
|
+
"spacexai/grok-build-0.1": {
|
|
18100
|
+
id: "spacexai/grok-build-0.1",
|
|
18100
18101
|
name: "Grok Build 0.1",
|
|
18101
18102
|
api: "anthropic-messages",
|
|
18102
18103
|
provider: "vercel-ai-gateway",
|
|
@@ -18112,6 +18113,91 @@ export const MODELS = {
|
|
|
18112
18113
|
contextWindow: 256000,
|
|
18113
18114
|
maxTokens: 256000,
|
|
18114
18115
|
},
|
|
18116
|
+
"stepfun/step-3.5-flash": {
|
|
18117
|
+
id: "stepfun/step-3.5-flash",
|
|
18118
|
+
name: "StepFun 3.5 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.09,
|
|
18126
|
+
output: 0.3,
|
|
18127
|
+
cacheRead: 0.02,
|
|
18128
|
+
cacheWrite: 0,
|
|
18129
|
+
},
|
|
18130
|
+
contextWindow: 262114,
|
|
18131
|
+
maxTokens: 262114,
|
|
18132
|
+
},
|
|
18133
|
+
"stepfun/step-3.7-flash": {
|
|
18134
|
+
id: "stepfun/step-3.7-flash",
|
|
18135
|
+
name: "Step 3.7 Flash",
|
|
18136
|
+
api: "anthropic-messages",
|
|
18137
|
+
provider: "vercel-ai-gateway",
|
|
18138
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18139
|
+
reasoning: true,
|
|
18140
|
+
input: ["text", "image"],
|
|
18141
|
+
cost: {
|
|
18142
|
+
input: 0.19999999999999998,
|
|
18143
|
+
output: 1.15,
|
|
18144
|
+
cacheRead: 0.04,
|
|
18145
|
+
cacheWrite: 0,
|
|
18146
|
+
},
|
|
18147
|
+
contextWindow: 256000,
|
|
18148
|
+
maxTokens: 256000,
|
|
18149
|
+
},
|
|
18150
|
+
"tencent/hy3": {
|
|
18151
|
+
id: "tencent/hy3",
|
|
18152
|
+
name: "Hy3",
|
|
18153
|
+
api: "anthropic-messages",
|
|
18154
|
+
provider: "vercel-ai-gateway",
|
|
18155
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18156
|
+
reasoning: true,
|
|
18157
|
+
input: ["text"],
|
|
18158
|
+
cost: {
|
|
18159
|
+
input: 0.14,
|
|
18160
|
+
output: 0.58,
|
|
18161
|
+
cacheRead: 0.035,
|
|
18162
|
+
cacheWrite: 0,
|
|
18163
|
+
},
|
|
18164
|
+
contextWindow: 262144,
|
|
18165
|
+
maxTokens: 262144,
|
|
18166
|
+
},
|
|
18167
|
+
"thinkingmachines/inkling": {
|
|
18168
|
+
id: "thinkingmachines/inkling",
|
|
18169
|
+
name: "Inkling",
|
|
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: 1,
|
|
18177
|
+
output: 4.05,
|
|
18178
|
+
cacheRead: 0.16999999999999998,
|
|
18179
|
+
cacheWrite: 0,
|
|
18180
|
+
},
|
|
18181
|
+
contextWindow: 256000,
|
|
18182
|
+
maxTokens: 256000,
|
|
18183
|
+
},
|
|
18184
|
+
"thinkingmachines/inkling-small": {
|
|
18185
|
+
id: "thinkingmachines/inkling-small",
|
|
18186
|
+
name: "Inkling Small",
|
|
18187
|
+
api: "anthropic-messages",
|
|
18188
|
+
provider: "vercel-ai-gateway",
|
|
18189
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18190
|
+
reasoning: true,
|
|
18191
|
+
input: ["text", "image"],
|
|
18192
|
+
cost: {
|
|
18193
|
+
input: 0.5,
|
|
18194
|
+
output: 1.2,
|
|
18195
|
+
cacheRead: 0.09999999999999999,
|
|
18196
|
+
cacheWrite: 0,
|
|
18197
|
+
},
|
|
18198
|
+
contextWindow: 1000000,
|
|
18199
|
+
maxTokens: 1000000,
|
|
18200
|
+
},
|
|
18115
18201
|
"xiaomi/mimo-v2.5": {
|
|
18116
18202
|
id: "xiaomi/mimo-v2.5",
|
|
18117
18203
|
name: "MiMo M2.5",
|
|
@@ -18214,57 +18300,6 @@ export const MODELS = {
|
|
|
18214
18300
|
contextWindow: 200000,
|
|
18215
18301
|
maxTokens: 96000,
|
|
18216
18302
|
},
|
|
18217
|
-
"zai/glm-4.6v": {
|
|
18218
|
-
id: "zai/glm-4.6v",
|
|
18219
|
-
name: "GLM-4.6V",
|
|
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.3,
|
|
18227
|
-
output: 0.8999999999999999,
|
|
18228
|
-
cacheRead: 0.049999999999999996,
|
|
18229
|
-
cacheWrite: 0,
|
|
18230
|
-
},
|
|
18231
|
-
contextWindow: 128000,
|
|
18232
|
-
maxTokens: 24000,
|
|
18233
|
-
},
|
|
18234
|
-
"zai/glm-4.6v-flash": {
|
|
18235
|
-
id: "zai/glm-4.6v-flash",
|
|
18236
|
-
name: "GLM-4.6V-Flash",
|
|
18237
|
-
api: "anthropic-messages",
|
|
18238
|
-
provider: "vercel-ai-gateway",
|
|
18239
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18240
|
-
reasoning: true,
|
|
18241
|
-
input: ["text", "image"],
|
|
18242
|
-
cost: {
|
|
18243
|
-
input: 0,
|
|
18244
|
-
output: 0,
|
|
18245
|
-
cacheRead: 0,
|
|
18246
|
-
cacheWrite: 0,
|
|
18247
|
-
},
|
|
18248
|
-
contextWindow: 128000,
|
|
18249
|
-
maxTokens: 24000,
|
|
18250
|
-
},
|
|
18251
|
-
"zai/glm-4.6v-flash-free": {
|
|
18252
|
-
id: "zai/glm-4.6v-flash-free",
|
|
18253
|
-
name: "GLM-4.6V-Flash (Free)",
|
|
18254
|
-
api: "anthropic-messages",
|
|
18255
|
-
provider: "vercel-ai-gateway",
|
|
18256
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18257
|
-
reasoning: true,
|
|
18258
|
-
input: ["text", "image"],
|
|
18259
|
-
cost: {
|
|
18260
|
-
input: 0,
|
|
18261
|
-
output: 0,
|
|
18262
|
-
cacheRead: 0,
|
|
18263
|
-
cacheWrite: 0,
|
|
18264
|
-
},
|
|
18265
|
-
contextWindow: 128000,
|
|
18266
|
-
maxTokens: 24000,
|
|
18267
|
-
},
|
|
18268
18303
|
"zai/glm-4.7": {
|
|
18269
18304
|
id: "zai/glm-4.7",
|
|
18270
18305
|
name: "GLM 4.7",
|