@dreb/ai 2.13.0 → 2.14.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 +144 -76
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +187 -119
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -5273,22 +5273,39 @@ export const MODELS = {
|
|
|
5273
5273
|
contextWindow: 262144,
|
|
5274
5274
|
maxTokens: 262144,
|
|
5275
5275
|
},
|
|
5276
|
+
"mistral-medium-2604": {
|
|
5277
|
+
id: "mistral-medium-2604",
|
|
5278
|
+
name: "Mistral Medium 3.5",
|
|
5279
|
+
api: "mistral-conversations",
|
|
5280
|
+
provider: "mistral",
|
|
5281
|
+
baseUrl: "https://api.mistral.ai",
|
|
5282
|
+
reasoning: true,
|
|
5283
|
+
input: ["text", "image"],
|
|
5284
|
+
cost: {
|
|
5285
|
+
input: 1.5,
|
|
5286
|
+
output: 7.5,
|
|
5287
|
+
cacheRead: 0,
|
|
5288
|
+
cacheWrite: 0,
|
|
5289
|
+
},
|
|
5290
|
+
contextWindow: 262144,
|
|
5291
|
+
maxTokens: 262144,
|
|
5292
|
+
},
|
|
5276
5293
|
"mistral-medium-latest": {
|
|
5277
5294
|
id: "mistral-medium-latest",
|
|
5278
5295
|
name: "Mistral Medium (latest)",
|
|
5279
5296
|
api: "mistral-conversations",
|
|
5280
5297
|
provider: "mistral",
|
|
5281
5298
|
baseUrl: "https://api.mistral.ai",
|
|
5282
|
-
reasoning:
|
|
5299
|
+
reasoning: true,
|
|
5283
5300
|
input: ["text", "image"],
|
|
5284
5301
|
cost: {
|
|
5285
|
-
input:
|
|
5286
|
-
output:
|
|
5302
|
+
input: 1.5,
|
|
5303
|
+
output: 7.5,
|
|
5287
5304
|
cacheRead: 0,
|
|
5288
5305
|
cacheWrite: 0,
|
|
5289
5306
|
},
|
|
5290
|
-
contextWindow:
|
|
5291
|
-
maxTokens:
|
|
5307
|
+
contextWindow: 262144,
|
|
5308
|
+
maxTokens: 262144,
|
|
5292
5309
|
},
|
|
5293
5310
|
"mistral-nemo": {
|
|
5294
5311
|
id: "mistral-nemo",
|
|
@@ -6860,23 +6877,6 @@ export const MODELS = {
|
|
|
6860
6877
|
contextWindow: 262144,
|
|
6861
6878
|
maxTokens: 65536,
|
|
6862
6879
|
},
|
|
6863
|
-
"ling-2.6-flash-free": {
|
|
6864
|
-
id: "ling-2.6-flash-free",
|
|
6865
|
-
name: "Ling 2.6 Flash Free",
|
|
6866
|
-
api: "openai-completions",
|
|
6867
|
-
provider: "opencode",
|
|
6868
|
-
baseUrl: "https://opencode.ai/zen/v1",
|
|
6869
|
-
reasoning: false,
|
|
6870
|
-
input: ["text"],
|
|
6871
|
-
cost: {
|
|
6872
|
-
input: 0,
|
|
6873
|
-
output: 0,
|
|
6874
|
-
cacheRead: 0,
|
|
6875
|
-
cacheWrite: 0,
|
|
6876
|
-
},
|
|
6877
|
-
contextWindow: 262100,
|
|
6878
|
-
maxTokens: 32800,
|
|
6879
|
-
},
|
|
6880
6880
|
"minimax-m2.5": {
|
|
6881
6881
|
id: "minimax-m2.5",
|
|
6882
6882
|
name: "MiniMax M2.5",
|
|
@@ -8309,6 +8309,23 @@ export const MODELS = {
|
|
|
8309
8309
|
contextWindow: 262144,
|
|
8310
8310
|
maxTokens: 32768,
|
|
8311
8311
|
},
|
|
8312
|
+
"ibm-granite/granite-4.1-8b": {
|
|
8313
|
+
id: "ibm-granite/granite-4.1-8b",
|
|
8314
|
+
name: "IBM: Granite 4.1 8B",
|
|
8315
|
+
api: "openai-completions",
|
|
8316
|
+
provider: "openrouter",
|
|
8317
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
8318
|
+
reasoning: false,
|
|
8319
|
+
input: ["text"],
|
|
8320
|
+
cost: {
|
|
8321
|
+
input: 0.049999999999999996,
|
|
8322
|
+
output: 0.09999999999999999,
|
|
8323
|
+
cacheRead: 0.049999999999999996,
|
|
8324
|
+
cacheWrite: 0,
|
|
8325
|
+
},
|
|
8326
|
+
contextWindow: 131072,
|
|
8327
|
+
maxTokens: 131072,
|
|
8328
|
+
},
|
|
8312
8329
|
"inception/mercury-2": {
|
|
8313
8330
|
id: "inception/mercury-2",
|
|
8314
8331
|
name: "Inception: Mercury 2",
|
|
@@ -8360,23 +8377,6 @@ export const MODELS = {
|
|
|
8360
8377
|
contextWindow: 262144,
|
|
8361
8378
|
maxTokens: 32768,
|
|
8362
8379
|
},
|
|
8363
|
-
"inclusionai/ling-2.6-flash:free": {
|
|
8364
|
-
id: "inclusionai/ling-2.6-flash:free",
|
|
8365
|
-
name: "inclusionAI: Ling-2.6-flash (free)",
|
|
8366
|
-
api: "openai-completions",
|
|
8367
|
-
provider: "openrouter",
|
|
8368
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8369
|
-
reasoning: false,
|
|
8370
|
-
input: ["text"],
|
|
8371
|
-
cost: {
|
|
8372
|
-
input: 0,
|
|
8373
|
-
output: 0,
|
|
8374
|
-
cacheRead: 0,
|
|
8375
|
-
cacheWrite: 0,
|
|
8376
|
-
},
|
|
8377
|
-
contextWindow: 262144,
|
|
8378
|
-
maxTokens: 32768,
|
|
8379
|
-
},
|
|
8380
8380
|
"kwaipilot/kat-coder-pro-v2": {
|
|
8381
8381
|
id: "kwaipilot/kat-coder-pro-v2",
|
|
8382
8382
|
name: "Kwaipilot: KAT-Coder-Pro V2",
|
|
@@ -8829,12 +8829,12 @@ export const MODELS = {
|
|
|
8829
8829
|
input: ["text"],
|
|
8830
8830
|
cost: {
|
|
8831
8831
|
input: 0.02,
|
|
8832
|
-
output: 0.
|
|
8832
|
+
output: 0.03,
|
|
8833
8833
|
cacheRead: 0,
|
|
8834
8834
|
cacheWrite: 0,
|
|
8835
8835
|
},
|
|
8836
8836
|
contextWindow: 131072,
|
|
8837
|
-
maxTokens:
|
|
8837
|
+
maxTokens: 4096,
|
|
8838
8838
|
},
|
|
8839
8839
|
"mistralai/mistral-saba": {
|
|
8840
8840
|
id: "mistralai/mistral-saba",
|
|
@@ -8887,23 +8887,6 @@ export const MODELS = {
|
|
|
8887
8887
|
contextWindow: 128000,
|
|
8888
8888
|
maxTokens: 16384,
|
|
8889
8889
|
},
|
|
8890
|
-
"mistralai/mistral-small-creative": {
|
|
8891
|
-
id: "mistralai/mistral-small-creative",
|
|
8892
|
-
name: "Mistral: Mistral Small Creative",
|
|
8893
|
-
api: "openai-completions",
|
|
8894
|
-
provider: "openrouter",
|
|
8895
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8896
|
-
reasoning: false,
|
|
8897
|
-
input: ["text"],
|
|
8898
|
-
cost: {
|
|
8899
|
-
input: 0.09999999999999999,
|
|
8900
|
-
output: 0.3,
|
|
8901
|
-
cacheRead: 0.01,
|
|
8902
|
-
cacheWrite: 0,
|
|
8903
|
-
},
|
|
8904
|
-
contextWindow: 32768,
|
|
8905
|
-
maxTokens: 4096,
|
|
8906
|
-
},
|
|
8907
8890
|
"mistralai/mixtral-8x22b-instruct": {
|
|
8908
8891
|
id: "mistralai/mixtral-8x22b-instruct",
|
|
8909
8892
|
name: "Mistral: Mixtral 8x22B Instruct",
|
|
@@ -9049,13 +9032,13 @@ export const MODELS = {
|
|
|
9049
9032
|
reasoning: true,
|
|
9050
9033
|
input: ["text", "image"],
|
|
9051
9034
|
cost: {
|
|
9052
|
-
input: 0.
|
|
9053
|
-
output:
|
|
9054
|
-
cacheRead: 0.
|
|
9035
|
+
input: 0.74,
|
|
9036
|
+
output: 3.49,
|
|
9037
|
+
cacheRead: 0.14,
|
|
9055
9038
|
cacheWrite: 0,
|
|
9056
9039
|
},
|
|
9057
|
-
contextWindow:
|
|
9058
|
-
maxTokens:
|
|
9040
|
+
contextWindow: 262142,
|
|
9041
|
+
maxTokens: 262142,
|
|
9059
9042
|
},
|
|
9060
9043
|
"nex-agi/deepseek-v3.1-nex-n1": {
|
|
9061
9044
|
id: "nex-agi/deepseek-v3.1-nex-n1",
|
|
@@ -9968,12 +9951,12 @@ export const MODELS = {
|
|
|
9968
9951
|
input: ["text"],
|
|
9969
9952
|
cost: {
|
|
9970
9953
|
input: 0.039,
|
|
9971
|
-
output: 0.
|
|
9954
|
+
output: 0.18,
|
|
9972
9955
|
cacheRead: 0,
|
|
9973
9956
|
cacheWrite: 0,
|
|
9974
9957
|
},
|
|
9975
9958
|
contextWindow: 131072,
|
|
9976
|
-
maxTokens:
|
|
9959
|
+
maxTokens: 4096,
|
|
9977
9960
|
},
|
|
9978
9961
|
"openai/gpt-oss-120b:free": {
|
|
9979
9962
|
id: "openai/gpt-oss-120b:free",
|
|
@@ -10230,6 +10213,23 @@ export const MODELS = {
|
|
|
10230
10213
|
contextWindow: 200000,
|
|
10231
10214
|
maxTokens: 4096,
|
|
10232
10215
|
},
|
|
10216
|
+
"openrouter/owl-alpha": {
|
|
10217
|
+
id: "openrouter/owl-alpha",
|
|
10218
|
+
name: "Owl Alpha",
|
|
10219
|
+
api: "openai-completions",
|
|
10220
|
+
provider: "openrouter",
|
|
10221
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10222
|
+
reasoning: false,
|
|
10223
|
+
input: ["text"],
|
|
10224
|
+
cost: {
|
|
10225
|
+
input: 0,
|
|
10226
|
+
output: 0,
|
|
10227
|
+
cacheRead: 0,
|
|
10228
|
+
cacheWrite: 0,
|
|
10229
|
+
},
|
|
10230
|
+
contextWindow: 1048756,
|
|
10231
|
+
maxTokens: 262144,
|
|
10232
|
+
},
|
|
10233
10233
|
"poolside/laguna-m.1:free": {
|
|
10234
10234
|
id: "poolside/laguna-m.1:free",
|
|
10235
10235
|
name: "Poolside: Laguna M.1 (free)",
|
|
@@ -10630,9 +10630,9 @@ export const MODELS = {
|
|
|
10630
10630
|
reasoning: false,
|
|
10631
10631
|
input: ["text"],
|
|
10632
10632
|
cost: {
|
|
10633
|
-
input: 0.
|
|
10633
|
+
input: 0.12,
|
|
10634
10634
|
output: 0.7999999999999999,
|
|
10635
|
-
cacheRead: 0.
|
|
10635
|
+
cacheRead: 0.07,
|
|
10636
10636
|
cacheWrite: 0,
|
|
10637
10637
|
},
|
|
10638
10638
|
contextWindow: 262144,
|
|
@@ -11080,23 +11080,6 @@ export const MODELS = {
|
|
|
11080
11080
|
contextWindow: 1000000,
|
|
11081
11081
|
maxTokens: 65536,
|
|
11082
11082
|
},
|
|
11083
|
-
"qwen/qwq-32b": {
|
|
11084
|
-
id: "qwen/qwq-32b",
|
|
11085
|
-
name: "Qwen: QwQ 32B",
|
|
11086
|
-
api: "openai-completions",
|
|
11087
|
-
provider: "openrouter",
|
|
11088
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11089
|
-
reasoning: true,
|
|
11090
|
-
input: ["text"],
|
|
11091
|
-
cost: {
|
|
11092
|
-
input: 0.15,
|
|
11093
|
-
output: 0.58,
|
|
11094
|
-
cacheRead: 0,
|
|
11095
|
-
cacheWrite: 0,
|
|
11096
|
-
},
|
|
11097
|
-
contextWindow: 131072,
|
|
11098
|
-
maxTokens: 131072,
|
|
11099
|
-
},
|
|
11100
11083
|
"rekaai/reka-edge": {
|
|
11101
11084
|
id: "rekaai/reka-edge",
|
|
11102
11085
|
name: "Reka Edge",
|
|
@@ -11395,14 +11378,31 @@ export const MODELS = {
|
|
|
11395
11378
|
reasoning: true,
|
|
11396
11379
|
input: ["text", "image"],
|
|
11397
11380
|
cost: {
|
|
11398
|
-
input:
|
|
11399
|
-
output:
|
|
11381
|
+
input: 1.25,
|
|
11382
|
+
output: 2.5,
|
|
11400
11383
|
cacheRead: 0.19999999999999998,
|
|
11401
11384
|
cacheWrite: 0,
|
|
11402
11385
|
},
|
|
11403
11386
|
contextWindow: 2000000,
|
|
11404
11387
|
maxTokens: 4096,
|
|
11405
11388
|
},
|
|
11389
|
+
"x-ai/grok-4.3": {
|
|
11390
|
+
id: "x-ai/grok-4.3",
|
|
11391
|
+
name: "xAI: Grok 4.3",
|
|
11392
|
+
api: "openai-completions",
|
|
11393
|
+
provider: "openrouter",
|
|
11394
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11395
|
+
reasoning: true,
|
|
11396
|
+
input: ["text", "image"],
|
|
11397
|
+
cost: {
|
|
11398
|
+
input: 1.25,
|
|
11399
|
+
output: 2.5,
|
|
11400
|
+
cacheRead: 0.19999999999999998,
|
|
11401
|
+
cacheWrite: 0,
|
|
11402
|
+
},
|
|
11403
|
+
contextWindow: 1000000,
|
|
11404
|
+
maxTokens: 4096,
|
|
11405
|
+
},
|
|
11406
11406
|
"x-ai/grok-code-fast-1": {
|
|
11407
11407
|
id: "x-ai/grok-code-fast-1",
|
|
11408
11408
|
name: "xAI: Grok Code Fast 1",
|
|
@@ -11820,13 +11820,13 @@ export const MODELS = {
|
|
|
11820
11820
|
reasoning: true,
|
|
11821
11821
|
input: ["text", "image"],
|
|
11822
11822
|
cost: {
|
|
11823
|
-
input: 0.
|
|
11824
|
-
output:
|
|
11825
|
-
cacheRead: 0.
|
|
11823
|
+
input: 0.74,
|
|
11824
|
+
output: 3.49,
|
|
11825
|
+
cacheRead: 0.14,
|
|
11826
11826
|
cacheWrite: 0,
|
|
11827
11827
|
},
|
|
11828
|
-
contextWindow:
|
|
11829
|
-
maxTokens:
|
|
11828
|
+
contextWindow: 262142,
|
|
11829
|
+
maxTokens: 262142,
|
|
11830
11830
|
},
|
|
11831
11831
|
"~openai/gpt-latest": {
|
|
11832
11832
|
id: "~openai/gpt-latest",
|
|
@@ -11951,20 +11951,20 @@ export const MODELS = {
|
|
|
11951
11951
|
},
|
|
11952
11952
|
"alibaba/qwen3-235b-a22b-thinking": {
|
|
11953
11953
|
id: "alibaba/qwen3-235b-a22b-thinking",
|
|
11954
|
-
name: "Qwen3 235B A22B Thinking
|
|
11954
|
+
name: "Qwen3 VL 235B A22B Thinking",
|
|
11955
11955
|
api: "anthropic-messages",
|
|
11956
11956
|
provider: "vercel-ai-gateway",
|
|
11957
11957
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
11958
11958
|
reasoning: true,
|
|
11959
11959
|
input: ["text", "image"],
|
|
11960
11960
|
cost: {
|
|
11961
|
-
input: 0.
|
|
11962
|
-
output:
|
|
11963
|
-
cacheRead: 0
|
|
11961
|
+
input: 0.39999999999999997,
|
|
11962
|
+
output: 4,
|
|
11963
|
+
cacheRead: 0,
|
|
11964
11964
|
cacheWrite: 0,
|
|
11965
11965
|
},
|
|
11966
|
-
contextWindow:
|
|
11967
|
-
maxTokens:
|
|
11966
|
+
contextWindow: 131072,
|
|
11967
|
+
maxTokens: 32768,
|
|
11968
11968
|
},
|
|
11969
11969
|
"alibaba/qwen3-coder": {
|
|
11970
11970
|
id: "alibaba/qwen3-coder",
|
|
@@ -12136,6 +12136,23 @@ export const MODELS = {
|
|
|
12136
12136
|
contextWindow: 1000000,
|
|
12137
12137
|
maxTokens: 64000,
|
|
12138
12138
|
},
|
|
12139
|
+
"alibaba/qwen3.6-27b": {
|
|
12140
|
+
id: "alibaba/qwen3.6-27b",
|
|
12141
|
+
name: "Qwen 3.6 27B",
|
|
12142
|
+
api: "anthropic-messages",
|
|
12143
|
+
provider: "vercel-ai-gateway",
|
|
12144
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
12145
|
+
reasoning: true,
|
|
12146
|
+
input: ["text", "image"],
|
|
12147
|
+
cost: {
|
|
12148
|
+
input: 0.6,
|
|
12149
|
+
output: 3.5999999999999996,
|
|
12150
|
+
cacheRead: 0,
|
|
12151
|
+
cacheWrite: 0,
|
|
12152
|
+
},
|
|
12153
|
+
contextWindow: 256000,
|
|
12154
|
+
maxTokens: 256000,
|
|
12155
|
+
},
|
|
12139
12156
|
"alibaba/qwen3.6-plus": {
|
|
12140
12157
|
id: "alibaba/qwen3.6-plus",
|
|
12141
12158
|
name: "Qwen 3.6 Plus",
|
|
@@ -12516,16 +12533,16 @@ export const MODELS = {
|
|
|
12516
12533
|
api: "anthropic-messages",
|
|
12517
12534
|
provider: "vercel-ai-gateway",
|
|
12518
12535
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
12519
|
-
reasoning:
|
|
12536
|
+
reasoning: false,
|
|
12520
12537
|
input: ["text"],
|
|
12521
12538
|
cost: {
|
|
12522
|
-
input: 0.
|
|
12523
|
-
output:
|
|
12524
|
-
cacheRead: 0
|
|
12539
|
+
input: 0.62,
|
|
12540
|
+
output: 1.85,
|
|
12541
|
+
cacheRead: 0,
|
|
12525
12542
|
cacheWrite: 0,
|
|
12526
12543
|
},
|
|
12527
12544
|
contextWindow: 128000,
|
|
12528
|
-
maxTokens:
|
|
12545
|
+
maxTokens: 8000,
|
|
12529
12546
|
},
|
|
12530
12547
|
"deepseek/deepseek-v4-flash": {
|
|
12531
12548
|
id: "deepseek/deepseek-v4-flash",
|
|
@@ -14040,23 +14057,6 @@ export const MODELS = {
|
|
|
14040
14057
|
contextWindow: 200000,
|
|
14041
14058
|
maxTokens: 8000,
|
|
14042
14059
|
},
|
|
14043
|
-
"prime-intellect/intellect-3": {
|
|
14044
|
-
id: "prime-intellect/intellect-3",
|
|
14045
|
-
name: "INTELLECT 3",
|
|
14046
|
-
api: "anthropic-messages",
|
|
14047
|
-
provider: "vercel-ai-gateway",
|
|
14048
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14049
|
-
reasoning: true,
|
|
14050
|
-
input: ["text"],
|
|
14051
|
-
cost: {
|
|
14052
|
-
input: 0.19999999999999998,
|
|
14053
|
-
output: 1.1,
|
|
14054
|
-
cacheRead: 0,
|
|
14055
|
-
cacheWrite: 0,
|
|
14056
|
-
},
|
|
14057
|
-
contextWindow: 131072,
|
|
14058
|
-
maxTokens: 131072,
|
|
14059
|
-
},
|
|
14060
14060
|
"xai/grok-3": {
|
|
14061
14061
|
id: "xai/grok-3",
|
|
14062
14062
|
name: "Grok 3 Beta",
|
|
@@ -14312,6 +14312,23 @@ export const MODELS = {
|
|
|
14312
14312
|
contextWindow: 2000000,
|
|
14313
14313
|
maxTokens: 2000000,
|
|
14314
14314
|
},
|
|
14315
|
+
"xai/grok-4.3": {
|
|
14316
|
+
id: "xai/grok-4.3",
|
|
14317
|
+
name: "Grok 4.3",
|
|
14318
|
+
api: "anthropic-messages",
|
|
14319
|
+
provider: "vercel-ai-gateway",
|
|
14320
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14321
|
+
reasoning: true,
|
|
14322
|
+
input: ["text", "image"],
|
|
14323
|
+
cost: {
|
|
14324
|
+
input: 1.25,
|
|
14325
|
+
output: 2.5,
|
|
14326
|
+
cacheRead: 0.19999999999999998,
|
|
14327
|
+
cacheWrite: 0,
|
|
14328
|
+
},
|
|
14329
|
+
contextWindow: 1000000,
|
|
14330
|
+
maxTokens: 1000000,
|
|
14331
|
+
},
|
|
14315
14332
|
"xai/grok-code-fast-1": {
|
|
14316
14333
|
id: "xai/grok-code-fast-1",
|
|
14317
14334
|
name: "Grok Code Fast 1",
|
|
@@ -14363,6 +14380,40 @@ export const MODELS = {
|
|
|
14363
14380
|
contextWindow: 1000000,
|
|
14364
14381
|
maxTokens: 128000,
|
|
14365
14382
|
},
|
|
14383
|
+
"xiaomi/mimo-v2.5": {
|
|
14384
|
+
id: "xiaomi/mimo-v2.5",
|
|
14385
|
+
name: "MiMo M2.5",
|
|
14386
|
+
api: "anthropic-messages",
|
|
14387
|
+
provider: "vercel-ai-gateway",
|
|
14388
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14389
|
+
reasoning: true,
|
|
14390
|
+
input: ["text", "image"],
|
|
14391
|
+
cost: {
|
|
14392
|
+
input: 0.39999999999999997,
|
|
14393
|
+
output: 2,
|
|
14394
|
+
cacheRead: 0.08,
|
|
14395
|
+
cacheWrite: 0,
|
|
14396
|
+
},
|
|
14397
|
+
contextWindow: 1050000,
|
|
14398
|
+
maxTokens: 131100,
|
|
14399
|
+
},
|
|
14400
|
+
"xiaomi/mimo-v2.5-pro": {
|
|
14401
|
+
id: "xiaomi/mimo-v2.5-pro",
|
|
14402
|
+
name: "MiMo V2.5 Pro",
|
|
14403
|
+
api: "anthropic-messages",
|
|
14404
|
+
provider: "vercel-ai-gateway",
|
|
14405
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14406
|
+
reasoning: true,
|
|
14407
|
+
input: ["text", "image"],
|
|
14408
|
+
cost: {
|
|
14409
|
+
input: 1,
|
|
14410
|
+
output: 3,
|
|
14411
|
+
cacheRead: 0.19999999999999998,
|
|
14412
|
+
cacheWrite: 0,
|
|
14413
|
+
},
|
|
14414
|
+
contextWindow: 1050000,
|
|
14415
|
+
maxTokens: 131000,
|
|
14416
|
+
},
|
|
14366
14417
|
"zai/glm-4.5": {
|
|
14367
14418
|
id: "zai/glm-4.5",
|
|
14368
14419
|
name: "GLM-4.5",
|
|
@@ -14943,6 +14994,23 @@ export const MODELS = {
|
|
|
14943
14994
|
contextWindow: 2000000,
|
|
14944
14995
|
maxTokens: 30000,
|
|
14945
14996
|
},
|
|
14997
|
+
"grok-4.3": {
|
|
14998
|
+
id: "grok-4.3",
|
|
14999
|
+
name: "Grok 4.3",
|
|
15000
|
+
api: "openai-completions",
|
|
15001
|
+
provider: "xai",
|
|
15002
|
+
baseUrl: "https://api.x.ai/v1",
|
|
15003
|
+
reasoning: true,
|
|
15004
|
+
input: ["text", "image"],
|
|
15005
|
+
cost: {
|
|
15006
|
+
input: 1.25,
|
|
15007
|
+
output: 2.5,
|
|
15008
|
+
cacheRead: 0.2,
|
|
15009
|
+
cacheWrite: 0,
|
|
15010
|
+
},
|
|
15011
|
+
contextWindow: 1000000,
|
|
15012
|
+
maxTokens: 30000,
|
|
15013
|
+
},
|
|
14946
15014
|
"grok-beta": {
|
|
14947
15015
|
id: "grok-beta",
|
|
14948
15016
|
name: "Grok Beta",
|