@asm-agent/ai 0.8.6 → 0.8.8
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 +569 -91
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +597 -191
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +4 -1
- package/dist/providers/openai-completions.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -88,6 +88,24 @@ export const MODELS = {
|
|
|
88
88
|
contextWindow: 1000000,
|
|
89
89
|
maxTokens: 128000,
|
|
90
90
|
},
|
|
91
|
+
"anthropic.claude-fable-5-1": {
|
|
92
|
+
id: "anthropic.claude-fable-5-1",
|
|
93
|
+
name: "Claude Fable 5.1",
|
|
94
|
+
api: "bedrock-converse-stream",
|
|
95
|
+
provider: "amazon-bedrock",
|
|
96
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
97
|
+
reasoning: true,
|
|
98
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh", "max": "max" },
|
|
99
|
+
input: ["text", "image"],
|
|
100
|
+
cost: {
|
|
101
|
+
input: 10,
|
|
102
|
+
output: 50,
|
|
103
|
+
cacheRead: 0.25,
|
|
104
|
+
cacheWrite: 12.5,
|
|
105
|
+
},
|
|
106
|
+
contextWindow: 1000000,
|
|
107
|
+
maxTokens: 128000,
|
|
108
|
+
},
|
|
91
109
|
"anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
92
110
|
id: "anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
93
111
|
name: "Claude Haiku 4.5",
|
|
@@ -634,6 +652,24 @@ export const MODELS = {
|
|
|
634
652
|
contextWindow: 1000000,
|
|
635
653
|
maxTokens: 128000,
|
|
636
654
|
},
|
|
655
|
+
"global.anthropic.claude-fable-5-1": {
|
|
656
|
+
id: "global.anthropic.claude-fable-5-1",
|
|
657
|
+
name: "Claude Fable 5.1 (Global)",
|
|
658
|
+
api: "bedrock-converse-stream",
|
|
659
|
+
provider: "amazon-bedrock",
|
|
660
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
661
|
+
reasoning: true,
|
|
662
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh", "max": "max" },
|
|
663
|
+
input: ["text", "image"],
|
|
664
|
+
cost: {
|
|
665
|
+
input: 10,
|
|
666
|
+
output: 50,
|
|
667
|
+
cacheRead: 0.25,
|
|
668
|
+
cacheWrite: 12.5,
|
|
669
|
+
},
|
|
670
|
+
contextWindow: 1000000,
|
|
671
|
+
maxTokens: 128000,
|
|
672
|
+
},
|
|
637
673
|
"global.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
638
674
|
id: "global.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
639
675
|
name: "Claude Haiku 4.5 (Global)",
|
|
@@ -1725,6 +1761,24 @@ export const MODELS = {
|
|
|
1725
1761
|
contextWindow: 1000000,
|
|
1726
1762
|
maxTokens: 128000,
|
|
1727
1763
|
},
|
|
1764
|
+
"us.anthropic.claude-fable-5-1": {
|
|
1765
|
+
id: "us.anthropic.claude-fable-5-1",
|
|
1766
|
+
name: "Claude Fable 5.1 (US)",
|
|
1767
|
+
api: "bedrock-converse-stream",
|
|
1768
|
+
provider: "amazon-bedrock",
|
|
1769
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1770
|
+
reasoning: true,
|
|
1771
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh", "max": "max" },
|
|
1772
|
+
input: ["text", "image"],
|
|
1773
|
+
cost: {
|
|
1774
|
+
input: 11,
|
|
1775
|
+
output: 55,
|
|
1776
|
+
cacheRead: 0.275,
|
|
1777
|
+
cacheWrite: 13.75,
|
|
1778
|
+
},
|
|
1779
|
+
contextWindow: 1000000,
|
|
1780
|
+
maxTokens: 128000,
|
|
1781
|
+
},
|
|
1728
1782
|
"us.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
1729
1783
|
id: "us.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
1730
1784
|
name: "Claude Haiku 4.5 (US)",
|
|
@@ -2091,6 +2145,24 @@ export const MODELS = {
|
|
|
2091
2145
|
contextWindow: 1000000,
|
|
2092
2146
|
maxTokens: 128000,
|
|
2093
2147
|
},
|
|
2148
|
+
"claude-fable-5-1": {
|
|
2149
|
+
id: "claude-fable-5-1",
|
|
2150
|
+
name: "Claude Fable 5.1",
|
|
2151
|
+
api: "anthropic-messages",
|
|
2152
|
+
provider: "anthropic",
|
|
2153
|
+
baseUrl: "https://api.anthropic.com",
|
|
2154
|
+
reasoning: true,
|
|
2155
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh", "max": "max" },
|
|
2156
|
+
input: ["text", "image"],
|
|
2157
|
+
cost: {
|
|
2158
|
+
input: 10,
|
|
2159
|
+
output: 50,
|
|
2160
|
+
cacheRead: 0.25,
|
|
2161
|
+
cacheWrite: 12.5,
|
|
2162
|
+
},
|
|
2163
|
+
contextWindow: 1000000,
|
|
2164
|
+
maxTokens: 128000,
|
|
2165
|
+
},
|
|
2094
2166
|
"claude-haiku-4-5": {
|
|
2095
2167
|
id: "claude-haiku-4-5",
|
|
2096
2168
|
name: "Claude Haiku 4.5 (latest)",
|
|
@@ -3988,9 +4060,26 @@ export const MODELS = {
|
|
|
3988
4060
|
reasoning: true,
|
|
3989
4061
|
input: ["text"],
|
|
3990
4062
|
cost: {
|
|
3991
|
-
input: 0.
|
|
3992
|
-
output: 0.
|
|
3993
|
-
cacheRead: 0.
|
|
4063
|
+
input: 0.22,
|
|
4064
|
+
output: 0.66,
|
|
4065
|
+
cacheRead: 0.007,
|
|
4066
|
+
cacheWrite: 0,
|
|
4067
|
+
},
|
|
4068
|
+
contextWindow: 1000000,
|
|
4069
|
+
maxTokens: 384000,
|
|
4070
|
+
},
|
|
4071
|
+
"accounts/fireworks/models/deepseek-v4-flash-vision-exp": {
|
|
4072
|
+
id: "accounts/fireworks/models/deepseek-v4-flash-vision-exp",
|
|
4073
|
+
name: "DeepSeek V4 Flash Vision Exp",
|
|
4074
|
+
api: "anthropic-messages",
|
|
4075
|
+
provider: "fireworks",
|
|
4076
|
+
baseUrl: "https://api.fireworks.ai/inference",
|
|
4077
|
+
reasoning: true,
|
|
4078
|
+
input: ["text", "image"],
|
|
4079
|
+
cost: {
|
|
4080
|
+
input: 0.22,
|
|
4081
|
+
output: 0.66,
|
|
4082
|
+
cacheRead: 0.007,
|
|
3994
4083
|
cacheWrite: 0,
|
|
3995
4084
|
},
|
|
3996
4085
|
contextWindow: 1000000,
|
|
@@ -4058,7 +4147,7 @@ export const MODELS = {
|
|
|
4058
4147
|
cost: {
|
|
4059
4148
|
input: 0.15,
|
|
4060
4149
|
output: 0.5,
|
|
4061
|
-
cacheRead: 0.
|
|
4150
|
+
cacheRead: 0.03,
|
|
4062
4151
|
cacheWrite: 0,
|
|
4063
4152
|
},
|
|
4064
4153
|
contextWindow: 1000000,
|
|
@@ -5131,13 +5220,14 @@ export const MODELS = {
|
|
|
5131
5220
|
contextWindow: 1048576,
|
|
5132
5221
|
maxTokens: 65536,
|
|
5133
5222
|
},
|
|
5134
|
-
"gemini-flash
|
|
5135
|
-
id: "gemini-flash
|
|
5136
|
-
name: "Gemini Flash
|
|
5223
|
+
"gemini-3.8-flash": {
|
|
5224
|
+
id: "gemini-3.8-flash",
|
|
5225
|
+
name: "Gemini 3.8 Flash",
|
|
5137
5226
|
api: "google-generative-ai",
|
|
5138
5227
|
provider: "google",
|
|
5139
5228
|
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
5140
5229
|
reasoning: true,
|
|
5230
|
+
thinkingLevelMap: { "off": null },
|
|
5141
5231
|
input: ["text", "image"],
|
|
5142
5232
|
cost: {
|
|
5143
5233
|
input: 0.75,
|
|
@@ -5148,38 +5238,38 @@ export const MODELS = {
|
|
|
5148
5238
|
contextWindow: 1048576,
|
|
5149
5239
|
maxTokens: 65536,
|
|
5150
5240
|
},
|
|
5151
|
-
"gemini-flash-
|
|
5152
|
-
id: "gemini-flash-
|
|
5153
|
-
name: "Gemini Flash
|
|
5241
|
+
"gemini-flash-latest": {
|
|
5242
|
+
id: "gemini-flash-latest",
|
|
5243
|
+
name: "Gemini Flash Latest",
|
|
5154
5244
|
api: "google-generative-ai",
|
|
5155
5245
|
provider: "google",
|
|
5156
5246
|
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
5157
5247
|
reasoning: true,
|
|
5158
5248
|
input: ["text", "image"],
|
|
5159
5249
|
cost: {
|
|
5160
|
-
input: 0.
|
|
5161
|
-
output:
|
|
5162
|
-
cacheRead: 0.
|
|
5250
|
+
input: 0.75,
|
|
5251
|
+
output: 3.75,
|
|
5252
|
+
cacheRead: 0.075,
|
|
5163
5253
|
cacheWrite: 0,
|
|
5164
5254
|
},
|
|
5165
5255
|
contextWindow: 1048576,
|
|
5166
5256
|
maxTokens: 65536,
|
|
5167
5257
|
},
|
|
5168
|
-
"gemini-
|
|
5169
|
-
id: "gemini-
|
|
5170
|
-
name: "Gemini
|
|
5258
|
+
"gemini-flash-lite-latest": {
|
|
5259
|
+
id: "gemini-flash-lite-latest",
|
|
5260
|
+
name: "Gemini Flash-Lite Latest",
|
|
5171
5261
|
api: "google-generative-ai",
|
|
5172
5262
|
provider: "google",
|
|
5173
5263
|
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
5174
5264
|
reasoning: true,
|
|
5175
5265
|
input: ["text", "image"],
|
|
5176
5266
|
cost: {
|
|
5177
|
-
input:
|
|
5178
|
-
output: 5,
|
|
5179
|
-
cacheRead: 0,
|
|
5267
|
+
input: 0.3,
|
|
5268
|
+
output: 2.5,
|
|
5269
|
+
cacheRead: 0.03,
|
|
5180
5270
|
cacheWrite: 0,
|
|
5181
5271
|
},
|
|
5182
|
-
contextWindow:
|
|
5272
|
+
contextWindow: 1048576,
|
|
5183
5273
|
maxTokens: 65536,
|
|
5184
5274
|
},
|
|
5185
5275
|
"gemma-4-26b-a4b-it": {
|
|
@@ -5549,6 +5639,23 @@ export const MODELS = {
|
|
|
5549
5639
|
contextWindow: 131072,
|
|
5550
5640
|
maxTokens: 16384,
|
|
5551
5641
|
},
|
|
5642
|
+
"qwen/qwen3.8-27b": {
|
|
5643
|
+
id: "qwen/qwen3.8-27b",
|
|
5644
|
+
name: "Qwen3.8 27B",
|
|
5645
|
+
api: "openai-completions",
|
|
5646
|
+
provider: "groq",
|
|
5647
|
+
baseUrl: "https://api.groq.com/openai/v1",
|
|
5648
|
+
reasoning: true,
|
|
5649
|
+
input: ["text", "image"],
|
|
5650
|
+
cost: {
|
|
5651
|
+
input: 0.8,
|
|
5652
|
+
output: 4,
|
|
5653
|
+
cacheRead: 0,
|
|
5654
|
+
cacheWrite: 0,
|
|
5655
|
+
},
|
|
5656
|
+
contextWindow: 131042,
|
|
5657
|
+
maxTokens: 16384,
|
|
5658
|
+
},
|
|
5552
5659
|
},
|
|
5553
5660
|
"huggingface": {
|
|
5554
5661
|
"MiniMaxAI/MiniMax-M2": {
|
|
@@ -6235,6 +6342,24 @@ export const MODELS = {
|
|
|
6235
6342
|
contextWindow: 1048576,
|
|
6236
6343
|
maxTokens: 384000,
|
|
6237
6344
|
},
|
|
6345
|
+
"deepseek-ai/DeepSeek-V4-Flash-Vision-Exp": {
|
|
6346
|
+
id: "deepseek-ai/DeepSeek-V4-Flash-Vision-Exp",
|
|
6347
|
+
name: "DeepSeek V4 Flash Vision Exp",
|
|
6348
|
+
api: "openai-completions",
|
|
6349
|
+
provider: "huggingface",
|
|
6350
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
6351
|
+
compat: { "supportsDeveloperRole": false },
|
|
6352
|
+
reasoning: true,
|
|
6353
|
+
input: ["text", "image"],
|
|
6354
|
+
cost: {
|
|
6355
|
+
input: 0.44,
|
|
6356
|
+
output: 1.32,
|
|
6357
|
+
cacheRead: 0,
|
|
6358
|
+
cacheWrite: 0,
|
|
6359
|
+
},
|
|
6360
|
+
contextWindow: 1048576,
|
|
6361
|
+
maxTokens: 384000,
|
|
6362
|
+
},
|
|
6238
6363
|
"deepseek-ai/DeepSeek-V4-Pro": {
|
|
6239
6364
|
id: "deepseek-ai/DeepSeek-V4-Pro",
|
|
6240
6365
|
name: "DeepSeek V4 Pro",
|
|
@@ -6558,7 +6683,7 @@ export const MODELS = {
|
|
|
6558
6683
|
cacheWrite: 0,
|
|
6559
6684
|
},
|
|
6560
6685
|
contextWindow: 262144,
|
|
6561
|
-
maxTokens:
|
|
6686
|
+
maxTokens: 128000,
|
|
6562
6687
|
},
|
|
6563
6688
|
"thinkingmachines/Inkling": {
|
|
6564
6689
|
id: "thinkingmachines/Inkling",
|
|
@@ -8866,6 +8991,24 @@ export const MODELS = {
|
|
|
8866
8991
|
contextWindow: 1000000,
|
|
8867
8992
|
maxTokens: 128000,
|
|
8868
8993
|
},
|
|
8994
|
+
"claude-fable-5-1": {
|
|
8995
|
+
id: "claude-fable-5-1",
|
|
8996
|
+
name: "Claude Fable 5.1",
|
|
8997
|
+
api: "anthropic-messages",
|
|
8998
|
+
provider: "opencode",
|
|
8999
|
+
baseUrl: "https://opencode.ai/zen",
|
|
9000
|
+
reasoning: true,
|
|
9001
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh", "max": "max" },
|
|
9002
|
+
input: ["text", "image"],
|
|
9003
|
+
cost: {
|
|
9004
|
+
input: 10,
|
|
9005
|
+
output: 50,
|
|
9006
|
+
cacheRead: 0.25,
|
|
9007
|
+
cacheWrite: 12.5,
|
|
9008
|
+
},
|
|
9009
|
+
contextWindow: 1000000,
|
|
9010
|
+
maxTokens: 128000,
|
|
9011
|
+
},
|
|
8869
9012
|
"claude-haiku-4-5": {
|
|
8870
9013
|
id: "claude-haiku-4-5",
|
|
8871
9014
|
name: "Claude Haiku 4.5",
|
|
@@ -9188,6 +9331,24 @@ export const MODELS = {
|
|
|
9188
9331
|
contextWindow: 1048576,
|
|
9189
9332
|
maxTokens: 65536,
|
|
9190
9333
|
},
|
|
9334
|
+
"gemini-3.8-flash": {
|
|
9335
|
+
id: "gemini-3.8-flash",
|
|
9336
|
+
name: "Gemini 3.8 Flash",
|
|
9337
|
+
api: "google-generative-ai",
|
|
9338
|
+
provider: "opencode",
|
|
9339
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
9340
|
+
reasoning: true,
|
|
9341
|
+
thinkingLevelMap: { "off": null },
|
|
9342
|
+
input: ["text", "image"],
|
|
9343
|
+
cost: {
|
|
9344
|
+
input: 1.5,
|
|
9345
|
+
output: 7.5,
|
|
9346
|
+
cacheRead: 0.15,
|
|
9347
|
+
cacheWrite: 0,
|
|
9348
|
+
},
|
|
9349
|
+
contextWindow: 1048576,
|
|
9350
|
+
maxTokens: 65536,
|
|
9351
|
+
},
|
|
9191
9352
|
"glm-5": {
|
|
9192
9353
|
id: "glm-5",
|
|
9193
9354
|
name: "GLM-5",
|
|
@@ -9820,6 +9981,23 @@ export const MODELS = {
|
|
|
9820
9981
|
contextWindow: 1048576,
|
|
9821
9982
|
maxTokens: 131072,
|
|
9822
9983
|
},
|
|
9984
|
+
"muse-spark-1.3-contributor-free": {
|
|
9985
|
+
id: "muse-spark-1.3-contributor-free",
|
|
9986
|
+
name: "Muse Spark 1.3 Free",
|
|
9987
|
+
api: "openai-responses",
|
|
9988
|
+
provider: "opencode",
|
|
9989
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
9990
|
+
reasoning: true,
|
|
9991
|
+
input: ["text", "image"],
|
|
9992
|
+
cost: {
|
|
9993
|
+
input: 0,
|
|
9994
|
+
output: 0,
|
|
9995
|
+
cacheRead: 0,
|
|
9996
|
+
cacheWrite: 0,
|
|
9997
|
+
},
|
|
9998
|
+
contextWindow: 1048576,
|
|
9999
|
+
maxTokens: 131072,
|
|
10000
|
+
},
|
|
9823
10001
|
"nemotron-3-ultra-free": {
|
|
9824
10002
|
id: "nemotron-3-ultra-free",
|
|
9825
10003
|
name: "Nemotron 3 Ultra Free",
|
|
@@ -10065,7 +10243,7 @@ export const MODELS = {
|
|
|
10065
10243
|
cacheWrite: 0,
|
|
10066
10244
|
},
|
|
10067
10245
|
contextWindow: 256000,
|
|
10068
|
-
maxTokens:
|
|
10246
|
+
maxTokens: 128000,
|
|
10069
10247
|
},
|
|
10070
10248
|
"hy4-preview": {
|
|
10071
10249
|
id: "hy4-preview",
|
|
@@ -10238,6 +10416,23 @@ export const MODELS = {
|
|
|
10238
10416
|
contextWindow: 1048576,
|
|
10239
10417
|
maxTokens: 131072,
|
|
10240
10418
|
},
|
|
10419
|
+
"muse-spark-1.3-contributor": {
|
|
10420
|
+
id: "muse-spark-1.3-contributor",
|
|
10421
|
+
name: "Muse Spark 1.3 Contributor",
|
|
10422
|
+
api: "openai-responses",
|
|
10423
|
+
provider: "opencode-go",
|
|
10424
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
10425
|
+
reasoning: true,
|
|
10426
|
+
input: ["text", "image"],
|
|
10427
|
+
cost: {
|
|
10428
|
+
input: 0.1,
|
|
10429
|
+
output: 0.2,
|
|
10430
|
+
cacheRead: 0.002,
|
|
10431
|
+
cacheWrite: 0,
|
|
10432
|
+
},
|
|
10433
|
+
contextWindow: 1048576,
|
|
10434
|
+
maxTokens: 131072,
|
|
10435
|
+
},
|
|
10241
10436
|
"qwen3.6-plus": {
|
|
10242
10437
|
id: "qwen3.6-plus",
|
|
10243
10438
|
name: "Qwen3.6 Plus",
|
|
@@ -10505,6 +10700,24 @@ export const MODELS = {
|
|
|
10505
10700
|
contextWindow: 1000000,
|
|
10506
10701
|
maxTokens: 128000,
|
|
10507
10702
|
},
|
|
10703
|
+
"anthropic/claude-fable-5.1": {
|
|
10704
|
+
id: "anthropic/claude-fable-5.1",
|
|
10705
|
+
name: "Anthropic: Claude Fable 5.1",
|
|
10706
|
+
api: "openai-completions",
|
|
10707
|
+
provider: "openrouter",
|
|
10708
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10709
|
+
reasoning: true,
|
|
10710
|
+
thinkingLevelMap: { "off": null, "minimal": null, "low": "low", "medium": "medium", "high": "high", "xhigh": "xhigh", "max": "max" },
|
|
10711
|
+
input: ["text", "image"],
|
|
10712
|
+
cost: {
|
|
10713
|
+
input: 10,
|
|
10714
|
+
output: 50,
|
|
10715
|
+
cacheRead: 0.25,
|
|
10716
|
+
cacheWrite: 12.5,
|
|
10717
|
+
},
|
|
10718
|
+
contextWindow: 1000000,
|
|
10719
|
+
maxTokens: 128000,
|
|
10720
|
+
},
|
|
10508
10721
|
"anthropic/claude-haiku-4.5": {
|
|
10509
10722
|
id: "anthropic/claude-haiku-4.5",
|
|
10510
10723
|
name: "Anthropic: Claude Haiku 4.5",
|
|
@@ -10617,24 +10830,6 @@ export const MODELS = {
|
|
|
10617
10830
|
contextWindow: 1000000,
|
|
10618
10831
|
maxTokens: 128000,
|
|
10619
10832
|
},
|
|
10620
|
-
"anthropic/claude-opus-4.7-fast": {
|
|
10621
|
-
id: "anthropic/claude-opus-4.7-fast",
|
|
10622
|
-
name: "Anthropic: Claude Opus 4.7 (Fast)",
|
|
10623
|
-
api: "openai-completions",
|
|
10624
|
-
provider: "openrouter",
|
|
10625
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10626
|
-
reasoning: true,
|
|
10627
|
-
thinkingLevelMap: { "minimal": null, "low": "low", "medium": "medium", "high": "high", "xhigh": "xhigh", "max": "max" },
|
|
10628
|
-
input: ["text", "image"],
|
|
10629
|
-
cost: {
|
|
10630
|
-
input: 30,
|
|
10631
|
-
output: 150,
|
|
10632
|
-
cacheRead: 3,
|
|
10633
|
-
cacheWrite: 37.5,
|
|
10634
|
-
},
|
|
10635
|
-
contextWindow: 1000000,
|
|
10636
|
-
maxTokens: 128000,
|
|
10637
|
-
},
|
|
10638
10833
|
"anthropic/claude-opus-4.8": {
|
|
10639
10834
|
id: "anthropic/claude-opus-4.8",
|
|
10640
10835
|
name: "Anthropic: Claude Opus 4.8",
|
|
@@ -10653,24 +10848,6 @@ export const MODELS = {
|
|
|
10653
10848
|
contextWindow: 1000000,
|
|
10654
10849
|
maxTokens: 128000,
|
|
10655
10850
|
},
|
|
10656
|
-
"anthropic/claude-opus-4.8-fast": {
|
|
10657
|
-
id: "anthropic/claude-opus-4.8-fast",
|
|
10658
|
-
name: "Anthropic: Claude Opus 4.8 (Fast)",
|
|
10659
|
-
api: "openai-completions",
|
|
10660
|
-
provider: "openrouter",
|
|
10661
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10662
|
-
reasoning: true,
|
|
10663
|
-
thinkingLevelMap: { "minimal": null, "low": "low", "medium": "medium", "high": "high", "xhigh": "xhigh", "max": "max" },
|
|
10664
|
-
input: ["text", "image"],
|
|
10665
|
-
cost: {
|
|
10666
|
-
input: 10,
|
|
10667
|
-
output: 50,
|
|
10668
|
-
cacheRead: 1,
|
|
10669
|
-
cacheWrite: 12.5,
|
|
10670
|
-
},
|
|
10671
|
-
contextWindow: 1000000,
|
|
10672
|
-
maxTokens: 128000,
|
|
10673
|
-
},
|
|
10674
10851
|
"anthropic/claude-opus-5": {
|
|
10675
10852
|
id: "anthropic/claude-opus-5",
|
|
10676
10853
|
name: "Claude Opus 5",
|
|
@@ -10689,33 +10866,15 @@ export const MODELS = {
|
|
|
10689
10866
|
contextWindow: 1000000,
|
|
10690
10867
|
maxTokens: 128000,
|
|
10691
10868
|
},
|
|
10692
|
-
"anthropic/claude-
|
|
10693
|
-
id: "anthropic/claude-
|
|
10694
|
-
name: "Claude
|
|
10869
|
+
"anthropic/claude-sonnet-4": {
|
|
10870
|
+
id: "anthropic/claude-sonnet-4",
|
|
10871
|
+
name: "Anthropic: Claude Sonnet 4",
|
|
10695
10872
|
api: "openai-completions",
|
|
10696
10873
|
provider: "openrouter",
|
|
10697
10874
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
10875
|
+
compat: { "supportsReasoningEffort": false },
|
|
10698
10876
|
reasoning: true,
|
|
10699
|
-
thinkingLevelMap: { "minimal": null, "low":
|
|
10700
|
-
input: ["text", "image"],
|
|
10701
|
-
cost: {
|
|
10702
|
-
input: 10,
|
|
10703
|
-
output: 50,
|
|
10704
|
-
cacheRead: 1,
|
|
10705
|
-
cacheWrite: 12.5,
|
|
10706
|
-
},
|
|
10707
|
-
contextWindow: 1000000,
|
|
10708
|
-
maxTokens: 128000,
|
|
10709
|
-
},
|
|
10710
|
-
"anthropic/claude-sonnet-4": {
|
|
10711
|
-
id: "anthropic/claude-sonnet-4",
|
|
10712
|
-
name: "Anthropic: Claude Sonnet 4",
|
|
10713
|
-
api: "openai-completions",
|
|
10714
|
-
provider: "openrouter",
|
|
10715
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10716
|
-
compat: { "supportsReasoningEffort": false },
|
|
10717
|
-
reasoning: true,
|
|
10718
|
-
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null, "max": null },
|
|
10877
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null, "max": null },
|
|
10719
10878
|
input: ["text", "image"],
|
|
10720
10879
|
cost: {
|
|
10721
10880
|
input: 3,
|
|
@@ -10990,13 +11149,13 @@ export const MODELS = {
|
|
|
10990
11149
|
reasoning: false,
|
|
10991
11150
|
input: ["text"],
|
|
10992
11151
|
cost: {
|
|
10993
|
-
input: 0.
|
|
10994
|
-
output:
|
|
11152
|
+
input: 0.32,
|
|
11153
|
+
output: 0.8899999999999999,
|
|
10995
11154
|
cacheRead: 0,
|
|
10996
11155
|
cacheWrite: 0,
|
|
10997
11156
|
},
|
|
10998
11157
|
contextWindow: 163840,
|
|
10999
|
-
maxTokens:
|
|
11158
|
+
maxTokens: 16384,
|
|
11000
11159
|
},
|
|
11001
11160
|
"deepseek/deepseek-chat-v3-0324": {
|
|
11002
11161
|
id: "deepseek/deepseek-chat-v3-0324",
|
|
@@ -11026,13 +11185,13 @@ export const MODELS = {
|
|
|
11026
11185
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null, "max": null },
|
|
11027
11186
|
input: ["text"],
|
|
11028
11187
|
cost: {
|
|
11029
|
-
input: 0.
|
|
11030
|
-
output:
|
|
11031
|
-
cacheRead: 0.
|
|
11188
|
+
input: 0.25,
|
|
11189
|
+
output: 0.95,
|
|
11190
|
+
cacheRead: 0.13,
|
|
11032
11191
|
cacheWrite: 0,
|
|
11033
11192
|
},
|
|
11034
11193
|
contextWindow: 163840,
|
|
11035
|
-
maxTokens:
|
|
11194
|
+
maxTokens: 32768,
|
|
11036
11195
|
},
|
|
11037
11196
|
"deepseek/deepseek-r1": {
|
|
11038
11197
|
id: "deepseek/deepseek-r1",
|
|
@@ -11140,9 +11299,9 @@ export const MODELS = {
|
|
|
11140
11299
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max", "max": null },
|
|
11141
11300
|
input: ["text"],
|
|
11142
11301
|
cost: {
|
|
11143
|
-
input: 0.
|
|
11144
|
-
output: 0.
|
|
11145
|
-
cacheRead: 0.
|
|
11302
|
+
input: 0.08399999999999999,
|
|
11303
|
+
output: 0.16799999999999998,
|
|
11304
|
+
cacheRead: 0.016800000000000002,
|
|
11146
11305
|
cacheWrite: 0,
|
|
11147
11306
|
},
|
|
11148
11307
|
contextWindow: 1048576,
|
|
@@ -11178,9 +11337,9 @@ export const MODELS = {
|
|
|
11178
11337
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max", "max": null },
|
|
11179
11338
|
input: ["text", "image"],
|
|
11180
11339
|
cost: {
|
|
11181
|
-
input: 0.
|
|
11182
|
-
output:
|
|
11183
|
-
cacheRead: 0.
|
|
11340
|
+
input: 0.22,
|
|
11341
|
+
output: 0.66,
|
|
11342
|
+
cacheRead: 0.007,
|
|
11184
11343
|
cacheWrite: 0,
|
|
11185
11344
|
},
|
|
11186
11345
|
contextWindow: 1048576,
|
|
@@ -11197,13 +11356,13 @@ export const MODELS = {
|
|
|
11197
11356
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max", "max": null },
|
|
11198
11357
|
input: ["text"],
|
|
11199
11358
|
cost: {
|
|
11200
|
-
input: 1.
|
|
11201
|
-
output:
|
|
11202
|
-
cacheRead: 0.
|
|
11359
|
+
input: 1.035996,
|
|
11360
|
+
output: 2.071992,
|
|
11361
|
+
cacheRead: 0.086333,
|
|
11203
11362
|
cacheWrite: 0,
|
|
11204
11363
|
},
|
|
11205
11364
|
contextWindow: 1048576,
|
|
11206
|
-
maxTokens:
|
|
11365
|
+
maxTokens: 384000,
|
|
11207
11366
|
},
|
|
11208
11367
|
"deepseek/deepseek-v4-pro-0813": {
|
|
11209
11368
|
id: "deepseek/deepseek-v4-pro-0813",
|
|
@@ -11216,9 +11375,9 @@ export const MODELS = {
|
|
|
11216
11375
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max", "max": null },
|
|
11217
11376
|
input: ["text"],
|
|
11218
11377
|
cost: {
|
|
11219
|
-
input:
|
|
11220
|
-
output:
|
|
11221
|
-
cacheRead: 0.
|
|
11378
|
+
input: 0.66,
|
|
11379
|
+
output: 1.9800000000000002,
|
|
11380
|
+
cacheRead: 0.022,
|
|
11222
11381
|
cacheWrite: 0,
|
|
11223
11382
|
},
|
|
11224
11383
|
contextWindow: 1048576,
|
|
@@ -11519,6 +11678,24 @@ export const MODELS = {
|
|
|
11519
11678
|
contextWindow: 1048576,
|
|
11520
11679
|
maxTokens: 65536,
|
|
11521
11680
|
},
|
|
11681
|
+
"google/gemini-3.8-flash": {
|
|
11682
|
+
id: "google/gemini-3.8-flash",
|
|
11683
|
+
name: "Google: Gemini 3.8 Flash",
|
|
11684
|
+
api: "openai-completions",
|
|
11685
|
+
provider: "openrouter",
|
|
11686
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11687
|
+
reasoning: true,
|
|
11688
|
+
thinkingLevelMap: { "off": null, "minimal": null, "low": "low", "medium": "medium", "high": "high", "xhigh": null, "max": null },
|
|
11689
|
+
input: ["text", "image"],
|
|
11690
|
+
cost: {
|
|
11691
|
+
input: 0.75,
|
|
11692
|
+
output: 3.75,
|
|
11693
|
+
cacheRead: 0.075,
|
|
11694
|
+
cacheWrite: 0.0416666666666667,
|
|
11695
|
+
},
|
|
11696
|
+
contextWindow: 1048576,
|
|
11697
|
+
maxTokens: 65536,
|
|
11698
|
+
},
|
|
11522
11699
|
"google/gemma-3-12b-it": {
|
|
11523
11700
|
id: "google/gemma-3-12b-it",
|
|
11524
11701
|
name: "Google: Gemma 3 12B",
|
|
@@ -11646,6 +11823,24 @@ export const MODELS = {
|
|
|
11646
11823
|
contextWindow: 131072,
|
|
11647
11824
|
maxTokens: 117964,
|
|
11648
11825
|
},
|
|
11826
|
+
"ibm-granite/granite-4.2-8b": {
|
|
11827
|
+
id: "ibm-granite/granite-4.2-8b",
|
|
11828
|
+
name: "IBM: Granite 4.2 8B",
|
|
11829
|
+
api: "openai-completions",
|
|
11830
|
+
provider: "openrouter",
|
|
11831
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11832
|
+
reasoning: true,
|
|
11833
|
+
thinkingLevelMap: { "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": null },
|
|
11834
|
+
input: ["text"],
|
|
11835
|
+
cost: {
|
|
11836
|
+
input: 0.09999999999999999,
|
|
11837
|
+
output: 0.15,
|
|
11838
|
+
cacheRead: 0.049999999999999996,
|
|
11839
|
+
cacheWrite: 0,
|
|
11840
|
+
},
|
|
11841
|
+
contextWindow: 131072,
|
|
11842
|
+
maxTokens: 117964,
|
|
11843
|
+
},
|
|
11649
11844
|
"inception/mercury-2": {
|
|
11650
11845
|
id: "inception/mercury-2",
|
|
11651
11846
|
name: "Inception: Mercury 2",
|
|
@@ -11664,6 +11859,24 @@ export const MODELS = {
|
|
|
11664
11859
|
contextWindow: 128000,
|
|
11665
11860
|
maxTokens: 50000,
|
|
11666
11861
|
},
|
|
11862
|
+
"inception/mercury-2.5-preview": {
|
|
11863
|
+
id: "inception/mercury-2.5-preview",
|
|
11864
|
+
name: "Inception: Mercury 2.5 Preview",
|
|
11865
|
+
api: "openai-completions",
|
|
11866
|
+
provider: "openrouter",
|
|
11867
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11868
|
+
reasoning: true,
|
|
11869
|
+
thinkingLevelMap: { "minimal": null, "low": "low", "medium": "medium", "high": "high", "xhigh": null, "max": null },
|
|
11870
|
+
input: ["text"],
|
|
11871
|
+
cost: {
|
|
11872
|
+
input: 0.04,
|
|
11873
|
+
output: 0.15,
|
|
11874
|
+
cacheRead: 0.004,
|
|
11875
|
+
cacheWrite: 0,
|
|
11876
|
+
},
|
|
11877
|
+
contextWindow: 260000,
|
|
11878
|
+
maxTokens: 65536,
|
|
11879
|
+
},
|
|
11667
11880
|
"inclusionai/ling-3.0-flash": {
|
|
11668
11881
|
id: "inclusionai/ling-3.0-flash",
|
|
11669
11882
|
name: "Ling-3.0-flash",
|
|
@@ -11683,9 +11896,9 @@ export const MODELS = {
|
|
|
11683
11896
|
contextWindow: 262144,
|
|
11684
11897
|
maxTokens: 32768,
|
|
11685
11898
|
},
|
|
11686
|
-
"inclusionai/ling-3.0-flash-fin
|
|
11687
|
-
id: "inclusionai/ling-3.0-flash-fin
|
|
11688
|
-
name: "Ling 3.0 Flash Fin
|
|
11899
|
+
"inclusionai/ling-3.0-flash-fin": {
|
|
11900
|
+
id: "inclusionai/ling-3.0-flash-fin",
|
|
11901
|
+
name: "Ling 3.0 Flash Fin",
|
|
11689
11902
|
api: "openai-completions",
|
|
11690
11903
|
provider: "openrouter",
|
|
11691
11904
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
@@ -11694,30 +11907,32 @@ export const MODELS = {
|
|
|
11694
11907
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null, "max": null },
|
|
11695
11908
|
input: ["text"],
|
|
11696
11909
|
cost: {
|
|
11697
|
-
input: 0,
|
|
11698
|
-
output: 0,
|
|
11699
|
-
cacheRead: 0,
|
|
11910
|
+
input: 0.06,
|
|
11911
|
+
output: 0.18,
|
|
11912
|
+
cacheRead: 0.012,
|
|
11700
11913
|
cacheWrite: 0,
|
|
11701
11914
|
},
|
|
11702
11915
|
contextWindow: 262144,
|
|
11703
|
-
maxTokens:
|
|
11916
|
+
maxTokens: 235929,
|
|
11704
11917
|
},
|
|
11705
|
-
"
|
|
11706
|
-
id: "
|
|
11707
|
-
name: "
|
|
11918
|
+
"inclusionai/ling-3.0-flash-fin:free": {
|
|
11919
|
+
id: "inclusionai/ling-3.0-flash-fin:free",
|
|
11920
|
+
name: "Ling 3.0 Flash Fin (free)",
|
|
11708
11921
|
api: "openai-completions",
|
|
11709
11922
|
provider: "openrouter",
|
|
11710
11923
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
11711
|
-
|
|
11924
|
+
compat: { "supportsReasoningEffort": false },
|
|
11925
|
+
reasoning: true,
|
|
11926
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null, "max": null },
|
|
11712
11927
|
input: ["text"],
|
|
11713
11928
|
cost: {
|
|
11714
|
-
input: 0
|
|
11715
|
-
output: 0
|
|
11716
|
-
cacheRead: 0
|
|
11929
|
+
input: 0,
|
|
11930
|
+
output: 0,
|
|
11931
|
+
cacheRead: 0,
|
|
11717
11932
|
cacheWrite: 0,
|
|
11718
11933
|
},
|
|
11719
|
-
contextWindow:
|
|
11720
|
-
maxTokens:
|
|
11934
|
+
contextWindow: 262144,
|
|
11935
|
+
maxTokens: 32768,
|
|
11721
11936
|
},
|
|
11722
11937
|
"kwaipilot/kat-coder-pro-v2": {
|
|
11723
11938
|
id: "kwaipilot/kat-coder-pro-v2",
|
|
@@ -11734,7 +11949,7 @@ export const MODELS = {
|
|
|
11734
11949
|
cacheWrite: 0,
|
|
11735
11950
|
},
|
|
11736
11951
|
contextWindow: 262144,
|
|
11737
|
-
maxTokens:
|
|
11952
|
+
maxTokens: 144000,
|
|
11738
11953
|
},
|
|
11739
11954
|
"kwaipilot/kat-coder-pro-v2.5": {
|
|
11740
11955
|
id: "kwaipilot/kat-coder-pro-v2.5",
|
|
@@ -11751,7 +11966,7 @@ export const MODELS = {
|
|
|
11751
11966
|
cacheWrite: 0,
|
|
11752
11967
|
},
|
|
11753
11968
|
contextWindow: 262144,
|
|
11754
|
-
maxTokens:
|
|
11969
|
+
maxTokens: 235929,
|
|
11755
11970
|
},
|
|
11756
11971
|
"liquid/lfm-2.5-2.6b:free": {
|
|
11757
11972
|
id: "liquid/lfm-2.5-2.6b:free",
|
|
@@ -11834,13 +12049,13 @@ export const MODELS = {
|
|
|
11834
12049
|
reasoning: false,
|
|
11835
12050
|
input: ["text"],
|
|
11836
12051
|
cost: {
|
|
11837
|
-
input: 0.
|
|
11838
|
-
output: 0.
|
|
11839
|
-
cacheRead: 0
|
|
12052
|
+
input: 0.09999999999999999,
|
|
12053
|
+
output: 0.32,
|
|
12054
|
+
cacheRead: 0,
|
|
11840
12055
|
cacheWrite: 0,
|
|
11841
12056
|
},
|
|
11842
12057
|
contextWindow: 131072,
|
|
11843
|
-
maxTokens:
|
|
12058
|
+
maxTokens: 16384,
|
|
11844
12059
|
},
|
|
11845
12060
|
"meta-llama/llama-4-maverick": {
|
|
11846
12061
|
id: "meta-llama/llama-4-maverick",
|
|
@@ -11868,13 +12083,13 @@ export const MODELS = {
|
|
|
11868
12083
|
reasoning: false,
|
|
11869
12084
|
input: ["text", "image"],
|
|
11870
12085
|
cost: {
|
|
11871
|
-
input: 0.
|
|
11872
|
-
output: 0.
|
|
11873
|
-
cacheRead: 0
|
|
12086
|
+
input: 0.09999999999999999,
|
|
12087
|
+
output: 0.3,
|
|
12088
|
+
cacheRead: 0,
|
|
11874
12089
|
cacheWrite: 0,
|
|
11875
12090
|
},
|
|
11876
12091
|
contextWindow: 1310720,
|
|
11877
|
-
maxTokens:
|
|
12092
|
+
maxTokens: 16384,
|
|
11878
12093
|
},
|
|
11879
12094
|
"meta/muse-glimmer-30b": {
|
|
11880
12095
|
id: "meta/muse-glimmer-30b",
|
|
@@ -11887,12 +12102,12 @@ export const MODELS = {
|
|
|
11887
12102
|
input: ["text", "image"],
|
|
11888
12103
|
cost: {
|
|
11889
12104
|
input: 0.3,
|
|
11890
|
-
output: 1.
|
|
12105
|
+
output: 1.1,
|
|
11891
12106
|
cacheRead: 0.04,
|
|
11892
12107
|
cacheWrite: 0,
|
|
11893
12108
|
},
|
|
11894
12109
|
contextWindow: 131072,
|
|
11895
|
-
maxTokens:
|
|
12110
|
+
maxTokens: 117964,
|
|
11896
12111
|
},
|
|
11897
12112
|
"meta/muse-spark-1.1": {
|
|
11898
12113
|
id: "meta/muse-spark-1.1",
|
|
@@ -11948,6 +12163,42 @@ export const MODELS = {
|
|
|
11948
12163
|
contextWindow: 1048576,
|
|
11949
12164
|
maxTokens: 943718,
|
|
11950
12165
|
},
|
|
12166
|
+
"meta/muse-spark-1.3": {
|
|
12167
|
+
id: "meta/muse-spark-1.3",
|
|
12168
|
+
name: "Meta: Muse Spark 1.3",
|
|
12169
|
+
api: "openai-completions",
|
|
12170
|
+
provider: "openrouter",
|
|
12171
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12172
|
+
reasoning: true,
|
|
12173
|
+
thinkingLevelMap: { "off": null, "minimal": "minimal", "low": "low", "medium": "medium", "high": "high", "xhigh": "xhigh", "max": null },
|
|
12174
|
+
input: ["text", "image"],
|
|
12175
|
+
cost: {
|
|
12176
|
+
input: 1.25,
|
|
12177
|
+
output: 4.25,
|
|
12178
|
+
cacheRead: 0.15,
|
|
12179
|
+
cacheWrite: 0,
|
|
12180
|
+
},
|
|
12181
|
+
contextWindow: 1048576,
|
|
12182
|
+
maxTokens: 943718,
|
|
12183
|
+
},
|
|
12184
|
+
"meta/muse-spark-1.3-contributor": {
|
|
12185
|
+
id: "meta/muse-spark-1.3-contributor",
|
|
12186
|
+
name: "Meta: Muse Spark 1.3 Contributor",
|
|
12187
|
+
api: "openai-completions",
|
|
12188
|
+
provider: "openrouter",
|
|
12189
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12190
|
+
reasoning: true,
|
|
12191
|
+
thinkingLevelMap: { "off": null, "minimal": "minimal", "low": "low", "medium": "medium", "high": "high", "xhigh": "xhigh", "max": null },
|
|
12192
|
+
input: ["text", "image"],
|
|
12193
|
+
cost: {
|
|
12194
|
+
input: 0.09999999999999999,
|
|
12195
|
+
output: 0.19999999999999998,
|
|
12196
|
+
cacheRead: 0.002,
|
|
12197
|
+
cacheWrite: 0,
|
|
12198
|
+
},
|
|
12199
|
+
contextWindow: 1048576,
|
|
12200
|
+
maxTokens: 943718,
|
|
12201
|
+
},
|
|
11951
12202
|
"minimax/minimax-m1": {
|
|
11952
12203
|
id: "minimax/minimax-m1",
|
|
11953
12204
|
name: "MiniMax: MiniMax M1",
|
|
@@ -12570,11 +12821,11 @@ export const MODELS = {
|
|
|
12570
12821
|
cost: {
|
|
12571
12822
|
input: 0.049999999999999996,
|
|
12572
12823
|
output: 0.19999999999999998,
|
|
12573
|
-
cacheRead: 0.
|
|
12824
|
+
cacheRead: 0.03,
|
|
12574
12825
|
cacheWrite: 0,
|
|
12575
12826
|
},
|
|
12576
12827
|
contextWindow: 262144,
|
|
12577
|
-
maxTokens:
|
|
12828
|
+
maxTokens: 235929,
|
|
12578
12829
|
},
|
|
12579
12830
|
"nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
|
|
12580
12831
|
id: "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free",
|
|
@@ -12641,13 +12892,13 @@ export const MODELS = {
|
|
|
12641
12892
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": "medium", "high": "high", "xhigh": null, "max": null },
|
|
12642
12893
|
input: ["text"],
|
|
12643
12894
|
cost: {
|
|
12644
|
-
input: 0.
|
|
12645
|
-
output: 2.
|
|
12646
|
-
cacheRead: 0.
|
|
12895
|
+
input: 0.6,
|
|
12896
|
+
output: 2.4,
|
|
12897
|
+
cacheRead: 0.12,
|
|
12647
12898
|
cacheWrite: 0,
|
|
12648
12899
|
},
|
|
12649
12900
|
contextWindow: 262144,
|
|
12650
|
-
maxTokens:
|
|
12901
|
+
maxTokens: 182520,
|
|
12651
12902
|
},
|
|
12652
12903
|
"nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
12653
12904
|
id: "nvidia/nemotron-3-ultra-550b-a55b:free",
|
|
@@ -14139,13 +14390,13 @@ export const MODELS = {
|
|
|
14139
14390
|
reasoning: false,
|
|
14140
14391
|
input: ["text"],
|
|
14141
14392
|
cost: {
|
|
14142
|
-
input: 0.
|
|
14393
|
+
input: 0.09999999999999999,
|
|
14143
14394
|
output: 1.1,
|
|
14144
|
-
cacheRead: 0,
|
|
14395
|
+
cacheRead: 0.07,
|
|
14145
14396
|
cacheWrite: 0,
|
|
14146
14397
|
},
|
|
14147
14398
|
contextWindow: 262144,
|
|
14148
|
-
maxTokens:
|
|
14399
|
+
maxTokens: 235929,
|
|
14149
14400
|
},
|
|
14150
14401
|
"qwen/qwen3-next-80b-a3b-thinking": {
|
|
14151
14402
|
id: "qwen/qwen3-next-80b-a3b-thinking",
|
|
@@ -14359,13 +14610,13 @@ export const MODELS = {
|
|
|
14359
14610
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null, "max": null },
|
|
14360
14611
|
input: ["text", "image"],
|
|
14361
14612
|
cost: {
|
|
14362
|
-
input: 0.
|
|
14363
|
-
output:
|
|
14364
|
-
cacheRead: 0,
|
|
14613
|
+
input: 0.55,
|
|
14614
|
+
output: 3.5,
|
|
14615
|
+
cacheRead: 0.22499999999999998,
|
|
14365
14616
|
cacheWrite: 0,
|
|
14366
14617
|
},
|
|
14367
14618
|
contextWindow: 262144,
|
|
14368
|
-
maxTokens:
|
|
14619
|
+
maxTokens: 235929,
|
|
14369
14620
|
},
|
|
14370
14621
|
"qwen/qwen3.5-9b": {
|
|
14371
14622
|
id: "qwen/qwen3.5-9b",
|
|
@@ -14802,9 +15053,9 @@ export const MODELS = {
|
|
|
14802
15053
|
thinkingLevelMap: { "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": null },
|
|
14803
15054
|
input: ["text"],
|
|
14804
15055
|
cost: {
|
|
14805
|
-
input: 0.
|
|
14806
|
-
output: 0.
|
|
14807
|
-
cacheRead: 0.
|
|
15056
|
+
input: 0.0825,
|
|
15057
|
+
output: 0.33,
|
|
15058
|
+
cacheRead: 0.020625,
|
|
14808
15059
|
cacheWrite: 0,
|
|
14809
15060
|
},
|
|
14810
15061
|
contextWindow: 262144,
|
|
@@ -15171,13 +15422,13 @@ export const MODELS = {
|
|
|
15171
15422
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null, "max": null },
|
|
15172
15423
|
input: ["text"],
|
|
15173
15424
|
cost: {
|
|
15174
|
-
input: 0.
|
|
15175
|
-
output:
|
|
15176
|
-
cacheRead: 0.
|
|
15425
|
+
input: 0.55,
|
|
15426
|
+
output: 2.2,
|
|
15427
|
+
cacheRead: 0.11,
|
|
15177
15428
|
cacheWrite: 0,
|
|
15178
15429
|
},
|
|
15179
15430
|
contextWindow: 204800,
|
|
15180
|
-
maxTokens:
|
|
15431
|
+
maxTokens: 131072,
|
|
15181
15432
|
},
|
|
15182
15433
|
"z-ai/glm-4.6v": {
|
|
15183
15434
|
id: "z-ai/glm-4.6v",
|
|
@@ -15303,13 +15554,13 @@ export const MODELS = {
|
|
|
15303
15554
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh", "max": null },
|
|
15304
15555
|
input: ["text"],
|
|
15305
15556
|
cost: {
|
|
15306
|
-
input:
|
|
15307
|
-
output: 3.
|
|
15308
|
-
cacheRead: 0.
|
|
15557
|
+
input: 0.966,
|
|
15558
|
+
output: 3.036,
|
|
15559
|
+
cacheRead: 0.1932,
|
|
15309
15560
|
cacheWrite: 0,
|
|
15310
15561
|
},
|
|
15311
15562
|
contextWindow: 1048576,
|
|
15312
|
-
maxTokens:
|
|
15563
|
+
maxTokens: 131072,
|
|
15313
15564
|
},
|
|
15314
15565
|
"z-ai/glm-5.2:free": {
|
|
15315
15566
|
id: "z-ai/glm-5.2:free",
|
|
@@ -15341,11 +15592,11 @@ export const MODELS = {
|
|
|
15341
15592
|
cost: {
|
|
15342
15593
|
input: 1.4,
|
|
15343
15594
|
output: 4.4,
|
|
15344
|
-
cacheRead: 0.
|
|
15595
|
+
cacheRead: 0.14,
|
|
15345
15596
|
cacheWrite: 0,
|
|
15346
15597
|
},
|
|
15347
15598
|
contextWindow: 1310720,
|
|
15348
|
-
maxTokens:
|
|
15599
|
+
maxTokens: 262144,
|
|
15349
15600
|
},
|
|
15350
15601
|
"z-ai/glm-5.3-flash": {
|
|
15351
15602
|
id: "z-ai/glm-5.3-flash",
|
|
@@ -15396,7 +15647,7 @@ export const MODELS = {
|
|
|
15396
15647
|
cost: {
|
|
15397
15648
|
input: 10,
|
|
15398
15649
|
output: 50,
|
|
15399
|
-
cacheRead:
|
|
15650
|
+
cacheRead: 0.25,
|
|
15400
15651
|
cacheWrite: 12.5,
|
|
15401
15652
|
},
|
|
15402
15653
|
contextWindow: 1000000,
|
|
@@ -15468,7 +15719,7 @@ export const MODELS = {
|
|
|
15468
15719
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max", "max": null },
|
|
15469
15720
|
input: ["text"],
|
|
15470
15721
|
cost: {
|
|
15471
|
-
input: 0.
|
|
15722
|
+
input: 0.049999999999999996,
|
|
15472
15723
|
output: 0.16,
|
|
15473
15724
|
cacheRead: 0.013000000000000001,
|
|
15474
15725
|
cacheWrite: 0,
|
|
@@ -15584,6 +15835,24 @@ export const MODELS = {
|
|
|
15584
15835
|
contextWindow: 500000,
|
|
15585
15836
|
maxTokens: 450000,
|
|
15586
15837
|
},
|
|
15838
|
+
"~z-ai/glm-flash-latest": {
|
|
15839
|
+
id: "~z-ai/glm-flash-latest",
|
|
15840
|
+
name: "Z.ai: GLM Flash Latest",
|
|
15841
|
+
api: "openai-completions",
|
|
15842
|
+
provider: "openrouter",
|
|
15843
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
15844
|
+
reasoning: true,
|
|
15845
|
+
thinkingLevelMap: { "off": null, "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": "max" },
|
|
15846
|
+
input: ["text", "image"],
|
|
15847
|
+
cost: {
|
|
15848
|
+
input: 0.075,
|
|
15849
|
+
output: 0.25,
|
|
15850
|
+
cacheRead: 0.015,
|
|
15851
|
+
cacheWrite: 0,
|
|
15852
|
+
},
|
|
15853
|
+
contextWindow: 1310720,
|
|
15854
|
+
maxTokens: 943718,
|
|
15855
|
+
},
|
|
15587
15856
|
"~z-ai/glm-latest": {
|
|
15588
15857
|
id: "~z-ai/glm-latest",
|
|
15589
15858
|
name: "Z.ai: GLM Latest",
|
|
@@ -15594,13 +15863,13 @@ export const MODELS = {
|
|
|
15594
15863
|
thinkingLevelMap: { "off": null, "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": "max" },
|
|
15595
15864
|
input: ["text"],
|
|
15596
15865
|
cost: {
|
|
15597
|
-
input: 1.
|
|
15598
|
-
output:
|
|
15599
|
-
cacheRead: 0.
|
|
15866
|
+
input: 1.1340000000000001,
|
|
15867
|
+
output: 3.564,
|
|
15868
|
+
cacheRead: 0.1863,
|
|
15600
15869
|
cacheWrite: 0,
|
|
15601
15870
|
},
|
|
15602
15871
|
contextWindow: 1310720,
|
|
15603
|
-
maxTokens:
|
|
15872
|
+
maxTokens: 943718,
|
|
15604
15873
|
},
|
|
15605
15874
|
},
|
|
15606
15875
|
"prime-inference": {
|
|
@@ -15856,7 +16125,7 @@ export const MODELS = {
|
|
|
15856
16125
|
cacheWrite: 0,
|
|
15857
16126
|
},
|
|
15858
16127
|
contextWindow: 163840,
|
|
15859
|
-
maxTokens:
|
|
16128
|
+
maxTokens: 16384,
|
|
15860
16129
|
},
|
|
15861
16130
|
"deepseek/deepseek-chat-v3-0324": {
|
|
15862
16131
|
id: "deepseek/deepseek-chat-v3-0324",
|
|
@@ -15893,7 +16162,7 @@ export const MODELS = {
|
|
|
15893
16162
|
cacheWrite: 0,
|
|
15894
16163
|
},
|
|
15895
16164
|
contextWindow: 163840,
|
|
15896
|
-
maxTokens:
|
|
16165
|
+
maxTokens: 32768,
|
|
15897
16166
|
},
|
|
15898
16167
|
"deepseek/deepseek-v3.1-terminus": {
|
|
15899
16168
|
id: "deepseek/deepseek-v3.1-terminus",
|
|
@@ -16009,7 +16278,7 @@ export const MODELS = {
|
|
|
16009
16278
|
cacheWrite: 0,
|
|
16010
16279
|
},
|
|
16011
16280
|
contextWindow: 1048576,
|
|
16012
|
-
maxTokens:
|
|
16281
|
+
maxTokens: 384000,
|
|
16013
16282
|
featured: true,
|
|
16014
16283
|
},
|
|
16015
16284
|
"google/gemini-2.5-flash": {
|
|
@@ -16234,7 +16503,7 @@ export const MODELS = {
|
|
|
16234
16503
|
cacheWrite: 0,
|
|
16235
16504
|
},
|
|
16236
16505
|
contextWindow: 131072,
|
|
16237
|
-
maxTokens:
|
|
16506
|
+
maxTokens: 16384,
|
|
16238
16507
|
},
|
|
16239
16508
|
"meta-llama/llama-4-maverick": {
|
|
16240
16509
|
id: "meta-llama/llama-4-maverick",
|
|
@@ -16517,7 +16786,7 @@ export const MODELS = {
|
|
|
16517
16786
|
cacheWrite: 0,
|
|
16518
16787
|
},
|
|
16519
16788
|
contextWindow: 262144,
|
|
16520
|
-
maxTokens:
|
|
16789
|
+
maxTokens: 235929,
|
|
16521
16790
|
featured: true,
|
|
16522
16791
|
},
|
|
16523
16792
|
"nvidia/nemotron-3-super-120b-a12b": {
|
|
@@ -17525,7 +17794,7 @@ export const MODELS = {
|
|
|
17525
17794
|
cacheWrite: 0,
|
|
17526
17795
|
},
|
|
17527
17796
|
contextWindow: 204800,
|
|
17528
|
-
maxTokens:
|
|
17797
|
+
maxTokens: 131072,
|
|
17529
17798
|
},
|
|
17530
17799
|
"z-ai/glm-4.7": {
|
|
17531
17800
|
id: "z-ai/glm-4.7",
|
|
@@ -17622,7 +17891,7 @@ export const MODELS = {
|
|
|
17622
17891
|
cacheWrite: 0,
|
|
17623
17892
|
},
|
|
17624
17893
|
contextWindow: 1048576,
|
|
17625
|
-
maxTokens:
|
|
17894
|
+
maxTokens: 131072,
|
|
17626
17895
|
featured: true,
|
|
17627
17896
|
},
|
|
17628
17897
|
"z-ai/glm-5.3": {
|
|
@@ -17642,7 +17911,7 @@ export const MODELS = {
|
|
|
17642
17911
|
cacheWrite: 0,
|
|
17643
17912
|
},
|
|
17644
17913
|
contextWindow: 1310720,
|
|
17645
|
-
maxTokens:
|
|
17914
|
+
maxTokens: 262144,
|
|
17646
17915
|
},
|
|
17647
17916
|
"z-ai/glm-5.3-flash": {
|
|
17648
17917
|
id: "z-ai/glm-5.3-flash",
|
|
@@ -18141,6 +18410,23 @@ export const MODELS = {
|
|
|
18141
18410
|
contextWindow: 991000,
|
|
18142
18411
|
maxTokens: 128000,
|
|
18143
18412
|
},
|
|
18413
|
+
"alibaba/qwen3.8-flash-next": {
|
|
18414
|
+
id: "alibaba/qwen3.8-flash-next",
|
|
18415
|
+
name: "Qwen 3.8 Flash Next",
|
|
18416
|
+
api: "anthropic-messages",
|
|
18417
|
+
provider: "vercel-ai-gateway",
|
|
18418
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18419
|
+
reasoning: true,
|
|
18420
|
+
input: ["text", "image"],
|
|
18421
|
+
cost: {
|
|
18422
|
+
input: 0.12,
|
|
18423
|
+
output: 0.39999999999999997,
|
|
18424
|
+
cacheRead: 0.01,
|
|
18425
|
+
cacheWrite: 0,
|
|
18426
|
+
},
|
|
18427
|
+
contextWindow: 1048576,
|
|
18428
|
+
maxTokens: 1048576,
|
|
18429
|
+
},
|
|
18144
18430
|
"alibaba/qwen3.8-max": {
|
|
18145
18431
|
id: "alibaba/qwen3.8-max",
|
|
18146
18432
|
name: "Qwen 3.8 Max",
|
|
@@ -18158,6 +18444,23 @@ export const MODELS = {
|
|
|
18158
18444
|
contextWindow: 1000000,
|
|
18159
18445
|
maxTokens: 128000,
|
|
18160
18446
|
},
|
|
18447
|
+
"alibaba/qwen3.8-max-0902": {
|
|
18448
|
+
id: "alibaba/qwen3.8-max-0902",
|
|
18449
|
+
name: "Qwen3.8 Max 0902",
|
|
18450
|
+
api: "anthropic-messages",
|
|
18451
|
+
provider: "vercel-ai-gateway",
|
|
18452
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18453
|
+
reasoning: true,
|
|
18454
|
+
input: ["text", "image"],
|
|
18455
|
+
cost: {
|
|
18456
|
+
input: 2,
|
|
18457
|
+
output: 6,
|
|
18458
|
+
cacheRead: 0.25,
|
|
18459
|
+
cacheWrite: 2.5,
|
|
18460
|
+
},
|
|
18461
|
+
contextWindow: 991000,
|
|
18462
|
+
maxTokens: 128000,
|
|
18463
|
+
},
|
|
18161
18464
|
"amazon/nova-2-lite": {
|
|
18162
18465
|
id: "amazon/nova-2-lite",
|
|
18163
18466
|
name: "Nova 2 Lite",
|
|
@@ -18261,6 +18564,24 @@ export const MODELS = {
|
|
|
18261
18564
|
contextWindow: 1000000,
|
|
18262
18565
|
maxTokens: 128000,
|
|
18263
18566
|
},
|
|
18567
|
+
"anthropic/claude-fable-5.1": {
|
|
18568
|
+
id: "anthropic/claude-fable-5.1",
|
|
18569
|
+
name: "Claude Fable 5.1",
|
|
18570
|
+
api: "anthropic-messages",
|
|
18571
|
+
provider: "vercel-ai-gateway",
|
|
18572
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18573
|
+
reasoning: true,
|
|
18574
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh", "max": "max" },
|
|
18575
|
+
input: ["text", "image"],
|
|
18576
|
+
cost: {
|
|
18577
|
+
input: 10,
|
|
18578
|
+
output: 50,
|
|
18579
|
+
cacheRead: 0.25,
|
|
18580
|
+
cacheWrite: 12.5,
|
|
18581
|
+
},
|
|
18582
|
+
contextWindow: 1000000,
|
|
18583
|
+
maxTokens: 128000,
|
|
18584
|
+
},
|
|
18264
18585
|
"anthropic/claude-haiku-4.5": {
|
|
18265
18586
|
id: "anthropic/claude-haiku-4.5",
|
|
18266
18587
|
name: "Claude Haiku 4.5",
|
|
@@ -18575,23 +18896,6 @@ export const MODELS = {
|
|
|
18575
18896
|
contextWindow: 128000,
|
|
18576
18897
|
maxTokens: 8192,
|
|
18577
18898
|
},
|
|
18578
|
-
"deepseek/deepseek-v3": {
|
|
18579
|
-
id: "deepseek/deepseek-v3",
|
|
18580
|
-
name: "DeepSeek V3 0324",
|
|
18581
|
-
api: "anthropic-messages",
|
|
18582
|
-
provider: "vercel-ai-gateway",
|
|
18583
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18584
|
-
reasoning: false,
|
|
18585
|
-
input: ["text"],
|
|
18586
|
-
cost: {
|
|
18587
|
-
input: 0.27,
|
|
18588
|
-
output: 1.12,
|
|
18589
|
-
cacheRead: 0.135,
|
|
18590
|
-
cacheWrite: 0,
|
|
18591
|
-
},
|
|
18592
|
-
contextWindow: 163840,
|
|
18593
|
-
maxTokens: 163840,
|
|
18594
|
-
},
|
|
18595
18899
|
"deepseek/deepseek-v3.1": {
|
|
18596
18900
|
id: "deepseek/deepseek-v3.1",
|
|
18597
18901
|
name: "DeepSeek V3.1",
|
|
@@ -18708,8 +19012,8 @@ export const MODELS = {
|
|
|
18708
19012
|
cacheRead: 0.007,
|
|
18709
19013
|
cacheWrite: 0,
|
|
18710
19014
|
},
|
|
18711
|
-
contextWindow:
|
|
18712
|
-
maxTokens:
|
|
19015
|
+
contextWindow: 1048576,
|
|
19016
|
+
maxTokens: 1048576,
|
|
18713
19017
|
},
|
|
18714
19018
|
"deepseek/deepseek-v4-pro": {
|
|
18715
19019
|
id: "deepseek/deepseek-v4-pro",
|
|
@@ -18915,6 +19219,23 @@ export const MODELS = {
|
|
|
18915
19219
|
contextWindow: 1000000,
|
|
18916
19220
|
maxTokens: 65536,
|
|
18917
19221
|
},
|
|
19222
|
+
"google/gemini-3.8-flash": {
|
|
19223
|
+
id: "google/gemini-3.8-flash",
|
|
19224
|
+
name: "Gemini 3.8 Flash",
|
|
19225
|
+
api: "anthropic-messages",
|
|
19226
|
+
provider: "vercel-ai-gateway",
|
|
19227
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19228
|
+
reasoning: true,
|
|
19229
|
+
input: ["text", "image"],
|
|
19230
|
+
cost: {
|
|
19231
|
+
input: 0.75,
|
|
19232
|
+
output: 3.75,
|
|
19233
|
+
cacheRead: 0.075,
|
|
19234
|
+
cacheWrite: 0,
|
|
19235
|
+
},
|
|
19236
|
+
contextWindow: 1000000,
|
|
19237
|
+
maxTokens: 65536,
|
|
19238
|
+
},
|
|
18918
19239
|
"google/gemma-4-26b-a4b-it": {
|
|
18919
19240
|
id: "google/gemma-4-26b-a4b-it",
|
|
18920
19241
|
name: "Google Gemma 4 26B A4B",
|
|
@@ -19272,6 +19593,40 @@ export const MODELS = {
|
|
|
19272
19593
|
contextWindow: 1048576,
|
|
19273
19594
|
maxTokens: 1048576,
|
|
19274
19595
|
},
|
|
19596
|
+
"meta/muse-spark-1.3": {
|
|
19597
|
+
id: "meta/muse-spark-1.3",
|
|
19598
|
+
name: "Muse Spark 1.3",
|
|
19599
|
+
api: "anthropic-messages",
|
|
19600
|
+
provider: "vercel-ai-gateway",
|
|
19601
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19602
|
+
reasoning: true,
|
|
19603
|
+
input: ["text", "image"],
|
|
19604
|
+
cost: {
|
|
19605
|
+
input: 1.25,
|
|
19606
|
+
output: 4.25,
|
|
19607
|
+
cacheRead: 0.15,
|
|
19608
|
+
cacheWrite: 0,
|
|
19609
|
+
},
|
|
19610
|
+
contextWindow: 1048576,
|
|
19611
|
+
maxTokens: 1048576,
|
|
19612
|
+
},
|
|
19613
|
+
"meta/muse-spark-1.3-contributor": {
|
|
19614
|
+
id: "meta/muse-spark-1.3-contributor",
|
|
19615
|
+
name: "Muse Spark 1.3 Contributor",
|
|
19616
|
+
api: "anthropic-messages",
|
|
19617
|
+
provider: "vercel-ai-gateway",
|
|
19618
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19619
|
+
reasoning: true,
|
|
19620
|
+
input: ["text", "image"],
|
|
19621
|
+
cost: {
|
|
19622
|
+
input: 0.09999999999999999,
|
|
19623
|
+
output: 0.19999999999999998,
|
|
19624
|
+
cacheRead: 0.002,
|
|
19625
|
+
cacheWrite: 0,
|
|
19626
|
+
},
|
|
19627
|
+
contextWindow: 1048576,
|
|
19628
|
+
maxTokens: 1048576,
|
|
19629
|
+
},
|
|
19275
19630
|
"minimax/minimax-m2": {
|
|
19276
19631
|
id: "minimax/minimax-m2",
|
|
19277
19632
|
name: "MiniMax M2",
|
|
@@ -21267,6 +21622,23 @@ export const MODELS = {
|
|
|
21267
21622
|
contextWindow: 1050000,
|
|
21268
21623
|
maxTokens: 131000,
|
|
21269
21624
|
},
|
|
21625
|
+
"xiaomi/mimo-v2.5-pro-ultraspeed": {
|
|
21626
|
+
id: "xiaomi/mimo-v2.5-pro-ultraspeed",
|
|
21627
|
+
name: "MiMo V2.5 Pro UltraSpeed",
|
|
21628
|
+
api: "anthropic-messages",
|
|
21629
|
+
provider: "vercel-ai-gateway",
|
|
21630
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
21631
|
+
reasoning: true,
|
|
21632
|
+
input: ["text"],
|
|
21633
|
+
cost: {
|
|
21634
|
+
input: 1.305,
|
|
21635
|
+
output: 2.61,
|
|
21636
|
+
cacheRead: 0.0108,
|
|
21637
|
+
cacheWrite: 0,
|
|
21638
|
+
},
|
|
21639
|
+
contextWindow: 1048576,
|
|
21640
|
+
maxTokens: 131072,
|
|
21641
|
+
},
|
|
21270
21642
|
"zai/glm-4.5": {
|
|
21271
21643
|
id: "zai/glm-4.5",
|
|
21272
21644
|
name: "GLM 4.5",
|
|
@@ -21480,14 +21852,31 @@ export const MODELS = {
|
|
|
21480
21852
|
reasoning: true,
|
|
21481
21853
|
input: ["text"],
|
|
21482
21854
|
cost: {
|
|
21483
|
-
input:
|
|
21484
|
-
output:
|
|
21485
|
-
cacheRead: 0.
|
|
21855
|
+
input: 0.7,
|
|
21856
|
+
output: 2.2,
|
|
21857
|
+
cacheRead: 0.13,
|
|
21486
21858
|
cacheWrite: 0,
|
|
21487
21859
|
},
|
|
21488
21860
|
contextWindow: 1000000,
|
|
21489
21861
|
maxTokens: 1000000,
|
|
21490
21862
|
},
|
|
21863
|
+
"zai/glm-5.3-fast": {
|
|
21864
|
+
id: "zai/glm-5.3-fast",
|
|
21865
|
+
name: "GLM 5.3 Fast",
|
|
21866
|
+
api: "anthropic-messages",
|
|
21867
|
+
provider: "vercel-ai-gateway",
|
|
21868
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
21869
|
+
reasoning: true,
|
|
21870
|
+
input: ["text"],
|
|
21871
|
+
cost: {
|
|
21872
|
+
input: 2.0999999999999996,
|
|
21873
|
+
output: 6.6000000000000005,
|
|
21874
|
+
cacheRead: 0.21,
|
|
21875
|
+
cacheWrite: 0,
|
|
21876
|
+
},
|
|
21877
|
+
contextWindow: 1048576,
|
|
21878
|
+
maxTokens: 262144,
|
|
21879
|
+
},
|
|
21491
21880
|
"zai/glm-5.3-flash": {
|
|
21492
21881
|
id: "zai/glm-5.3-flash",
|
|
21493
21882
|
name: "GLM 5.3 Flash",
|
|
@@ -21505,6 +21894,23 @@ export const MODELS = {
|
|
|
21505
21894
|
contextWindow: 1000000,
|
|
21506
21895
|
maxTokens: 131000,
|
|
21507
21896
|
},
|
|
21897
|
+
"zai/glm-5.3-promo-50": {
|
|
21898
|
+
id: "zai/glm-5.3-promo-50",
|
|
21899
|
+
name: "GLM 5.3 (50% off)",
|
|
21900
|
+
api: "anthropic-messages",
|
|
21901
|
+
provider: "vercel-ai-gateway",
|
|
21902
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
21903
|
+
reasoning: true,
|
|
21904
|
+
input: ["text"],
|
|
21905
|
+
cost: {
|
|
21906
|
+
input: 0.7,
|
|
21907
|
+
output: 2.2,
|
|
21908
|
+
cacheRead: 0.13,
|
|
21909
|
+
cacheWrite: 0,
|
|
21910
|
+
},
|
|
21911
|
+
contextWindow: 1048576,
|
|
21912
|
+
maxTokens: 1048576,
|
|
21913
|
+
},
|
|
21508
21914
|
"zai/glm-5v-turbo": {
|
|
21509
21915
|
id: "zai/glm-5v-turbo",
|
|
21510
21916
|
name: "GLM 5V Turbo",
|