@dreb/ai 2.59.2 → 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 +104 -84
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +221 -203
- 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",
|
|
@@ -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": {
|
|
@@ -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,
|
|
@@ -15095,13 +15164,13 @@ export const MODELS = {
|
|
|
15095
15164
|
reasoning: true,
|
|
15096
15165
|
input: ["text", "image"],
|
|
15097
15166
|
cost: {
|
|
15098
|
-
input: 0.
|
|
15099
|
-
output:
|
|
15100
|
-
cacheRead: 0.
|
|
15167
|
+
input: 0.55,
|
|
15168
|
+
output: 3.3000000000000003,
|
|
15169
|
+
cacheRead: 0.11,
|
|
15101
15170
|
cacheWrite: 0,
|
|
15102
15171
|
},
|
|
15103
|
-
contextWindow:
|
|
15104
|
-
maxTokens:
|
|
15172
|
+
contextWindow: 1000000,
|
|
15173
|
+
maxTokens: 131072,
|
|
15105
15174
|
},
|
|
15106
15175
|
"alibaba/qwen3.8-max": {
|
|
15107
15176
|
id: "alibaba/qwen3.8-max",
|
|
@@ -17823,93 +17892,8 @@ export const MODELS = {
|
|
|
17823
17892
|
contextWindow: 256000,
|
|
17824
17893
|
maxTokens: 256000,
|
|
17825
17894
|
},
|
|
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",
|
|
17895
|
+
"spacexai/grok-4.1-fast-non-reasoning": {
|
|
17896
|
+
id: "spacexai/grok-4.1-fast-non-reasoning",
|
|
17913
17897
|
name: "Grok 4.1 Fast Non-Reasoning",
|
|
17914
17898
|
api: "anthropic-messages",
|
|
17915
17899
|
provider: "vercel-ai-gateway",
|
|
@@ -17925,8 +17909,8 @@ export const MODELS = {
|
|
|
17925
17909
|
contextWindow: 1000000,
|
|
17926
17910
|
maxTokens: 1000000,
|
|
17927
17911
|
},
|
|
17928
|
-
"
|
|
17929
|
-
id: "
|
|
17912
|
+
"spacexai/grok-4.1-fast-reasoning": {
|
|
17913
|
+
id: "spacexai/grok-4.1-fast-reasoning",
|
|
17930
17914
|
name: "Grok 4.1 Fast Reasoning",
|
|
17931
17915
|
api: "anthropic-messages",
|
|
17932
17916
|
provider: "vercel-ai-gateway",
|
|
@@ -17942,8 +17926,8 @@ export const MODELS = {
|
|
|
17942
17926
|
contextWindow: 1000000,
|
|
17943
17927
|
maxTokens: 1000000,
|
|
17944
17928
|
},
|
|
17945
|
-
"
|
|
17946
|
-
id: "
|
|
17929
|
+
"spacexai/grok-4.20-multi-agent": {
|
|
17930
|
+
id: "spacexai/grok-4.20-multi-agent",
|
|
17947
17931
|
name: "Grok 4.20 Multi-Agent",
|
|
17948
17932
|
api: "anthropic-messages",
|
|
17949
17933
|
provider: "vercel-ai-gateway",
|
|
@@ -17959,8 +17943,8 @@ export const MODELS = {
|
|
|
17959
17943
|
contextWindow: 2000000,
|
|
17960
17944
|
maxTokens: 2000000,
|
|
17961
17945
|
},
|
|
17962
|
-
"
|
|
17963
|
-
id: "
|
|
17946
|
+
"spacexai/grok-4.20-multi-agent-beta": {
|
|
17947
|
+
id: "spacexai/grok-4.20-multi-agent-beta",
|
|
17964
17948
|
name: "Grok 4.20 Multi Agent Beta",
|
|
17965
17949
|
api: "anthropic-messages",
|
|
17966
17950
|
provider: "vercel-ai-gateway",
|
|
@@ -17976,8 +17960,8 @@ export const MODELS = {
|
|
|
17976
17960
|
contextWindow: 2000000,
|
|
17977
17961
|
maxTokens: 2000000,
|
|
17978
17962
|
},
|
|
17979
|
-
"
|
|
17980
|
-
id: "
|
|
17963
|
+
"spacexai/grok-4.20-non-reasoning": {
|
|
17964
|
+
id: "spacexai/grok-4.20-non-reasoning",
|
|
17981
17965
|
name: "Grok 4.20 Non-Reasoning",
|
|
17982
17966
|
api: "anthropic-messages",
|
|
17983
17967
|
provider: "vercel-ai-gateway",
|
|
@@ -17993,8 +17977,8 @@ export const MODELS = {
|
|
|
17993
17977
|
contextWindow: 2000000,
|
|
17994
17978
|
maxTokens: 2000000,
|
|
17995
17979
|
},
|
|
17996
|
-
"
|
|
17997
|
-
id: "
|
|
17980
|
+
"spacexai/grok-4.20-non-reasoning-beta": {
|
|
17981
|
+
id: "spacexai/grok-4.20-non-reasoning-beta",
|
|
17998
17982
|
name: "Grok 4.20 Beta Non-Reasoning",
|
|
17999
17983
|
api: "anthropic-messages",
|
|
18000
17984
|
provider: "vercel-ai-gateway",
|
|
@@ -18010,8 +17994,8 @@ export const MODELS = {
|
|
|
18010
17994
|
contextWindow: 2000000,
|
|
18011
17995
|
maxTokens: 2000000,
|
|
18012
17996
|
},
|
|
18013
|
-
"
|
|
18014
|
-
id: "
|
|
17997
|
+
"spacexai/grok-4.20-reasoning": {
|
|
17998
|
+
id: "spacexai/grok-4.20-reasoning",
|
|
18015
17999
|
name: "Grok 4.20 Reasoning",
|
|
18016
18000
|
api: "anthropic-messages",
|
|
18017
18001
|
provider: "vercel-ai-gateway",
|
|
@@ -18027,8 +18011,8 @@ export const MODELS = {
|
|
|
18027
18011
|
contextWindow: 2000000,
|
|
18028
18012
|
maxTokens: 2000000,
|
|
18029
18013
|
},
|
|
18030
|
-
"
|
|
18031
|
-
id: "
|
|
18014
|
+
"spacexai/grok-4.20-reasoning-beta": {
|
|
18015
|
+
id: "spacexai/grok-4.20-reasoning-beta",
|
|
18032
18016
|
name: "Grok 4.20 Beta Reasoning",
|
|
18033
18017
|
api: "anthropic-messages",
|
|
18034
18018
|
provider: "vercel-ai-gateway",
|
|
@@ -18044,8 +18028,8 @@ export const MODELS = {
|
|
|
18044
18028
|
contextWindow: 2000000,
|
|
18045
18029
|
maxTokens: 2000000,
|
|
18046
18030
|
},
|
|
18047
|
-
"
|
|
18048
|
-
id: "
|
|
18031
|
+
"spacexai/grok-4.3": {
|
|
18032
|
+
id: "spacexai/grok-4.3",
|
|
18049
18033
|
name: "Grok 4.3",
|
|
18050
18034
|
api: "anthropic-messages",
|
|
18051
18035
|
provider: "vercel-ai-gateway",
|
|
@@ -18061,8 +18045,8 @@ export const MODELS = {
|
|
|
18061
18045
|
contextWindow: 1000000,
|
|
18062
18046
|
maxTokens: 1000000,
|
|
18063
18047
|
},
|
|
18064
|
-
"
|
|
18065
|
-
id: "
|
|
18048
|
+
"spacexai/grok-4.5": {
|
|
18049
|
+
id: "spacexai/grok-4.5",
|
|
18066
18050
|
name: "Grok 4.5",
|
|
18067
18051
|
api: "anthropic-messages",
|
|
18068
18052
|
provider: "vercel-ai-gateway",
|
|
@@ -18078,8 +18062,8 @@ export const MODELS = {
|
|
|
18078
18062
|
contextWindow: 500000,
|
|
18079
18063
|
maxTokens: 500000,
|
|
18080
18064
|
},
|
|
18081
|
-
"
|
|
18082
|
-
id: "
|
|
18065
|
+
"spacexai/grok-4.6": {
|
|
18066
|
+
id: "spacexai/grok-4.6",
|
|
18083
18067
|
name: "Grok 4.6",
|
|
18084
18068
|
api: "anthropic-messages",
|
|
18085
18069
|
provider: "vercel-ai-gateway",
|
|
@@ -18095,8 +18079,8 @@ export const MODELS = {
|
|
|
18095
18079
|
contextWindow: 500000,
|
|
18096
18080
|
maxTokens: 500000,
|
|
18097
18081
|
},
|
|
18098
|
-
"
|
|
18099
|
-
id: "
|
|
18082
|
+
"spacexai/grok-build-0.1": {
|
|
18083
|
+
id: "spacexai/grok-build-0.1",
|
|
18100
18084
|
name: "Grok Build 0.1",
|
|
18101
18085
|
api: "anthropic-messages",
|
|
18102
18086
|
provider: "vercel-ai-gateway",
|
|
@@ -18112,6 +18096,91 @@ export const MODELS = {
|
|
|
18112
18096
|
contextWindow: 256000,
|
|
18113
18097
|
maxTokens: 256000,
|
|
18114
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
|
+
},
|
|
18115
18184
|
"xiaomi/mimo-v2.5": {
|
|
18116
18185
|
id: "xiaomi/mimo-v2.5",
|
|
18117
18186
|
name: "MiMo M2.5",
|
|
@@ -18214,57 +18283,6 @@ export const MODELS = {
|
|
|
18214
18283
|
contextWindow: 200000,
|
|
18215
18284
|
maxTokens: 96000,
|
|
18216
18285
|
},
|
|
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
18286
|
"zai/glm-4.7": {
|
|
18269
18287
|
id: "zai/glm-4.7",
|
|
18270
18288
|
name: "GLM 4.7",
|