@asm-agent/ai 0.8.5 → 0.8.7
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 +564 -114
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +609 -222
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +3 -0
- 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)",
|
|
@@ -3935,7 +4007,7 @@ export const MODELS = {
|
|
|
3935
4007
|
cacheWrite: 0,
|
|
3936
4008
|
},
|
|
3937
4009
|
contextWindow: 1310720,
|
|
3938
|
-
maxTokens:
|
|
4010
|
+
maxTokens: 1048576,
|
|
3939
4011
|
},
|
|
3940
4012
|
},
|
|
3941
4013
|
"deepseek": {
|
|
@@ -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,
|
|
@@ -4047,6 +4136,23 @@ export const MODELS = {
|
|
|
4047
4136
|
contextWindow: 1000000,
|
|
4048
4137
|
maxTokens: 131072,
|
|
4049
4138
|
},
|
|
4139
|
+
"accounts/fireworks/models/glm-5p3-flash": {
|
|
4140
|
+
id: "accounts/fireworks/models/glm-5p3-flash",
|
|
4141
|
+
name: "GLM 5.3 Flash",
|
|
4142
|
+
api: "anthropic-messages",
|
|
4143
|
+
provider: "fireworks",
|
|
4144
|
+
baseUrl: "https://api.fireworks.ai/inference",
|
|
4145
|
+
reasoning: true,
|
|
4146
|
+
input: ["text", "image"],
|
|
4147
|
+
cost: {
|
|
4148
|
+
input: 0.15,
|
|
4149
|
+
output: 0.5,
|
|
4150
|
+
cacheRead: 0.03,
|
|
4151
|
+
cacheWrite: 0,
|
|
4152
|
+
},
|
|
4153
|
+
contextWindow: 1000000,
|
|
4154
|
+
maxTokens: 131072,
|
|
4155
|
+
},
|
|
4050
4156
|
"accounts/fireworks/models/gpt-oss-120b": {
|
|
4051
4157
|
id: "accounts/fireworks/models/gpt-oss-120b",
|
|
4052
4158
|
name: "GPT OSS 120B",
|
|
@@ -5114,13 +5220,14 @@ export const MODELS = {
|
|
|
5114
5220
|
contextWindow: 1048576,
|
|
5115
5221
|
maxTokens: 65536,
|
|
5116
5222
|
},
|
|
5117
|
-
"gemini-flash
|
|
5118
|
-
id: "gemini-flash
|
|
5119
|
-
name: "Gemini Flash
|
|
5223
|
+
"gemini-3.8-flash": {
|
|
5224
|
+
id: "gemini-3.8-flash",
|
|
5225
|
+
name: "Gemini 3.8 Flash",
|
|
5120
5226
|
api: "google-generative-ai",
|
|
5121
5227
|
provider: "google",
|
|
5122
5228
|
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
5123
5229
|
reasoning: true,
|
|
5230
|
+
thinkingLevelMap: { "off": null },
|
|
5124
5231
|
input: ["text", "image"],
|
|
5125
5232
|
cost: {
|
|
5126
5233
|
input: 0.75,
|
|
@@ -5131,38 +5238,38 @@ export const MODELS = {
|
|
|
5131
5238
|
contextWindow: 1048576,
|
|
5132
5239
|
maxTokens: 65536,
|
|
5133
5240
|
},
|
|
5134
|
-
"gemini-flash-
|
|
5135
|
-
id: "gemini-flash-
|
|
5136
|
-
name: "Gemini Flash
|
|
5241
|
+
"gemini-flash-latest": {
|
|
5242
|
+
id: "gemini-flash-latest",
|
|
5243
|
+
name: "Gemini Flash Latest",
|
|
5137
5244
|
api: "google-generative-ai",
|
|
5138
5245
|
provider: "google",
|
|
5139
5246
|
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
5140
5247
|
reasoning: true,
|
|
5141
5248
|
input: ["text", "image"],
|
|
5142
5249
|
cost: {
|
|
5143
|
-
input: 0.
|
|
5144
|
-
output:
|
|
5145
|
-
cacheRead: 0.
|
|
5250
|
+
input: 0.75,
|
|
5251
|
+
output: 3.75,
|
|
5252
|
+
cacheRead: 0.075,
|
|
5146
5253
|
cacheWrite: 0,
|
|
5147
5254
|
},
|
|
5148
5255
|
contextWindow: 1048576,
|
|
5149
5256
|
maxTokens: 65536,
|
|
5150
5257
|
},
|
|
5151
|
-
"gemini-
|
|
5152
|
-
id: "gemini-
|
|
5153
|
-
name: "Gemini
|
|
5258
|
+
"gemini-flash-lite-latest": {
|
|
5259
|
+
id: "gemini-flash-lite-latest",
|
|
5260
|
+
name: "Gemini Flash-Lite Latest",
|
|
5154
5261
|
api: "google-generative-ai",
|
|
5155
5262
|
provider: "google",
|
|
5156
5263
|
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
5157
5264
|
reasoning: true,
|
|
5158
5265
|
input: ["text", "image"],
|
|
5159
5266
|
cost: {
|
|
5160
|
-
input:
|
|
5161
|
-
output: 5,
|
|
5162
|
-
cacheRead: 0,
|
|
5267
|
+
input: 0.3,
|
|
5268
|
+
output: 2.5,
|
|
5269
|
+
cacheRead: 0.03,
|
|
5163
5270
|
cacheWrite: 0,
|
|
5164
5271
|
},
|
|
5165
|
-
contextWindow:
|
|
5272
|
+
contextWindow: 1048576,
|
|
5166
5273
|
maxTokens: 65536,
|
|
5167
5274
|
},
|
|
5168
5275
|
"gemma-4-26b-a4b-it": {
|
|
@@ -5532,6 +5639,23 @@ export const MODELS = {
|
|
|
5532
5639
|
contextWindow: 131072,
|
|
5533
5640
|
maxTokens: 16384,
|
|
5534
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
|
+
},
|
|
5535
5659
|
},
|
|
5536
5660
|
"huggingface": {
|
|
5537
5661
|
"MiniMaxAI/MiniMax-M2": {
|
|
@@ -6218,6 +6342,24 @@ export const MODELS = {
|
|
|
6218
6342
|
contextWindow: 1048576,
|
|
6219
6343
|
maxTokens: 384000,
|
|
6220
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
|
+
},
|
|
6221
6363
|
"deepseek-ai/DeepSeek-V4-Pro": {
|
|
6222
6364
|
id: "deepseek-ai/DeepSeek-V4-Pro",
|
|
6223
6365
|
name: "DeepSeek V4 Pro",
|
|
@@ -6541,7 +6683,7 @@ export const MODELS = {
|
|
|
6541
6683
|
cacheWrite: 0,
|
|
6542
6684
|
},
|
|
6543
6685
|
contextWindow: 262144,
|
|
6544
|
-
maxTokens:
|
|
6686
|
+
maxTokens: 128000,
|
|
6545
6687
|
},
|
|
6546
6688
|
"thinkingmachines/Inkling": {
|
|
6547
6689
|
id: "thinkingmachines/Inkling",
|
|
@@ -8849,6 +8991,24 @@ export const MODELS = {
|
|
|
8849
8991
|
contextWindow: 1000000,
|
|
8850
8992
|
maxTokens: 128000,
|
|
8851
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
|
+
},
|
|
8852
9012
|
"claude-haiku-4-5": {
|
|
8853
9013
|
id: "claude-haiku-4-5",
|
|
8854
9014
|
name: "Claude Haiku 4.5",
|
|
@@ -9171,6 +9331,24 @@ export const MODELS = {
|
|
|
9171
9331
|
contextWindow: 1048576,
|
|
9172
9332
|
maxTokens: 65536,
|
|
9173
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
|
+
},
|
|
9174
9352
|
"glm-5": {
|
|
9175
9353
|
id: "glm-5",
|
|
9176
9354
|
name: "GLM-5",
|
|
@@ -9615,23 +9793,6 @@ export const MODELS = {
|
|
|
9615
9793
|
contextWindow: 256000,
|
|
9616
9794
|
maxTokens: 256000,
|
|
9617
9795
|
},
|
|
9618
|
-
"hy3-free": {
|
|
9619
|
-
id: "hy3-free",
|
|
9620
|
-
name: "Hy3 Free",
|
|
9621
|
-
api: "openai-completions",
|
|
9622
|
-
provider: "opencode",
|
|
9623
|
-
baseUrl: "https://opencode.ai/zen/v1",
|
|
9624
|
-
reasoning: true,
|
|
9625
|
-
input: ["text"],
|
|
9626
|
-
cost: {
|
|
9627
|
-
input: 0,
|
|
9628
|
-
output: 0,
|
|
9629
|
-
cacheRead: 0,
|
|
9630
|
-
cacheWrite: 0,
|
|
9631
|
-
},
|
|
9632
|
-
contextWindow: 190000,
|
|
9633
|
-
maxTokens: 64000,
|
|
9634
|
-
},
|
|
9635
9796
|
"kimi-k2.5": {
|
|
9636
9797
|
id: "kimi-k2.5",
|
|
9637
9798
|
name: "Kimi K2.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",
|
|
@@ -10052,20 +10230,20 @@ export const MODELS = {
|
|
|
10052
10230
|
},
|
|
10053
10231
|
"hy3": {
|
|
10054
10232
|
id: "hy3",
|
|
10055
|
-
name: "Hy3
|
|
10233
|
+
name: "Hy3",
|
|
10056
10234
|
api: "openai-completions",
|
|
10057
10235
|
provider: "opencode-go",
|
|
10058
10236
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
10059
10237
|
reasoning: true,
|
|
10060
10238
|
input: ["text"],
|
|
10061
10239
|
cost: {
|
|
10062
|
-
input: 0.
|
|
10063
|
-
output: 0.
|
|
10064
|
-
cacheRead: 0.
|
|
10240
|
+
input: 0.14,
|
|
10241
|
+
output: 0.58,
|
|
10242
|
+
cacheRead: 0.035,
|
|
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,27 +10830,9 @@ export const MODELS = {
|
|
|
10617
10830
|
contextWindow: 1000000,
|
|
10618
10831
|
maxTokens: 128000,
|
|
10619
10832
|
},
|
|
10620
|
-
"anthropic/claude-opus-4.
|
|
10621
|
-
id: "anthropic/claude-opus-4.
|
|
10622
|
-
name: "Anthropic: Claude Opus 4.
|
|
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
|
-
"anthropic/claude-opus-4.8": {
|
|
10639
|
-
id: "anthropic/claude-opus-4.8",
|
|
10640
|
-
name: "Anthropic: Claude Opus 4.8",
|
|
10833
|
+
"anthropic/claude-opus-4.8": {
|
|
10834
|
+
id: "anthropic/claude-opus-4.8",
|
|
10835
|
+
name: "Anthropic: Claude Opus 4.8",
|
|
10641
10836
|
api: "openai-completions",
|
|
10642
10837
|
provider: "openrouter",
|
|
10643
10838
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
@@ -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,24 +10866,6 @@ export const MODELS = {
|
|
|
10689
10866
|
contextWindow: 1000000,
|
|
10690
10867
|
maxTokens: 128000,
|
|
10691
10868
|
},
|
|
10692
|
-
"anthropic/claude-opus-5-fast": {
|
|
10693
|
-
id: "anthropic/claude-opus-5-fast",
|
|
10694
|
-
name: "Claude Opus 5 (Fast)",
|
|
10695
|
-
api: "openai-completions",
|
|
10696
|
-
provider: "openrouter",
|
|
10697
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10698
|
-
reasoning: true,
|
|
10699
|
-
thinkingLevelMap: { "minimal": null, "low": "low", "medium": "medium", "high": "high", "xhigh": "xhigh", "max": "max" },
|
|
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
10869
|
"anthropic/claude-sonnet-4": {
|
|
10711
10870
|
id: "anthropic/claude-sonnet-4",
|
|
10712
10871
|
name: "Anthropic: Claude Sonnet 4",
|
|
@@ -10792,13 +10951,13 @@ export const MODELS = {
|
|
|
10792
10951
|
thinkingLevelMap: { "off": null, "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null, "max": null },
|
|
10793
10952
|
input: ["text"],
|
|
10794
10953
|
cost: {
|
|
10795
|
-
input: 0.
|
|
10796
|
-
output: 0.
|
|
10954
|
+
input: 0.25,
|
|
10955
|
+
output: 0.7999999999999999,
|
|
10797
10956
|
cacheRead: 0.06,
|
|
10798
10957
|
cacheWrite: 0,
|
|
10799
10958
|
},
|
|
10800
10959
|
contextWindow: 262144,
|
|
10801
|
-
maxTokens:
|
|
10960
|
+
maxTokens: 80000,
|
|
10802
10961
|
},
|
|
10803
10962
|
"auto": {
|
|
10804
10963
|
id: "auto",
|
|
@@ -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.08553999999999999,
|
|
11303
|
+
output: 0.17107999999999998,
|
|
11304
|
+
cacheRead: 0.017108,
|
|
11146
11305
|
cacheWrite: 0,
|
|
11147
11306
|
},
|
|
11148
11307
|
contextWindow: 1048576,
|
|
@@ -11197,9 +11356,9 @@ 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:
|
|
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,
|
|
@@ -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",
|
|
@@ -11702,23 +11915,6 @@ export const MODELS = {
|
|
|
11702
11915
|
contextWindow: 262144,
|
|
11703
11916
|
maxTokens: 32768,
|
|
11704
11917
|
},
|
|
11705
|
-
"kwaipilot/kat-coder-air-v2.5": {
|
|
11706
|
-
id: "kwaipilot/kat-coder-air-v2.5",
|
|
11707
|
-
name: "Kwaipilot: KAT-Coder-Air V2.5",
|
|
11708
|
-
api: "openai-completions",
|
|
11709
|
-
provider: "openrouter",
|
|
11710
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11711
|
-
reasoning: false,
|
|
11712
|
-
input: ["text"],
|
|
11713
|
-
cost: {
|
|
11714
|
-
input: 0.15,
|
|
11715
|
-
output: 0.6,
|
|
11716
|
-
cacheRead: 0.03,
|
|
11717
|
-
cacheWrite: 0,
|
|
11718
|
-
},
|
|
11719
|
-
contextWindow: 256000,
|
|
11720
|
-
maxTokens: 80000,
|
|
11721
|
-
},
|
|
11722
11918
|
"kwaipilot/kat-coder-pro-v2": {
|
|
11723
11919
|
id: "kwaipilot/kat-coder-pro-v2",
|
|
11724
11920
|
name: "Kwaipilot: KAT-Coder-Pro V2",
|
|
@@ -11734,7 +11930,7 @@ export const MODELS = {
|
|
|
11734
11930
|
cacheWrite: 0,
|
|
11735
11931
|
},
|
|
11736
11932
|
contextWindow: 262144,
|
|
11737
|
-
maxTokens:
|
|
11933
|
+
maxTokens: 144000,
|
|
11738
11934
|
},
|
|
11739
11935
|
"kwaipilot/kat-coder-pro-v2.5": {
|
|
11740
11936
|
id: "kwaipilot/kat-coder-pro-v2.5",
|
|
@@ -11751,7 +11947,7 @@ export const MODELS = {
|
|
|
11751
11947
|
cacheWrite: 0,
|
|
11752
11948
|
},
|
|
11753
11949
|
contextWindow: 262144,
|
|
11754
|
-
maxTokens:
|
|
11950
|
+
maxTokens: 235929,
|
|
11755
11951
|
},
|
|
11756
11952
|
"liquid/lfm-2.5-2.6b:free": {
|
|
11757
11953
|
id: "liquid/lfm-2.5-2.6b:free",
|
|
@@ -11834,13 +12030,13 @@ export const MODELS = {
|
|
|
11834
12030
|
reasoning: false,
|
|
11835
12031
|
input: ["text"],
|
|
11836
12032
|
cost: {
|
|
11837
|
-
input: 0.
|
|
11838
|
-
output: 0.
|
|
11839
|
-
cacheRead: 0
|
|
12033
|
+
input: 0.09999999999999999,
|
|
12034
|
+
output: 0.32,
|
|
12035
|
+
cacheRead: 0,
|
|
11840
12036
|
cacheWrite: 0,
|
|
11841
12037
|
},
|
|
11842
12038
|
contextWindow: 131072,
|
|
11843
|
-
maxTokens:
|
|
12039
|
+
maxTokens: 16384,
|
|
11844
12040
|
},
|
|
11845
12041
|
"meta-llama/llama-4-maverick": {
|
|
11846
12042
|
id: "meta-llama/llama-4-maverick",
|
|
@@ -11852,12 +12048,12 @@ export const MODELS = {
|
|
|
11852
12048
|
input: ["text", "image"],
|
|
11853
12049
|
cost: {
|
|
11854
12050
|
input: 0.19999999999999998,
|
|
11855
|
-
output: 0.
|
|
12051
|
+
output: 0.696,
|
|
11856
12052
|
cacheRead: 0,
|
|
11857
12053
|
cacheWrite: 0,
|
|
11858
12054
|
},
|
|
11859
12055
|
contextWindow: 1048576,
|
|
11860
|
-
maxTokens:
|
|
12056
|
+
maxTokens: 115200,
|
|
11861
12057
|
},
|
|
11862
12058
|
"meta-llama/llama-4-scout": {
|
|
11863
12059
|
id: "meta-llama/llama-4-scout",
|
|
@@ -11868,13 +12064,13 @@ export const MODELS = {
|
|
|
11868
12064
|
reasoning: false,
|
|
11869
12065
|
input: ["text", "image"],
|
|
11870
12066
|
cost: {
|
|
11871
|
-
input: 0.
|
|
11872
|
-
output: 0.
|
|
11873
|
-
cacheRead: 0
|
|
12067
|
+
input: 0.09999999999999999,
|
|
12068
|
+
output: 0.3,
|
|
12069
|
+
cacheRead: 0,
|
|
11874
12070
|
cacheWrite: 0,
|
|
11875
12071
|
},
|
|
11876
12072
|
contextWindow: 1310720,
|
|
11877
|
-
maxTokens:
|
|
12073
|
+
maxTokens: 16384,
|
|
11878
12074
|
},
|
|
11879
12075
|
"meta/muse-glimmer-30b": {
|
|
11880
12076
|
id: "meta/muse-glimmer-30b",
|
|
@@ -11887,12 +12083,12 @@ export const MODELS = {
|
|
|
11887
12083
|
input: ["text", "image"],
|
|
11888
12084
|
cost: {
|
|
11889
12085
|
input: 0.3,
|
|
11890
|
-
output: 1.
|
|
12086
|
+
output: 1.1,
|
|
11891
12087
|
cacheRead: 0.04,
|
|
11892
12088
|
cacheWrite: 0,
|
|
11893
12089
|
},
|
|
11894
12090
|
contextWindow: 131072,
|
|
11895
|
-
maxTokens:
|
|
12091
|
+
maxTokens: 117964,
|
|
11896
12092
|
},
|
|
11897
12093
|
"meta/muse-spark-1.1": {
|
|
11898
12094
|
id: "meta/muse-spark-1.1",
|
|
@@ -11948,6 +12144,42 @@ export const MODELS = {
|
|
|
11948
12144
|
contextWindow: 1048576,
|
|
11949
12145
|
maxTokens: 943718,
|
|
11950
12146
|
},
|
|
12147
|
+
"meta/muse-spark-1.3": {
|
|
12148
|
+
id: "meta/muse-spark-1.3",
|
|
12149
|
+
name: "Meta: Muse Spark 1.3",
|
|
12150
|
+
api: "openai-completions",
|
|
12151
|
+
provider: "openrouter",
|
|
12152
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12153
|
+
reasoning: true,
|
|
12154
|
+
thinkingLevelMap: { "off": null, "minimal": "minimal", "low": "low", "medium": "medium", "high": "high", "xhigh": "xhigh", "max": null },
|
|
12155
|
+
input: ["text", "image"],
|
|
12156
|
+
cost: {
|
|
12157
|
+
input: 1.25,
|
|
12158
|
+
output: 4.25,
|
|
12159
|
+
cacheRead: 0.15,
|
|
12160
|
+
cacheWrite: 0,
|
|
12161
|
+
},
|
|
12162
|
+
contextWindow: 1048576,
|
|
12163
|
+
maxTokens: 943718,
|
|
12164
|
+
},
|
|
12165
|
+
"meta/muse-spark-1.3-contributor": {
|
|
12166
|
+
id: "meta/muse-spark-1.3-contributor",
|
|
12167
|
+
name: "Meta: Muse Spark 1.3 Contributor",
|
|
12168
|
+
api: "openai-completions",
|
|
12169
|
+
provider: "openrouter",
|
|
12170
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12171
|
+
reasoning: true,
|
|
12172
|
+
thinkingLevelMap: { "off": null, "minimal": "minimal", "low": "low", "medium": "medium", "high": "high", "xhigh": "xhigh", "max": null },
|
|
12173
|
+
input: ["text", "image"],
|
|
12174
|
+
cost: {
|
|
12175
|
+
input: 0.09999999999999999,
|
|
12176
|
+
output: 0.19999999999999998,
|
|
12177
|
+
cacheRead: 0.002,
|
|
12178
|
+
cacheWrite: 0,
|
|
12179
|
+
},
|
|
12180
|
+
contextWindow: 1048576,
|
|
12181
|
+
maxTokens: 943718,
|
|
12182
|
+
},
|
|
11951
12183
|
"minimax/minimax-m1": {
|
|
11952
12184
|
id: "minimax/minimax-m1",
|
|
11953
12185
|
name: "MiniMax: MiniMax M1",
|
|
@@ -12126,9 +12358,9 @@ export const MODELS = {
|
|
|
12126
12358
|
reasoning: false,
|
|
12127
12359
|
input: ["text"],
|
|
12128
12360
|
cost: {
|
|
12129
|
-
input: 0.
|
|
12130
|
-
output: 2
|
|
12131
|
-
cacheRead: 0.
|
|
12361
|
+
input: 0.39999999999999997,
|
|
12362
|
+
output: 2,
|
|
12363
|
+
cacheRead: 0.04,
|
|
12132
12364
|
cacheWrite: 0,
|
|
12133
12365
|
},
|
|
12134
12366
|
contextWindow: 262144,
|
|
@@ -12570,11 +12802,11 @@ export const MODELS = {
|
|
|
12570
12802
|
cost: {
|
|
12571
12803
|
input: 0.049999999999999996,
|
|
12572
12804
|
output: 0.19999999999999998,
|
|
12573
|
-
cacheRead: 0.
|
|
12805
|
+
cacheRead: 0.03,
|
|
12574
12806
|
cacheWrite: 0,
|
|
12575
12807
|
},
|
|
12576
12808
|
contextWindow: 262144,
|
|
12577
|
-
maxTokens:
|
|
12809
|
+
maxTokens: 235929,
|
|
12578
12810
|
},
|
|
12579
12811
|
"nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
|
|
12580
12812
|
id: "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free",
|
|
@@ -12641,13 +12873,13 @@ export const MODELS = {
|
|
|
12641
12873
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": "medium", "high": "high", "xhigh": null, "max": null },
|
|
12642
12874
|
input: ["text"],
|
|
12643
12875
|
cost: {
|
|
12644
|
-
input: 0.
|
|
12645
|
-
output: 2.
|
|
12646
|
-
cacheRead: 0.
|
|
12876
|
+
input: 0.6,
|
|
12877
|
+
output: 2.4,
|
|
12878
|
+
cacheRead: 0.12,
|
|
12647
12879
|
cacheWrite: 0,
|
|
12648
12880
|
},
|
|
12649
12881
|
contextWindow: 262144,
|
|
12650
|
-
maxTokens:
|
|
12882
|
+
maxTokens: 182520,
|
|
12651
12883
|
},
|
|
12652
12884
|
"nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
12653
12885
|
id: "nvidia/nemotron-3-ultra-550b-a55b:free",
|
|
@@ -12852,11 +13084,11 @@ export const MODELS = {
|
|
|
12852
13084
|
cost: {
|
|
12853
13085
|
input: 0.09999999999999999,
|
|
12854
13086
|
output: 0.39999999999999997,
|
|
12855
|
-
cacheRead: 0.
|
|
13087
|
+
cacheRead: 0.024999999999999998,
|
|
12856
13088
|
cacheWrite: 0,
|
|
12857
13089
|
},
|
|
12858
13090
|
contextWindow: 1047576,
|
|
12859
|
-
maxTokens:
|
|
13091
|
+
maxTokens: 32768,
|
|
12860
13092
|
},
|
|
12861
13093
|
"openai/gpt-4o": {
|
|
12862
13094
|
id: "openai/gpt-4o",
|
|
@@ -14359,13 +14591,13 @@ export const MODELS = {
|
|
|
14359
14591
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null, "max": null },
|
|
14360
14592
|
input: ["text", "image"],
|
|
14361
14593
|
cost: {
|
|
14362
|
-
input: 0.
|
|
14363
|
-
output:
|
|
14364
|
-
cacheRead: 0,
|
|
14594
|
+
input: 0.55,
|
|
14595
|
+
output: 3.5,
|
|
14596
|
+
cacheRead: 0.22499999999999998,
|
|
14365
14597
|
cacheWrite: 0,
|
|
14366
14598
|
},
|
|
14367
14599
|
contextWindow: 262144,
|
|
14368
|
-
maxTokens:
|
|
14600
|
+
maxTokens: 235929,
|
|
14369
14601
|
},
|
|
14370
14602
|
"qwen/qwen3.5-9b": {
|
|
14371
14603
|
id: "qwen/qwen3.5-9b",
|
|
@@ -14802,9 +15034,9 @@ export const MODELS = {
|
|
|
14802
15034
|
thinkingLevelMap: { "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": null },
|
|
14803
15035
|
input: ["text"],
|
|
14804
15036
|
cost: {
|
|
14805
|
-
input: 0.
|
|
14806
|
-
output: 0.
|
|
14807
|
-
cacheRead: 0.
|
|
15037
|
+
input: 0.13199999999999998,
|
|
15038
|
+
output: 0.5279999999999999,
|
|
15039
|
+
cacheRead: 0.032999999999999995,
|
|
14808
15040
|
cacheWrite: 0,
|
|
14809
15041
|
},
|
|
14810
15042
|
contextWindow: 262144,
|
|
@@ -14873,13 +15105,13 @@ export const MODELS = {
|
|
|
14873
15105
|
thinkingLevelMap: { "minimal": "minimal", "low": "low", "medium": "medium", "high": "high", "xhigh": null, "max": "max" },
|
|
14874
15106
|
input: ["text", "image"],
|
|
14875
15107
|
cost: {
|
|
14876
|
-
input:
|
|
15108
|
+
input: 1,
|
|
14877
15109
|
output: 4.05,
|
|
14878
|
-
cacheRead: 0.
|
|
15110
|
+
cacheRead: 0.16999999999999998,
|
|
14879
15111
|
cacheWrite: 0,
|
|
14880
15112
|
},
|
|
14881
15113
|
contextWindow: 1048576,
|
|
14882
|
-
maxTokens:
|
|
15114
|
+
maxTokens: 471859,
|
|
14883
15115
|
},
|
|
14884
15116
|
"thinkingmachines/inkling-small": {
|
|
14885
15117
|
id: "thinkingmachines/inkling-small",
|
|
@@ -15171,13 +15403,13 @@ export const MODELS = {
|
|
|
15171
15403
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null, "max": null },
|
|
15172
15404
|
input: ["text"],
|
|
15173
15405
|
cost: {
|
|
15174
|
-
input: 0.
|
|
15175
|
-
output:
|
|
15176
|
-
cacheRead: 0.
|
|
15406
|
+
input: 0.55,
|
|
15407
|
+
output: 2.2,
|
|
15408
|
+
cacheRead: 0.11,
|
|
15177
15409
|
cacheWrite: 0,
|
|
15178
15410
|
},
|
|
15179
15411
|
contextWindow: 204800,
|
|
15180
|
-
maxTokens:
|
|
15412
|
+
maxTokens: 131072,
|
|
15181
15413
|
},
|
|
15182
15414
|
"z-ai/glm-4.6v": {
|
|
15183
15415
|
id: "z-ai/glm-4.6v",
|
|
@@ -15285,13 +15517,13 @@ export const MODELS = {
|
|
|
15285
15517
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null, "max": null },
|
|
15286
15518
|
input: ["text"],
|
|
15287
15519
|
cost: {
|
|
15288
|
-
input:
|
|
15289
|
-
output: 3.
|
|
15290
|
-
cacheRead: 0.
|
|
15520
|
+
input: 0.966,
|
|
15521
|
+
output: 3.036,
|
|
15522
|
+
cacheRead: 0.1794,
|
|
15291
15523
|
cacheWrite: 0,
|
|
15292
15524
|
},
|
|
15293
15525
|
contextWindow: 204800,
|
|
15294
|
-
maxTokens:
|
|
15526
|
+
maxTokens: 128000,
|
|
15295
15527
|
},
|
|
15296
15528
|
"z-ai/glm-5.2": {
|
|
15297
15529
|
id: "z-ai/glm-5.2",
|
|
@@ -15303,13 +15535,13 @@ export const MODELS = {
|
|
|
15303
15535
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh", "max": null },
|
|
15304
15536
|
input: ["text"],
|
|
15305
15537
|
cost: {
|
|
15306
|
-
input:
|
|
15307
|
-
output: 3.
|
|
15308
|
-
cacheRead: 0.
|
|
15538
|
+
input: 0.966,
|
|
15539
|
+
output: 3.036,
|
|
15540
|
+
cacheRead: 0.1932,
|
|
15309
15541
|
cacheWrite: 0,
|
|
15310
15542
|
},
|
|
15311
15543
|
contextWindow: 1048576,
|
|
15312
|
-
maxTokens:
|
|
15544
|
+
maxTokens: 131072,
|
|
15313
15545
|
},
|
|
15314
15546
|
"z-ai/glm-5.2:free": {
|
|
15315
15547
|
id: "z-ai/glm-5.2:free",
|
|
@@ -15341,11 +15573,11 @@ export const MODELS = {
|
|
|
15341
15573
|
cost: {
|
|
15342
15574
|
input: 1.4,
|
|
15343
15575
|
output: 4.4,
|
|
15344
|
-
cacheRead: 0.
|
|
15576
|
+
cacheRead: 0.14,
|
|
15345
15577
|
cacheWrite: 0,
|
|
15346
15578
|
},
|
|
15347
15579
|
contextWindow: 1310720,
|
|
15348
|
-
maxTokens:
|
|
15580
|
+
maxTokens: 262144,
|
|
15349
15581
|
},
|
|
15350
15582
|
"z-ai/glm-5.3-flash": {
|
|
15351
15583
|
id: "z-ai/glm-5.3-flash",
|
|
@@ -15396,7 +15628,7 @@ export const MODELS = {
|
|
|
15396
15628
|
cost: {
|
|
15397
15629
|
input: 10,
|
|
15398
15630
|
output: 50,
|
|
15399
|
-
cacheRead:
|
|
15631
|
+
cacheRead: 0.25,
|
|
15400
15632
|
cacheWrite: 12.5,
|
|
15401
15633
|
},
|
|
15402
15634
|
contextWindow: 1000000,
|
|
@@ -15468,9 +15700,9 @@ export const MODELS = {
|
|
|
15468
15700
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max", "max": null },
|
|
15469
15701
|
input: ["text"],
|
|
15470
15702
|
cost: {
|
|
15471
|
-
input: 0.
|
|
15472
|
-
output: 0.
|
|
15473
|
-
cacheRead: 0.
|
|
15703
|
+
input: 0.049999999999999996,
|
|
15704
|
+
output: 0.16,
|
|
15705
|
+
cacheRead: 0.013000000000000001,
|
|
15474
15706
|
cacheWrite: 0,
|
|
15475
15707
|
},
|
|
15476
15708
|
contextWindow: 1310720,
|
|
@@ -15584,6 +15816,24 @@ export const MODELS = {
|
|
|
15584
15816
|
contextWindow: 500000,
|
|
15585
15817
|
maxTokens: 450000,
|
|
15586
15818
|
},
|
|
15819
|
+
"~z-ai/glm-flash-latest": {
|
|
15820
|
+
id: "~z-ai/glm-flash-latest",
|
|
15821
|
+
name: "Z.ai: GLM Flash Latest",
|
|
15822
|
+
api: "openai-completions",
|
|
15823
|
+
provider: "openrouter",
|
|
15824
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
15825
|
+
reasoning: true,
|
|
15826
|
+
thinkingLevelMap: { "off": null, "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": "max" },
|
|
15827
|
+
input: ["text", "image"],
|
|
15828
|
+
cost: {
|
|
15829
|
+
input: 0.075,
|
|
15830
|
+
output: 0.25,
|
|
15831
|
+
cacheRead: 0.015,
|
|
15832
|
+
cacheWrite: 0,
|
|
15833
|
+
},
|
|
15834
|
+
contextWindow: 1310720,
|
|
15835
|
+
maxTokens: 943718,
|
|
15836
|
+
},
|
|
15587
15837
|
"~z-ai/glm-latest": {
|
|
15588
15838
|
id: "~z-ai/glm-latest",
|
|
15589
15839
|
name: "Z.ai: GLM Latest",
|
|
@@ -15594,13 +15844,13 @@ export const MODELS = {
|
|
|
15594
15844
|
thinkingLevelMap: { "off": null, "minimal": null, "low": "low", "medium": null, "high": "high", "xhigh": null, "max": "max" },
|
|
15595
15845
|
input: ["text"],
|
|
15596
15846
|
cost: {
|
|
15597
|
-
input: 1.
|
|
15598
|
-
output:
|
|
15599
|
-
cacheRead: 0.
|
|
15847
|
+
input: 1.1340000000000001,
|
|
15848
|
+
output: 3.564,
|
|
15849
|
+
cacheRead: 0.1863,
|
|
15600
15850
|
cacheWrite: 0,
|
|
15601
15851
|
},
|
|
15602
15852
|
contextWindow: 1310720,
|
|
15603
|
-
maxTokens:
|
|
15853
|
+
maxTokens: 943718,
|
|
15604
15854
|
},
|
|
15605
15855
|
},
|
|
15606
15856
|
"prime-inference": {
|
|
@@ -15856,7 +16106,7 @@ export const MODELS = {
|
|
|
15856
16106
|
cacheWrite: 0,
|
|
15857
16107
|
},
|
|
15858
16108
|
contextWindow: 163840,
|
|
15859
|
-
maxTokens:
|
|
16109
|
+
maxTokens: 16384,
|
|
15860
16110
|
},
|
|
15861
16111
|
"deepseek/deepseek-chat-v3-0324": {
|
|
15862
16112
|
id: "deepseek/deepseek-chat-v3-0324",
|
|
@@ -15893,7 +16143,7 @@ export const MODELS = {
|
|
|
15893
16143
|
cacheWrite: 0,
|
|
15894
16144
|
},
|
|
15895
16145
|
contextWindow: 163840,
|
|
15896
|
-
maxTokens:
|
|
16146
|
+
maxTokens: 32768,
|
|
15897
16147
|
},
|
|
15898
16148
|
"deepseek/deepseek-v3.1-terminus": {
|
|
15899
16149
|
id: "deepseek/deepseek-v3.1-terminus",
|
|
@@ -16234,7 +16484,7 @@ export const MODELS = {
|
|
|
16234
16484
|
cacheWrite: 0,
|
|
16235
16485
|
},
|
|
16236
16486
|
contextWindow: 131072,
|
|
16237
|
-
maxTokens:
|
|
16487
|
+
maxTokens: 16384,
|
|
16238
16488
|
},
|
|
16239
16489
|
"meta-llama/llama-4-maverick": {
|
|
16240
16490
|
id: "meta-llama/llama-4-maverick",
|
|
@@ -16252,7 +16502,7 @@ export const MODELS = {
|
|
|
16252
16502
|
cacheWrite: 0,
|
|
16253
16503
|
},
|
|
16254
16504
|
contextWindow: 1048576,
|
|
16255
|
-
maxTokens:
|
|
16505
|
+
maxTokens: 115200,
|
|
16256
16506
|
},
|
|
16257
16507
|
"meta/muse-spark-1.2": {
|
|
16258
16508
|
id: "meta/muse-spark-1.2",
|
|
@@ -16517,7 +16767,7 @@ export const MODELS = {
|
|
|
16517
16767
|
cacheWrite: 0,
|
|
16518
16768
|
},
|
|
16519
16769
|
contextWindow: 262144,
|
|
16520
|
-
maxTokens:
|
|
16770
|
+
maxTokens: 235929,
|
|
16521
16771
|
featured: true,
|
|
16522
16772
|
},
|
|
16523
16773
|
"nvidia/nemotron-3-super-120b-a12b": {
|
|
@@ -16592,7 +16842,7 @@ export const MODELS = {
|
|
|
16592
16842
|
cacheWrite: 0,
|
|
16593
16843
|
},
|
|
16594
16844
|
contextWindow: 1047576,
|
|
16595
|
-
maxTokens:
|
|
16845
|
+
maxTokens: 32768,
|
|
16596
16846
|
},
|
|
16597
16847
|
"openai/gpt-4o": {
|
|
16598
16848
|
id: "openai/gpt-4o",
|
|
@@ -17525,7 +17775,7 @@ export const MODELS = {
|
|
|
17525
17775
|
cacheWrite: 0,
|
|
17526
17776
|
},
|
|
17527
17777
|
contextWindow: 204800,
|
|
17528
|
-
maxTokens:
|
|
17778
|
+
maxTokens: 131072,
|
|
17529
17779
|
},
|
|
17530
17780
|
"z-ai/glm-4.7": {
|
|
17531
17781
|
id: "z-ai/glm-4.7",
|
|
@@ -17602,7 +17852,7 @@ export const MODELS = {
|
|
|
17602
17852
|
cacheWrite: 0,
|
|
17603
17853
|
},
|
|
17604
17854
|
contextWindow: 204800,
|
|
17605
|
-
maxTokens:
|
|
17855
|
+
maxTokens: 128000,
|
|
17606
17856
|
featured: true,
|
|
17607
17857
|
},
|
|
17608
17858
|
"z-ai/glm-5.2": {
|
|
@@ -17622,7 +17872,7 @@ export const MODELS = {
|
|
|
17622
17872
|
cacheWrite: 0,
|
|
17623
17873
|
},
|
|
17624
17874
|
contextWindow: 1048576,
|
|
17625
|
-
maxTokens:
|
|
17875
|
+
maxTokens: 131072,
|
|
17626
17876
|
featured: true,
|
|
17627
17877
|
},
|
|
17628
17878
|
"z-ai/glm-5.3": {
|
|
@@ -17642,7 +17892,7 @@ export const MODELS = {
|
|
|
17642
17892
|
cacheWrite: 0,
|
|
17643
17893
|
},
|
|
17644
17894
|
contextWindow: 1310720,
|
|
17645
|
-
maxTokens:
|
|
17895
|
+
maxTokens: 262144,
|
|
17646
17896
|
},
|
|
17647
17897
|
"z-ai/glm-5.3-flash": {
|
|
17648
17898
|
id: "z-ai/glm-5.3-flash",
|
|
@@ -18141,6 +18391,23 @@ export const MODELS = {
|
|
|
18141
18391
|
contextWindow: 991000,
|
|
18142
18392
|
maxTokens: 128000,
|
|
18143
18393
|
},
|
|
18394
|
+
"alibaba/qwen3.8-flash-next": {
|
|
18395
|
+
id: "alibaba/qwen3.8-flash-next",
|
|
18396
|
+
name: "Qwen 3.8 Flash Next",
|
|
18397
|
+
api: "anthropic-messages",
|
|
18398
|
+
provider: "vercel-ai-gateway",
|
|
18399
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18400
|
+
reasoning: true,
|
|
18401
|
+
input: ["text", "image"],
|
|
18402
|
+
cost: {
|
|
18403
|
+
input: 0.12,
|
|
18404
|
+
output: 0.39999999999999997,
|
|
18405
|
+
cacheRead: 0.01,
|
|
18406
|
+
cacheWrite: 0,
|
|
18407
|
+
},
|
|
18408
|
+
contextWindow: 1048576,
|
|
18409
|
+
maxTokens: 1048576,
|
|
18410
|
+
},
|
|
18144
18411
|
"alibaba/qwen3.8-max": {
|
|
18145
18412
|
id: "alibaba/qwen3.8-max",
|
|
18146
18413
|
name: "Qwen 3.8 Max",
|
|
@@ -18158,6 +18425,23 @@ export const MODELS = {
|
|
|
18158
18425
|
contextWindow: 1000000,
|
|
18159
18426
|
maxTokens: 128000,
|
|
18160
18427
|
},
|
|
18428
|
+
"alibaba/qwen3.8-max-0902": {
|
|
18429
|
+
id: "alibaba/qwen3.8-max-0902",
|
|
18430
|
+
name: "Qwen3.8 Max 0902",
|
|
18431
|
+
api: "anthropic-messages",
|
|
18432
|
+
provider: "vercel-ai-gateway",
|
|
18433
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18434
|
+
reasoning: true,
|
|
18435
|
+
input: ["text", "image"],
|
|
18436
|
+
cost: {
|
|
18437
|
+
input: 2,
|
|
18438
|
+
output: 6,
|
|
18439
|
+
cacheRead: 0.25,
|
|
18440
|
+
cacheWrite: 2.5,
|
|
18441
|
+
},
|
|
18442
|
+
contextWindow: 991000,
|
|
18443
|
+
maxTokens: 128000,
|
|
18444
|
+
},
|
|
18161
18445
|
"amazon/nova-2-lite": {
|
|
18162
18446
|
id: "amazon/nova-2-lite",
|
|
18163
18447
|
name: "Nova 2 Lite",
|
|
@@ -18261,6 +18545,24 @@ export const MODELS = {
|
|
|
18261
18545
|
contextWindow: 1000000,
|
|
18262
18546
|
maxTokens: 128000,
|
|
18263
18547
|
},
|
|
18548
|
+
"anthropic/claude-fable-5.1": {
|
|
18549
|
+
id: "anthropic/claude-fable-5.1",
|
|
18550
|
+
name: "Claude Fable 5.1",
|
|
18551
|
+
api: "anthropic-messages",
|
|
18552
|
+
provider: "vercel-ai-gateway",
|
|
18553
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18554
|
+
reasoning: true,
|
|
18555
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh", "max": "max" },
|
|
18556
|
+
input: ["text", "image"],
|
|
18557
|
+
cost: {
|
|
18558
|
+
input: 10,
|
|
18559
|
+
output: 50,
|
|
18560
|
+
cacheRead: 0.25,
|
|
18561
|
+
cacheWrite: 12.5,
|
|
18562
|
+
},
|
|
18563
|
+
contextWindow: 1000000,
|
|
18564
|
+
maxTokens: 128000,
|
|
18565
|
+
},
|
|
18264
18566
|
"anthropic/claude-haiku-4.5": {
|
|
18265
18567
|
id: "anthropic/claude-haiku-4.5",
|
|
18266
18568
|
name: "Claude Haiku 4.5",
|
|
@@ -18575,23 +18877,6 @@ export const MODELS = {
|
|
|
18575
18877
|
contextWindow: 128000,
|
|
18576
18878
|
maxTokens: 8192,
|
|
18577
18879
|
},
|
|
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
18880
|
"deepseek/deepseek-v3.1": {
|
|
18596
18881
|
id: "deepseek/deepseek-v3.1",
|
|
18597
18882
|
name: "DeepSeek V3.1",
|
|
@@ -18708,8 +18993,8 @@ export const MODELS = {
|
|
|
18708
18993
|
cacheRead: 0.007,
|
|
18709
18994
|
cacheWrite: 0,
|
|
18710
18995
|
},
|
|
18711
|
-
contextWindow:
|
|
18712
|
-
maxTokens:
|
|
18996
|
+
contextWindow: 1048576,
|
|
18997
|
+
maxTokens: 1048576,
|
|
18713
18998
|
},
|
|
18714
18999
|
"deepseek/deepseek-v4-pro": {
|
|
18715
19000
|
id: "deepseek/deepseek-v4-pro",
|
|
@@ -18915,6 +19200,23 @@ export const MODELS = {
|
|
|
18915
19200
|
contextWindow: 1000000,
|
|
18916
19201
|
maxTokens: 65536,
|
|
18917
19202
|
},
|
|
19203
|
+
"google/gemini-3.8-flash": {
|
|
19204
|
+
id: "google/gemini-3.8-flash",
|
|
19205
|
+
name: "Gemini 3.8 Flash",
|
|
19206
|
+
api: "anthropic-messages",
|
|
19207
|
+
provider: "vercel-ai-gateway",
|
|
19208
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19209
|
+
reasoning: true,
|
|
19210
|
+
input: ["text", "image"],
|
|
19211
|
+
cost: {
|
|
19212
|
+
input: 0.75,
|
|
19213
|
+
output: 3.75,
|
|
19214
|
+
cacheRead: 0.075,
|
|
19215
|
+
cacheWrite: 0,
|
|
19216
|
+
},
|
|
19217
|
+
contextWindow: 1000000,
|
|
19218
|
+
maxTokens: 65536,
|
|
19219
|
+
},
|
|
18918
19220
|
"google/gemma-4-26b-a4b-it": {
|
|
18919
19221
|
id: "google/gemma-4-26b-a4b-it",
|
|
18920
19222
|
name: "Google Gemma 4 26B A4B",
|
|
@@ -19272,6 +19574,40 @@ export const MODELS = {
|
|
|
19272
19574
|
contextWindow: 1048576,
|
|
19273
19575
|
maxTokens: 1048576,
|
|
19274
19576
|
},
|
|
19577
|
+
"meta/muse-spark-1.3": {
|
|
19578
|
+
id: "meta/muse-spark-1.3",
|
|
19579
|
+
name: "Muse Spark 1.3",
|
|
19580
|
+
api: "anthropic-messages",
|
|
19581
|
+
provider: "vercel-ai-gateway",
|
|
19582
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19583
|
+
reasoning: true,
|
|
19584
|
+
input: ["text", "image"],
|
|
19585
|
+
cost: {
|
|
19586
|
+
input: 1.25,
|
|
19587
|
+
output: 4.25,
|
|
19588
|
+
cacheRead: 0.15,
|
|
19589
|
+
cacheWrite: 0,
|
|
19590
|
+
},
|
|
19591
|
+
contextWindow: 1048576,
|
|
19592
|
+
maxTokens: 1048576,
|
|
19593
|
+
},
|
|
19594
|
+
"meta/muse-spark-1.3-contributor": {
|
|
19595
|
+
id: "meta/muse-spark-1.3-contributor",
|
|
19596
|
+
name: "Muse Spark 1.3 Contributor",
|
|
19597
|
+
api: "anthropic-messages",
|
|
19598
|
+
provider: "vercel-ai-gateway",
|
|
19599
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19600
|
+
reasoning: true,
|
|
19601
|
+
input: ["text", "image"],
|
|
19602
|
+
cost: {
|
|
19603
|
+
input: 0.09999999999999999,
|
|
19604
|
+
output: 0.19999999999999998,
|
|
19605
|
+
cacheRead: 0.002,
|
|
19606
|
+
cacheWrite: 0,
|
|
19607
|
+
},
|
|
19608
|
+
contextWindow: 1048576,
|
|
19609
|
+
maxTokens: 1048576,
|
|
19610
|
+
},
|
|
19275
19611
|
"minimax/minimax-m2": {
|
|
19276
19612
|
id: "minimax/minimax-m2",
|
|
19277
19613
|
name: "MiniMax M2",
|
|
@@ -21267,6 +21603,23 @@ export const MODELS = {
|
|
|
21267
21603
|
contextWindow: 1050000,
|
|
21268
21604
|
maxTokens: 131000,
|
|
21269
21605
|
},
|
|
21606
|
+
"xiaomi/mimo-v2.5-pro-ultraspeed": {
|
|
21607
|
+
id: "xiaomi/mimo-v2.5-pro-ultraspeed",
|
|
21608
|
+
name: "MiMo V2.5 Pro UltraSpeed",
|
|
21609
|
+
api: "anthropic-messages",
|
|
21610
|
+
provider: "vercel-ai-gateway",
|
|
21611
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
21612
|
+
reasoning: true,
|
|
21613
|
+
input: ["text"],
|
|
21614
|
+
cost: {
|
|
21615
|
+
input: 1.305,
|
|
21616
|
+
output: 2.61,
|
|
21617
|
+
cacheRead: 0.0108,
|
|
21618
|
+
cacheWrite: 0,
|
|
21619
|
+
},
|
|
21620
|
+
contextWindow: 1048576,
|
|
21621
|
+
maxTokens: 131072,
|
|
21622
|
+
},
|
|
21270
21623
|
"zai/glm-4.5": {
|
|
21271
21624
|
id: "zai/glm-4.5",
|
|
21272
21625
|
name: "GLM 4.5",
|
|
@@ -21480,14 +21833,31 @@ export const MODELS = {
|
|
|
21480
21833
|
reasoning: true,
|
|
21481
21834
|
input: ["text"],
|
|
21482
21835
|
cost: {
|
|
21483
|
-
input:
|
|
21484
|
-
output:
|
|
21485
|
-
cacheRead: 0.
|
|
21836
|
+
input: 0.7,
|
|
21837
|
+
output: 2.2,
|
|
21838
|
+
cacheRead: 0.13,
|
|
21486
21839
|
cacheWrite: 0,
|
|
21487
21840
|
},
|
|
21488
21841
|
contextWindow: 1000000,
|
|
21489
21842
|
maxTokens: 1000000,
|
|
21490
21843
|
},
|
|
21844
|
+
"zai/glm-5.3-fast": {
|
|
21845
|
+
id: "zai/glm-5.3-fast",
|
|
21846
|
+
name: "GLM 5.3 Fast",
|
|
21847
|
+
api: "anthropic-messages",
|
|
21848
|
+
provider: "vercel-ai-gateway",
|
|
21849
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
21850
|
+
reasoning: true,
|
|
21851
|
+
input: ["text"],
|
|
21852
|
+
cost: {
|
|
21853
|
+
input: 2.0999999999999996,
|
|
21854
|
+
output: 6.6000000000000005,
|
|
21855
|
+
cacheRead: 0.21,
|
|
21856
|
+
cacheWrite: 0,
|
|
21857
|
+
},
|
|
21858
|
+
contextWindow: 1048576,
|
|
21859
|
+
maxTokens: 262144,
|
|
21860
|
+
},
|
|
21491
21861
|
"zai/glm-5.3-flash": {
|
|
21492
21862
|
id: "zai/glm-5.3-flash",
|
|
21493
21863
|
name: "GLM 5.3 Flash",
|
|
@@ -21505,6 +21875,23 @@ export const MODELS = {
|
|
|
21505
21875
|
contextWindow: 1000000,
|
|
21506
21876
|
maxTokens: 131000,
|
|
21507
21877
|
},
|
|
21878
|
+
"zai/glm-5.3-promo-50": {
|
|
21879
|
+
id: "zai/glm-5.3-promo-50",
|
|
21880
|
+
name: "GLM 5.3 (50% off)",
|
|
21881
|
+
api: "anthropic-messages",
|
|
21882
|
+
provider: "vercel-ai-gateway",
|
|
21883
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
21884
|
+
reasoning: true,
|
|
21885
|
+
input: ["text"],
|
|
21886
|
+
cost: {
|
|
21887
|
+
input: 0.7,
|
|
21888
|
+
output: 2.2,
|
|
21889
|
+
cacheRead: 0.13,
|
|
21890
|
+
cacheWrite: 0,
|
|
21891
|
+
},
|
|
21892
|
+
contextWindow: 1048576,
|
|
21893
|
+
maxTokens: 1048576,
|
|
21894
|
+
},
|
|
21508
21895
|
"zai/glm-5v-turbo": {
|
|
21509
21896
|
id: "zai/glm-5v-turbo",
|
|
21510
21897
|
name: "GLM 5V Turbo",
|