@dreb/ai 2.58.0 → 2.58.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 +346 -17
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +358 -33
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -4811,6 +4811,42 @@ export const MODELS = {
|
|
|
4811
4811
|
contextWindow: 262144,
|
|
4812
4812
|
maxTokens: 131072,
|
|
4813
4813
|
},
|
|
4814
|
+
"Qwen/Qwen3-VL-235B-A22B-Instruct": {
|
|
4815
|
+
id: "Qwen/Qwen3-VL-235B-A22B-Instruct",
|
|
4816
|
+
name: "Qwen3 VL 235B A22B Instruct",
|
|
4817
|
+
api: "openai-completions",
|
|
4818
|
+
provider: "huggingface",
|
|
4819
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
4820
|
+
compat: { "supportsDeveloperRole": false },
|
|
4821
|
+
reasoning: false,
|
|
4822
|
+
input: ["text", "image"],
|
|
4823
|
+
cost: {
|
|
4824
|
+
input: 0.3,
|
|
4825
|
+
output: 1.5,
|
|
4826
|
+
cacheRead: 0,
|
|
4827
|
+
cacheWrite: 0,
|
|
4828
|
+
},
|
|
4829
|
+
contextWindow: 131072,
|
|
4830
|
+
maxTokens: 32768,
|
|
4831
|
+
},
|
|
4832
|
+
"Qwen/Qwen3-VL-235B-A22B-Thinking": {
|
|
4833
|
+
id: "Qwen/Qwen3-VL-235B-A22B-Thinking",
|
|
4834
|
+
name: "Qwen3 VL 235B A22B Thinking",
|
|
4835
|
+
api: "openai-completions",
|
|
4836
|
+
provider: "huggingface",
|
|
4837
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
4838
|
+
compat: { "supportsDeveloperRole": false },
|
|
4839
|
+
reasoning: true,
|
|
4840
|
+
input: ["text", "image"],
|
|
4841
|
+
cost: {
|
|
4842
|
+
input: 0.98,
|
|
4843
|
+
output: 3.95,
|
|
4844
|
+
cacheRead: 0,
|
|
4845
|
+
cacheWrite: 0,
|
|
4846
|
+
},
|
|
4847
|
+
contextWindow: 131072,
|
|
4848
|
+
maxTokens: 32768,
|
|
4849
|
+
},
|
|
4814
4850
|
"Qwen/Qwen3.5-122B-A10B": {
|
|
4815
4851
|
id: "Qwen/Qwen3.5-122B-A10B",
|
|
4816
4852
|
name: "Qwen3.5 122B-A10B",
|
|
@@ -9651,9 +9687,9 @@ export const MODELS = {
|
|
|
9651
9687
|
reasoning: true,
|
|
9652
9688
|
input: ["text"],
|
|
9653
9689
|
cost: {
|
|
9654
|
-
input: 0.
|
|
9655
|
-
output: 0.
|
|
9656
|
-
cacheRead: 0.
|
|
9690
|
+
input: 0.08259999999999999,
|
|
9691
|
+
output: 0.16519999999999999,
|
|
9692
|
+
cacheRead: 0.01652,
|
|
9657
9693
|
cacheWrite: 0,
|
|
9658
9694
|
},
|
|
9659
9695
|
contextWindow: 1048576,
|
|
@@ -10407,23 +10443,6 @@ export const MODELS = {
|
|
|
10407
10443
|
contextWindow: 256000,
|
|
10408
10444
|
maxTokens: 80000,
|
|
10409
10445
|
},
|
|
10410
|
-
"liquid/lfm-2.5-2.6b:free": {
|
|
10411
|
-
id: "liquid/lfm-2.5-2.6b:free",
|
|
10412
|
-
name: "LiquidAI: LFM2.5-2.6B (free)",
|
|
10413
|
-
api: "openai-completions",
|
|
10414
|
-
provider: "openrouter",
|
|
10415
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10416
|
-
reasoning: true,
|
|
10417
|
-
input: ["text"],
|
|
10418
|
-
cost: {
|
|
10419
|
-
input: 0,
|
|
10420
|
-
output: 0,
|
|
10421
|
-
cacheRead: 0,
|
|
10422
|
-
cacheWrite: 0,
|
|
10423
|
-
},
|
|
10424
|
-
contextWindow: 128000,
|
|
10425
|
-
maxTokens: 8192,
|
|
10426
|
-
},
|
|
10427
10446
|
"meituan/longcat-2.0": {
|
|
10428
10447
|
id: "meituan/longcat-2.0",
|
|
10429
10448
|
name: "Meituan: LongCat 2.0",
|
|
@@ -11045,9 +11064,9 @@ export const MODELS = {
|
|
|
11045
11064
|
reasoning: true,
|
|
11046
11065
|
input: ["text", "image"],
|
|
11047
11066
|
cost: {
|
|
11048
|
-
input: 0.
|
|
11049
|
-
output:
|
|
11050
|
-
cacheRead: 0.
|
|
11067
|
+
input: 0.95,
|
|
11068
|
+
output: 4,
|
|
11069
|
+
cacheRead: 0.16,
|
|
11051
11070
|
cacheWrite: 0,
|
|
11052
11071
|
},
|
|
11053
11072
|
contextWindow: 262144,
|
|
@@ -14343,13 +14362,13 @@ export const MODELS = {
|
|
|
14343
14362
|
reasoning: true,
|
|
14344
14363
|
input: ["text"],
|
|
14345
14364
|
cost: {
|
|
14346
|
-
input:
|
|
14347
|
-
output:
|
|
14348
|
-
cacheRead: 0.
|
|
14365
|
+
input: 1.19,
|
|
14366
|
+
output: 3.74,
|
|
14367
|
+
cacheRead: 0.221,
|
|
14349
14368
|
cacheWrite: 0,
|
|
14350
14369
|
},
|
|
14351
14370
|
contextWindow: 1048576,
|
|
14352
|
-
maxTokens:
|
|
14371
|
+
maxTokens: 262144,
|
|
14353
14372
|
},
|
|
14354
14373
|
"z-ai/glm-5.2:batch": {
|
|
14355
14374
|
id: "z-ai/glm-5.2:batch",
|
|
@@ -14462,9 +14481,9 @@ export const MODELS = {
|
|
|
14462
14481
|
reasoning: true,
|
|
14463
14482
|
input: ["text"],
|
|
14464
14483
|
cost: {
|
|
14465
|
-
input: 0.
|
|
14466
|
-
output: 0.
|
|
14467
|
-
cacheRead: 0.
|
|
14484
|
+
input: 0.078596,
|
|
14485
|
+
output: 0.157192,
|
|
14486
|
+
cacheRead: 0.015719200000000003,
|
|
14468
14487
|
cacheWrite: 0,
|
|
14469
14488
|
},
|
|
14470
14489
|
contextWindow: 1310720,
|
|
@@ -15025,9 +15044,9 @@ export const MODELS = {
|
|
|
15025
15044
|
reasoning: true,
|
|
15026
15045
|
input: ["text", "image"],
|
|
15027
15046
|
cost: {
|
|
15028
|
-
input: 0,
|
|
15029
|
-
output: 0,
|
|
15030
|
-
cacheRead: 0,
|
|
15047
|
+
input: 0.09999999999999999,
|
|
15048
|
+
output: 0.39999999999999997,
|
|
15049
|
+
cacheRead: 0.01,
|
|
15031
15050
|
cacheWrite: 0,
|
|
15032
15051
|
},
|
|
15033
15052
|
contextWindow: 262144,
|
|
@@ -16784,6 +16803,23 @@ export const MODELS = {
|
|
|
16784
16803
|
contextWindow: 1047576,
|
|
16785
16804
|
maxTokens: 32768,
|
|
16786
16805
|
},
|
|
16806
|
+
"openai/gpt-4.1-fast": {
|
|
16807
|
+
id: "openai/gpt-4.1-fast",
|
|
16808
|
+
name: "GPT-4.1 (Fast)",
|
|
16809
|
+
api: "anthropic-messages",
|
|
16810
|
+
provider: "vercel-ai-gateway",
|
|
16811
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16812
|
+
reasoning: false,
|
|
16813
|
+
input: ["text", "image"],
|
|
16814
|
+
cost: {
|
|
16815
|
+
input: 3.5,
|
|
16816
|
+
output: 14,
|
|
16817
|
+
cacheRead: 0.875,
|
|
16818
|
+
cacheWrite: 0,
|
|
16819
|
+
},
|
|
16820
|
+
contextWindow: 1047576,
|
|
16821
|
+
maxTokens: 32768,
|
|
16822
|
+
},
|
|
16787
16823
|
"openai/gpt-4.1-mini": {
|
|
16788
16824
|
id: "openai/gpt-4.1-mini",
|
|
16789
16825
|
name: "GPT-4.1 mini",
|
|
@@ -16801,6 +16837,23 @@ export const MODELS = {
|
|
|
16801
16837
|
contextWindow: 1047576,
|
|
16802
16838
|
maxTokens: 32768,
|
|
16803
16839
|
},
|
|
16840
|
+
"openai/gpt-4.1-mini-fast": {
|
|
16841
|
+
id: "openai/gpt-4.1-mini-fast",
|
|
16842
|
+
name: "GPT-4.1 mini (Fast)",
|
|
16843
|
+
api: "anthropic-messages",
|
|
16844
|
+
provider: "vercel-ai-gateway",
|
|
16845
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16846
|
+
reasoning: false,
|
|
16847
|
+
input: ["text", "image"],
|
|
16848
|
+
cost: {
|
|
16849
|
+
input: 0.7,
|
|
16850
|
+
output: 2.8,
|
|
16851
|
+
cacheRead: 0.175,
|
|
16852
|
+
cacheWrite: 0,
|
|
16853
|
+
},
|
|
16854
|
+
contextWindow: 1047576,
|
|
16855
|
+
maxTokens: 32768,
|
|
16856
|
+
},
|
|
16804
16857
|
"openai/gpt-4.1-nano": {
|
|
16805
16858
|
id: "openai/gpt-4.1-nano",
|
|
16806
16859
|
name: "GPT-4.1 nano",
|
|
@@ -16818,6 +16871,23 @@ export const MODELS = {
|
|
|
16818
16871
|
contextWindow: 1047576,
|
|
16819
16872
|
maxTokens: 32768,
|
|
16820
16873
|
},
|
|
16874
|
+
"openai/gpt-4.1-nano-fast": {
|
|
16875
|
+
id: "openai/gpt-4.1-nano-fast",
|
|
16876
|
+
name: "GPT-4.1 nano (Fast)",
|
|
16877
|
+
api: "anthropic-messages",
|
|
16878
|
+
provider: "vercel-ai-gateway",
|
|
16879
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16880
|
+
reasoning: false,
|
|
16881
|
+
input: ["text", "image"],
|
|
16882
|
+
cost: {
|
|
16883
|
+
input: 0.19999999999999998,
|
|
16884
|
+
output: 0.7999999999999999,
|
|
16885
|
+
cacheRead: 0.049999999999999996,
|
|
16886
|
+
cacheWrite: 0,
|
|
16887
|
+
},
|
|
16888
|
+
contextWindow: 1047576,
|
|
16889
|
+
maxTokens: 32768,
|
|
16890
|
+
},
|
|
16821
16891
|
"openai/gpt-4o": {
|
|
16822
16892
|
id: "openai/gpt-4o",
|
|
16823
16893
|
name: "GPT-4o",
|
|
@@ -16835,6 +16905,23 @@ export const MODELS = {
|
|
|
16835
16905
|
contextWindow: 128000,
|
|
16836
16906
|
maxTokens: 16384,
|
|
16837
16907
|
},
|
|
16908
|
+
"openai/gpt-4o-fast": {
|
|
16909
|
+
id: "openai/gpt-4o-fast",
|
|
16910
|
+
name: "GPT-4o (Fast)",
|
|
16911
|
+
api: "anthropic-messages",
|
|
16912
|
+
provider: "vercel-ai-gateway",
|
|
16913
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16914
|
+
reasoning: false,
|
|
16915
|
+
input: ["text", "image"],
|
|
16916
|
+
cost: {
|
|
16917
|
+
input: 4.25,
|
|
16918
|
+
output: 17,
|
|
16919
|
+
cacheRead: 2.125,
|
|
16920
|
+
cacheWrite: 0,
|
|
16921
|
+
},
|
|
16922
|
+
contextWindow: 128000,
|
|
16923
|
+
maxTokens: 16384,
|
|
16924
|
+
},
|
|
16838
16925
|
"openai/gpt-4o-mini": {
|
|
16839
16926
|
id: "openai/gpt-4o-mini",
|
|
16840
16927
|
name: "GPT-4o mini",
|
|
@@ -16852,6 +16939,23 @@ export const MODELS = {
|
|
|
16852
16939
|
contextWindow: 128000,
|
|
16853
16940
|
maxTokens: 16384,
|
|
16854
16941
|
},
|
|
16942
|
+
"openai/gpt-4o-mini-fast": {
|
|
16943
|
+
id: "openai/gpt-4o-mini-fast",
|
|
16944
|
+
name: "GPT-4o mini (Fast)",
|
|
16945
|
+
api: "anthropic-messages",
|
|
16946
|
+
provider: "vercel-ai-gateway",
|
|
16947
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16948
|
+
reasoning: false,
|
|
16949
|
+
input: ["text", "image"],
|
|
16950
|
+
cost: {
|
|
16951
|
+
input: 0.25,
|
|
16952
|
+
output: 1,
|
|
16953
|
+
cacheRead: 0.125,
|
|
16954
|
+
cacheWrite: 0,
|
|
16955
|
+
},
|
|
16956
|
+
contextWindow: 128000,
|
|
16957
|
+
maxTokens: 16384,
|
|
16958
|
+
},
|
|
16855
16959
|
"openai/gpt-5": {
|
|
16856
16960
|
id: "openai/gpt-5",
|
|
16857
16961
|
name: "GPT-5",
|
|
@@ -16886,6 +16990,23 @@ export const MODELS = {
|
|
|
16886
16990
|
contextWindow: 400000,
|
|
16887
16991
|
maxTokens: 128000,
|
|
16888
16992
|
},
|
|
16993
|
+
"openai/gpt-5-fast": {
|
|
16994
|
+
id: "openai/gpt-5-fast",
|
|
16995
|
+
name: "GPT-5 (Fast)",
|
|
16996
|
+
api: "anthropic-messages",
|
|
16997
|
+
provider: "vercel-ai-gateway",
|
|
16998
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16999
|
+
reasoning: true,
|
|
17000
|
+
input: ["text", "image"],
|
|
17001
|
+
cost: {
|
|
17002
|
+
input: 2.5,
|
|
17003
|
+
output: 20,
|
|
17004
|
+
cacheRead: 0.25,
|
|
17005
|
+
cacheWrite: 0,
|
|
17006
|
+
},
|
|
17007
|
+
contextWindow: 400000,
|
|
17008
|
+
maxTokens: 128000,
|
|
17009
|
+
},
|
|
16889
17010
|
"openai/gpt-5-mini": {
|
|
16890
17011
|
id: "openai/gpt-5-mini",
|
|
16891
17012
|
name: "GPT-5 mini",
|
|
@@ -16903,6 +17024,23 @@ export const MODELS = {
|
|
|
16903
17024
|
contextWindow: 400000,
|
|
16904
17025
|
maxTokens: 128000,
|
|
16905
17026
|
},
|
|
17027
|
+
"openai/gpt-5-mini-fast": {
|
|
17028
|
+
id: "openai/gpt-5-mini-fast",
|
|
17029
|
+
name: "GPT-5 mini (Fast)",
|
|
17030
|
+
api: "anthropic-messages",
|
|
17031
|
+
provider: "vercel-ai-gateway",
|
|
17032
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17033
|
+
reasoning: true,
|
|
17034
|
+
input: ["text", "image"],
|
|
17035
|
+
cost: {
|
|
17036
|
+
input: 0.44999999999999996,
|
|
17037
|
+
output: 3.5999999999999996,
|
|
17038
|
+
cacheRead: 0.045,
|
|
17039
|
+
cacheWrite: 0,
|
|
17040
|
+
},
|
|
17041
|
+
contextWindow: 400000,
|
|
17042
|
+
maxTokens: 128000,
|
|
17043
|
+
},
|
|
16906
17044
|
"openai/gpt-5-nano": {
|
|
16907
17045
|
id: "openai/gpt-5-nano",
|
|
16908
17046
|
name: "GPT-5 nano",
|
|
@@ -17005,6 +17143,23 @@ export const MODELS = {
|
|
|
17005
17143
|
contextWindow: 400000,
|
|
17006
17144
|
maxTokens: 128000,
|
|
17007
17145
|
},
|
|
17146
|
+
"openai/gpt-5.1-thinking-fast": {
|
|
17147
|
+
id: "openai/gpt-5.1-thinking-fast",
|
|
17148
|
+
name: "GPT 5.1 Thinking (Fast)",
|
|
17149
|
+
api: "anthropic-messages",
|
|
17150
|
+
provider: "vercel-ai-gateway",
|
|
17151
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17152
|
+
reasoning: true,
|
|
17153
|
+
input: ["text", "image"],
|
|
17154
|
+
cost: {
|
|
17155
|
+
input: 2.5,
|
|
17156
|
+
output: 20,
|
|
17157
|
+
cacheRead: 0.25,
|
|
17158
|
+
cacheWrite: 0,
|
|
17159
|
+
},
|
|
17160
|
+
contextWindow: 400000,
|
|
17161
|
+
maxTokens: 128000,
|
|
17162
|
+
},
|
|
17008
17163
|
"openai/gpt-5.2": {
|
|
17009
17164
|
id: "openai/gpt-5.2",
|
|
17010
17165
|
name: "GPT 5.2",
|
|
@@ -17039,6 +17194,23 @@ export const MODELS = {
|
|
|
17039
17194
|
contextWindow: 400000,
|
|
17040
17195
|
maxTokens: 128000,
|
|
17041
17196
|
},
|
|
17197
|
+
"openai/gpt-5.2-fast": {
|
|
17198
|
+
id: "openai/gpt-5.2-fast",
|
|
17199
|
+
name: "GPT 5.2 (Fast)",
|
|
17200
|
+
api: "anthropic-messages",
|
|
17201
|
+
provider: "vercel-ai-gateway",
|
|
17202
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17203
|
+
reasoning: true,
|
|
17204
|
+
input: ["text", "image"],
|
|
17205
|
+
cost: {
|
|
17206
|
+
input: 3.5,
|
|
17207
|
+
output: 28,
|
|
17208
|
+
cacheRead: 0.35,
|
|
17209
|
+
cacheWrite: 0,
|
|
17210
|
+
},
|
|
17211
|
+
contextWindow: 400000,
|
|
17212
|
+
maxTokens: 128000,
|
|
17213
|
+
},
|
|
17042
17214
|
"openai/gpt-5.2-pro": {
|
|
17043
17215
|
id: "openai/gpt-5.2-pro",
|
|
17044
17216
|
name: "GPT 5.2 ",
|
|
@@ -17073,6 +17245,23 @@ export const MODELS = {
|
|
|
17073
17245
|
contextWindow: 400000,
|
|
17074
17246
|
maxTokens: 128000,
|
|
17075
17247
|
},
|
|
17248
|
+
"openai/gpt-5.3-codex-fast": {
|
|
17249
|
+
id: "openai/gpt-5.3-codex-fast",
|
|
17250
|
+
name: "GPT 5.3 Codex (Fast)",
|
|
17251
|
+
api: "anthropic-messages",
|
|
17252
|
+
provider: "vercel-ai-gateway",
|
|
17253
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17254
|
+
reasoning: true,
|
|
17255
|
+
input: ["text", "image"],
|
|
17256
|
+
cost: {
|
|
17257
|
+
input: 3.5,
|
|
17258
|
+
output: 28,
|
|
17259
|
+
cacheRead: 0.35,
|
|
17260
|
+
cacheWrite: 0,
|
|
17261
|
+
},
|
|
17262
|
+
contextWindow: 400000,
|
|
17263
|
+
maxTokens: 128000,
|
|
17264
|
+
},
|
|
17076
17265
|
"openai/gpt-5.4": {
|
|
17077
17266
|
id: "openai/gpt-5.4",
|
|
17078
17267
|
name: "GPT 5.4",
|
|
@@ -17090,6 +17279,23 @@ export const MODELS = {
|
|
|
17090
17279
|
contextWindow: 1050000,
|
|
17091
17280
|
maxTokens: 128000,
|
|
17092
17281
|
},
|
|
17282
|
+
"openai/gpt-5.4-fast": {
|
|
17283
|
+
id: "openai/gpt-5.4-fast",
|
|
17284
|
+
name: "GPT 5.4 (Fast)",
|
|
17285
|
+
api: "anthropic-messages",
|
|
17286
|
+
provider: "vercel-ai-gateway",
|
|
17287
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17288
|
+
reasoning: true,
|
|
17289
|
+
input: ["text", "image"],
|
|
17290
|
+
cost: {
|
|
17291
|
+
input: 5,
|
|
17292
|
+
output: 30,
|
|
17293
|
+
cacheRead: 0.5,
|
|
17294
|
+
cacheWrite: 0,
|
|
17295
|
+
},
|
|
17296
|
+
contextWindow: 1050000,
|
|
17297
|
+
maxTokens: 128000,
|
|
17298
|
+
},
|
|
17093
17299
|
"openai/gpt-5.4-mini": {
|
|
17094
17300
|
id: "openai/gpt-5.4-mini",
|
|
17095
17301
|
name: "GPT 5.4 Mini",
|
|
@@ -17107,6 +17313,23 @@ export const MODELS = {
|
|
|
17107
17313
|
contextWindow: 400000,
|
|
17108
17314
|
maxTokens: 128000,
|
|
17109
17315
|
},
|
|
17316
|
+
"openai/gpt-5.4-mini-fast": {
|
|
17317
|
+
id: "openai/gpt-5.4-mini-fast",
|
|
17318
|
+
name: "GPT 5.4 Mini (Fast)",
|
|
17319
|
+
api: "anthropic-messages",
|
|
17320
|
+
provider: "vercel-ai-gateway",
|
|
17321
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17322
|
+
reasoning: true,
|
|
17323
|
+
input: ["text", "image"],
|
|
17324
|
+
cost: {
|
|
17325
|
+
input: 1.5,
|
|
17326
|
+
output: 9,
|
|
17327
|
+
cacheRead: 0.15,
|
|
17328
|
+
cacheWrite: 0,
|
|
17329
|
+
},
|
|
17330
|
+
contextWindow: 400000,
|
|
17331
|
+
maxTokens: 128000,
|
|
17332
|
+
},
|
|
17110
17333
|
"openai/gpt-5.4-nano": {
|
|
17111
17334
|
id: "openai/gpt-5.4-nano",
|
|
17112
17335
|
name: "GPT 5.4 Nano",
|
|
@@ -17158,6 +17381,23 @@ export const MODELS = {
|
|
|
17158
17381
|
contextWindow: 1000000,
|
|
17159
17382
|
maxTokens: 128000,
|
|
17160
17383
|
},
|
|
17384
|
+
"openai/gpt-5.5-fast": {
|
|
17385
|
+
id: "openai/gpt-5.5-fast",
|
|
17386
|
+
name: "GPT 5.5 (Fast)",
|
|
17387
|
+
api: "anthropic-messages",
|
|
17388
|
+
provider: "vercel-ai-gateway",
|
|
17389
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17390
|
+
reasoning: true,
|
|
17391
|
+
input: ["text", "image"],
|
|
17392
|
+
cost: {
|
|
17393
|
+
input: 12.5,
|
|
17394
|
+
output: 75,
|
|
17395
|
+
cacheRead: 1.25,
|
|
17396
|
+
cacheWrite: 0,
|
|
17397
|
+
},
|
|
17398
|
+
contextWindow: 1000000,
|
|
17399
|
+
maxTokens: 128000,
|
|
17400
|
+
},
|
|
17161
17401
|
"openai/gpt-5.5-pro": {
|
|
17162
17402
|
id: "openai/gpt-5.5-pro",
|
|
17163
17403
|
name: "GPT 5.5 Pro",
|
|
@@ -17192,6 +17432,23 @@ export const MODELS = {
|
|
|
17192
17432
|
contextWindow: 1050000,
|
|
17193
17433
|
maxTokens: 128000,
|
|
17194
17434
|
},
|
|
17435
|
+
"openai/gpt-5.6-luna-fast": {
|
|
17436
|
+
id: "openai/gpt-5.6-luna-fast",
|
|
17437
|
+
name: "GPT 5.6 Luna (Fast)",
|
|
17438
|
+
api: "anthropic-messages",
|
|
17439
|
+
provider: "vercel-ai-gateway",
|
|
17440
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17441
|
+
reasoning: true,
|
|
17442
|
+
input: ["text", "image"],
|
|
17443
|
+
cost: {
|
|
17444
|
+
input: 0.39999999999999997,
|
|
17445
|
+
output: 2.4,
|
|
17446
|
+
cacheRead: 0.04,
|
|
17447
|
+
cacheWrite: 0.25,
|
|
17448
|
+
},
|
|
17449
|
+
contextWindow: 1050000,
|
|
17450
|
+
maxTokens: 128000,
|
|
17451
|
+
},
|
|
17195
17452
|
"openai/gpt-5.6-sol": {
|
|
17196
17453
|
id: "openai/gpt-5.6-sol",
|
|
17197
17454
|
name: "GPT 5.6 Sol",
|
|
@@ -17209,6 +17466,23 @@ export const MODELS = {
|
|
|
17209
17466
|
contextWindow: 1050000,
|
|
17210
17467
|
maxTokens: 128000,
|
|
17211
17468
|
},
|
|
17469
|
+
"openai/gpt-5.6-sol-fast": {
|
|
17470
|
+
id: "openai/gpt-5.6-sol-fast",
|
|
17471
|
+
name: "GPT 5.6 Sol (Fast)",
|
|
17472
|
+
api: "anthropic-messages",
|
|
17473
|
+
provider: "vercel-ai-gateway",
|
|
17474
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17475
|
+
reasoning: true,
|
|
17476
|
+
input: ["text", "image"],
|
|
17477
|
+
cost: {
|
|
17478
|
+
input: 5,
|
|
17479
|
+
output: 30,
|
|
17480
|
+
cacheRead: 0.5,
|
|
17481
|
+
cacheWrite: 3.125,
|
|
17482
|
+
},
|
|
17483
|
+
contextWindow: 1050000,
|
|
17484
|
+
maxTokens: 128000,
|
|
17485
|
+
},
|
|
17212
17486
|
"openai/gpt-5.6-terra": {
|
|
17213
17487
|
id: "openai/gpt-5.6-terra",
|
|
17214
17488
|
name: "GPT 5.6 Terra",
|
|
@@ -17226,6 +17500,23 @@ export const MODELS = {
|
|
|
17226
17500
|
contextWindow: 1050000,
|
|
17227
17501
|
maxTokens: 128000,
|
|
17228
17502
|
},
|
|
17503
|
+
"openai/gpt-5.6-terra-fast": {
|
|
17504
|
+
id: "openai/gpt-5.6-terra-fast",
|
|
17505
|
+
name: "GPT 5.6 Terra (Fast)",
|
|
17506
|
+
api: "anthropic-messages",
|
|
17507
|
+
provider: "vercel-ai-gateway",
|
|
17508
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17509
|
+
reasoning: true,
|
|
17510
|
+
input: ["text", "image"],
|
|
17511
|
+
cost: {
|
|
17512
|
+
input: 4,
|
|
17513
|
+
output: 24,
|
|
17514
|
+
cacheRead: 0.39999999999999997,
|
|
17515
|
+
cacheWrite: 2.5,
|
|
17516
|
+
},
|
|
17517
|
+
contextWindow: 1050000,
|
|
17518
|
+
maxTokens: 128000,
|
|
17519
|
+
},
|
|
17229
17520
|
"openai/gpt-oss-120b": {
|
|
17230
17521
|
id: "openai/gpt-oss-120b",
|
|
17231
17522
|
name: "GPT OSS 120B",
|
|
@@ -17328,6 +17619,23 @@ export const MODELS = {
|
|
|
17328
17619
|
contextWindow: 200000,
|
|
17329
17620
|
maxTokens: 100000,
|
|
17330
17621
|
},
|
|
17622
|
+
"openai/o3-fast": {
|
|
17623
|
+
id: "openai/o3-fast",
|
|
17624
|
+
name: "o3 (Fast)",
|
|
17625
|
+
api: "anthropic-messages",
|
|
17626
|
+
provider: "vercel-ai-gateway",
|
|
17627
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17628
|
+
reasoning: true,
|
|
17629
|
+
input: ["text", "image"],
|
|
17630
|
+
cost: {
|
|
17631
|
+
input: 3.5,
|
|
17632
|
+
output: 14,
|
|
17633
|
+
cacheRead: 0.875,
|
|
17634
|
+
cacheWrite: 0,
|
|
17635
|
+
},
|
|
17636
|
+
contextWindow: 200000,
|
|
17637
|
+
maxTokens: 100000,
|
|
17638
|
+
},
|
|
17331
17639
|
"openai/o3-mini": {
|
|
17332
17640
|
id: "openai/o3-mini",
|
|
17333
17641
|
name: "o3-mini",
|
|
@@ -17379,6 +17687,23 @@ export const MODELS = {
|
|
|
17379
17687
|
contextWindow: 200000,
|
|
17380
17688
|
maxTokens: 100000,
|
|
17381
17689
|
},
|
|
17690
|
+
"openai/o4-mini-fast": {
|
|
17691
|
+
id: "openai/o4-mini-fast",
|
|
17692
|
+
name: "o4-mini (Fast)",
|
|
17693
|
+
api: "anthropic-messages",
|
|
17694
|
+
provider: "vercel-ai-gateway",
|
|
17695
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17696
|
+
reasoning: true,
|
|
17697
|
+
input: ["text", "image"],
|
|
17698
|
+
cost: {
|
|
17699
|
+
input: 2,
|
|
17700
|
+
output: 8,
|
|
17701
|
+
cacheRead: 0.5,
|
|
17702
|
+
cacheWrite: 0,
|
|
17703
|
+
},
|
|
17704
|
+
contextWindow: 200000,
|
|
17705
|
+
maxTokens: 100000,
|
|
17706
|
+
},
|
|
17382
17707
|
"poolside/laguna-s-2.1": {
|
|
17383
17708
|
id: "poolside/laguna-s-2.1",
|
|
17384
17709
|
name: "Laguna S 2.1",
|