@elyracode/ai 0.9.32 → 0.9.33
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/image-models.generated.d.ts +75 -0
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +75 -0
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +705 -821
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +924 -1072
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -828,10 +828,10 @@ export const MODELS = {
|
|
|
828
828
|
reasoning: true,
|
|
829
829
|
input: ["text", "image"],
|
|
830
830
|
cost: {
|
|
831
|
-
input: 0.
|
|
832
|
-
output: 1.
|
|
833
|
-
cacheRead: 0.
|
|
834
|
-
cacheWrite: 0.
|
|
831
|
+
input: 0.2,
|
|
832
|
+
output: 1.2,
|
|
833
|
+
cacheRead: 0.02,
|
|
834
|
+
cacheWrite: 0.25,
|
|
835
835
|
},
|
|
836
836
|
contextWindow: 1050000,
|
|
837
837
|
maxTokens: 128000,
|
|
@@ -845,10 +845,10 @@ export const MODELS = {
|
|
|
845
845
|
reasoning: true,
|
|
846
846
|
input: ["text", "image"],
|
|
847
847
|
cost: {
|
|
848
|
-
input:
|
|
849
|
-
output:
|
|
850
|
-
cacheRead: 0.
|
|
851
|
-
cacheWrite:
|
|
848
|
+
input: 4,
|
|
849
|
+
output: 20,
|
|
850
|
+
cacheRead: 0.4,
|
|
851
|
+
cacheWrite: 5,
|
|
852
852
|
},
|
|
853
853
|
contextWindow: 1050000,
|
|
854
854
|
maxTokens: 128000,
|
|
@@ -862,10 +862,10 @@ export const MODELS = {
|
|
|
862
862
|
reasoning: true,
|
|
863
863
|
input: ["text", "image"],
|
|
864
864
|
cost: {
|
|
865
|
-
input: 2
|
|
866
|
-
output:
|
|
867
|
-
cacheRead: 0.
|
|
868
|
-
cacheWrite: 2.
|
|
865
|
+
input: 2,
|
|
866
|
+
output: 12,
|
|
867
|
+
cacheRead: 0.2,
|
|
868
|
+
cacheWrite: 2.5,
|
|
869
869
|
},
|
|
870
870
|
contextWindow: 1050000,
|
|
871
871
|
maxTokens: 128000,
|
|
@@ -1485,10 +1485,10 @@ export const MODELS = {
|
|
|
1485
1485
|
reasoning: true,
|
|
1486
1486
|
input: ["text", "image"],
|
|
1487
1487
|
cost: {
|
|
1488
|
-
input:
|
|
1489
|
-
output:
|
|
1490
|
-
cacheRead: 0.
|
|
1491
|
-
cacheWrite:
|
|
1488
|
+
input: 4.4,
|
|
1489
|
+
output: 22,
|
|
1490
|
+
cacheRead: 0.44,
|
|
1491
|
+
cacheWrite: 5.5,
|
|
1492
1492
|
},
|
|
1493
1493
|
contextWindow: 1050000,
|
|
1494
1494
|
maxTokens: 128000,
|
|
@@ -3872,6 +3872,42 @@ export const MODELS = {
|
|
|
3872
3872
|
contextWindow: 262144,
|
|
3873
3873
|
maxTokens: 256000,
|
|
3874
3874
|
},
|
|
3875
|
+
"@cf/zai-org/glm-5.3": {
|
|
3876
|
+
id: "@cf/zai-org/glm-5.3",
|
|
3877
|
+
name: "Glm 5.3",
|
|
3878
|
+
api: "openai-completions",
|
|
3879
|
+
provider: "cloudflare-workers-ai",
|
|
3880
|
+
baseUrl: "https://api.cloudflare.com/client/v4/accounts/{CLOUDFLARE_ACCOUNT_ID}/ai/v1",
|
|
3881
|
+
compat: { "sendSessionAffinityHeaders": true },
|
|
3882
|
+
reasoning: true,
|
|
3883
|
+
input: ["text"],
|
|
3884
|
+
cost: {
|
|
3885
|
+
input: 1.4,
|
|
3886
|
+
output: 4.4,
|
|
3887
|
+
cacheRead: 0.26,
|
|
3888
|
+
cacheWrite: 0,
|
|
3889
|
+
},
|
|
3890
|
+
contextWindow: 1310720,
|
|
3891
|
+
maxTokens: 1310720,
|
|
3892
|
+
},
|
|
3893
|
+
"@cf/zai-org/glm-5.3-flash": {
|
|
3894
|
+
id: "@cf/zai-org/glm-5.3-flash",
|
|
3895
|
+
name: "Glm 5.3 Flash",
|
|
3896
|
+
api: "openai-completions",
|
|
3897
|
+
provider: "cloudflare-workers-ai",
|
|
3898
|
+
baseUrl: "https://api.cloudflare.com/client/v4/accounts/{CLOUDFLARE_ACCOUNT_ID}/ai/v1",
|
|
3899
|
+
compat: { "sendSessionAffinityHeaders": true },
|
|
3900
|
+
reasoning: true,
|
|
3901
|
+
input: ["text", "image"],
|
|
3902
|
+
cost: {
|
|
3903
|
+
input: 0.15,
|
|
3904
|
+
output: 0.5,
|
|
3905
|
+
cacheRead: 0.03,
|
|
3906
|
+
cacheWrite: 0,
|
|
3907
|
+
},
|
|
3908
|
+
contextWindow: 1310720,
|
|
3909
|
+
maxTokens: 1310720,
|
|
3910
|
+
},
|
|
3875
3911
|
},
|
|
3876
3912
|
"deepseek": {
|
|
3877
3913
|
"deepseek-v4-flash": {
|
|
@@ -3914,23 +3950,6 @@ export const MODELS = {
|
|
|
3914
3950
|
},
|
|
3915
3951
|
},
|
|
3916
3952
|
"fireworks": {
|
|
3917
|
-
"accounts/fireworks/models/deepseek-v4-flash": {
|
|
3918
|
-
id: "accounts/fireworks/models/deepseek-v4-flash",
|
|
3919
|
-
name: "DeepSeek V4 Flash",
|
|
3920
|
-
api: "anthropic-messages",
|
|
3921
|
-
provider: "fireworks",
|
|
3922
|
-
baseUrl: "https://api.fireworks.ai/inference",
|
|
3923
|
-
reasoning: true,
|
|
3924
|
-
input: ["text"],
|
|
3925
|
-
cost: {
|
|
3926
|
-
input: 0.14,
|
|
3927
|
-
output: 0.28,
|
|
3928
|
-
cacheRead: 0.028,
|
|
3929
|
-
cacheWrite: 0,
|
|
3930
|
-
},
|
|
3931
|
-
contextWindow: 1000000,
|
|
3932
|
-
maxTokens: 384000,
|
|
3933
|
-
},
|
|
3934
3953
|
"accounts/fireworks/models/deepseek-v4-flash-0731": {
|
|
3935
3954
|
id: "accounts/fireworks/models/deepseek-v4-flash-0731",
|
|
3936
3955
|
name: "DeepSeek V4 Flash 0731",
|
|
@@ -3948,23 +3967,6 @@ export const MODELS = {
|
|
|
3948
3967
|
contextWindow: 1000000,
|
|
3949
3968
|
maxTokens: 384000,
|
|
3950
3969
|
},
|
|
3951
|
-
"accounts/fireworks/models/deepseek-v4-pro": {
|
|
3952
|
-
id: "accounts/fireworks/models/deepseek-v4-pro",
|
|
3953
|
-
name: "DeepSeek V4 Pro",
|
|
3954
|
-
api: "anthropic-messages",
|
|
3955
|
-
provider: "fireworks",
|
|
3956
|
-
baseUrl: "https://api.fireworks.ai/inference",
|
|
3957
|
-
reasoning: true,
|
|
3958
|
-
input: ["text"],
|
|
3959
|
-
cost: {
|
|
3960
|
-
input: 1.74,
|
|
3961
|
-
output: 3.48,
|
|
3962
|
-
cacheRead: 0.145,
|
|
3963
|
-
cacheWrite: 0,
|
|
3964
|
-
},
|
|
3965
|
-
contextWindow: 1000000,
|
|
3966
|
-
maxTokens: 384000,
|
|
3967
|
-
},
|
|
3968
3970
|
"accounts/fireworks/models/deepseek-v4-pro-0813": {
|
|
3969
3971
|
id: "accounts/fireworks/models/deepseek-v4-pro-0813",
|
|
3970
3972
|
name: "DeepSeek V4 Pro 0813",
|
|
@@ -3999,35 +4001,35 @@ export const MODELS = {
|
|
|
3999
4001
|
contextWindow: 1048575,
|
|
4000
4002
|
maxTokens: 131072,
|
|
4001
4003
|
},
|
|
4002
|
-
"accounts/fireworks/models/
|
|
4003
|
-
id: "accounts/fireworks/models/
|
|
4004
|
-
name: "
|
|
4004
|
+
"accounts/fireworks/models/glm-5p3": {
|
|
4005
|
+
id: "accounts/fireworks/models/glm-5p3",
|
|
4006
|
+
name: "GLM 5.3",
|
|
4005
4007
|
api: "anthropic-messages",
|
|
4006
4008
|
provider: "fireworks",
|
|
4007
4009
|
baseUrl: "https://api.fireworks.ai/inference",
|
|
4008
4010
|
reasoning: true,
|
|
4009
4011
|
input: ["text"],
|
|
4010
4012
|
cost: {
|
|
4011
|
-
input:
|
|
4012
|
-
output:
|
|
4013
|
-
cacheRead: 0.
|
|
4013
|
+
input: 1.4,
|
|
4014
|
+
output: 4.4,
|
|
4015
|
+
cacheRead: 0.26,
|
|
4014
4016
|
cacheWrite: 0,
|
|
4015
4017
|
},
|
|
4016
|
-
contextWindow:
|
|
4017
|
-
maxTokens:
|
|
4018
|
+
contextWindow: 1000000,
|
|
4019
|
+
maxTokens: 131072,
|
|
4018
4020
|
},
|
|
4019
|
-
"accounts/fireworks/models/gpt-oss-
|
|
4020
|
-
id: "accounts/fireworks/models/gpt-oss-
|
|
4021
|
-
name: "GPT OSS
|
|
4021
|
+
"accounts/fireworks/models/gpt-oss-120b": {
|
|
4022
|
+
id: "accounts/fireworks/models/gpt-oss-120b",
|
|
4023
|
+
name: "GPT OSS 120B",
|
|
4022
4024
|
api: "anthropic-messages",
|
|
4023
4025
|
provider: "fireworks",
|
|
4024
4026
|
baseUrl: "https://api.fireworks.ai/inference",
|
|
4025
4027
|
reasoning: true,
|
|
4026
4028
|
input: ["text"],
|
|
4027
4029
|
cost: {
|
|
4028
|
-
input: 0.
|
|
4029
|
-
output: 0.
|
|
4030
|
-
cacheRead: 0.
|
|
4030
|
+
input: 0.15,
|
|
4031
|
+
output: 0.6,
|
|
4032
|
+
cacheRead: 0.015,
|
|
4031
4033
|
cacheWrite: 0,
|
|
4032
4034
|
},
|
|
4033
4035
|
contextWindow: 131072,
|
|
@@ -4101,23 +4103,6 @@ export const MODELS = {
|
|
|
4101
4103
|
contextWindow: 1048576,
|
|
4102
4104
|
maxTokens: 131072,
|
|
4103
4105
|
},
|
|
4104
|
-
"accounts/fireworks/models/minimax-m2p7": {
|
|
4105
|
-
id: "accounts/fireworks/models/minimax-m2p7",
|
|
4106
|
-
name: "MiniMax-M2.7",
|
|
4107
|
-
api: "anthropic-messages",
|
|
4108
|
-
provider: "fireworks",
|
|
4109
|
-
baseUrl: "https://api.fireworks.ai/inference",
|
|
4110
|
-
reasoning: true,
|
|
4111
|
-
input: ["text"],
|
|
4112
|
-
cost: {
|
|
4113
|
-
input: 0.3,
|
|
4114
|
-
output: 1.2,
|
|
4115
|
-
cacheRead: 0.06,
|
|
4116
|
-
cacheWrite: 0,
|
|
4117
|
-
},
|
|
4118
|
-
contextWindow: 196608,
|
|
4119
|
-
maxTokens: 196608,
|
|
4120
|
-
},
|
|
4121
4106
|
"accounts/fireworks/models/minimax-m3": {
|
|
4122
4107
|
id: "accounts/fireworks/models/minimax-m3",
|
|
4123
4108
|
name: "MiniMax-M3",
|
|
@@ -4237,57 +4222,6 @@ export const MODELS = {
|
|
|
4237
4222
|
contextWindow: 1048575,
|
|
4238
4223
|
maxTokens: 131072,
|
|
4239
4224
|
},
|
|
4240
|
-
"accounts/fireworks/routers/kimi-k2p6-fast": {
|
|
4241
|
-
id: "accounts/fireworks/routers/kimi-k2p6-fast",
|
|
4242
|
-
name: "Kimi K2.6 Fast",
|
|
4243
|
-
api: "anthropic-messages",
|
|
4244
|
-
provider: "fireworks",
|
|
4245
|
-
baseUrl: "https://api.fireworks.ai/inference",
|
|
4246
|
-
reasoning: true,
|
|
4247
|
-
input: ["text", "image"],
|
|
4248
|
-
cost: {
|
|
4249
|
-
input: 2,
|
|
4250
|
-
output: 8,
|
|
4251
|
-
cacheRead: 0.3,
|
|
4252
|
-
cacheWrite: 0,
|
|
4253
|
-
},
|
|
4254
|
-
contextWindow: 262000,
|
|
4255
|
-
maxTokens: 262000,
|
|
4256
|
-
},
|
|
4257
|
-
"accounts/fireworks/routers/kimi-k2p6-turbo": {
|
|
4258
|
-
id: "accounts/fireworks/routers/kimi-k2p6-turbo",
|
|
4259
|
-
name: "Kimi K2.6 Turbo",
|
|
4260
|
-
api: "anthropic-messages",
|
|
4261
|
-
provider: "fireworks",
|
|
4262
|
-
baseUrl: "https://api.fireworks.ai/inference",
|
|
4263
|
-
reasoning: true,
|
|
4264
|
-
input: ["text", "image"],
|
|
4265
|
-
cost: {
|
|
4266
|
-
input: 2,
|
|
4267
|
-
output: 8,
|
|
4268
|
-
cacheRead: 0.3,
|
|
4269
|
-
cacheWrite: 0,
|
|
4270
|
-
},
|
|
4271
|
-
contextWindow: 262000,
|
|
4272
|
-
maxTokens: 262000,
|
|
4273
|
-
},
|
|
4274
|
-
"accounts/fireworks/routers/kimi-k2p7-code-fast": {
|
|
4275
|
-
id: "accounts/fireworks/routers/kimi-k2p7-code-fast",
|
|
4276
|
-
name: "Kimi K2.7 Code Fast",
|
|
4277
|
-
api: "anthropic-messages",
|
|
4278
|
-
provider: "fireworks",
|
|
4279
|
-
baseUrl: "https://api.fireworks.ai/inference",
|
|
4280
|
-
reasoning: true,
|
|
4281
|
-
input: ["text", "image"],
|
|
4282
|
-
cost: {
|
|
4283
|
-
input: 1.9,
|
|
4284
|
-
output: 8,
|
|
4285
|
-
cacheRead: 0.38,
|
|
4286
|
-
cacheWrite: 0,
|
|
4287
|
-
},
|
|
4288
|
-
contextWindow: 262000,
|
|
4289
|
-
maxTokens: 262000,
|
|
4290
|
-
},
|
|
4291
4225
|
"accounts/fireworks/routers/kimi-k3-fast": {
|
|
4292
4226
|
id: "accounts/fireworks/routers/kimi-k3-fast",
|
|
4293
4227
|
name: "Kimi K3 Fast",
|
|
@@ -4564,9 +4498,9 @@ export const MODELS = {
|
|
|
4564
4498
|
reasoning: true,
|
|
4565
4499
|
input: ["text", "image"],
|
|
4566
4500
|
cost: {
|
|
4567
|
-
input:
|
|
4568
|
-
output:
|
|
4569
|
-
cacheRead: 0.
|
|
4501
|
+
input: 0.75,
|
|
4502
|
+
output: 3.75,
|
|
4503
|
+
cacheRead: 0.075,
|
|
4570
4504
|
cacheWrite: 0,
|
|
4571
4505
|
},
|
|
4572
4506
|
contextWindow: 1000000,
|
|
@@ -4776,7 +4710,7 @@ export const MODELS = {
|
|
|
4776
4710
|
input: 0.2,
|
|
4777
4711
|
output: 1.2,
|
|
4778
4712
|
cacheRead: 0.02,
|
|
4779
|
-
cacheWrite: 0,
|
|
4713
|
+
cacheWrite: 0.25,
|
|
4780
4714
|
},
|
|
4781
4715
|
contextWindow: 1050000,
|
|
4782
4716
|
maxTokens: 128000,
|
|
@@ -4792,10 +4726,10 @@ export const MODELS = {
|
|
|
4792
4726
|
thinkingLevelMap: { "off": null },
|
|
4793
4727
|
input: ["text", "image"],
|
|
4794
4728
|
cost: {
|
|
4795
|
-
input: 2
|
|
4796
|
-
output:
|
|
4797
|
-
cacheRead: 0.
|
|
4798
|
-
cacheWrite:
|
|
4729
|
+
input: 2,
|
|
4730
|
+
output: 10,
|
|
4731
|
+
cacheRead: 0.2,
|
|
4732
|
+
cacheWrite: 2.5,
|
|
4799
4733
|
},
|
|
4800
4734
|
contextWindow: 1050000,
|
|
4801
4735
|
maxTokens: 128000,
|
|
@@ -4814,7 +4748,7 @@ export const MODELS = {
|
|
|
4814
4748
|
input: 2,
|
|
4815
4749
|
output: 12,
|
|
4816
4750
|
cacheRead: 0.2,
|
|
4817
|
-
cacheWrite:
|
|
4751
|
+
cacheWrite: 2.5,
|
|
4818
4752
|
},
|
|
4819
4753
|
contextWindow: 1050000,
|
|
4820
4754
|
maxTokens: 128000,
|
|
@@ -5671,7 +5605,7 @@ export const MODELS = {
|
|
|
5671
5605
|
cacheWrite: 0,
|
|
5672
5606
|
},
|
|
5673
5607
|
contextWindow: 204800,
|
|
5674
|
-
maxTokens:
|
|
5608
|
+
maxTokens: 131072,
|
|
5675
5609
|
},
|
|
5676
5610
|
"MiniMaxAI/MiniMax-M2.1": {
|
|
5677
5611
|
id: "MiniMaxAI/MiniMax-M2.1",
|
|
@@ -5743,7 +5677,7 @@ export const MODELS = {
|
|
|
5743
5677
|
cacheWrite: 0,
|
|
5744
5678
|
},
|
|
5745
5679
|
contextWindow: 524288,
|
|
5746
|
-
maxTokens:
|
|
5680
|
+
maxTokens: 512000,
|
|
5747
5681
|
},
|
|
5748
5682
|
"Qwen/Qwen2.5-Coder-32B-Instruct": {
|
|
5749
5683
|
id: "Qwen/Qwen2.5-Coder-32B-Instruct",
|
|
@@ -6123,6 +6057,24 @@ export const MODELS = {
|
|
|
6123
6057
|
contextWindow: 262144,
|
|
6124
6058
|
maxTokens: 131072,
|
|
6125
6059
|
},
|
|
6060
|
+
"Qwen/Qwen3.8-27B": {
|
|
6061
|
+
id: "Qwen/Qwen3.8-27B",
|
|
6062
|
+
name: "Qwen3.8 27B",
|
|
6063
|
+
api: "openai-completions",
|
|
6064
|
+
provider: "huggingface",
|
|
6065
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
6066
|
+
compat: { "supportsDeveloperRole": false },
|
|
6067
|
+
reasoning: true,
|
|
6068
|
+
input: ["text", "image"],
|
|
6069
|
+
cost: {
|
|
6070
|
+
input: 0.4,
|
|
6071
|
+
output: 3,
|
|
6072
|
+
cacheRead: 0,
|
|
6073
|
+
cacheWrite: 0,
|
|
6074
|
+
},
|
|
6075
|
+
contextWindow: 262144,
|
|
6076
|
+
maxTokens: 32768,
|
|
6077
|
+
},
|
|
6126
6078
|
"XiaomiMiMo/MiMo-V2.5": {
|
|
6127
6079
|
id: "XiaomiMiMo/MiMo-V2.5",
|
|
6128
6080
|
name: "MiMo-V2.5",
|
|
@@ -6843,6 +6795,42 @@ export const MODELS = {
|
|
|
6843
6795
|
contextWindow: 262144,
|
|
6844
6796
|
maxTokens: 131072,
|
|
6845
6797
|
},
|
|
6798
|
+
"zai-org/GLM-5.3": {
|
|
6799
|
+
id: "zai-org/GLM-5.3",
|
|
6800
|
+
name: "GLM-5.3",
|
|
6801
|
+
api: "openai-completions",
|
|
6802
|
+
provider: "huggingface",
|
|
6803
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
6804
|
+
compat: { "supportsDeveloperRole": false },
|
|
6805
|
+
reasoning: true,
|
|
6806
|
+
input: ["text"],
|
|
6807
|
+
cost: {
|
|
6808
|
+
input: 1.4,
|
|
6809
|
+
output: 4.4,
|
|
6810
|
+
cacheRead: 0,
|
|
6811
|
+
cacheWrite: 0,
|
|
6812
|
+
},
|
|
6813
|
+
contextWindow: 1048576,
|
|
6814
|
+
maxTokens: 131072,
|
|
6815
|
+
},
|
|
6816
|
+
"zai-org/GLM-5.3-Flash": {
|
|
6817
|
+
id: "zai-org/GLM-5.3-Flash",
|
|
6818
|
+
name: "GLM-5.3-Flash",
|
|
6819
|
+
api: "openai-completions",
|
|
6820
|
+
provider: "huggingface",
|
|
6821
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
6822
|
+
compat: { "supportsDeveloperRole": false },
|
|
6823
|
+
reasoning: true,
|
|
6824
|
+
input: ["text", "image"],
|
|
6825
|
+
cost: {
|
|
6826
|
+
input: 0.15,
|
|
6827
|
+
output: 0.5,
|
|
6828
|
+
cacheRead: 0,
|
|
6829
|
+
cacheWrite: 0,
|
|
6830
|
+
},
|
|
6831
|
+
contextWindow: 1048576,
|
|
6832
|
+
maxTokens: 131072,
|
|
6833
|
+
},
|
|
6846
6834
|
},
|
|
6847
6835
|
"kimi-coding": {
|
|
6848
6836
|
"k3": {
|
|
@@ -6967,8 +6955,8 @@ export const MODELS = {
|
|
|
6967
6955
|
cacheRead: 0.06,
|
|
6968
6956
|
cacheWrite: 0,
|
|
6969
6957
|
},
|
|
6970
|
-
contextWindow:
|
|
6971
|
-
maxTokens:
|
|
6958
|
+
contextWindow: 1048576,
|
|
6959
|
+
maxTokens: 512000,
|
|
6972
6960
|
},
|
|
6973
6961
|
},
|
|
6974
6962
|
"minimax-cn": {
|
|
@@ -7020,8 +7008,8 @@ export const MODELS = {
|
|
|
7020
7008
|
cacheRead: 0.06,
|
|
7021
7009
|
cacheWrite: 0,
|
|
7022
7010
|
},
|
|
7023
|
-
contextWindow:
|
|
7024
|
-
maxTokens:
|
|
7011
|
+
contextWindow: 1048576,
|
|
7012
|
+
maxTokens: 512000,
|
|
7025
7013
|
},
|
|
7026
7014
|
},
|
|
7027
7015
|
"mistral": {
|
|
@@ -7552,18 +7540,35 @@ export const MODELS = {
|
|
|
7552
7540
|
contextWindow: 32000,
|
|
7553
7541
|
maxTokens: 32000,
|
|
7554
7542
|
},
|
|
7555
|
-
|
|
7556
|
-
|
|
7557
|
-
|
|
7558
|
-
|
|
7559
|
-
|
|
7560
|
-
|
|
7561
|
-
|
|
7562
|
-
|
|
7563
|
-
|
|
7564
|
-
|
|
7565
|
-
|
|
7566
|
-
|
|
7543
|
+
"zai-glm-5-2": {
|
|
7544
|
+
id: "zai-glm-5-2",
|
|
7545
|
+
name: "GLM-5.2",
|
|
7546
|
+
api: "mistral-conversations",
|
|
7547
|
+
provider: "mistral",
|
|
7548
|
+
baseUrl: "https://api.mistral.ai",
|
|
7549
|
+
reasoning: true,
|
|
7550
|
+
input: ["text"],
|
|
7551
|
+
cost: {
|
|
7552
|
+
input: 1.4,
|
|
7553
|
+
output: 4.4,
|
|
7554
|
+
cacheRead: 0.14,
|
|
7555
|
+
cacheWrite: 0,
|
|
7556
|
+
},
|
|
7557
|
+
contextWindow: 1000000,
|
|
7558
|
+
maxTokens: 131072,
|
|
7559
|
+
},
|
|
7560
|
+
},
|
|
7561
|
+
"moonshotai": {
|
|
7562
|
+
"kimi-k2-0711-preview": {
|
|
7563
|
+
id: "kimi-k2-0711-preview",
|
|
7564
|
+
name: "Kimi K2 0711",
|
|
7565
|
+
api: "openai-completions",
|
|
7566
|
+
provider: "moonshotai",
|
|
7567
|
+
baseUrl: "https://api.moonshot.ai/v1",
|
|
7568
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
7569
|
+
reasoning: false,
|
|
7570
|
+
input: ["text"],
|
|
7571
|
+
cost: {
|
|
7567
7572
|
input: 0.6,
|
|
7568
7573
|
output: 2.5,
|
|
7569
7574
|
cacheRead: 0.15,
|
|
@@ -9511,7 +9516,7 @@ export const MODELS = {
|
|
|
9511
9516
|
cost: {
|
|
9512
9517
|
input: 2,
|
|
9513
9518
|
output: 6,
|
|
9514
|
-
cacheRead: 0.
|
|
9519
|
+
cacheRead: 0.3,
|
|
9515
9520
|
cacheWrite: 0,
|
|
9516
9521
|
},
|
|
9517
9522
|
contextWindow: 500000,
|
|
@@ -9636,6 +9641,23 @@ export const MODELS = {
|
|
|
9636
9641
|
contextWindow: 1048576,
|
|
9637
9642
|
maxTokens: 131072,
|
|
9638
9643
|
},
|
|
9644
|
+
"ling-3.0-flash-fin-free": {
|
|
9645
|
+
id: "ling-3.0-flash-fin-free",
|
|
9646
|
+
name: "Ling 3.0 Flash Fin Free",
|
|
9647
|
+
api: "openai-completions",
|
|
9648
|
+
provider: "opencode",
|
|
9649
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
9650
|
+
reasoning: true,
|
|
9651
|
+
input: ["text"],
|
|
9652
|
+
cost: {
|
|
9653
|
+
input: 0,
|
|
9654
|
+
output: 0,
|
|
9655
|
+
cacheRead: 0,
|
|
9656
|
+
cacheWrite: 0,
|
|
9657
|
+
},
|
|
9658
|
+
contextWindow: 262144,
|
|
9659
|
+
maxTokens: 32768,
|
|
9660
|
+
},
|
|
9639
9661
|
"mimo-v2.5-free": {
|
|
9640
9662
|
id: "mimo-v2.5-free",
|
|
9641
9663
|
name: "MiMo V2.5 Free",
|
|
@@ -9806,23 +9828,6 @@ export const MODELS = {
|
|
|
9806
9828
|
contextWindow: 262144,
|
|
9807
9829
|
maxTokens: 65536,
|
|
9808
9830
|
},
|
|
9809
|
-
"x-preview-f-free": {
|
|
9810
|
-
id: "x-preview-f-free",
|
|
9811
|
-
name: "Ox Alpha Free (Unlimited)",
|
|
9812
|
-
api: "openai-completions",
|
|
9813
|
-
provider: "opencode",
|
|
9814
|
-
baseUrl: "https://opencode.ai/zen/v1",
|
|
9815
|
-
reasoning: true,
|
|
9816
|
-
input: ["text", "image"],
|
|
9817
|
-
cost: {
|
|
9818
|
-
input: 0,
|
|
9819
|
-
output: 0,
|
|
9820
|
-
cacheRead: 0,
|
|
9821
|
-
cacheWrite: 0,
|
|
9822
|
-
},
|
|
9823
|
-
contextWindow: 1000000,
|
|
9824
|
-
maxTokens: 131072,
|
|
9825
|
-
},
|
|
9826
9831
|
},
|
|
9827
9832
|
"opencode-go": {
|
|
9828
9833
|
"deepseek-v4-flash": {
|
|
@@ -9933,6 +9938,23 @@ export const MODELS = {
|
|
|
9933
9938
|
contextWindow: 1000000,
|
|
9934
9939
|
maxTokens: 131072,
|
|
9935
9940
|
},
|
|
9941
|
+
"glm-5.3-flash": {
|
|
9942
|
+
id: "glm-5.3-flash",
|
|
9943
|
+
name: "GLM-5.3-Flash (2x usage)",
|
|
9944
|
+
api: "openai-completions",
|
|
9945
|
+
provider: "opencode-go",
|
|
9946
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
9947
|
+
reasoning: true,
|
|
9948
|
+
input: ["text", "image"],
|
|
9949
|
+
cost: {
|
|
9950
|
+
input: 0.075,
|
|
9951
|
+
output: 0.25,
|
|
9952
|
+
cacheRead: 0.015,
|
|
9953
|
+
cacheWrite: 0,
|
|
9954
|
+
},
|
|
9955
|
+
contextWindow: 1000000,
|
|
9956
|
+
maxTokens: 131072,
|
|
9957
|
+
},
|
|
9936
9958
|
"gpt-5.6-luna": {
|
|
9937
9959
|
id: "gpt-5.6-luna",
|
|
9938
9960
|
name: "GPT-5.6 Luna",
|
|
@@ -9951,9 +9973,9 @@ export const MODELS = {
|
|
|
9951
9973
|
contextWindow: 1050000,
|
|
9952
9974
|
maxTokens: 128000,
|
|
9953
9975
|
},
|
|
9954
|
-
"grok-4.
|
|
9955
|
-
id: "grok-4.
|
|
9956
|
-
name: "Grok 4.
|
|
9976
|
+
"grok-4.6": {
|
|
9977
|
+
id: "grok-4.6",
|
|
9978
|
+
name: "Grok 4.6",
|
|
9957
9979
|
api: "openai-responses",
|
|
9958
9980
|
provider: "opencode-go",
|
|
9959
9981
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
@@ -9985,6 +10007,23 @@ export const MODELS = {
|
|
|
9985
10007
|
contextWindow: 256000,
|
|
9986
10008
|
maxTokens: 64000,
|
|
9987
10009
|
},
|
|
10010
|
+
"hy4-preview": {
|
|
10011
|
+
id: "hy4-preview",
|
|
10012
|
+
name: "Hy4 preview",
|
|
10013
|
+
api: "openai-completions",
|
|
10014
|
+
provider: "opencode-go",
|
|
10015
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
10016
|
+
reasoning: true,
|
|
10017
|
+
input: ["text"],
|
|
10018
|
+
cost: {
|
|
10019
|
+
input: 0.834,
|
|
10020
|
+
output: 2.501,
|
|
10021
|
+
cacheRead: 0.042,
|
|
10022
|
+
cacheWrite: 0,
|
|
10023
|
+
},
|
|
10024
|
+
contextWindow: 1024000,
|
|
10025
|
+
maxTokens: 64000,
|
|
10026
|
+
},
|
|
9988
10027
|
"kimi-k2.6": {
|
|
9989
10028
|
id: "kimi-k2.6",
|
|
9990
10029
|
name: "Kimi K2.6",
|
|
@@ -10138,23 +10177,6 @@ export const MODELS = {
|
|
|
10138
10177
|
contextWindow: 1048576,
|
|
10139
10178
|
maxTokens: 131072,
|
|
10140
10179
|
},
|
|
10141
|
-
"ox-alpha-free": {
|
|
10142
|
-
id: "ox-alpha-free",
|
|
10143
|
-
name: "Ox Alpha Free (Unlimited)",
|
|
10144
|
-
api: "openai-completions",
|
|
10145
|
-
provider: "opencode-go",
|
|
10146
|
-
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
10147
|
-
reasoning: true,
|
|
10148
|
-
input: ["text", "image"],
|
|
10149
|
-
cost: {
|
|
10150
|
-
input: 0,
|
|
10151
|
-
output: 0,
|
|
10152
|
-
cacheRead: 0,
|
|
10153
|
-
cacheWrite: 0,
|
|
10154
|
-
},
|
|
10155
|
-
contextWindow: 1000000,
|
|
10156
|
-
maxTokens: 131072,
|
|
10157
|
-
},
|
|
10158
10180
|
"qwen3.6-plus": {
|
|
10159
10181
|
id: "qwen3.6-plus",
|
|
10160
10182
|
name: "Qwen3.6 Plus",
|
|
@@ -10207,6 +10229,23 @@ export const MODELS = {
|
|
|
10207
10229
|
contextWindow: 1000000,
|
|
10208
10230
|
maxTokens: 65536,
|
|
10209
10231
|
},
|
|
10232
|
+
"qwen3.8-flash": {
|
|
10233
|
+
id: "qwen3.8-flash",
|
|
10234
|
+
name: "Qwen3.8 Flash",
|
|
10235
|
+
api: "anthropic-messages",
|
|
10236
|
+
provider: "opencode-go",
|
|
10237
|
+
baseUrl: "https://opencode.ai/zen/go",
|
|
10238
|
+
reasoning: true,
|
|
10239
|
+
input: ["text", "image"],
|
|
10240
|
+
cost: {
|
|
10241
|
+
input: 0.15,
|
|
10242
|
+
output: 0.47,
|
|
10243
|
+
cacheRead: 0.016,
|
|
10244
|
+
cacheWrite: 0.2,
|
|
10245
|
+
},
|
|
10246
|
+
contextWindow: 1000000,
|
|
10247
|
+
maxTokens: 131072,
|
|
10248
|
+
},
|
|
10210
10249
|
"qwen3.8-max": {
|
|
10211
10250
|
id: "qwen3.8-max",
|
|
10212
10251
|
name: "Qwen3.8 Max",
|
|
@@ -10863,24 +10902,7 @@ export const MODELS = {
|
|
|
10863
10902
|
cacheWrite: 0,
|
|
10864
10903
|
},
|
|
10865
10904
|
contextWindow: 262144,
|
|
10866
|
-
maxTokens:
|
|
10867
|
-
},
|
|
10868
|
-
"arcee-ai/virtuoso-large": {
|
|
10869
|
-
id: "arcee-ai/virtuoso-large",
|
|
10870
|
-
name: "Arcee AI: Virtuoso Large",
|
|
10871
|
-
api: "openai-completions",
|
|
10872
|
-
provider: "openrouter",
|
|
10873
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10874
|
-
reasoning: false,
|
|
10875
|
-
input: ["text"],
|
|
10876
|
-
cost: {
|
|
10877
|
-
input: 0.75,
|
|
10878
|
-
output: 1.2,
|
|
10879
|
-
cacheRead: 0,
|
|
10880
|
-
cacheWrite: 0,
|
|
10881
|
-
},
|
|
10882
|
-
contextWindow: 131072,
|
|
10883
|
-
maxTokens: 64000,
|
|
10905
|
+
maxTokens: 235929,
|
|
10884
10906
|
},
|
|
10885
10907
|
"auto": {
|
|
10886
10908
|
id: "auto",
|
|
@@ -10948,7 +10970,7 @@ export const MODELS = {
|
|
|
10948
10970
|
cacheWrite: 0,
|
|
10949
10971
|
},
|
|
10950
10972
|
contextWindow: 262144,
|
|
10951
|
-
maxTokens:
|
|
10973
|
+
maxTokens: 235929,
|
|
10952
10974
|
},
|
|
10953
10975
|
"bytedance-seed/seed-2.0-code": {
|
|
10954
10976
|
id: "bytedance-seed/seed-2.0-code",
|
|
@@ -11084,7 +11106,7 @@ export const MODELS = {
|
|
|
11084
11106
|
cacheWrite: 0,
|
|
11085
11107
|
},
|
|
11086
11108
|
contextWindow: 163840,
|
|
11087
|
-
maxTokens:
|
|
11109
|
+
maxTokens: 147456,
|
|
11088
11110
|
},
|
|
11089
11111
|
"deepseek/deepseek-chat-v3.1": {
|
|
11090
11112
|
id: "deepseek/deepseek-chat-v3.1",
|
|
@@ -11101,7 +11123,7 @@ export const MODELS = {
|
|
|
11101
11123
|
cacheWrite: 0,
|
|
11102
11124
|
},
|
|
11103
11125
|
contextWindow: 163840,
|
|
11104
|
-
maxTokens:
|
|
11126
|
+
maxTokens: 144900,
|
|
11105
11127
|
},
|
|
11106
11128
|
"deepseek/deepseek-r1": {
|
|
11107
11129
|
id: "deepseek/deepseek-r1",
|
|
@@ -11163,13 +11185,13 @@ export const MODELS = {
|
|
|
11163
11185
|
reasoning: true,
|
|
11164
11186
|
input: ["text"],
|
|
11165
11187
|
cost: {
|
|
11166
|
-
input: 0.
|
|
11167
|
-
output: 0.
|
|
11168
|
-
cacheRead: 0.
|
|
11188
|
+
input: 0.26899999999999996,
|
|
11189
|
+
output: 0.39999999999999997,
|
|
11190
|
+
cacheRead: 0.13449999999999998,
|
|
11169
11191
|
cacheWrite: 0,
|
|
11170
11192
|
},
|
|
11171
11193
|
contextWindow: 163840,
|
|
11172
|
-
maxTokens:
|
|
11194
|
+
maxTokens: 65536,
|
|
11173
11195
|
},
|
|
11174
11196
|
"deepseek/deepseek-v3.2-exp": {
|
|
11175
11197
|
id: "deepseek/deepseek-v3.2-exp",
|
|
@@ -11199,9 +11221,9 @@ export const MODELS = {
|
|
|
11199
11221
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
11200
11222
|
input: ["text"],
|
|
11201
11223
|
cost: {
|
|
11202
|
-
input: 0.
|
|
11203
|
-
output: 0.
|
|
11204
|
-
cacheRead: 0.
|
|
11224
|
+
input: 0.08316,
|
|
11225
|
+
output: 0.16632,
|
|
11226
|
+
cacheRead: 0.016632,
|
|
11205
11227
|
cacheWrite: 0,
|
|
11206
11228
|
},
|
|
11207
11229
|
contextWindow: 1048576,
|
|
@@ -11217,14 +11239,33 @@ export const MODELS = {
|
|
|
11217
11239
|
reasoning: true,
|
|
11218
11240
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
11219
11241
|
input: ["text"],
|
|
11242
|
+
cost: {
|
|
11243
|
+
input: 0.045,
|
|
11244
|
+
output: 0.09,
|
|
11245
|
+
cacheRead: 0.009,
|
|
11246
|
+
cacheWrite: 0,
|
|
11247
|
+
},
|
|
11248
|
+
contextWindow: 1310720,
|
|
11249
|
+
maxTokens: 943718,
|
|
11250
|
+
},
|
|
11251
|
+
"deepseek/deepseek-v4-flash-0731:batch": {
|
|
11252
|
+
id: "deepseek/deepseek-v4-flash-0731:batch",
|
|
11253
|
+
name: "DeepSeek: DeepSeek V4 Flash 0731 (batch)",
|
|
11254
|
+
api: "openai-completions",
|
|
11255
|
+
provider: "openrouter",
|
|
11256
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11257
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
11258
|
+
reasoning: true,
|
|
11259
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
11260
|
+
input: ["text"],
|
|
11220
11261
|
cost: {
|
|
11221
11262
|
input: 0.14,
|
|
11222
11263
|
output: 0.28,
|
|
11223
|
-
cacheRead: 0.
|
|
11264
|
+
cacheRead: 0.03,
|
|
11224
11265
|
cacheWrite: 0,
|
|
11225
11266
|
},
|
|
11226
|
-
contextWindow:
|
|
11227
|
-
maxTokens:
|
|
11267
|
+
contextWindow: 1048576,
|
|
11268
|
+
maxTokens: 943718,
|
|
11228
11269
|
},
|
|
11229
11270
|
"deepseek/deepseek-v4-flash-vision-exp": {
|
|
11230
11271
|
id: "deepseek/deepseek-v4-flash-vision-exp",
|
|
@@ -11256,9 +11297,9 @@ export const MODELS = {
|
|
|
11256
11297
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
11257
11298
|
input: ["text"],
|
|
11258
11299
|
cost: {
|
|
11259
|
-
input: 0.
|
|
11260
|
-
output: 1.
|
|
11261
|
-
cacheRead: 0.
|
|
11300
|
+
input: 0.57942,
|
|
11301
|
+
output: 1.15884,
|
|
11302
|
+
cacheRead: 0.048285,
|
|
11262
11303
|
cacheWrite: 0,
|
|
11263
11304
|
},
|
|
11264
11305
|
contextWindow: 1048576,
|
|
@@ -11275,13 +11316,32 @@ export const MODELS = {
|
|
|
11275
11316
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
11276
11317
|
input: ["text"],
|
|
11277
11318
|
cost: {
|
|
11278
|
-
input:
|
|
11279
|
-
output:
|
|
11280
|
-
cacheRead: 0.
|
|
11319
|
+
input: 0.66,
|
|
11320
|
+
output: 1.9800000000000002,
|
|
11321
|
+
cacheRead: 0.022,
|
|
11281
11322
|
cacheWrite: 0,
|
|
11282
11323
|
},
|
|
11283
11324
|
contextWindow: 1048576,
|
|
11284
|
-
maxTokens:
|
|
11325
|
+
maxTokens: 384000,
|
|
11326
|
+
},
|
|
11327
|
+
"deepseek/deepseek-v4-pro-0813:batch": {
|
|
11328
|
+
id: "deepseek/deepseek-v4-pro-0813:batch",
|
|
11329
|
+
name: "DeepSeek: DeepSeek V4 Pro 0813 (batch)",
|
|
11330
|
+
api: "openai-completions",
|
|
11331
|
+
provider: "openrouter",
|
|
11332
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11333
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
11334
|
+
reasoning: true,
|
|
11335
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
11336
|
+
input: ["text"],
|
|
11337
|
+
cost: {
|
|
11338
|
+
input: 1.32,
|
|
11339
|
+
output: 3.9600000000000004,
|
|
11340
|
+
cacheRead: 0.13,
|
|
11341
|
+
cacheWrite: 0,
|
|
11342
|
+
},
|
|
11343
|
+
contextWindow: 1048576,
|
|
11344
|
+
maxTokens: 943718,
|
|
11285
11345
|
},
|
|
11286
11346
|
"dots-studio/dots-3-note-preview:free": {
|
|
11287
11347
|
id: "dots-studio/dots-3-note-preview:free",
|
|
@@ -11298,7 +11358,7 @@ export const MODELS = {
|
|
|
11298
11358
|
cacheWrite: 0,
|
|
11299
11359
|
},
|
|
11300
11360
|
contextWindow: 512000,
|
|
11301
|
-
maxTokens:
|
|
11361
|
+
maxTokens: 460800,
|
|
11302
11362
|
},
|
|
11303
11363
|
"google/gemini-2.5-flash": {
|
|
11304
11364
|
id: "google/gemini-2.5-flash",
|
|
@@ -11700,10 +11760,10 @@ export const MODELS = {
|
|
|
11700
11760
|
reasoning: true,
|
|
11701
11761
|
input: ["text", "image"],
|
|
11702
11762
|
cost: {
|
|
11703
|
-
input: 0.
|
|
11704
|
-
output:
|
|
11705
|
-
cacheRead: 0.
|
|
11706
|
-
cacheWrite: 0.
|
|
11763
|
+
input: 0.75,
|
|
11764
|
+
output: 3.75,
|
|
11765
|
+
cacheRead: 0.075,
|
|
11766
|
+
cacheWrite: 0.0416666666666667,
|
|
11707
11767
|
},
|
|
11708
11768
|
contextWindow: 1048576,
|
|
11709
11769
|
maxTokens: 65536,
|
|
@@ -11756,8 +11816,8 @@ export const MODELS = {
|
|
|
11756
11816
|
cacheRead: 0.04,
|
|
11757
11817
|
cacheWrite: 0,
|
|
11758
11818
|
},
|
|
11759
|
-
contextWindow:
|
|
11760
|
-
maxTokens:
|
|
11819
|
+
contextWindow: 131072,
|
|
11820
|
+
maxTokens: 117964,
|
|
11761
11821
|
},
|
|
11762
11822
|
"google/gemma-4-26b-a4b-it": {
|
|
11763
11823
|
id: "google/gemma-4-26b-a4b-it",
|
|
@@ -11802,13 +11862,30 @@ export const MODELS = {
|
|
|
11802
11862
|
reasoning: true,
|
|
11803
11863
|
input: ["text", "image"],
|
|
11804
11864
|
cost: {
|
|
11805
|
-
input: 0.
|
|
11865
|
+
input: 0.09,
|
|
11806
11866
|
output: 0.33999999999999997,
|
|
11807
|
-
cacheRead: 0.
|
|
11867
|
+
cacheRead: 0.049999999999999996,
|
|
11808
11868
|
cacheWrite: 0,
|
|
11809
11869
|
},
|
|
11810
11870
|
contextWindow: 262144,
|
|
11811
|
-
maxTokens:
|
|
11871
|
+
maxTokens: 16384,
|
|
11872
|
+
},
|
|
11873
|
+
"google/gemma-4-31b-it:batch": {
|
|
11874
|
+
id: "google/gemma-4-31b-it:batch",
|
|
11875
|
+
name: "Google: Gemma 4 31B (batch)",
|
|
11876
|
+
api: "openai-completions",
|
|
11877
|
+
provider: "openrouter",
|
|
11878
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11879
|
+
reasoning: true,
|
|
11880
|
+
input: ["text", "image"],
|
|
11881
|
+
cost: {
|
|
11882
|
+
input: 0.39,
|
|
11883
|
+
output: 0.9700000000000001,
|
|
11884
|
+
cacheRead: 0,
|
|
11885
|
+
cacheWrite: 0,
|
|
11886
|
+
},
|
|
11887
|
+
contextWindow: 262144,
|
|
11888
|
+
maxTokens: 235929,
|
|
11812
11889
|
},
|
|
11813
11890
|
"google/gemma-4-31b-it:free": {
|
|
11814
11891
|
id: "google/gemma-4-31b-it:free",
|
|
@@ -11842,7 +11919,7 @@ export const MODELS = {
|
|
|
11842
11919
|
cacheWrite: 0,
|
|
11843
11920
|
},
|
|
11844
11921
|
contextWindow: 131072,
|
|
11845
|
-
maxTokens:
|
|
11922
|
+
maxTokens: 117964,
|
|
11846
11923
|
},
|
|
11847
11924
|
"inception/mercury-2": {
|
|
11848
11925
|
id: "inception/mercury-2",
|
|
@@ -11878,6 +11955,23 @@ export const MODELS = {
|
|
|
11878
11955
|
contextWindow: 262144,
|
|
11879
11956
|
maxTokens: 32768,
|
|
11880
11957
|
},
|
|
11958
|
+
"inclusionai/ling-3.0-flash-fin:free": {
|
|
11959
|
+
id: "inclusionai/ling-3.0-flash-fin:free",
|
|
11960
|
+
name: "Ling 3.0 Flash Fin (free)",
|
|
11961
|
+
api: "openai-completions",
|
|
11962
|
+
provider: "openrouter",
|
|
11963
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11964
|
+
reasoning: true,
|
|
11965
|
+
input: ["text"],
|
|
11966
|
+
cost: {
|
|
11967
|
+
input: 0,
|
|
11968
|
+
output: 0,
|
|
11969
|
+
cacheRead: 0,
|
|
11970
|
+
cacheWrite: 0,
|
|
11971
|
+
},
|
|
11972
|
+
contextWindow: 262144,
|
|
11973
|
+
maxTokens: 32768,
|
|
11974
|
+
},
|
|
11881
11975
|
"kwaipilot/kat-coder-air-v2.5": {
|
|
11882
11976
|
id: "kwaipilot/kat-coder-air-v2.5",
|
|
11883
11977
|
name: "Kwaipilot: KAT-Coder-Air V2.5",
|
|
@@ -11926,7 +12020,7 @@ export const MODELS = {
|
|
|
11926
12020
|
cacheRead: 0.15,
|
|
11927
12021
|
cacheWrite: 0,
|
|
11928
12022
|
},
|
|
11929
|
-
contextWindow:
|
|
12023
|
+
contextWindow: 262144,
|
|
11930
12024
|
maxTokens: 80000,
|
|
11931
12025
|
},
|
|
11932
12026
|
"liquid/lfm-2.5-2.6b:free": {
|
|
@@ -11995,7 +12089,7 @@ export const MODELS = {
|
|
|
11995
12089
|
cacheWrite: 0,
|
|
11996
12090
|
},
|
|
11997
12091
|
contextWindow: 131072,
|
|
11998
|
-
maxTokens:
|
|
12092
|
+
maxTokens: 117964,
|
|
11999
12093
|
},
|
|
12000
12094
|
"meta-llama/llama-3.3-70b-instruct": {
|
|
12001
12095
|
id: "meta-llama/llama-3.3-70b-instruct",
|
|
@@ -12006,13 +12100,13 @@ export const MODELS = {
|
|
|
12006
12100
|
reasoning: false,
|
|
12007
12101
|
input: ["text"],
|
|
12008
12102
|
cost: {
|
|
12009
|
-
input: 0.
|
|
12010
|
-
output: 0.
|
|
12011
|
-
cacheRead: 0,
|
|
12103
|
+
input: 0.71,
|
|
12104
|
+
output: 0.71,
|
|
12105
|
+
cacheRead: 0.71,
|
|
12012
12106
|
cacheWrite: 0,
|
|
12013
12107
|
},
|
|
12014
12108
|
contextWindow: 131072,
|
|
12015
|
-
maxTokens:
|
|
12109
|
+
maxTokens: 115200,
|
|
12016
12110
|
},
|
|
12017
12111
|
"meta-llama/llama-4-maverick": {
|
|
12018
12112
|
id: "meta-llama/llama-4-maverick",
|
|
@@ -12040,13 +12134,13 @@ export const MODELS = {
|
|
|
12040
12134
|
reasoning: false,
|
|
12041
12135
|
input: ["text", "image"],
|
|
12042
12136
|
cost: {
|
|
12043
|
-
input: 0.
|
|
12044
|
-
output: 0.
|
|
12045
|
-
cacheRead: 0,
|
|
12137
|
+
input: 0.11,
|
|
12138
|
+
output: 0.33999999999999997,
|
|
12139
|
+
cacheRead: 0.055,
|
|
12046
12140
|
cacheWrite: 0,
|
|
12047
12141
|
},
|
|
12048
12142
|
contextWindow: 1310720,
|
|
12049
|
-
maxTokens:
|
|
12143
|
+
maxTokens: 8192,
|
|
12050
12144
|
},
|
|
12051
12145
|
"meta/muse-glimmer-30b": {
|
|
12052
12146
|
id: "meta/muse-glimmer-30b",
|
|
@@ -12056,6 +12150,23 @@ export const MODELS = {
|
|
|
12056
12150
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
12057
12151
|
reasoning: true,
|
|
12058
12152
|
input: ["text", "image"],
|
|
12153
|
+
cost: {
|
|
12154
|
+
input: 0.3,
|
|
12155
|
+
output: 1.2,
|
|
12156
|
+
cacheRead: 0.04,
|
|
12157
|
+
cacheWrite: 0,
|
|
12158
|
+
},
|
|
12159
|
+
contextWindow: 131072,
|
|
12160
|
+
maxTokens: 16384,
|
|
12161
|
+
},
|
|
12162
|
+
"meta/muse-glimmer-30b:batch": {
|
|
12163
|
+
id: "meta/muse-glimmer-30b:batch",
|
|
12164
|
+
name: "Meta: Muse Glimmer 30B (batch)",
|
|
12165
|
+
api: "openai-completions",
|
|
12166
|
+
provider: "openrouter",
|
|
12167
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12168
|
+
reasoning: true,
|
|
12169
|
+
input: ["text", "image"],
|
|
12059
12170
|
cost: {
|
|
12060
12171
|
input: 0.35,
|
|
12061
12172
|
output: 1.5,
|
|
@@ -12063,7 +12174,7 @@ export const MODELS = {
|
|
|
12063
12174
|
cacheWrite: 0,
|
|
12064
12175
|
},
|
|
12065
12176
|
contextWindow: 131072,
|
|
12066
|
-
maxTokens:
|
|
12177
|
+
maxTokens: 117964,
|
|
12067
12178
|
},
|
|
12068
12179
|
"meta/muse-spark-1.1": {
|
|
12069
12180
|
id: "meta/muse-spark-1.1",
|
|
@@ -12080,7 +12191,7 @@ export const MODELS = {
|
|
|
12080
12191
|
cacheWrite: 0,
|
|
12081
12192
|
},
|
|
12082
12193
|
contextWindow: 1048576,
|
|
12083
|
-
maxTokens:
|
|
12194
|
+
maxTokens: 943718,
|
|
12084
12195
|
},
|
|
12085
12196
|
"meta/muse-spark-1.2": {
|
|
12086
12197
|
id: "meta/muse-spark-1.2",
|
|
@@ -12097,7 +12208,7 @@ export const MODELS = {
|
|
|
12097
12208
|
cacheWrite: 0,
|
|
12098
12209
|
},
|
|
12099
12210
|
contextWindow: 1048576,
|
|
12100
|
-
maxTokens:
|
|
12211
|
+
maxTokens: 943718,
|
|
12101
12212
|
},
|
|
12102
12213
|
"meta/muse-spark-1.2-contributor": {
|
|
12103
12214
|
id: "meta/muse-spark-1.2-contributor",
|
|
@@ -12114,7 +12225,7 @@ export const MODELS = {
|
|
|
12114
12225
|
cacheWrite: 0,
|
|
12115
12226
|
},
|
|
12116
12227
|
contextWindow: 1048576,
|
|
12117
|
-
maxTokens:
|
|
12228
|
+
maxTokens: 943718,
|
|
12118
12229
|
},
|
|
12119
12230
|
"minimax/minimax-m1": {
|
|
12120
12231
|
id: "minimax/minimax-m1",
|
|
@@ -12199,7 +12310,7 @@ export const MODELS = {
|
|
|
12199
12310
|
cacheWrite: 0,
|
|
12200
12311
|
},
|
|
12201
12312
|
contextWindow: 204800,
|
|
12202
|
-
maxTokens:
|
|
12313
|
+
maxTokens: 131072,
|
|
12203
12314
|
},
|
|
12204
12315
|
"minimax/minimax-m2.7:free": {
|
|
12205
12316
|
id: "minimax/minimax-m2.7:free",
|
|
@@ -12216,7 +12327,7 @@ export const MODELS = {
|
|
|
12216
12327
|
cacheWrite: 0,
|
|
12217
12328
|
},
|
|
12218
12329
|
contextWindow: 196608,
|
|
12219
|
-
maxTokens:
|
|
12330
|
+
maxTokens: 176947,
|
|
12220
12331
|
},
|
|
12221
12332
|
"minimax/minimax-m3": {
|
|
12222
12333
|
id: "minimax/minimax-m3",
|
|
@@ -12250,7 +12361,7 @@ export const MODELS = {
|
|
|
12250
12361
|
cacheWrite: 0,
|
|
12251
12362
|
},
|
|
12252
12363
|
contextWindow: 524288,
|
|
12253
|
-
maxTokens:
|
|
12364
|
+
maxTokens: 471859,
|
|
12254
12365
|
},
|
|
12255
12366
|
"minimax/minimax-m3:free": {
|
|
12256
12367
|
id: "minimax/minimax-m3:free",
|
|
@@ -12267,7 +12378,7 @@ export const MODELS = {
|
|
|
12267
12378
|
cacheWrite: 0,
|
|
12268
12379
|
},
|
|
12269
12380
|
contextWindow: 1048576,
|
|
12270
|
-
maxTokens:
|
|
12381
|
+
maxTokens: 943718,
|
|
12271
12382
|
},
|
|
12272
12383
|
"mistralai/codestral-2508": {
|
|
12273
12384
|
id: "mistralai/codestral-2508",
|
|
@@ -12284,7 +12395,24 @@ export const MODELS = {
|
|
|
12284
12395
|
cacheWrite: 0,
|
|
12285
12396
|
},
|
|
12286
12397
|
contextWindow: 256000,
|
|
12287
|
-
maxTokens:
|
|
12398
|
+
maxTokens: 204800,
|
|
12399
|
+
},
|
|
12400
|
+
"mistralai/codestral-2508:batch": {
|
|
12401
|
+
id: "mistralai/codestral-2508:batch",
|
|
12402
|
+
name: "Mistral: Codestral 2508 (batch)",
|
|
12403
|
+
api: "openai-completions",
|
|
12404
|
+
provider: "openrouter",
|
|
12405
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12406
|
+
reasoning: false,
|
|
12407
|
+
input: ["text"],
|
|
12408
|
+
cost: {
|
|
12409
|
+
input: 0.3,
|
|
12410
|
+
output: 0.8999999999999999,
|
|
12411
|
+
cacheRead: 0.03,
|
|
12412
|
+
cacheWrite: 0,
|
|
12413
|
+
},
|
|
12414
|
+
contextWindow: 256000,
|
|
12415
|
+
maxTokens: 204800,
|
|
12288
12416
|
},
|
|
12289
12417
|
"mistralai/devstral-2512": {
|
|
12290
12418
|
id: "mistralai/devstral-2512",
|
|
@@ -12301,7 +12429,7 @@ export const MODELS = {
|
|
|
12301
12429
|
cacheWrite: 0,
|
|
12302
12430
|
},
|
|
12303
12431
|
contextWindow: 262144,
|
|
12304
|
-
maxTokens:
|
|
12432
|
+
maxTokens: 209715,
|
|
12305
12433
|
},
|
|
12306
12434
|
"mistralai/ministral-14b-2512": {
|
|
12307
12435
|
id: "mistralai/ministral-14b-2512",
|
|
@@ -12318,7 +12446,7 @@ export const MODELS = {
|
|
|
12318
12446
|
cacheWrite: 0,
|
|
12319
12447
|
},
|
|
12320
12448
|
contextWindow: 262144,
|
|
12321
|
-
maxTokens:
|
|
12449
|
+
maxTokens: 209715,
|
|
12322
12450
|
},
|
|
12323
12451
|
"mistralai/ministral-3b-2512": {
|
|
12324
12452
|
id: "mistralai/ministral-3b-2512",
|
|
@@ -12335,7 +12463,7 @@ export const MODELS = {
|
|
|
12335
12463
|
cacheWrite: 0,
|
|
12336
12464
|
},
|
|
12337
12465
|
contextWindow: 131072,
|
|
12338
|
-
maxTokens:
|
|
12466
|
+
maxTokens: 104857,
|
|
12339
12467
|
},
|
|
12340
12468
|
"mistralai/ministral-8b-2512": {
|
|
12341
12469
|
id: "mistralai/ministral-8b-2512",
|
|
@@ -12352,7 +12480,24 @@ export const MODELS = {
|
|
|
12352
12480
|
cacheWrite: 0,
|
|
12353
12481
|
},
|
|
12354
12482
|
contextWindow: 262144,
|
|
12355
|
-
maxTokens:
|
|
12483
|
+
maxTokens: 209715,
|
|
12484
|
+
},
|
|
12485
|
+
"mistralai/ministral-8b-2512:batch": {
|
|
12486
|
+
id: "mistralai/ministral-8b-2512:batch",
|
|
12487
|
+
name: "Mistral: Ministral 3 8B 2512 (batch)",
|
|
12488
|
+
api: "openai-completions",
|
|
12489
|
+
provider: "openrouter",
|
|
12490
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12491
|
+
reasoning: false,
|
|
12492
|
+
input: ["text", "image"],
|
|
12493
|
+
cost: {
|
|
12494
|
+
input: 0.15,
|
|
12495
|
+
output: 0.15,
|
|
12496
|
+
cacheRead: 0.015,
|
|
12497
|
+
cacheWrite: 0,
|
|
12498
|
+
},
|
|
12499
|
+
contextWindow: 262144,
|
|
12500
|
+
maxTokens: 209715,
|
|
12356
12501
|
},
|
|
12357
12502
|
"mistralai/mistral-large": {
|
|
12358
12503
|
id: "mistralai/mistral-large",
|
|
@@ -12369,7 +12514,7 @@ export const MODELS = {
|
|
|
12369
12514
|
cacheWrite: 0,
|
|
12370
12515
|
},
|
|
12371
12516
|
contextWindow: 128000,
|
|
12372
|
-
maxTokens:
|
|
12517
|
+
maxTokens: 102400,
|
|
12373
12518
|
},
|
|
12374
12519
|
"mistralai/mistral-large-2407": {
|
|
12375
12520
|
id: "mistralai/mistral-large-2407",
|
|
@@ -12386,7 +12531,7 @@ export const MODELS = {
|
|
|
12386
12531
|
cacheWrite: 0,
|
|
12387
12532
|
},
|
|
12388
12533
|
contextWindow: 131072,
|
|
12389
|
-
maxTokens:
|
|
12534
|
+
maxTokens: 104857,
|
|
12390
12535
|
},
|
|
12391
12536
|
"mistralai/mistral-large-2512": {
|
|
12392
12537
|
id: "mistralai/mistral-large-2512",
|
|
@@ -12403,7 +12548,24 @@ export const MODELS = {
|
|
|
12403
12548
|
cacheWrite: 0,
|
|
12404
12549
|
},
|
|
12405
12550
|
contextWindow: 262144,
|
|
12406
|
-
maxTokens:
|
|
12551
|
+
maxTokens: 209715,
|
|
12552
|
+
},
|
|
12553
|
+
"mistralai/mistral-large-2512:batch": {
|
|
12554
|
+
id: "mistralai/mistral-large-2512:batch",
|
|
12555
|
+
name: "Mistral: Mistral Large 3 2512 (batch)",
|
|
12556
|
+
api: "openai-completions",
|
|
12557
|
+
provider: "openrouter",
|
|
12558
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12559
|
+
reasoning: false,
|
|
12560
|
+
input: ["text", "image"],
|
|
12561
|
+
cost: {
|
|
12562
|
+
input: 0.5,
|
|
12563
|
+
output: 1.5,
|
|
12564
|
+
cacheRead: 0.049999999999999996,
|
|
12565
|
+
cacheWrite: 0,
|
|
12566
|
+
},
|
|
12567
|
+
contextWindow: 262144,
|
|
12568
|
+
maxTokens: 209715,
|
|
12407
12569
|
},
|
|
12408
12570
|
"mistralai/mistral-medium-3": {
|
|
12409
12571
|
id: "mistralai/mistral-medium-3",
|
|
@@ -12420,7 +12582,7 @@ export const MODELS = {
|
|
|
12420
12582
|
cacheWrite: 0,
|
|
12421
12583
|
},
|
|
12422
12584
|
contextWindow: 131072,
|
|
12423
|
-
maxTokens:
|
|
12585
|
+
maxTokens: 104857,
|
|
12424
12586
|
},
|
|
12425
12587
|
"mistralai/mistral-medium-3-5": {
|
|
12426
12588
|
id: "mistralai/mistral-medium-3-5",
|
|
@@ -12437,7 +12599,24 @@ export const MODELS = {
|
|
|
12437
12599
|
cacheWrite: 0,
|
|
12438
12600
|
},
|
|
12439
12601
|
contextWindow: 262144,
|
|
12440
|
-
maxTokens:
|
|
12602
|
+
maxTokens: 209715,
|
|
12603
|
+
},
|
|
12604
|
+
"mistralai/mistral-medium-3-5:batch": {
|
|
12605
|
+
id: "mistralai/mistral-medium-3-5:batch",
|
|
12606
|
+
name: "Mistral: Mistral Medium 3.5 (batch)",
|
|
12607
|
+
api: "openai-completions",
|
|
12608
|
+
provider: "openrouter",
|
|
12609
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12610
|
+
reasoning: true,
|
|
12611
|
+
input: ["text", "image"],
|
|
12612
|
+
cost: {
|
|
12613
|
+
input: 0.75,
|
|
12614
|
+
output: 3.75,
|
|
12615
|
+
cacheRead: 0,
|
|
12616
|
+
cacheWrite: 0,
|
|
12617
|
+
},
|
|
12618
|
+
contextWindow: 262144,
|
|
12619
|
+
maxTokens: 209715,
|
|
12441
12620
|
},
|
|
12442
12621
|
"mistralai/mistral-medium-3.1": {
|
|
12443
12622
|
id: "mistralai/mistral-medium-3.1",
|
|
@@ -12454,7 +12633,24 @@ export const MODELS = {
|
|
|
12454
12633
|
cacheWrite: 0,
|
|
12455
12634
|
},
|
|
12456
12635
|
contextWindow: 131072,
|
|
12457
|
-
maxTokens:
|
|
12636
|
+
maxTokens: 104857,
|
|
12637
|
+
},
|
|
12638
|
+
"mistralai/mistral-medium-3.1:batch": {
|
|
12639
|
+
id: "mistralai/mistral-medium-3.1:batch",
|
|
12640
|
+
name: "Mistral: Mistral Medium 3.1 (batch)",
|
|
12641
|
+
api: "openai-completions",
|
|
12642
|
+
provider: "openrouter",
|
|
12643
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12644
|
+
reasoning: false,
|
|
12645
|
+
input: ["text", "image"],
|
|
12646
|
+
cost: {
|
|
12647
|
+
input: 0.39999999999999997,
|
|
12648
|
+
output: 2,
|
|
12649
|
+
cacheRead: 0.04,
|
|
12650
|
+
cacheWrite: 0,
|
|
12651
|
+
},
|
|
12652
|
+
contextWindow: 131072,
|
|
12653
|
+
maxTokens: 104857,
|
|
12458
12654
|
},
|
|
12459
12655
|
"mistralai/mistral-nemo": {
|
|
12460
12656
|
id: "mistralai/mistral-nemo",
|
|
@@ -12488,7 +12684,7 @@ export const MODELS = {
|
|
|
12488
12684
|
cacheWrite: 0,
|
|
12489
12685
|
},
|
|
12490
12686
|
contextWindow: 32768,
|
|
12491
|
-
maxTokens:
|
|
12687
|
+
maxTokens: 26214,
|
|
12492
12688
|
},
|
|
12493
12689
|
"mistralai/mistral-small-2603": {
|
|
12494
12690
|
id: "mistralai/mistral-small-2603",
|
|
@@ -12505,7 +12701,24 @@ export const MODELS = {
|
|
|
12505
12701
|
cacheWrite: 0,
|
|
12506
12702
|
},
|
|
12507
12703
|
contextWindow: 262144,
|
|
12508
|
-
maxTokens:
|
|
12704
|
+
maxTokens: 209715,
|
|
12705
|
+
},
|
|
12706
|
+
"mistralai/mistral-small-2603:batch": {
|
|
12707
|
+
id: "mistralai/mistral-small-2603:batch",
|
|
12708
|
+
name: "Mistral: Mistral Small 4 (batch)",
|
|
12709
|
+
api: "openai-completions",
|
|
12710
|
+
provider: "openrouter",
|
|
12711
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12712
|
+
reasoning: true,
|
|
12713
|
+
input: ["text", "image"],
|
|
12714
|
+
cost: {
|
|
12715
|
+
input: 0.15,
|
|
12716
|
+
output: 0.6,
|
|
12717
|
+
cacheRead: 0.015,
|
|
12718
|
+
cacheWrite: 0,
|
|
12719
|
+
},
|
|
12720
|
+
contextWindow: 262144,
|
|
12721
|
+
maxTokens: 209715,
|
|
12509
12722
|
},
|
|
12510
12723
|
"mistralai/mistral-small-3.2-24b-instruct": {
|
|
12511
12724
|
id: "mistralai/mistral-small-3.2-24b-instruct",
|
|
@@ -12539,7 +12752,7 @@ export const MODELS = {
|
|
|
12539
12752
|
cacheWrite: 0,
|
|
12540
12753
|
},
|
|
12541
12754
|
contextWindow: 65536,
|
|
12542
|
-
maxTokens:
|
|
12755
|
+
maxTokens: 52428,
|
|
12543
12756
|
},
|
|
12544
12757
|
"mistralai/voxtral-small-24b-2507": {
|
|
12545
12758
|
id: "mistralai/voxtral-small-24b-2507",
|
|
@@ -12555,8 +12768,8 @@ export const MODELS = {
|
|
|
12555
12768
|
cacheRead: 0.01,
|
|
12556
12769
|
cacheWrite: 0,
|
|
12557
12770
|
},
|
|
12558
|
-
contextWindow:
|
|
12559
|
-
maxTokens:
|
|
12771
|
+
contextWindow: 32768,
|
|
12772
|
+
maxTokens: 26214,
|
|
12560
12773
|
},
|
|
12561
12774
|
"moonshotai/kimi-k2": {
|
|
12562
12775
|
id: "moonshotai/kimi-k2",
|
|
@@ -12641,7 +12854,7 @@ export const MODELS = {
|
|
|
12641
12854
|
cacheWrite: 0,
|
|
12642
12855
|
},
|
|
12643
12856
|
contextWindow: 262144,
|
|
12644
|
-
maxTokens:
|
|
12857
|
+
maxTokens: 235929,
|
|
12645
12858
|
},
|
|
12646
12859
|
"moonshotai/kimi-k2.7-code": {
|
|
12647
12860
|
id: "moonshotai/kimi-k2.7-code",
|
|
@@ -12652,34 +12865,34 @@ export const MODELS = {
|
|
|
12652
12865
|
reasoning: true,
|
|
12653
12866
|
input: ["text", "image"],
|
|
12654
12867
|
cost: {
|
|
12655
|
-
input: 0.
|
|
12868
|
+
input: 0.66,
|
|
12656
12869
|
output: 3.4,
|
|
12657
|
-
cacheRead: 0.
|
|
12870
|
+
cacheRead: 0.18,
|
|
12658
12871
|
cacheWrite: 0,
|
|
12659
12872
|
},
|
|
12660
12873
|
contextWindow: 262144,
|
|
12661
|
-
maxTokens:
|
|
12874
|
+
maxTokens: 235929,
|
|
12662
12875
|
},
|
|
12663
|
-
"moonshotai/kimi-
|
|
12664
|
-
id: "moonshotai/kimi-
|
|
12665
|
-
name: "MoonshotAI: Kimi
|
|
12876
|
+
"moonshotai/kimi-k3": {
|
|
12877
|
+
id: "moonshotai/kimi-k3",
|
|
12878
|
+
name: "MoonshotAI: Kimi K3",
|
|
12666
12879
|
api: "openai-completions",
|
|
12667
12880
|
provider: "openrouter",
|
|
12668
12881
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
12669
12882
|
reasoning: true,
|
|
12670
12883
|
input: ["text", "image"],
|
|
12671
12884
|
cost: {
|
|
12672
|
-
input:
|
|
12673
|
-
output:
|
|
12674
|
-
cacheRead: 0.
|
|
12885
|
+
input: 3,
|
|
12886
|
+
output: 15,
|
|
12887
|
+
cacheRead: 0.3,
|
|
12675
12888
|
cacheWrite: 0,
|
|
12676
12889
|
},
|
|
12677
|
-
contextWindow:
|
|
12678
|
-
maxTokens:
|
|
12890
|
+
contextWindow: 1048576,
|
|
12891
|
+
maxTokens: 943718,
|
|
12679
12892
|
},
|
|
12680
|
-
"moonshotai/kimi-k3": {
|
|
12681
|
-
id: "moonshotai/kimi-k3",
|
|
12682
|
-
name: "MoonshotAI: Kimi K3",
|
|
12893
|
+
"moonshotai/kimi-k3:batch": {
|
|
12894
|
+
id: "moonshotai/kimi-k3:batch",
|
|
12895
|
+
name: "MoonshotAI: Kimi K3 (batch)",
|
|
12683
12896
|
api: "openai-completions",
|
|
12684
12897
|
provider: "openrouter",
|
|
12685
12898
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
@@ -12692,7 +12905,7 @@ export const MODELS = {
|
|
|
12692
12905
|
cacheWrite: 0,
|
|
12693
12906
|
},
|
|
12694
12907
|
contextWindow: 1048576,
|
|
12695
|
-
maxTokens:
|
|
12908
|
+
maxTokens: 943718,
|
|
12696
12909
|
},
|
|
12697
12910
|
"nex-agi/nex-n2-mini": {
|
|
12698
12911
|
id: "nex-agi/nex-n2-mini",
|
|
@@ -12709,7 +12922,7 @@ export const MODELS = {
|
|
|
12709
12922
|
cacheWrite: 0,
|
|
12710
12923
|
},
|
|
12711
12924
|
contextWindow: 262144,
|
|
12712
|
-
maxTokens:
|
|
12925
|
+
maxTokens: 235929,
|
|
12713
12926
|
},
|
|
12714
12927
|
"nex-agi/nex-n2-pro": {
|
|
12715
12928
|
id: "nex-agi/nex-n2-pro",
|
|
@@ -12726,7 +12939,7 @@ export const MODELS = {
|
|
|
12726
12939
|
cacheWrite: 0,
|
|
12727
12940
|
},
|
|
12728
12941
|
contextWindow: 262144,
|
|
12729
|
-
maxTokens:
|
|
12942
|
+
maxTokens: 235929,
|
|
12730
12943
|
},
|
|
12731
12944
|
"nvidia/nemotron-3-nano-30b-a3b": {
|
|
12732
12945
|
id: "nvidia/nemotron-3-nano-30b-a3b",
|
|
@@ -12739,11 +12952,11 @@ export const MODELS = {
|
|
|
12739
12952
|
cost: {
|
|
12740
12953
|
input: 0.049999999999999996,
|
|
12741
12954
|
output: 0.19999999999999998,
|
|
12742
|
-
cacheRead: 0.
|
|
12955
|
+
cacheRead: 0.024999999999999998,
|
|
12743
12956
|
cacheWrite: 0,
|
|
12744
12957
|
},
|
|
12745
12958
|
contextWindow: 262144,
|
|
12746
|
-
maxTokens:
|
|
12959
|
+
maxTokens: 228000,
|
|
12747
12960
|
},
|
|
12748
12961
|
"nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
|
|
12749
12962
|
id: "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free",
|
|
@@ -12794,7 +13007,7 @@ export const MODELS = {
|
|
|
12794
13007
|
cacheWrite: 0,
|
|
12795
13008
|
},
|
|
12796
13009
|
contextWindow: 262144,
|
|
12797
|
-
maxTokens:
|
|
13010
|
+
maxTokens: 235929,
|
|
12798
13011
|
},
|
|
12799
13012
|
"nvidia/nemotron-3-ultra-550b-a55b": {
|
|
12800
13013
|
id: "nvidia/nemotron-3-ultra-550b-a55b",
|
|
@@ -12805,13 +13018,13 @@ export const MODELS = {
|
|
|
12805
13018
|
reasoning: true,
|
|
12806
13019
|
input: ["text"],
|
|
12807
13020
|
cost: {
|
|
12808
|
-
input: 0.
|
|
12809
|
-
output:
|
|
12810
|
-
cacheRead: 0.
|
|
13021
|
+
input: 0.5,
|
|
13022
|
+
output: 2.2,
|
|
13023
|
+
cacheRead: 0.09999999999999999,
|
|
12811
13024
|
cacheWrite: 0,
|
|
12812
13025
|
},
|
|
12813
|
-
contextWindow:
|
|
12814
|
-
maxTokens:
|
|
13026
|
+
contextWindow: 262144,
|
|
13027
|
+
maxTokens: 16384,
|
|
12815
13028
|
},
|
|
12816
13029
|
"nvidia/nemotron-3-ultra-550b-a55b:batch": {
|
|
12817
13030
|
id: "nvidia/nemotron-3-ultra-550b-a55b:batch",
|
|
@@ -12828,7 +13041,7 @@ export const MODELS = {
|
|
|
12828
13041
|
cacheWrite: 0,
|
|
12829
13042
|
},
|
|
12830
13043
|
contextWindow: 512288,
|
|
12831
|
-
maxTokens:
|
|
13044
|
+
maxTokens: 461059,
|
|
12832
13045
|
},
|
|
12833
13046
|
"nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
12834
13047
|
id: "nvidia/nemotron-3-ultra-550b-a55b:free",
|
|
@@ -12913,7 +13126,7 @@ export const MODELS = {
|
|
|
12913
13126
|
cacheWrite: 0,
|
|
12914
13127
|
},
|
|
12915
13128
|
contextWindow: 4095,
|
|
12916
|
-
maxTokens:
|
|
13129
|
+
maxTokens: 3685,
|
|
12917
13130
|
},
|
|
12918
13131
|
"openai/gpt-3.5-turbo-16k": {
|
|
12919
13132
|
id: "openai/gpt-3.5-turbo-16k",
|
|
@@ -12932,23 +13145,6 @@ export const MODELS = {
|
|
|
12932
13145
|
contextWindow: 16385,
|
|
12933
13146
|
maxTokens: 4096,
|
|
12934
13147
|
},
|
|
12935
|
-
"openai/gpt-3.5-turbo:batch": {
|
|
12936
|
-
id: "openai/gpt-3.5-turbo:batch",
|
|
12937
|
-
name: "OpenAI: GPT-3.5 Turbo (batch)",
|
|
12938
|
-
api: "openai-completions",
|
|
12939
|
-
provider: "openrouter",
|
|
12940
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12941
|
-
reasoning: false,
|
|
12942
|
-
input: ["text"],
|
|
12943
|
-
cost: {
|
|
12944
|
-
input: 0.25,
|
|
12945
|
-
output: 0.75,
|
|
12946
|
-
cacheRead: 0,
|
|
12947
|
-
cacheWrite: 0,
|
|
12948
|
-
},
|
|
12949
|
-
contextWindow: 16385,
|
|
12950
|
-
maxTokens: 4096,
|
|
12951
|
-
},
|
|
12952
13148
|
"openai/gpt-4": {
|
|
12953
13149
|
id: "openai/gpt-4",
|
|
12954
13150
|
name: "OpenAI: GPT-4",
|
|
@@ -12966,23 +13162,6 @@ export const MODELS = {
|
|
|
12966
13162
|
contextWindow: 8191,
|
|
12967
13163
|
maxTokens: 4096,
|
|
12968
13164
|
},
|
|
12969
|
-
"openai/gpt-4-turbo:batch": {
|
|
12970
|
-
id: "openai/gpt-4-turbo:batch",
|
|
12971
|
-
name: "OpenAI: GPT-4 Turbo (batch)",
|
|
12972
|
-
api: "openai-completions",
|
|
12973
|
-
provider: "openrouter",
|
|
12974
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12975
|
-
reasoning: false,
|
|
12976
|
-
input: ["text", "image"],
|
|
12977
|
-
cost: {
|
|
12978
|
-
input: 5,
|
|
12979
|
-
output: 15,
|
|
12980
|
-
cacheRead: 0,
|
|
12981
|
-
cacheWrite: 0,
|
|
12982
|
-
},
|
|
12983
|
-
contextWindow: 128000,
|
|
12984
|
-
maxTokens: 4096,
|
|
12985
|
-
},
|
|
12986
13165
|
"openai/gpt-4.1": {
|
|
12987
13166
|
id: "openai/gpt-4.1",
|
|
12988
13167
|
name: "OpenAI: GPT-4.1",
|
|
@@ -13017,23 +13196,6 @@ export const MODELS = {
|
|
|
13017
13196
|
contextWindow: 1047576,
|
|
13018
13197
|
maxTokens: 32768,
|
|
13019
13198
|
},
|
|
13020
|
-
"openai/gpt-4.1-mini:batch": {
|
|
13021
|
-
id: "openai/gpt-4.1-mini:batch",
|
|
13022
|
-
name: "OpenAI: GPT-4.1 Mini (batch)",
|
|
13023
|
-
api: "openai-completions",
|
|
13024
|
-
provider: "openrouter",
|
|
13025
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13026
|
-
reasoning: false,
|
|
13027
|
-
input: ["text", "image"],
|
|
13028
|
-
cost: {
|
|
13029
|
-
input: 0.19999999999999998,
|
|
13030
|
-
output: 0.7999999999999999,
|
|
13031
|
-
cacheRead: 0.049999999999999996,
|
|
13032
|
-
cacheWrite: 0,
|
|
13033
|
-
},
|
|
13034
|
-
contextWindow: 1047576,
|
|
13035
|
-
maxTokens: 32768,
|
|
13036
|
-
},
|
|
13037
13199
|
"openai/gpt-4.1-nano": {
|
|
13038
13200
|
id: "openai/gpt-4.1-nano",
|
|
13039
13201
|
name: "OpenAI: GPT-4.1 Nano",
|
|
@@ -13045,45 +13207,11 @@ export const MODELS = {
|
|
|
13045
13207
|
cost: {
|
|
13046
13208
|
input: 0.09999999999999999,
|
|
13047
13209
|
output: 0.39999999999999997,
|
|
13048
|
-
cacheRead: 0.
|
|
13049
|
-
cacheWrite: 0,
|
|
13050
|
-
},
|
|
13051
|
-
contextWindow: 1047576,
|
|
13052
|
-
maxTokens: 32768,
|
|
13053
|
-
},
|
|
13054
|
-
"openai/gpt-4.1-nano:batch": {
|
|
13055
|
-
id: "openai/gpt-4.1-nano:batch",
|
|
13056
|
-
name: "OpenAI: GPT-4.1 Nano (batch)",
|
|
13057
|
-
api: "openai-completions",
|
|
13058
|
-
provider: "openrouter",
|
|
13059
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13060
|
-
reasoning: false,
|
|
13061
|
-
input: ["text", "image"],
|
|
13062
|
-
cost: {
|
|
13063
|
-
input: 0.049999999999999996,
|
|
13064
|
-
output: 0.19999999999999998,
|
|
13065
|
-
cacheRead: 0.012499999999999999,
|
|
13066
|
-
cacheWrite: 0,
|
|
13067
|
-
},
|
|
13068
|
-
contextWindow: 1047576,
|
|
13069
|
-
maxTokens: 32768,
|
|
13070
|
-
},
|
|
13071
|
-
"openai/gpt-4.1:batch": {
|
|
13072
|
-
id: "openai/gpt-4.1:batch",
|
|
13073
|
-
name: "OpenAI: GPT-4.1 (batch)",
|
|
13074
|
-
api: "openai-completions",
|
|
13075
|
-
provider: "openrouter",
|
|
13076
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13077
|
-
reasoning: false,
|
|
13078
|
-
input: ["text", "image"],
|
|
13079
|
-
cost: {
|
|
13080
|
-
input: 1,
|
|
13081
|
-
output: 4,
|
|
13082
|
-
cacheRead: 0.25,
|
|
13210
|
+
cacheRead: 0.03,
|
|
13083
13211
|
cacheWrite: 0,
|
|
13084
13212
|
},
|
|
13085
13213
|
contextWindow: 1047576,
|
|
13086
|
-
maxTokens:
|
|
13214
|
+
maxTokens: 942818,
|
|
13087
13215
|
},
|
|
13088
13216
|
"openai/gpt-4o": {
|
|
13089
13217
|
id: "openai/gpt-4o",
|
|
@@ -13119,40 +13247,6 @@ export const MODELS = {
|
|
|
13119
13247
|
contextWindow: 128000,
|
|
13120
13248
|
maxTokens: 16384,
|
|
13121
13249
|
},
|
|
13122
|
-
"openai/gpt-4o-mini:batch": {
|
|
13123
|
-
id: "openai/gpt-4o-mini:batch",
|
|
13124
|
-
name: "OpenAI: GPT-4o-mini (batch)",
|
|
13125
|
-
api: "openai-completions",
|
|
13126
|
-
provider: "openrouter",
|
|
13127
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13128
|
-
reasoning: false,
|
|
13129
|
-
input: ["text", "image"],
|
|
13130
|
-
cost: {
|
|
13131
|
-
input: 0.075,
|
|
13132
|
-
output: 0.3,
|
|
13133
|
-
cacheRead: 0.0375,
|
|
13134
|
-
cacheWrite: 0,
|
|
13135
|
-
},
|
|
13136
|
-
contextWindow: 128000,
|
|
13137
|
-
maxTokens: 16384,
|
|
13138
|
-
},
|
|
13139
|
-
"openai/gpt-4o:batch": {
|
|
13140
|
-
id: "openai/gpt-4o:batch",
|
|
13141
|
-
name: "OpenAI: GPT-4o (batch)",
|
|
13142
|
-
api: "openai-completions",
|
|
13143
|
-
provider: "openrouter",
|
|
13144
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13145
|
-
reasoning: false,
|
|
13146
|
-
input: ["text", "image"],
|
|
13147
|
-
cost: {
|
|
13148
|
-
input: 1.25,
|
|
13149
|
-
output: 5,
|
|
13150
|
-
cacheRead: 0.625,
|
|
13151
|
-
cacheWrite: 0,
|
|
13152
|
-
},
|
|
13153
|
-
contextWindow: 128000,
|
|
13154
|
-
maxTokens: 16384,
|
|
13155
|
-
},
|
|
13156
13250
|
"openai/gpt-5": {
|
|
13157
13251
|
id: "openai/gpt-5",
|
|
13158
13252
|
name: "OpenAI: GPT-5",
|
|
@@ -13170,23 +13264,6 @@ export const MODELS = {
|
|
|
13170
13264
|
contextWindow: 400000,
|
|
13171
13265
|
maxTokens: 128000,
|
|
13172
13266
|
},
|
|
13173
|
-
"openai/gpt-5-codex:batch": {
|
|
13174
|
-
id: "openai/gpt-5-codex:batch",
|
|
13175
|
-
name: "OpenAI: GPT-5 Codex (batch)",
|
|
13176
|
-
api: "openai-completions",
|
|
13177
|
-
provider: "openrouter",
|
|
13178
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13179
|
-
reasoning: true,
|
|
13180
|
-
input: ["text", "image"],
|
|
13181
|
-
cost: {
|
|
13182
|
-
input: 0.625,
|
|
13183
|
-
output: 5,
|
|
13184
|
-
cacheRead: 0.0625,
|
|
13185
|
-
cacheWrite: 0,
|
|
13186
|
-
},
|
|
13187
|
-
contextWindow: 400000,
|
|
13188
|
-
maxTokens: 128000,
|
|
13189
|
-
},
|
|
13190
13267
|
"openai/gpt-5-mini": {
|
|
13191
13268
|
id: "openai/gpt-5-mini",
|
|
13192
13269
|
name: "OpenAI: GPT-5 Mini",
|
|
@@ -13204,52 +13281,18 @@ export const MODELS = {
|
|
|
13204
13281
|
contextWindow: 400000,
|
|
13205
13282
|
maxTokens: 128000,
|
|
13206
13283
|
},
|
|
13207
|
-
"openai/gpt-5-
|
|
13208
|
-
id: "openai/gpt-5-
|
|
13209
|
-
name: "OpenAI: GPT-5
|
|
13284
|
+
"openai/gpt-5-nano": {
|
|
13285
|
+
id: "openai/gpt-5-nano",
|
|
13286
|
+
name: "OpenAI: GPT-5 Nano",
|
|
13210
13287
|
api: "openai-completions",
|
|
13211
13288
|
provider: "openrouter",
|
|
13212
13289
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
13213
13290
|
reasoning: true,
|
|
13214
13291
|
input: ["text", "image"],
|
|
13215
13292
|
cost: {
|
|
13216
|
-
input: 0.
|
|
13217
|
-
output:
|
|
13218
|
-
cacheRead: 0.
|
|
13219
|
-
cacheWrite: 0,
|
|
13220
|
-
},
|
|
13221
|
-
contextWindow: 400000,
|
|
13222
|
-
maxTokens: 128000,
|
|
13223
|
-
},
|
|
13224
|
-
"openai/gpt-5-nano": {
|
|
13225
|
-
id: "openai/gpt-5-nano",
|
|
13226
|
-
name: "OpenAI: GPT-5 Nano",
|
|
13227
|
-
api: "openai-completions",
|
|
13228
|
-
provider: "openrouter",
|
|
13229
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13230
|
-
reasoning: true,
|
|
13231
|
-
input: ["text", "image"],
|
|
13232
|
-
cost: {
|
|
13233
|
-
input: 0.049999999999999996,
|
|
13234
|
-
output: 0.39999999999999997,
|
|
13235
|
-
cacheRead: 0.005,
|
|
13236
|
-
cacheWrite: 0,
|
|
13237
|
-
},
|
|
13238
|
-
contextWindow: 400000,
|
|
13239
|
-
maxTokens: 128000,
|
|
13240
|
-
},
|
|
13241
|
-
"openai/gpt-5-nano:batch": {
|
|
13242
|
-
id: "openai/gpt-5-nano:batch",
|
|
13243
|
-
name: "OpenAI: GPT-5 Nano (batch)",
|
|
13244
|
-
api: "openai-completions",
|
|
13245
|
-
provider: "openrouter",
|
|
13246
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13247
|
-
reasoning: true,
|
|
13248
|
-
input: ["text", "image"],
|
|
13249
|
-
cost: {
|
|
13250
|
-
input: 0.024999999999999998,
|
|
13251
|
-
output: 0.19999999999999998,
|
|
13252
|
-
cacheRead: 0.0025,
|
|
13293
|
+
input: 0.049999999999999996,
|
|
13294
|
+
output: 0.39999999999999997,
|
|
13295
|
+
cacheRead: 0.005,
|
|
13253
13296
|
cacheWrite: 0,
|
|
13254
13297
|
},
|
|
13255
13298
|
contextWindow: 400000,
|
|
@@ -13272,23 +13315,6 @@ export const MODELS = {
|
|
|
13272
13315
|
contextWindow: 400000,
|
|
13273
13316
|
maxTokens: 128000,
|
|
13274
13317
|
},
|
|
13275
|
-
"openai/gpt-5-pro:batch": {
|
|
13276
|
-
id: "openai/gpt-5-pro:batch",
|
|
13277
|
-
name: "OpenAI: GPT-5 Pro (batch)",
|
|
13278
|
-
api: "openai-completions",
|
|
13279
|
-
provider: "openrouter",
|
|
13280
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13281
|
-
reasoning: true,
|
|
13282
|
-
input: ["text", "image"],
|
|
13283
|
-
cost: {
|
|
13284
|
-
input: 7.5,
|
|
13285
|
-
output: 60,
|
|
13286
|
-
cacheRead: 0,
|
|
13287
|
-
cacheWrite: 0,
|
|
13288
|
-
},
|
|
13289
|
-
contextWindow: 400000,
|
|
13290
|
-
maxTokens: 128000,
|
|
13291
|
-
},
|
|
13292
13318
|
"openai/gpt-5.1": {
|
|
13293
13319
|
id: "openai/gpt-5.1",
|
|
13294
13320
|
name: "OpenAI: GPT-5.1",
|
|
@@ -13357,23 +13383,6 @@ export const MODELS = {
|
|
|
13357
13383
|
contextWindow: 400000,
|
|
13358
13384
|
maxTokens: 128000,
|
|
13359
13385
|
},
|
|
13360
|
-
"openai/gpt-5.1:batch": {
|
|
13361
|
-
id: "openai/gpt-5.1:batch",
|
|
13362
|
-
name: "OpenAI: GPT-5.1 (batch)",
|
|
13363
|
-
api: "openai-completions",
|
|
13364
|
-
provider: "openrouter",
|
|
13365
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13366
|
-
reasoning: true,
|
|
13367
|
-
input: ["text", "image"],
|
|
13368
|
-
cost: {
|
|
13369
|
-
input: 0.625,
|
|
13370
|
-
output: 5,
|
|
13371
|
-
cacheRead: 0.0625,
|
|
13372
|
-
cacheWrite: 0,
|
|
13373
|
-
},
|
|
13374
|
-
contextWindow: 400000,
|
|
13375
|
-
maxTokens: 128000,
|
|
13376
|
-
},
|
|
13377
13386
|
"openai/gpt-5.2": {
|
|
13378
13387
|
id: "openai/gpt-5.2",
|
|
13379
13388
|
name: "OpenAI: GPT-5.2",
|
|
@@ -13446,42 +13455,6 @@ export const MODELS = {
|
|
|
13446
13455
|
contextWindow: 400000,
|
|
13447
13456
|
maxTokens: 128000,
|
|
13448
13457
|
},
|
|
13449
|
-
"openai/gpt-5.2-pro:batch": {
|
|
13450
|
-
id: "openai/gpt-5.2-pro:batch",
|
|
13451
|
-
name: "OpenAI: GPT-5.2 Pro (batch)",
|
|
13452
|
-
api: "openai-completions",
|
|
13453
|
-
provider: "openrouter",
|
|
13454
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13455
|
-
reasoning: true,
|
|
13456
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
13457
|
-
input: ["text", "image"],
|
|
13458
|
-
cost: {
|
|
13459
|
-
input: 10.5,
|
|
13460
|
-
output: 84,
|
|
13461
|
-
cacheRead: 0,
|
|
13462
|
-
cacheWrite: 0,
|
|
13463
|
-
},
|
|
13464
|
-
contextWindow: 400000,
|
|
13465
|
-
maxTokens: 128000,
|
|
13466
|
-
},
|
|
13467
|
-
"openai/gpt-5.2:batch": {
|
|
13468
|
-
id: "openai/gpt-5.2:batch",
|
|
13469
|
-
name: "OpenAI: GPT-5.2 (batch)",
|
|
13470
|
-
api: "openai-completions",
|
|
13471
|
-
provider: "openrouter",
|
|
13472
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13473
|
-
reasoning: true,
|
|
13474
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
13475
|
-
input: ["text", "image"],
|
|
13476
|
-
cost: {
|
|
13477
|
-
input: 0.875,
|
|
13478
|
-
output: 7,
|
|
13479
|
-
cacheRead: 0.0875,
|
|
13480
|
-
cacheWrite: 0,
|
|
13481
|
-
},
|
|
13482
|
-
contextWindow: 400000,
|
|
13483
|
-
maxTokens: 128000,
|
|
13484
|
-
},
|
|
13485
13458
|
"openai/gpt-5.3-codex": {
|
|
13486
13459
|
id: "openai/gpt-5.3-codex",
|
|
13487
13460
|
name: "OpenAI: GPT-5.3-Codex",
|
|
@@ -13536,24 +13509,6 @@ export const MODELS = {
|
|
|
13536
13509
|
contextWindow: 400000,
|
|
13537
13510
|
maxTokens: 128000,
|
|
13538
13511
|
},
|
|
13539
|
-
"openai/gpt-5.4-mini:batch": {
|
|
13540
|
-
id: "openai/gpt-5.4-mini:batch",
|
|
13541
|
-
name: "OpenAI: GPT-5.4 Mini (batch)",
|
|
13542
|
-
api: "openai-completions",
|
|
13543
|
-
provider: "openrouter",
|
|
13544
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13545
|
-
reasoning: true,
|
|
13546
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
13547
|
-
input: ["text", "image"],
|
|
13548
|
-
cost: {
|
|
13549
|
-
input: 0.375,
|
|
13550
|
-
output: 2.25,
|
|
13551
|
-
cacheRead: 0.0375,
|
|
13552
|
-
cacheWrite: 0,
|
|
13553
|
-
},
|
|
13554
|
-
contextWindow: 400000,
|
|
13555
|
-
maxTokens: 128000,
|
|
13556
|
-
},
|
|
13557
13512
|
"openai/gpt-5.4-nano": {
|
|
13558
13513
|
id: "openai/gpt-5.4-nano",
|
|
13559
13514
|
name: "OpenAI: GPT-5.4 Nano",
|
|
@@ -13572,24 +13527,6 @@ export const MODELS = {
|
|
|
13572
13527
|
contextWindow: 400000,
|
|
13573
13528
|
maxTokens: 128000,
|
|
13574
13529
|
},
|
|
13575
|
-
"openai/gpt-5.4-nano:batch": {
|
|
13576
|
-
id: "openai/gpt-5.4-nano:batch",
|
|
13577
|
-
name: "OpenAI: GPT-5.4 Nano (batch)",
|
|
13578
|
-
api: "openai-completions",
|
|
13579
|
-
provider: "openrouter",
|
|
13580
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13581
|
-
reasoning: true,
|
|
13582
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
13583
|
-
input: ["text", "image"],
|
|
13584
|
-
cost: {
|
|
13585
|
-
input: 0.09999999999999999,
|
|
13586
|
-
output: 0.625,
|
|
13587
|
-
cacheRead: 0.01,
|
|
13588
|
-
cacheWrite: 0,
|
|
13589
|
-
},
|
|
13590
|
-
contextWindow: 400000,
|
|
13591
|
-
maxTokens: 128000,
|
|
13592
|
-
},
|
|
13593
13530
|
"openai/gpt-5.4-pro": {
|
|
13594
13531
|
id: "openai/gpt-5.4-pro",
|
|
13595
13532
|
name: "OpenAI: GPT-5.4 Pro",
|
|
@@ -13608,42 +13545,6 @@ export const MODELS = {
|
|
|
13608
13545
|
contextWindow: 1050000,
|
|
13609
13546
|
maxTokens: 128000,
|
|
13610
13547
|
},
|
|
13611
|
-
"openai/gpt-5.4-pro:batch": {
|
|
13612
|
-
id: "openai/gpt-5.4-pro:batch",
|
|
13613
|
-
name: "OpenAI: GPT-5.4 Pro (batch)",
|
|
13614
|
-
api: "openai-completions",
|
|
13615
|
-
provider: "openrouter",
|
|
13616
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13617
|
-
reasoning: true,
|
|
13618
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
13619
|
-
input: ["text", "image"],
|
|
13620
|
-
cost: {
|
|
13621
|
-
input: 15,
|
|
13622
|
-
output: 90,
|
|
13623
|
-
cacheRead: 0,
|
|
13624
|
-
cacheWrite: 0,
|
|
13625
|
-
},
|
|
13626
|
-
contextWindow: 1050000,
|
|
13627
|
-
maxTokens: 128000,
|
|
13628
|
-
},
|
|
13629
|
-
"openai/gpt-5.4:batch": {
|
|
13630
|
-
id: "openai/gpt-5.4:batch",
|
|
13631
|
-
name: "OpenAI: GPT-5.4 (batch)",
|
|
13632
|
-
api: "openai-completions",
|
|
13633
|
-
provider: "openrouter",
|
|
13634
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13635
|
-
reasoning: true,
|
|
13636
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
13637
|
-
input: ["text", "image"],
|
|
13638
|
-
cost: {
|
|
13639
|
-
input: 1.25,
|
|
13640
|
-
output: 7.5,
|
|
13641
|
-
cacheRead: 0.125,
|
|
13642
|
-
cacheWrite: 0,
|
|
13643
|
-
},
|
|
13644
|
-
contextWindow: 1050000,
|
|
13645
|
-
maxTokens: 128000,
|
|
13646
|
-
},
|
|
13647
13548
|
"openai/gpt-5.5": {
|
|
13648
13549
|
id: "openai/gpt-5.5",
|
|
13649
13550
|
name: "OpenAI: GPT-5.5",
|
|
@@ -13680,42 +13581,6 @@ export const MODELS = {
|
|
|
13680
13581
|
contextWindow: 1050000,
|
|
13681
13582
|
maxTokens: 128000,
|
|
13682
13583
|
},
|
|
13683
|
-
"openai/gpt-5.5-pro:batch": {
|
|
13684
|
-
id: "openai/gpt-5.5-pro:batch",
|
|
13685
|
-
name: "OpenAI: GPT-5.5 Pro (batch)",
|
|
13686
|
-
api: "openai-completions",
|
|
13687
|
-
provider: "openrouter",
|
|
13688
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13689
|
-
reasoning: true,
|
|
13690
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
13691
|
-
input: ["text", "image"],
|
|
13692
|
-
cost: {
|
|
13693
|
-
input: 15,
|
|
13694
|
-
output: 90,
|
|
13695
|
-
cacheRead: 0,
|
|
13696
|
-
cacheWrite: 0,
|
|
13697
|
-
},
|
|
13698
|
-
contextWindow: 1050000,
|
|
13699
|
-
maxTokens: 128000,
|
|
13700
|
-
},
|
|
13701
|
-
"openai/gpt-5.5:batch": {
|
|
13702
|
-
id: "openai/gpt-5.5:batch",
|
|
13703
|
-
name: "OpenAI: GPT-5.5 (batch)",
|
|
13704
|
-
api: "openai-completions",
|
|
13705
|
-
provider: "openrouter",
|
|
13706
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13707
|
-
reasoning: true,
|
|
13708
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
13709
|
-
input: ["text", "image"],
|
|
13710
|
-
cost: {
|
|
13711
|
-
input: 2.5,
|
|
13712
|
-
output: 15,
|
|
13713
|
-
cacheRead: 0.25,
|
|
13714
|
-
cacheWrite: 0,
|
|
13715
|
-
},
|
|
13716
|
-
contextWindow: 1050000,
|
|
13717
|
-
maxTokens: 128000,
|
|
13718
|
-
},
|
|
13719
13584
|
"openai/gpt-5.6-luna": {
|
|
13720
13585
|
id: "openai/gpt-5.6-luna",
|
|
13721
13586
|
name: "OpenAI: GPT-5.6 Luna",
|
|
@@ -13750,128 +13615,9 @@ export const MODELS = {
|
|
|
13750
13615
|
contextWindow: 1050000,
|
|
13751
13616
|
maxTokens: 128000,
|
|
13752
13617
|
},
|
|
13753
|
-
"openai/gpt-5.6-luna-pro:batch": {
|
|
13754
|
-
id: "openai/gpt-5.6-luna-pro:batch",
|
|
13755
|
-
name: "OpenAI: GPT-5.6 Luna Pro (batch)",
|
|
13756
|
-
api: "openai-completions",
|
|
13757
|
-
provider: "openrouter",
|
|
13758
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13759
|
-
reasoning: true,
|
|
13760
|
-
input: ["text", "image"],
|
|
13761
|
-
cost: {
|
|
13762
|
-
input: 0.09999999999999999,
|
|
13763
|
-
output: 0.6,
|
|
13764
|
-
cacheRead: 0.01,
|
|
13765
|
-
cacheWrite: 0,
|
|
13766
|
-
},
|
|
13767
|
-
contextWindow: 1050000,
|
|
13768
|
-
maxTokens: 128000,
|
|
13769
|
-
},
|
|
13770
|
-
"openai/gpt-5.6-luna:batch": {
|
|
13771
|
-
id: "openai/gpt-5.6-luna:batch",
|
|
13772
|
-
name: "OpenAI: GPT-5.6 Luna (batch)",
|
|
13773
|
-
api: "openai-completions",
|
|
13774
|
-
provider: "openrouter",
|
|
13775
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13776
|
-
reasoning: true,
|
|
13777
|
-
input: ["text", "image"],
|
|
13778
|
-
cost: {
|
|
13779
|
-
input: 0.09999999999999999,
|
|
13780
|
-
output: 0.6,
|
|
13781
|
-
cacheRead: 0.01,
|
|
13782
|
-
cacheWrite: 0,
|
|
13783
|
-
},
|
|
13784
|
-
contextWindow: 1050000,
|
|
13785
|
-
maxTokens: 128000,
|
|
13786
|
-
},
|
|
13787
13618
|
"openai/gpt-5.6-sol": {
|
|
13788
13619
|
id: "openai/gpt-5.6-sol",
|
|
13789
|
-
name: "OpenAI: GPT-5.6 Sol",
|
|
13790
|
-
api: "openai-completions",
|
|
13791
|
-
provider: "openrouter",
|
|
13792
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13793
|
-
reasoning: true,
|
|
13794
|
-
input: ["text", "image"],
|
|
13795
|
-
cost: {
|
|
13796
|
-
input: 2,
|
|
13797
|
-
output: 10,
|
|
13798
|
-
cacheRead: 0.19999999999999998,
|
|
13799
|
-
cacheWrite: 2.5,
|
|
13800
|
-
},
|
|
13801
|
-
contextWindow: 1050000,
|
|
13802
|
-
maxTokens: 128000,
|
|
13803
|
-
},
|
|
13804
|
-
"openai/gpt-5.6-sol-pro": {
|
|
13805
|
-
id: "openai/gpt-5.6-sol-pro",
|
|
13806
|
-
name: "OpenAI: GPT-5.6 Sol Pro",
|
|
13807
|
-
api: "openai-completions",
|
|
13808
|
-
provider: "openrouter",
|
|
13809
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13810
|
-
reasoning: true,
|
|
13811
|
-
input: ["text", "image"],
|
|
13812
|
-
cost: {
|
|
13813
|
-
input: 2,
|
|
13814
|
-
output: 10,
|
|
13815
|
-
cacheRead: 0.19999999999999998,
|
|
13816
|
-
cacheWrite: 2.5,
|
|
13817
|
-
},
|
|
13818
|
-
contextWindow: 1050000,
|
|
13819
|
-
maxTokens: 128000,
|
|
13820
|
-
},
|
|
13821
|
-
"openai/gpt-5.6-sol-pro:batch": {
|
|
13822
|
-
id: "openai/gpt-5.6-sol-pro:batch",
|
|
13823
|
-
name: "OpenAI: GPT-5.6 Sol Pro (batch)",
|
|
13824
|
-
api: "openai-completions",
|
|
13825
|
-
provider: "openrouter",
|
|
13826
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13827
|
-
reasoning: true,
|
|
13828
|
-
input: ["text", "image"],
|
|
13829
|
-
cost: {
|
|
13830
|
-
input: 1,
|
|
13831
|
-
output: 5,
|
|
13832
|
-
cacheRead: 0.09999999999999999,
|
|
13833
|
-
cacheWrite: 1.25,
|
|
13834
|
-
},
|
|
13835
|
-
contextWindow: 1050000,
|
|
13836
|
-
maxTokens: 128000,
|
|
13837
|
-
},
|
|
13838
|
-
"openai/gpt-5.6-sol:batch": {
|
|
13839
|
-
id: "openai/gpt-5.6-sol:batch",
|
|
13840
|
-
name: "OpenAI: GPT-5.6 Sol (batch)",
|
|
13841
|
-
api: "openai-completions",
|
|
13842
|
-
provider: "openrouter",
|
|
13843
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13844
|
-
reasoning: true,
|
|
13845
|
-
input: ["text", "image"],
|
|
13846
|
-
cost: {
|
|
13847
|
-
input: 1,
|
|
13848
|
-
output: 5,
|
|
13849
|
-
cacheRead: 0.09999999999999999,
|
|
13850
|
-
cacheWrite: 1.25,
|
|
13851
|
-
},
|
|
13852
|
-
contextWindow: 1050000,
|
|
13853
|
-
maxTokens: 128000,
|
|
13854
|
-
},
|
|
13855
|
-
"openai/gpt-5.6-terra": {
|
|
13856
|
-
id: "openai/gpt-5.6-terra",
|
|
13857
|
-
name: "OpenAI: GPT-5.6 Terra",
|
|
13858
|
-
api: "openai-completions",
|
|
13859
|
-
provider: "openrouter",
|
|
13860
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13861
|
-
reasoning: true,
|
|
13862
|
-
input: ["text", "image"],
|
|
13863
|
-
cost: {
|
|
13864
|
-
input: 2,
|
|
13865
|
-
output: 12,
|
|
13866
|
-
cacheRead: 0.19999999999999998,
|
|
13867
|
-
cacheWrite: 2.5,
|
|
13868
|
-
},
|
|
13869
|
-
contextWindow: 1050000,
|
|
13870
|
-
maxTokens: 128000,
|
|
13871
|
-
},
|
|
13872
|
-
"openai/gpt-5.6-terra-pro": {
|
|
13873
|
-
id: "openai/gpt-5.6-terra-pro",
|
|
13874
|
-
name: "OpenAI: GPT-5.6 Terra Pro",
|
|
13620
|
+
name: "OpenAI: GPT-5.6 Sol",
|
|
13875
13621
|
api: "openai-completions",
|
|
13876
13622
|
provider: "openrouter",
|
|
13877
13623
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
@@ -13879,62 +13625,62 @@ export const MODELS = {
|
|
|
13879
13625
|
input: ["text", "image"],
|
|
13880
13626
|
cost: {
|
|
13881
13627
|
input: 2,
|
|
13882
|
-
output:
|
|
13628
|
+
output: 10,
|
|
13883
13629
|
cacheRead: 0.19999999999999998,
|
|
13884
13630
|
cacheWrite: 2.5,
|
|
13885
13631
|
},
|
|
13886
13632
|
contextWindow: 1050000,
|
|
13887
13633
|
maxTokens: 128000,
|
|
13888
13634
|
},
|
|
13889
|
-
"openai/gpt-5.6-
|
|
13890
|
-
id: "openai/gpt-5.6-
|
|
13891
|
-
name: "OpenAI: GPT-5.6
|
|
13635
|
+
"openai/gpt-5.6-sol-pro": {
|
|
13636
|
+
id: "openai/gpt-5.6-sol-pro",
|
|
13637
|
+
name: "OpenAI: GPT-5.6 Sol Pro",
|
|
13892
13638
|
api: "openai-completions",
|
|
13893
13639
|
provider: "openrouter",
|
|
13894
13640
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
13895
13641
|
reasoning: true,
|
|
13896
13642
|
input: ["text", "image"],
|
|
13897
13643
|
cost: {
|
|
13898
|
-
input:
|
|
13899
|
-
output:
|
|
13900
|
-
cacheRead: 0.
|
|
13901
|
-
cacheWrite:
|
|
13644
|
+
input: 2,
|
|
13645
|
+
output: 10,
|
|
13646
|
+
cacheRead: 0.19999999999999998,
|
|
13647
|
+
cacheWrite: 2.5,
|
|
13902
13648
|
},
|
|
13903
13649
|
contextWindow: 1050000,
|
|
13904
13650
|
maxTokens: 128000,
|
|
13905
13651
|
},
|
|
13906
|
-
"openai/gpt-5.6-terra
|
|
13907
|
-
id: "openai/gpt-5.6-terra
|
|
13908
|
-
name: "OpenAI: GPT-5.6 Terra
|
|
13652
|
+
"openai/gpt-5.6-terra": {
|
|
13653
|
+
id: "openai/gpt-5.6-terra",
|
|
13654
|
+
name: "OpenAI: GPT-5.6 Terra",
|
|
13909
13655
|
api: "openai-completions",
|
|
13910
13656
|
provider: "openrouter",
|
|
13911
13657
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
13912
13658
|
reasoning: true,
|
|
13913
13659
|
input: ["text", "image"],
|
|
13914
13660
|
cost: {
|
|
13915
|
-
input:
|
|
13916
|
-
output:
|
|
13917
|
-
cacheRead: 0.
|
|
13918
|
-
cacheWrite:
|
|
13661
|
+
input: 2,
|
|
13662
|
+
output: 12,
|
|
13663
|
+
cacheRead: 0.19999999999999998,
|
|
13664
|
+
cacheWrite: 2.5,
|
|
13919
13665
|
},
|
|
13920
13666
|
contextWindow: 1050000,
|
|
13921
13667
|
maxTokens: 128000,
|
|
13922
13668
|
},
|
|
13923
|
-
"openai/gpt-5
|
|
13924
|
-
id: "openai/gpt-5
|
|
13925
|
-
name: "OpenAI: GPT-5
|
|
13669
|
+
"openai/gpt-5.6-terra-pro": {
|
|
13670
|
+
id: "openai/gpt-5.6-terra-pro",
|
|
13671
|
+
name: "OpenAI: GPT-5.6 Terra Pro",
|
|
13926
13672
|
api: "openai-completions",
|
|
13927
13673
|
provider: "openrouter",
|
|
13928
13674
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
13929
13675
|
reasoning: true,
|
|
13930
13676
|
input: ["text", "image"],
|
|
13931
13677
|
cost: {
|
|
13932
|
-
input:
|
|
13933
|
-
output:
|
|
13934
|
-
cacheRead: 0.
|
|
13935
|
-
cacheWrite:
|
|
13678
|
+
input: 2,
|
|
13679
|
+
output: 12,
|
|
13680
|
+
cacheRead: 0.19999999999999998,
|
|
13681
|
+
cacheWrite: 2.5,
|
|
13936
13682
|
},
|
|
13937
|
-
contextWindow:
|
|
13683
|
+
contextWindow: 1050000,
|
|
13938
13684
|
maxTokens: 128000,
|
|
13939
13685
|
},
|
|
13940
13686
|
"openai/gpt-audio": {
|
|
@@ -14003,7 +13749,24 @@ export const MODELS = {
|
|
|
14003
13749
|
cacheWrite: 0,
|
|
14004
13750
|
},
|
|
14005
13751
|
contextWindow: 131072,
|
|
14006
|
-
maxTokens:
|
|
13752
|
+
maxTokens: 117964,
|
|
13753
|
+
},
|
|
13754
|
+
"openai/gpt-oss-120b:batch": {
|
|
13755
|
+
id: "openai/gpt-oss-120b:batch",
|
|
13756
|
+
name: "OpenAI: gpt-oss-120b (batch)",
|
|
13757
|
+
api: "openai-completions",
|
|
13758
|
+
provider: "openrouter",
|
|
13759
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
13760
|
+
reasoning: true,
|
|
13761
|
+
input: ["text"],
|
|
13762
|
+
cost: {
|
|
13763
|
+
input: 0.15,
|
|
13764
|
+
output: 0.6,
|
|
13765
|
+
cacheRead: 0,
|
|
13766
|
+
cacheWrite: 0,
|
|
13767
|
+
},
|
|
13768
|
+
contextWindow: 131072,
|
|
13769
|
+
maxTokens: 117964,
|
|
14007
13770
|
},
|
|
14008
13771
|
"openai/gpt-oss-20b": {
|
|
14009
13772
|
id: "openai/gpt-oss-20b",
|
|
@@ -14020,7 +13783,7 @@ export const MODELS = {
|
|
|
14020
13783
|
cacheWrite: 0,
|
|
14021
13784
|
},
|
|
14022
13785
|
contextWindow: 131072,
|
|
14023
|
-
maxTokens:
|
|
13786
|
+
maxTokens: 117964,
|
|
14024
13787
|
},
|
|
14025
13788
|
"openai/gpt-oss-safeguard-20b": {
|
|
14026
13789
|
id: "openai/gpt-oss-safeguard-20b",
|
|
@@ -14056,23 +13819,6 @@ export const MODELS = {
|
|
|
14056
13819
|
contextWindow: 200000,
|
|
14057
13820
|
maxTokens: 100000,
|
|
14058
13821
|
},
|
|
14059
|
-
"openai/o1:batch": {
|
|
14060
|
-
id: "openai/o1:batch",
|
|
14061
|
-
name: "OpenAI: o1 (batch)",
|
|
14062
|
-
api: "openai-completions",
|
|
14063
|
-
provider: "openrouter",
|
|
14064
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
14065
|
-
reasoning: true,
|
|
14066
|
-
input: ["text", "image"],
|
|
14067
|
-
cost: {
|
|
14068
|
-
input: 7.5,
|
|
14069
|
-
output: 30,
|
|
14070
|
-
cacheRead: 3.75,
|
|
14071
|
-
cacheWrite: 0,
|
|
14072
|
-
},
|
|
14073
|
-
contextWindow: 200000,
|
|
14074
|
-
maxTokens: 100000,
|
|
14075
|
-
},
|
|
14076
13822
|
"openai/o3": {
|
|
14077
13823
|
id: "openai/o3",
|
|
14078
13824
|
name: "OpenAI: o3",
|
|
@@ -14124,40 +13870,6 @@ export const MODELS = {
|
|
|
14124
13870
|
contextWindow: 200000,
|
|
14125
13871
|
maxTokens: 100000,
|
|
14126
13872
|
},
|
|
14127
|
-
"openai/o3-mini-high:batch": {
|
|
14128
|
-
id: "openai/o3-mini-high:batch",
|
|
14129
|
-
name: "OpenAI: o3 Mini High (batch)",
|
|
14130
|
-
api: "openai-completions",
|
|
14131
|
-
provider: "openrouter",
|
|
14132
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
14133
|
-
reasoning: true,
|
|
14134
|
-
input: ["text"],
|
|
14135
|
-
cost: {
|
|
14136
|
-
input: 0.55,
|
|
14137
|
-
output: 2.2,
|
|
14138
|
-
cacheRead: 0.275,
|
|
14139
|
-
cacheWrite: 0,
|
|
14140
|
-
},
|
|
14141
|
-
contextWindow: 200000,
|
|
14142
|
-
maxTokens: 100000,
|
|
14143
|
-
},
|
|
14144
|
-
"openai/o3-mini:batch": {
|
|
14145
|
-
id: "openai/o3-mini:batch",
|
|
14146
|
-
name: "OpenAI: o3 Mini (batch)",
|
|
14147
|
-
api: "openai-completions",
|
|
14148
|
-
provider: "openrouter",
|
|
14149
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
14150
|
-
reasoning: true,
|
|
14151
|
-
input: ["text"],
|
|
14152
|
-
cost: {
|
|
14153
|
-
input: 0.55,
|
|
14154
|
-
output: 2.2,
|
|
14155
|
-
cacheRead: 0.275,
|
|
14156
|
-
cacheWrite: 0,
|
|
14157
|
-
},
|
|
14158
|
-
contextWindow: 200000,
|
|
14159
|
-
maxTokens: 100000,
|
|
14160
|
-
},
|
|
14161
13873
|
"openai/o3-pro": {
|
|
14162
13874
|
id: "openai/o3-pro",
|
|
14163
13875
|
name: "OpenAI: o3 Pro",
|
|
@@ -14175,40 +13887,6 @@ export const MODELS = {
|
|
|
14175
13887
|
contextWindow: 200000,
|
|
14176
13888
|
maxTokens: 100000,
|
|
14177
13889
|
},
|
|
14178
|
-
"openai/o3-pro:batch": {
|
|
14179
|
-
id: "openai/o3-pro:batch",
|
|
14180
|
-
name: "OpenAI: o3 Pro (batch)",
|
|
14181
|
-
api: "openai-completions",
|
|
14182
|
-
provider: "openrouter",
|
|
14183
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
14184
|
-
reasoning: true,
|
|
14185
|
-
input: ["text", "image"],
|
|
14186
|
-
cost: {
|
|
14187
|
-
input: 10,
|
|
14188
|
-
output: 40,
|
|
14189
|
-
cacheRead: 0,
|
|
14190
|
-
cacheWrite: 0,
|
|
14191
|
-
},
|
|
14192
|
-
contextWindow: 200000,
|
|
14193
|
-
maxTokens: 100000,
|
|
14194
|
-
},
|
|
14195
|
-
"openai/o3:batch": {
|
|
14196
|
-
id: "openai/o3:batch",
|
|
14197
|
-
name: "OpenAI: o3 (batch)",
|
|
14198
|
-
api: "openai-completions",
|
|
14199
|
-
provider: "openrouter",
|
|
14200
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
14201
|
-
reasoning: true,
|
|
14202
|
-
input: ["text", "image"],
|
|
14203
|
-
cost: {
|
|
14204
|
-
input: 1,
|
|
14205
|
-
output: 4,
|
|
14206
|
-
cacheRead: 0.25,
|
|
14207
|
-
cacheWrite: 0,
|
|
14208
|
-
},
|
|
14209
|
-
contextWindow: 200000,
|
|
14210
|
-
maxTokens: 100000,
|
|
14211
|
-
},
|
|
14212
13890
|
"openai/o4-mini": {
|
|
14213
13891
|
id: "openai/o4-mini",
|
|
14214
13892
|
name: "OpenAI: o4 Mini",
|
|
@@ -14243,40 +13921,6 @@ export const MODELS = {
|
|
|
14243
13921
|
contextWindow: 200000,
|
|
14244
13922
|
maxTokens: 100000,
|
|
14245
13923
|
},
|
|
14246
|
-
"openai/o4-mini-high:batch": {
|
|
14247
|
-
id: "openai/o4-mini-high:batch",
|
|
14248
|
-
name: "OpenAI: o4 Mini High (batch)",
|
|
14249
|
-
api: "openai-completions",
|
|
14250
|
-
provider: "openrouter",
|
|
14251
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
14252
|
-
reasoning: true,
|
|
14253
|
-
input: ["text", "image"],
|
|
14254
|
-
cost: {
|
|
14255
|
-
input: 0.55,
|
|
14256
|
-
output: 2.2,
|
|
14257
|
-
cacheRead: 0.1375,
|
|
14258
|
-
cacheWrite: 0,
|
|
14259
|
-
},
|
|
14260
|
-
contextWindow: 200000,
|
|
14261
|
-
maxTokens: 100000,
|
|
14262
|
-
},
|
|
14263
|
-
"openai/o4-mini:batch": {
|
|
14264
|
-
id: "openai/o4-mini:batch",
|
|
14265
|
-
name: "OpenAI: o4 Mini (batch)",
|
|
14266
|
-
api: "openai-completions",
|
|
14267
|
-
provider: "openrouter",
|
|
14268
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
14269
|
-
reasoning: true,
|
|
14270
|
-
input: ["text", "image"],
|
|
14271
|
-
cost: {
|
|
14272
|
-
input: 0.55,
|
|
14273
|
-
output: 2.2,
|
|
14274
|
-
cacheRead: 0.1375,
|
|
14275
|
-
cacheWrite: 0,
|
|
14276
|
-
},
|
|
14277
|
-
contextWindow: 200000,
|
|
14278
|
-
maxTokens: 100000,
|
|
14279
|
-
},
|
|
14280
13924
|
"openrouter/auto": {
|
|
14281
13925
|
id: "openrouter/auto",
|
|
14282
13926
|
name: "Auto Router",
|
|
@@ -14428,7 +14072,7 @@ export const MODELS = {
|
|
|
14428
14072
|
cacheWrite: 0,
|
|
14429
14073
|
},
|
|
14430
14074
|
contextWindow: 32768,
|
|
14431
|
-
maxTokens:
|
|
14075
|
+
maxTokens: 29491,
|
|
14432
14076
|
},
|
|
14433
14077
|
"qwen/qwen-plus": {
|
|
14434
14078
|
id: "qwen/qwen-plus",
|
|
@@ -14464,23 +14108,6 @@ export const MODELS = {
|
|
|
14464
14108
|
contextWindow: 1000000,
|
|
14465
14109
|
maxTokens: 32768,
|
|
14466
14110
|
},
|
|
14467
|
-
"qwen/qwen-plus-2025-07-28:thinking": {
|
|
14468
|
-
id: "qwen/qwen-plus-2025-07-28:thinking",
|
|
14469
|
-
name: "Qwen: Qwen Plus 0728 (thinking)",
|
|
14470
|
-
api: "openai-completions",
|
|
14471
|
-
provider: "openrouter",
|
|
14472
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
14473
|
-
reasoning: true,
|
|
14474
|
-
input: ["text"],
|
|
14475
|
-
cost: {
|
|
14476
|
-
input: 0.26,
|
|
14477
|
-
output: 0.78,
|
|
14478
|
-
cacheRead: 0,
|
|
14479
|
-
cacheWrite: 0,
|
|
14480
|
-
},
|
|
14481
|
-
contextWindow: 1000000,
|
|
14482
|
-
maxTokens: 32768,
|
|
14483
|
-
},
|
|
14484
14111
|
"qwen/qwen3-14b": {
|
|
14485
14112
|
id: "qwen/qwen3-14b",
|
|
14486
14113
|
name: "Qwen: Qwen3 14B",
|
|
@@ -14524,13 +14151,13 @@ export const MODELS = {
|
|
|
14524
14151
|
reasoning: false,
|
|
14525
14152
|
input: ["text"],
|
|
14526
14153
|
cost: {
|
|
14527
|
-
input: 0.
|
|
14528
|
-
output: 0.
|
|
14529
|
-
cacheRead: 0,
|
|
14154
|
+
input: 0.0875,
|
|
14155
|
+
output: 0.35,
|
|
14156
|
+
cacheRead: 0.0175,
|
|
14530
14157
|
cacheWrite: 0,
|
|
14531
14158
|
},
|
|
14532
14159
|
contextWindow: 262144,
|
|
14533
|
-
maxTokens:
|
|
14160
|
+
maxTokens: 235929,
|
|
14534
14161
|
},
|
|
14535
14162
|
"qwen/qwen3-235b-a22b-thinking-2507": {
|
|
14536
14163
|
id: "qwen/qwen3-235b-a22b-thinking-2507",
|
|
@@ -14547,7 +14174,7 @@ export const MODELS = {
|
|
|
14547
14174
|
cacheWrite: 0,
|
|
14548
14175
|
},
|
|
14549
14176
|
contextWindow: 131072,
|
|
14550
|
-
maxTokens:
|
|
14177
|
+
maxTokens: 117964,
|
|
14551
14178
|
},
|
|
14552
14179
|
"qwen/qwen3-30b-a3b": {
|
|
14553
14180
|
id: "qwen/qwen3-30b-a3b",
|
|
@@ -14666,7 +14293,7 @@ export const MODELS = {
|
|
|
14666
14293
|
cacheWrite: 0,
|
|
14667
14294
|
},
|
|
14668
14295
|
contextWindow: 262144,
|
|
14669
|
-
maxTokens:
|
|
14296
|
+
maxTokens: 235929,
|
|
14670
14297
|
},
|
|
14671
14298
|
"qwen/qwen3-coder-flash": {
|
|
14672
14299
|
id: "qwen/qwen3-coder-flash",
|
|
@@ -14700,7 +14327,7 @@ export const MODELS = {
|
|
|
14700
14327
|
cacheWrite: 0,
|
|
14701
14328
|
},
|
|
14702
14329
|
contextWindow: 262144,
|
|
14703
|
-
maxTokens:
|
|
14330
|
+
maxTokens: 235929,
|
|
14704
14331
|
},
|
|
14705
14332
|
"qwen/qwen3-coder-plus": {
|
|
14706
14333
|
id: "qwen/qwen3-coder-plus",
|
|
@@ -14768,7 +14395,7 @@ export const MODELS = {
|
|
|
14768
14395
|
cacheWrite: 0,
|
|
14769
14396
|
},
|
|
14770
14397
|
contextWindow: 262144,
|
|
14771
|
-
maxTokens:
|
|
14398
|
+
maxTokens: 235929,
|
|
14772
14399
|
},
|
|
14773
14400
|
"qwen/qwen3-next-80b-a3b-thinking": {
|
|
14774
14401
|
id: "qwen/qwen3-next-80b-a3b-thinking",
|
|
@@ -14830,13 +14457,13 @@ export const MODELS = {
|
|
|
14830
14457
|
reasoning: false,
|
|
14831
14458
|
input: ["text", "image"],
|
|
14832
14459
|
cost: {
|
|
14833
|
-
input: 0.
|
|
14834
|
-
output: 0.
|
|
14460
|
+
input: 0.15,
|
|
14461
|
+
output: 0.6,
|
|
14835
14462
|
cacheRead: 0,
|
|
14836
14463
|
cacheWrite: 0,
|
|
14837
14464
|
},
|
|
14838
14465
|
contextWindow: 262144,
|
|
14839
|
-
maxTokens:
|
|
14466
|
+
maxTokens: 16384,
|
|
14840
14467
|
},
|
|
14841
14468
|
"qwen/qwen3-vl-30b-a3b-thinking": {
|
|
14842
14469
|
id: "qwen/qwen3-vl-30b-a3b-thinking",
|
|
@@ -14915,13 +14542,13 @@ export const MODELS = {
|
|
|
14915
14542
|
reasoning: true,
|
|
14916
14543
|
input: ["text", "image"],
|
|
14917
14544
|
cost: {
|
|
14918
|
-
input: 0.
|
|
14919
|
-
output: 2.
|
|
14545
|
+
input: 0.29,
|
|
14546
|
+
output: 2.4,
|
|
14920
14547
|
cacheRead: 0,
|
|
14921
14548
|
cacheWrite: 0,
|
|
14922
14549
|
},
|
|
14923
14550
|
contextWindow: 262144,
|
|
14924
|
-
maxTokens:
|
|
14551
|
+
maxTokens: 81920,
|
|
14925
14552
|
},
|
|
14926
14553
|
"qwen/qwen3.5-27b": {
|
|
14927
14554
|
id: "qwen/qwen3.5-27b",
|
|
@@ -14955,7 +14582,7 @@ export const MODELS = {
|
|
|
14955
14582
|
cacheWrite: 0,
|
|
14956
14583
|
},
|
|
14957
14584
|
contextWindow: 262144,
|
|
14958
|
-
maxTokens:
|
|
14585
|
+
maxTokens: 235929,
|
|
14959
14586
|
},
|
|
14960
14587
|
"qwen/qwen3.5-397b-a17b": {
|
|
14961
14588
|
id: "qwen/qwen3.5-397b-a17b",
|
|
@@ -14966,13 +14593,13 @@ export const MODELS = {
|
|
|
14966
14593
|
reasoning: true,
|
|
14967
14594
|
input: ["text", "image"],
|
|
14968
14595
|
cost: {
|
|
14969
|
-
input: 0.
|
|
14970
|
-
output:
|
|
14971
|
-
cacheRead: 0
|
|
14596
|
+
input: 0.39,
|
|
14597
|
+
output: 2.34,
|
|
14598
|
+
cacheRead: 0,
|
|
14972
14599
|
cacheWrite: 0,
|
|
14973
14600
|
},
|
|
14974
14601
|
contextWindow: 262144,
|
|
14975
|
-
maxTokens:
|
|
14602
|
+
maxTokens: 65536,
|
|
14976
14603
|
},
|
|
14977
14604
|
"qwen/qwen3.5-9b": {
|
|
14978
14605
|
id: "qwen/qwen3.5-9b",
|
|
@@ -14989,7 +14616,24 @@ export const MODELS = {
|
|
|
14989
14616
|
cacheWrite: 0,
|
|
14990
14617
|
},
|
|
14991
14618
|
contextWindow: 262144,
|
|
14992
|
-
maxTokens:
|
|
14619
|
+
maxTokens: 235929,
|
|
14620
|
+
},
|
|
14621
|
+
"qwen/qwen3.5-9b:batch": {
|
|
14622
|
+
id: "qwen/qwen3.5-9b:batch",
|
|
14623
|
+
name: "Qwen: Qwen3.5-9B (batch)",
|
|
14624
|
+
api: "openai-completions",
|
|
14625
|
+
provider: "openrouter",
|
|
14626
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
14627
|
+
reasoning: true,
|
|
14628
|
+
input: ["text", "image"],
|
|
14629
|
+
cost: {
|
|
14630
|
+
input: 0.16999999999999998,
|
|
14631
|
+
output: 0.25,
|
|
14632
|
+
cacheRead: 0,
|
|
14633
|
+
cacheWrite: 0,
|
|
14634
|
+
},
|
|
14635
|
+
contextWindow: 262144,
|
|
14636
|
+
maxTokens: 235929,
|
|
14993
14637
|
},
|
|
14994
14638
|
"qwen/qwen3.5-flash-02-23": {
|
|
14995
14639
|
id: "qwen/qwen3.5-flash-02-23",
|
|
@@ -15051,13 +14695,13 @@ export const MODELS = {
|
|
|
15051
14695
|
reasoning: true,
|
|
15052
14696
|
input: ["text", "image"],
|
|
15053
14697
|
cost: {
|
|
15054
|
-
input: 0.
|
|
15055
|
-
output: 3.
|
|
15056
|
-
cacheRead: 0,
|
|
14698
|
+
input: 0.6,
|
|
14699
|
+
output: 3.5999999999999996,
|
|
14700
|
+
cacheRead: 0.12,
|
|
15057
14701
|
cacheWrite: 0,
|
|
15058
14702
|
},
|
|
15059
14703
|
contextWindow: 262144,
|
|
15060
|
-
maxTokens:
|
|
14704
|
+
maxTokens: 235929,
|
|
15061
14705
|
},
|
|
15062
14706
|
"qwen/qwen3.6-35b-a3b": {
|
|
15063
14707
|
id: "qwen/qwen3.6-35b-a3b",
|
|
@@ -15068,13 +14712,13 @@ export const MODELS = {
|
|
|
15068
14712
|
reasoning: true,
|
|
15069
14713
|
input: ["text", "image"],
|
|
15070
14714
|
cost: {
|
|
15071
|
-
input: 0.
|
|
15072
|
-
output:
|
|
14715
|
+
input: 0.09999999999999999,
|
|
14716
|
+
output: 0.8999999999999999,
|
|
15073
14717
|
cacheRead: 0.049999999999999996,
|
|
15074
14718
|
cacheWrite: 0,
|
|
15075
14719
|
},
|
|
15076
14720
|
contextWindow: 262144,
|
|
15077
|
-
maxTokens:
|
|
14721
|
+
maxTokens: 235929,
|
|
15078
14722
|
},
|
|
15079
14723
|
"qwen/qwen3.6-flash": {
|
|
15080
14724
|
id: "qwen/qwen3.6-flash",
|
|
@@ -15193,7 +14837,24 @@ export const MODELS = {
|
|
|
15193
14837
|
cacheWrite: 0,
|
|
15194
14838
|
},
|
|
15195
14839
|
contextWindow: 1048576,
|
|
15196
|
-
maxTokens:
|
|
14840
|
+
maxTokens: 262144,
|
|
14841
|
+
},
|
|
14842
|
+
"qwen/qwen3.8-2.4t-a95b:batch": {
|
|
14843
|
+
id: "qwen/qwen3.8-2.4t-a95b:batch",
|
|
14844
|
+
name: "Qwen: Qwen3.8 2.4T A95B (batch)",
|
|
14845
|
+
api: "openai-completions",
|
|
14846
|
+
provider: "openrouter",
|
|
14847
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
14848
|
+
reasoning: true,
|
|
14849
|
+
input: ["text"],
|
|
14850
|
+
cost: {
|
|
14851
|
+
input: 2.5,
|
|
14852
|
+
output: 6.25,
|
|
14853
|
+
cacheRead: 0.5,
|
|
14854
|
+
cacheWrite: 0,
|
|
14855
|
+
},
|
|
14856
|
+
contextWindow: 1010000,
|
|
14857
|
+
maxTokens: 909000,
|
|
15197
14858
|
},
|
|
15198
14859
|
"qwen/qwen3.8-27b": {
|
|
15199
14860
|
id: "qwen/qwen3.8-27b",
|
|
@@ -15212,6 +14873,23 @@ export const MODELS = {
|
|
|
15212
14873
|
contextWindow: 1000000,
|
|
15213
14874
|
maxTokens: 131072,
|
|
15214
14875
|
},
|
|
14876
|
+
"qwen/qwen3.8-flash": {
|
|
14877
|
+
id: "qwen/qwen3.8-flash",
|
|
14878
|
+
name: "Qwen: Qwen3.8 Flash",
|
|
14879
|
+
api: "openai-completions",
|
|
14880
|
+
provider: "openrouter",
|
|
14881
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
14882
|
+
reasoning: true,
|
|
14883
|
+
input: ["text", "image"],
|
|
14884
|
+
cost: {
|
|
14885
|
+
input: 0.15,
|
|
14886
|
+
output: 0.47,
|
|
14887
|
+
cacheRead: 0.016,
|
|
14888
|
+
cacheWrite: 0.19999999999999998,
|
|
14889
|
+
},
|
|
14890
|
+
contextWindow: 1000000,
|
|
14891
|
+
maxTokens: 131072,
|
|
14892
|
+
},
|
|
15215
14893
|
"qwen/qwen3.8-max": {
|
|
15216
14894
|
id: "qwen/qwen3.8-max",
|
|
15217
14895
|
name: "Qwen: Qwen3.8 Max",
|
|
@@ -15244,7 +14922,7 @@ export const MODELS = {
|
|
|
15244
14922
|
cacheWrite: 0,
|
|
15245
14923
|
},
|
|
15246
14924
|
contextWindow: 16384,
|
|
15247
|
-
maxTokens:
|
|
14925
|
+
maxTokens: 14745,
|
|
15248
14926
|
},
|
|
15249
14927
|
"relace/relace-search": {
|
|
15250
14928
|
id: "relace/relace-search",
|
|
@@ -15305,31 +14983,14 @@ export const MODELS = {
|
|
|
15305
14983
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
15306
14984
|
reasoning: false,
|
|
15307
14985
|
input: ["text"],
|
|
15308
|
-
cost: {
|
|
15309
|
-
input: 0.85,
|
|
15310
|
-
output: 0.85,
|
|
15311
|
-
cacheRead: 0,
|
|
15312
|
-
cacheWrite: 0,
|
|
15313
|
-
},
|
|
15314
|
-
contextWindow: 131072,
|
|
15315
|
-
maxTokens: 16384,
|
|
15316
|
-
},
|
|
15317
|
-
"stealth/ox-alpha": {
|
|
15318
|
-
id: "stealth/ox-alpha",
|
|
15319
|
-
name: "Ox Alpha",
|
|
15320
|
-
api: "openai-completions",
|
|
15321
|
-
provider: "openrouter",
|
|
15322
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
15323
|
-
reasoning: true,
|
|
15324
|
-
input: ["text", "image"],
|
|
15325
|
-
cost: {
|
|
15326
|
-
input: 0,
|
|
15327
|
-
output: 0,
|
|
14986
|
+
cost: {
|
|
14987
|
+
input: 0.85,
|
|
14988
|
+
output: 0.85,
|
|
15328
14989
|
cacheRead: 0,
|
|
15329
14990
|
cacheWrite: 0,
|
|
15330
14991
|
},
|
|
15331
|
-
contextWindow:
|
|
15332
|
-
maxTokens:
|
|
14992
|
+
contextWindow: 131072,
|
|
14993
|
+
maxTokens: 16384,
|
|
15333
14994
|
},
|
|
15334
14995
|
"stepfun/step-3.5-flash": {
|
|
15335
14996
|
id: "stepfun/step-3.5-flash",
|
|
@@ -15363,7 +15024,7 @@ export const MODELS = {
|
|
|
15363
15024
|
cacheWrite: 0,
|
|
15364
15025
|
},
|
|
15365
15026
|
contextWindow: 262144,
|
|
15366
|
-
maxTokens:
|
|
15027
|
+
maxTokens: 230400,
|
|
15367
15028
|
},
|
|
15368
15029
|
"tencent/hy3": {
|
|
15369
15030
|
id: "tencent/hy3",
|
|
@@ -15374,14 +15035,31 @@ export const MODELS = {
|
|
|
15374
15035
|
reasoning: true,
|
|
15375
15036
|
input: ["text"],
|
|
15376
15037
|
cost: {
|
|
15377
|
-
input: 0.
|
|
15378
|
-
output: 0.
|
|
15379
|
-
cacheRead: 0.
|
|
15038
|
+
input: 0.0825,
|
|
15039
|
+
output: 0.33,
|
|
15040
|
+
cacheRead: 0.020625,
|
|
15380
15041
|
cacheWrite: 0,
|
|
15381
15042
|
},
|
|
15382
15043
|
contextWindow: 262144,
|
|
15383
15044
|
maxTokens: 128000,
|
|
15384
15045
|
},
|
|
15046
|
+
"tencent/hy4-preview": {
|
|
15047
|
+
id: "tencent/hy4-preview",
|
|
15048
|
+
name: "Tencent: Hy4 preview",
|
|
15049
|
+
api: "openai-completions",
|
|
15050
|
+
provider: "openrouter",
|
|
15051
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
15052
|
+
reasoning: true,
|
|
15053
|
+
input: ["text"],
|
|
15054
|
+
cost: {
|
|
15055
|
+
input: 0.834,
|
|
15056
|
+
output: 2.501,
|
|
15057
|
+
cacheRead: 0.041999999999999996,
|
|
15058
|
+
cacheWrite: 0,
|
|
15059
|
+
},
|
|
15060
|
+
contextWindow: 1048576,
|
|
15061
|
+
maxTokens: 64000,
|
|
15062
|
+
},
|
|
15385
15063
|
"thedrummer/unslopnemo-12b": {
|
|
15386
15064
|
id: "thedrummer/unslopnemo-12b",
|
|
15387
15065
|
name: "TheDrummer: UnslopNemo 12B",
|
|
@@ -15397,7 +15075,7 @@ export const MODELS = {
|
|
|
15397
15075
|
cacheWrite: 0,
|
|
15398
15076
|
},
|
|
15399
15077
|
contextWindow: 1024000,
|
|
15400
|
-
maxTokens:
|
|
15078
|
+
maxTokens: 26214,
|
|
15401
15079
|
},
|
|
15402
15080
|
"thinkingmachines/inkling": {
|
|
15403
15081
|
id: "thinkingmachines/inkling",
|
|
@@ -15433,6 +15111,23 @@ export const MODELS = {
|
|
|
15433
15111
|
contextWindow: 1048576,
|
|
15434
15112
|
maxTokens: 262144,
|
|
15435
15113
|
},
|
|
15114
|
+
"thinkingmachines/inkling-small:batch": {
|
|
15115
|
+
id: "thinkingmachines/inkling-small:batch",
|
|
15116
|
+
name: "Thinking Machines: Inkling Small (batch)",
|
|
15117
|
+
api: "openai-completions",
|
|
15118
|
+
provider: "openrouter",
|
|
15119
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
15120
|
+
reasoning: true,
|
|
15121
|
+
input: ["text", "image"],
|
|
15122
|
+
cost: {
|
|
15123
|
+
input: 0.5,
|
|
15124
|
+
output: 1.2,
|
|
15125
|
+
cacheRead: 0.09999999999999999,
|
|
15126
|
+
cacheWrite: 0,
|
|
15127
|
+
},
|
|
15128
|
+
contextWindow: 524288,
|
|
15129
|
+
maxTokens: 471859,
|
|
15130
|
+
},
|
|
15436
15131
|
"thinkingmachines/inkling-small:free": {
|
|
15437
15132
|
id: "thinkingmachines/inkling-small:free",
|
|
15438
15133
|
name: "Thinking Machines: Inkling Small (free)",
|
|
@@ -15465,7 +15160,7 @@ export const MODELS = {
|
|
|
15465
15160
|
cacheWrite: 0,
|
|
15466
15161
|
},
|
|
15467
15162
|
contextWindow: 524288,
|
|
15468
|
-
maxTokens:
|
|
15163
|
+
maxTokens: 471859,
|
|
15469
15164
|
},
|
|
15470
15165
|
"thinkingmachines/inkling:free": {
|
|
15471
15166
|
id: "thinkingmachines/inkling:free",
|
|
@@ -15499,7 +15194,7 @@ export const MODELS = {
|
|
|
15499
15194
|
cacheWrite: 0,
|
|
15500
15195
|
},
|
|
15501
15196
|
contextWindow: 131072,
|
|
15502
|
-
maxTokens:
|
|
15197
|
+
maxTokens: 117964,
|
|
15503
15198
|
},
|
|
15504
15199
|
"upstage/solar-pro4": {
|
|
15505
15200
|
id: "upstage/solar-pro4",
|
|
@@ -15533,7 +15228,7 @@ export const MODELS = {
|
|
|
15533
15228
|
cacheWrite: 0,
|
|
15534
15229
|
},
|
|
15535
15230
|
contextWindow: 2000000,
|
|
15536
|
-
maxTokens:
|
|
15231
|
+
maxTokens: 1800000,
|
|
15537
15232
|
},
|
|
15538
15233
|
"x-ai/grok-4.3": {
|
|
15539
15234
|
id: "x-ai/grok-4.3",
|
|
@@ -15550,7 +15245,7 @@ export const MODELS = {
|
|
|
15550
15245
|
cacheWrite: 0,
|
|
15551
15246
|
},
|
|
15552
15247
|
contextWindow: 1000000,
|
|
15553
|
-
maxTokens:
|
|
15248
|
+
maxTokens: 900000,
|
|
15554
15249
|
},
|
|
15555
15250
|
"x-ai/grok-4.5": {
|
|
15556
15251
|
id: "x-ai/grok-4.5",
|
|
@@ -15567,7 +15262,7 @@ export const MODELS = {
|
|
|
15567
15262
|
cacheWrite: 0,
|
|
15568
15263
|
},
|
|
15569
15264
|
contextWindow: 500000,
|
|
15570
|
-
maxTokens:
|
|
15265
|
+
maxTokens: 450000,
|
|
15571
15266
|
},
|
|
15572
15267
|
"x-ai/grok-4.6": {
|
|
15573
15268
|
id: "x-ai/grok-4.6",
|
|
@@ -15584,7 +15279,7 @@ export const MODELS = {
|
|
|
15584
15279
|
cacheWrite: 0,
|
|
15585
15280
|
},
|
|
15586
15281
|
contextWindow: 500000,
|
|
15587
|
-
maxTokens:
|
|
15282
|
+
maxTokens: 450000,
|
|
15588
15283
|
},
|
|
15589
15284
|
"x-ai/grok-build-0.1": {
|
|
15590
15285
|
id: "x-ai/grok-build-0.1",
|
|
@@ -15601,7 +15296,7 @@ export const MODELS = {
|
|
|
15601
15296
|
cacheWrite: 0,
|
|
15602
15297
|
},
|
|
15603
15298
|
contextWindow: 256000,
|
|
15604
|
-
maxTokens:
|
|
15299
|
+
maxTokens: 230400,
|
|
15605
15300
|
},
|
|
15606
15301
|
"xiaomi/mimo-v2.5": {
|
|
15607
15302
|
id: "xiaomi/mimo-v2.5",
|
|
@@ -15697,13 +15392,13 @@ export const MODELS = {
|
|
|
15697
15392
|
reasoning: true,
|
|
15698
15393
|
input: ["text"],
|
|
15699
15394
|
cost: {
|
|
15700
|
-
input: 0.
|
|
15701
|
-
output:
|
|
15702
|
-
cacheRead: 0.
|
|
15395
|
+
input: 0.43,
|
|
15396
|
+
output: 1.75,
|
|
15397
|
+
cacheRead: 0.08,
|
|
15703
15398
|
cacheWrite: 0,
|
|
15704
15399
|
},
|
|
15705
15400
|
contextWindow: 204800,
|
|
15706
|
-
maxTokens:
|
|
15401
|
+
maxTokens: 16384,
|
|
15707
15402
|
},
|
|
15708
15403
|
"z-ai/glm-4.6v": {
|
|
15709
15404
|
id: "z-ai/glm-4.6v",
|
|
@@ -15805,7 +15500,7 @@ export const MODELS = {
|
|
|
15805
15500
|
cacheWrite: 0,
|
|
15806
15501
|
},
|
|
15807
15502
|
contextWindow: 204800,
|
|
15808
|
-
maxTokens:
|
|
15503
|
+
maxTokens: 182476,
|
|
15809
15504
|
},
|
|
15810
15505
|
"z-ai/glm-5.2": {
|
|
15811
15506
|
id: "z-ai/glm-5.2",
|
|
@@ -15824,23 +15519,6 @@ export const MODELS = {
|
|
|
15824
15519
|
contextWindow: 1048576,
|
|
15825
15520
|
maxTokens: 262144,
|
|
15826
15521
|
},
|
|
15827
|
-
"z-ai/glm-5.2:batch": {
|
|
15828
|
-
id: "z-ai/glm-5.2:batch",
|
|
15829
|
-
name: "Z.ai: GLM 5.2 (batch)",
|
|
15830
|
-
api: "openai-completions",
|
|
15831
|
-
provider: "openrouter",
|
|
15832
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
15833
|
-
reasoning: true,
|
|
15834
|
-
input: ["text"],
|
|
15835
|
-
cost: {
|
|
15836
|
-
input: 1.4,
|
|
15837
|
-
output: 4.4,
|
|
15838
|
-
cacheRead: 0.26,
|
|
15839
|
-
cacheWrite: 0,
|
|
15840
|
-
},
|
|
15841
|
-
contextWindow: 1048575,
|
|
15842
|
-
maxTokens: 4096,
|
|
15843
|
-
},
|
|
15844
15522
|
"z-ai/glm-5.2:free": {
|
|
15845
15523
|
id: "z-ai/glm-5.2:free",
|
|
15846
15524
|
name: "Z.ai: GLM 5.2 (free)",
|
|
@@ -15856,7 +15534,7 @@ export const MODELS = {
|
|
|
15856
15534
|
cacheWrite: 0,
|
|
15857
15535
|
},
|
|
15858
15536
|
contextWindow: 256000,
|
|
15859
|
-
maxTokens:
|
|
15537
|
+
maxTokens: 230400,
|
|
15860
15538
|
},
|
|
15861
15539
|
"z-ai/glm-5.3": {
|
|
15862
15540
|
id: "z-ai/glm-5.3",
|
|
@@ -15872,9 +15550,43 @@ export const MODELS = {
|
|
|
15872
15550
|
cacheRead: 0.26,
|
|
15873
15551
|
cacheWrite: 0,
|
|
15874
15552
|
},
|
|
15875
|
-
contextWindow:
|
|
15553
|
+
contextWindow: 1310720,
|
|
15876
15554
|
maxTokens: 131072,
|
|
15877
15555
|
},
|
|
15556
|
+
"z-ai/glm-5.3-flash": {
|
|
15557
|
+
id: "z-ai/glm-5.3-flash",
|
|
15558
|
+
name: "Z.ai: GLM 5.3 Flash",
|
|
15559
|
+
api: "openai-completions",
|
|
15560
|
+
provider: "openrouter",
|
|
15561
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
15562
|
+
reasoning: true,
|
|
15563
|
+
input: ["text", "image"],
|
|
15564
|
+
cost: {
|
|
15565
|
+
input: 0.075,
|
|
15566
|
+
output: 0.25,
|
|
15567
|
+
cacheRead: 0.015,
|
|
15568
|
+
cacheWrite: 0,
|
|
15569
|
+
},
|
|
15570
|
+
contextWindow: 1310720,
|
|
15571
|
+
maxTokens: 131072,
|
|
15572
|
+
},
|
|
15573
|
+
"z-ai/glm-5.3-flash:batch": {
|
|
15574
|
+
id: "z-ai/glm-5.3-flash:batch",
|
|
15575
|
+
name: "Z.ai: GLM 5.3 Flash (batch)",
|
|
15576
|
+
api: "openai-completions",
|
|
15577
|
+
provider: "openrouter",
|
|
15578
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
15579
|
+
reasoning: true,
|
|
15580
|
+
input: ["text", "image"],
|
|
15581
|
+
cost: {
|
|
15582
|
+
input: 0.15,
|
|
15583
|
+
output: 0.5,
|
|
15584
|
+
cacheRead: 0.03,
|
|
15585
|
+
cacheWrite: 0,
|
|
15586
|
+
},
|
|
15587
|
+
contextWindow: 1048575,
|
|
15588
|
+
maxTokens: 943717,
|
|
15589
|
+
},
|
|
15878
15590
|
"z-ai/glm-5v-turbo": {
|
|
15879
15591
|
id: "z-ai/glm-5v-turbo",
|
|
15880
15592
|
name: "Z.ai: GLM 5V Turbo",
|
|
@@ -15972,13 +15684,13 @@ export const MODELS = {
|
|
|
15972
15684
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
15973
15685
|
input: ["text"],
|
|
15974
15686
|
cost: {
|
|
15975
|
-
input: 0.
|
|
15687
|
+
input: 0.03,
|
|
15976
15688
|
output: 0.09999999999999999,
|
|
15977
|
-
cacheRead: 0.
|
|
15689
|
+
cacheRead: 0.007,
|
|
15978
15690
|
cacheWrite: 0,
|
|
15979
15691
|
},
|
|
15980
15692
|
contextWindow: 1310720,
|
|
15981
|
-
maxTokens:
|
|
15693
|
+
maxTokens: 131072,
|
|
15982
15694
|
},
|
|
15983
15695
|
"~google/gemini-flash-latest": {
|
|
15984
15696
|
id: "~google/gemini-flash-latest",
|
|
@@ -15989,10 +15701,10 @@ export const MODELS = {
|
|
|
15989
15701
|
reasoning: true,
|
|
15990
15702
|
input: ["text", "image"],
|
|
15991
15703
|
cost: {
|
|
15992
|
-
input: 0.
|
|
15993
|
-
output:
|
|
15994
|
-
cacheRead: 0.
|
|
15995
|
-
cacheWrite: 0.
|
|
15704
|
+
input: 0.75,
|
|
15705
|
+
output: 3.75,
|
|
15706
|
+
cacheRead: 0.075,
|
|
15707
|
+
cacheWrite: 0.0416666666666667,
|
|
15996
15708
|
},
|
|
15997
15709
|
contextWindow: 1048576,
|
|
15998
15710
|
maxTokens: 65536,
|
|
@@ -16023,13 +15735,13 @@ export const MODELS = {
|
|
|
16023
15735
|
reasoning: true,
|
|
16024
15736
|
input: ["text", "image"],
|
|
16025
15737
|
cost: {
|
|
16026
|
-
input: 2.
|
|
16027
|
-
output:
|
|
16028
|
-
cacheRead: 0.
|
|
15738
|
+
input: 2.5500000000000003,
|
|
15739
|
+
output: 12.75,
|
|
15740
|
+
cacheRead: 0.25599998999999996,
|
|
16029
15741
|
cacheWrite: 0,
|
|
16030
15742
|
},
|
|
16031
15743
|
contextWindow: 1048576,
|
|
16032
|
-
maxTokens:
|
|
15744
|
+
maxTokens: 943718,
|
|
16033
15745
|
},
|
|
16034
15746
|
"~openai/gpt-latest": {
|
|
16035
15747
|
id: "~openai/gpt-latest",
|
|
@@ -16080,7 +15792,7 @@ export const MODELS = {
|
|
|
16080
15792
|
cacheWrite: 0,
|
|
16081
15793
|
},
|
|
16082
15794
|
contextWindow: 500000,
|
|
16083
|
-
maxTokens:
|
|
15795
|
+
maxTokens: 450000,
|
|
16084
15796
|
},
|
|
16085
15797
|
"~z-ai/glm-latest": {
|
|
16086
15798
|
id: "~z-ai/glm-latest",
|
|
@@ -16091,12 +15803,12 @@ export const MODELS = {
|
|
|
16091
15803
|
reasoning: true,
|
|
16092
15804
|
input: ["text"],
|
|
16093
15805
|
cost: {
|
|
16094
|
-
input: 1.
|
|
16095
|
-
output: 4.
|
|
16096
|
-
cacheRead: 0.
|
|
15806
|
+
input: 1.1875,
|
|
15807
|
+
output: 4.18,
|
|
15808
|
+
cacheRead: 0.24699999999999997,
|
|
16097
15809
|
cacheWrite: 0,
|
|
16098
15810
|
},
|
|
16099
|
-
contextWindow:
|
|
15811
|
+
contextWindow: 1310720,
|
|
16100
15812
|
maxTokens: 131072,
|
|
16101
15813
|
},
|
|
16102
15814
|
},
|
|
@@ -16459,6 +16171,25 @@ export const MODELS = {
|
|
|
16459
16171
|
contextWindow: 512000,
|
|
16460
16172
|
maxTokens: 164000,
|
|
16461
16173
|
},
|
|
16174
|
+
"zai-org/GLM-5.3-Flash": {
|
|
16175
|
+
id: "zai-org/GLM-5.3-Flash",
|
|
16176
|
+
name: "GLM-5.3-Flash",
|
|
16177
|
+
api: "openai-completions",
|
|
16178
|
+
provider: "together",
|
|
16179
|
+
baseUrl: "https://api.together.ai/v1",
|
|
16180
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
16181
|
+
reasoning: true,
|
|
16182
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
16183
|
+
input: ["text", "image"],
|
|
16184
|
+
cost: {
|
|
16185
|
+
input: 0.15,
|
|
16186
|
+
output: 0.5,
|
|
16187
|
+
cacheRead: 0.03,
|
|
16188
|
+
cacheWrite: 0,
|
|
16189
|
+
},
|
|
16190
|
+
contextWindow: 1048575,
|
|
16191
|
+
maxTokens: 400000,
|
|
16192
|
+
},
|
|
16462
16193
|
},
|
|
16463
16194
|
"vercel-ai-gateway": {
|
|
16464
16195
|
"alibaba/qwen-3-14b": {
|
|
@@ -16897,11 +16628,11 @@ export const MODELS = {
|
|
|
16897
16628
|
cost: {
|
|
16898
16629
|
input: 2,
|
|
16899
16630
|
output: 6,
|
|
16900
|
-
cacheRead: 0.
|
|
16631
|
+
cacheRead: 0.25,
|
|
16901
16632
|
cacheWrite: 0,
|
|
16902
16633
|
},
|
|
16903
16634
|
contextWindow: 262144,
|
|
16904
|
-
maxTokens:
|
|
16635
|
+
maxTokens: 128000,
|
|
16905
16636
|
},
|
|
16906
16637
|
"alibaba/qwen3.8-27b": {
|
|
16907
16638
|
id: "alibaba/qwen3.8-27b",
|
|
@@ -16912,14 +16643,31 @@ export const MODELS = {
|
|
|
16912
16643
|
reasoning: true,
|
|
16913
16644
|
input: ["text", "image"],
|
|
16914
16645
|
cost: {
|
|
16915
|
-
input: 0.
|
|
16916
|
-
output: 3
|
|
16917
|
-
cacheRead: 0.
|
|
16918
|
-
cacheWrite: 0,
|
|
16646
|
+
input: 0.5,
|
|
16647
|
+
output: 3,
|
|
16648
|
+
cacheRead: 0.09999999999999999,
|
|
16649
|
+
cacheWrite: 0.625,
|
|
16919
16650
|
},
|
|
16920
16651
|
contextWindow: 1000000,
|
|
16921
16652
|
maxTokens: 131072,
|
|
16922
16653
|
},
|
|
16654
|
+
"alibaba/qwen3.8-flash": {
|
|
16655
|
+
id: "alibaba/qwen3.8-flash",
|
|
16656
|
+
name: "Qwen 3.8 Flash",
|
|
16657
|
+
api: "anthropic-messages",
|
|
16658
|
+
provider: "vercel-ai-gateway",
|
|
16659
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16660
|
+
reasoning: true,
|
|
16661
|
+
input: ["text", "image"],
|
|
16662
|
+
cost: {
|
|
16663
|
+
input: 0.16,
|
|
16664
|
+
output: 0.47,
|
|
16665
|
+
cacheRead: 0.016,
|
|
16666
|
+
cacheWrite: 0.19999999999999998,
|
|
16667
|
+
},
|
|
16668
|
+
contextWindow: 991000,
|
|
16669
|
+
maxTokens: 128000,
|
|
16670
|
+
},
|
|
16923
16671
|
"alibaba/qwen3.8-max": {
|
|
16924
16672
|
id: "alibaba/qwen3.8-max",
|
|
16925
16673
|
name: "Qwen 3.8 Max",
|
|
@@ -17495,13 +17243,13 @@ export const MODELS = {
|
|
|
17495
17243
|
reasoning: true,
|
|
17496
17244
|
input: ["text"],
|
|
17497
17245
|
cost: {
|
|
17498
|
-
input:
|
|
17499
|
-
output:
|
|
17500
|
-
cacheRead: 0.
|
|
17246
|
+
input: 0.66,
|
|
17247
|
+
output: 1.9800000000000002,
|
|
17248
|
+
cacheRead: 0.022,
|
|
17501
17249
|
cacheWrite: 0,
|
|
17502
17250
|
},
|
|
17503
|
-
contextWindow:
|
|
17504
|
-
maxTokens:
|
|
17251
|
+
contextWindow: 1000000,
|
|
17252
|
+
maxTokens: 384000,
|
|
17505
17253
|
},
|
|
17506
17254
|
"deepseek/deepseek-v4-pro-0813": {
|
|
17507
17255
|
id: "deepseek/deepseek-v4-pro-0813",
|
|
@@ -17775,6 +17523,40 @@ export const MODELS = {
|
|
|
17775
17523
|
contextWindow: 256000,
|
|
17776
17524
|
maxTokens: 32000,
|
|
17777
17525
|
},
|
|
17526
|
+
"inclusionai/ling-3.0-flash-fin": {
|
|
17527
|
+
id: "inclusionai/ling-3.0-flash-fin",
|
|
17528
|
+
name: "Ling 3.0 Flash Fin",
|
|
17529
|
+
api: "anthropic-messages",
|
|
17530
|
+
provider: "vercel-ai-gateway",
|
|
17531
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17532
|
+
reasoning: true,
|
|
17533
|
+
input: ["text"],
|
|
17534
|
+
cost: {
|
|
17535
|
+
input: 0,
|
|
17536
|
+
output: 0,
|
|
17537
|
+
cacheRead: 0,
|
|
17538
|
+
cacheWrite: 0,
|
|
17539
|
+
},
|
|
17540
|
+
contextWindow: 256000,
|
|
17541
|
+
maxTokens: 32000,
|
|
17542
|
+
},
|
|
17543
|
+
"inclusionai/ling-3.0-flash-fin-free": {
|
|
17544
|
+
id: "inclusionai/ling-3.0-flash-fin-free",
|
|
17545
|
+
name: "Ling 3.0 Flash Fin (Free)",
|
|
17546
|
+
api: "anthropic-messages",
|
|
17547
|
+
provider: "vercel-ai-gateway",
|
|
17548
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17549
|
+
reasoning: true,
|
|
17550
|
+
input: ["text"],
|
|
17551
|
+
cost: {
|
|
17552
|
+
input: 0,
|
|
17553
|
+
output: 0,
|
|
17554
|
+
cacheRead: 0,
|
|
17555
|
+
cacheWrite: 0,
|
|
17556
|
+
},
|
|
17557
|
+
contextWindow: 256000,
|
|
17558
|
+
maxTokens: 32000,
|
|
17559
|
+
},
|
|
17778
17560
|
"interfaze/interfaze-beta": {
|
|
17779
17561
|
id: "interfaze/interfaze-beta",
|
|
17780
17562
|
name: "Interfaze Beta",
|
|
@@ -18100,7 +17882,7 @@ export const MODELS = {
|
|
|
18100
17882
|
},
|
|
18101
17883
|
"minimax/minimax-m2.7": {
|
|
18102
17884
|
id: "minimax/minimax-m2.7",
|
|
18103
|
-
name: "
|
|
17885
|
+
name: "MiniMax M2.7",
|
|
18104
17886
|
api: "anthropic-messages",
|
|
18105
17887
|
provider: "vercel-ai-gateway",
|
|
18106
17888
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
@@ -18117,7 +17899,7 @@ export const MODELS = {
|
|
|
18117
17899
|
},
|
|
18118
17900
|
"minimax/minimax-m2.7-free": {
|
|
18119
17901
|
id: "minimax/minimax-m2.7-free",
|
|
18120
|
-
name: "
|
|
17902
|
+
name: "MiniMax M2.7 (Free)",
|
|
18121
17903
|
api: "anthropic-messages",
|
|
18122
17904
|
provider: "vercel-ai-gateway",
|
|
18123
17905
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
@@ -18163,8 +17945,8 @@ export const MODELS = {
|
|
|
18163
17945
|
cacheRead: 0.06,
|
|
18164
17946
|
cacheWrite: 0,
|
|
18165
17947
|
},
|
|
18166
|
-
contextWindow:
|
|
18167
|
-
maxTokens:
|
|
17948
|
+
contextWindow: 512000,
|
|
17949
|
+
maxTokens: 512000,
|
|
18168
17950
|
},
|
|
18169
17951
|
"minimax/minimax-m3-free": {
|
|
18170
17952
|
id: "minimax/minimax-m3-free",
|
|
@@ -18466,7 +18248,7 @@ export const MODELS = {
|
|
|
18466
18248
|
cost: {
|
|
18467
18249
|
input: 0.95,
|
|
18468
18250
|
output: 4,
|
|
18469
|
-
cacheRead: 0.
|
|
18251
|
+
cacheRead: 0.16,
|
|
18470
18252
|
cacheWrite: 0,
|
|
18471
18253
|
},
|
|
18472
18254
|
contextWindow: 256000,
|
|
@@ -19890,13 +19672,30 @@ export const MODELS = {
|
|
|
19890
19672
|
reasoning: true,
|
|
19891
19673
|
input: ["text"],
|
|
19892
19674
|
cost: {
|
|
19893
|
-
input: 0.
|
|
19894
|
-
output: 0.
|
|
19895
|
-
cacheRead: 0.
|
|
19675
|
+
input: 0.14,
|
|
19676
|
+
output: 0.58,
|
|
19677
|
+
cacheRead: 0.035,
|
|
19678
|
+
cacheWrite: 0,
|
|
19679
|
+
},
|
|
19680
|
+
contextWindow: 262144,
|
|
19681
|
+
maxTokens: 262144,
|
|
19682
|
+
},
|
|
19683
|
+
"tencent/hy4-preview": {
|
|
19684
|
+
id: "tencent/hy4-preview",
|
|
19685
|
+
name: "Tencent Hy4 Preview",
|
|
19686
|
+
api: "anthropic-messages",
|
|
19687
|
+
provider: "vercel-ai-gateway",
|
|
19688
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19689
|
+
reasoning: true,
|
|
19690
|
+
input: ["text"],
|
|
19691
|
+
cost: {
|
|
19692
|
+
input: 0.834,
|
|
19693
|
+
output: 2.501,
|
|
19694
|
+
cacheRead: 0.041999999999999996,
|
|
19896
19695
|
cacheWrite: 0,
|
|
19897
19696
|
},
|
|
19898
|
-
contextWindow:
|
|
19899
|
-
maxTokens:
|
|
19697
|
+
contextWindow: 1024000,
|
|
19698
|
+
maxTokens: 64000,
|
|
19900
19699
|
},
|
|
19901
19700
|
"thinkingmachines/inkling": {
|
|
19902
19701
|
id: "thinkingmachines/inkling",
|
|
@@ -20181,11 +19980,28 @@ export const MODELS = {
|
|
|
20181
19980
|
cost: {
|
|
20182
19981
|
input: 1.4,
|
|
20183
19982
|
output: 4.4,
|
|
20184
|
-
cacheRead: 0.
|
|
19983
|
+
cacheRead: 0.14,
|
|
19984
|
+
cacheWrite: 0,
|
|
19985
|
+
},
|
|
19986
|
+
contextWindow: 1000000,
|
|
19987
|
+
maxTokens: 1000000,
|
|
19988
|
+
},
|
|
19989
|
+
"zai/glm-5.3-flash": {
|
|
19990
|
+
id: "zai/glm-5.3-flash",
|
|
19991
|
+
name: "GLM 5.3 Flash",
|
|
19992
|
+
api: "anthropic-messages",
|
|
19993
|
+
provider: "vercel-ai-gateway",
|
|
19994
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
19995
|
+
reasoning: true,
|
|
19996
|
+
input: ["text", "image"],
|
|
19997
|
+
cost: {
|
|
19998
|
+
input: 0.15,
|
|
19999
|
+
output: 0.5,
|
|
20000
|
+
cacheRead: 0.03,
|
|
20185
20001
|
cacheWrite: 0,
|
|
20186
20002
|
},
|
|
20187
20003
|
contextWindow: 1000000,
|
|
20188
|
-
maxTokens:
|
|
20004
|
+
maxTokens: 131000,
|
|
20189
20005
|
},
|
|
20190
20006
|
"zai/glm-5v-turbo": {
|
|
20191
20007
|
id: "zai/glm-5v-turbo",
|
|
@@ -20629,6 +20445,42 @@ export const MODELS = {
|
|
|
20629
20445
|
contextWindow: 1000000,
|
|
20630
20446
|
maxTokens: 131072,
|
|
20631
20447
|
},
|
|
20448
|
+
"glm-5.3-flash": {
|
|
20449
|
+
id: "glm-5.3-flash",
|
|
20450
|
+
name: "GLM-5.3-Flash",
|
|
20451
|
+
api: "openai-completions",
|
|
20452
|
+
provider: "zai",
|
|
20453
|
+
baseUrl: "https://api.z.ai/api/coding/paas/v4",
|
|
20454
|
+
compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai", "zaiToolStream": true },
|
|
20455
|
+
reasoning: true,
|
|
20456
|
+
input: ["text", "image"],
|
|
20457
|
+
cost: {
|
|
20458
|
+
input: 0,
|
|
20459
|
+
output: 0,
|
|
20460
|
+
cacheRead: 0,
|
|
20461
|
+
cacheWrite: 0,
|
|
20462
|
+
},
|
|
20463
|
+
contextWindow: 1000000,
|
|
20464
|
+
maxTokens: 131072,
|
|
20465
|
+
},
|
|
20466
|
+
"glm-5.3-highspeed": {
|
|
20467
|
+
id: "glm-5.3-highspeed",
|
|
20468
|
+
name: "GLM-5.3 Highspeed",
|
|
20469
|
+
api: "openai-completions",
|
|
20470
|
+
provider: "zai",
|
|
20471
|
+
baseUrl: "https://api.z.ai/api/coding/paas/v4",
|
|
20472
|
+
compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai", "zaiToolStream": true },
|
|
20473
|
+
reasoning: true,
|
|
20474
|
+
input: ["text"],
|
|
20475
|
+
cost: {
|
|
20476
|
+
input: 0,
|
|
20477
|
+
output: 0,
|
|
20478
|
+
cacheRead: 0,
|
|
20479
|
+
cacheWrite: 0,
|
|
20480
|
+
},
|
|
20481
|
+
contextWindow: 1000000,
|
|
20482
|
+
maxTokens: 131072,
|
|
20483
|
+
},
|
|
20632
20484
|
},
|
|
20633
20485
|
};
|
|
20634
20486
|
//# sourceMappingURL=models.generated.js.map
|