@hyperspaceng/neural-ai 0.63.0 → 0.63.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models.generated.d.ts +167 -4345
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +183 -4364
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/google-vertex.d.ts.map +1 -1
- package/dist/providers/google-vertex.js +1 -1
- package/dist/providers/google-vertex.js.map +1 -1
- package/dist/providers/google.d.ts.map +1 -1
- package/dist/providers/google.js +1 -1
- package/dist/providers/google.js.map +1 -1
- package/dist/providers/openai-responses.d.ts.map +1 -1
- package/dist/providers/openai-responses.js +1 -1
- package/dist/providers/openai-responses.js.map +1 -1
- package/dist/utils/overflow.d.ts +3 -2
- package/dist/utils/overflow.d.ts.map +1 -1
- package/dist/utils/overflow.js +5 -3
- package/dist/utils/overflow.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -815,8 +815,8 @@ export const MODELS = {
|
|
|
815
815
|
cacheRead: 0,
|
|
816
816
|
cacheWrite: 0,
|
|
817
817
|
},
|
|
818
|
-
contextWindow:
|
|
819
|
-
maxTokens:
|
|
818
|
+
contextWindow: 196608,
|
|
819
|
+
maxTokens: 98304,
|
|
820
820
|
},
|
|
821
821
|
"mistral.devstral-2-123b": {
|
|
822
822
|
id: "mistral.devstral-2-123b",
|
|
@@ -1056,6 +1056,23 @@ export const MODELS = {
|
|
|
1056
1056
|
contextWindow: 128000,
|
|
1057
1057
|
maxTokens: 4096,
|
|
1058
1058
|
},
|
|
1059
|
+
"nvidia.nemotron-super-3-120b": {
|
|
1060
|
+
id: "nvidia.nemotron-super-3-120b",
|
|
1061
|
+
name: "NVIDIA Nemotron 3 Super 120B A12B",
|
|
1062
|
+
api: "bedrock-converse-stream",
|
|
1063
|
+
provider: "amazon-bedrock",
|
|
1064
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1065
|
+
reasoning: true,
|
|
1066
|
+
input: ["text"],
|
|
1067
|
+
cost: {
|
|
1068
|
+
input: 0.15,
|
|
1069
|
+
output: 0.65,
|
|
1070
|
+
cacheRead: 0,
|
|
1071
|
+
cacheWrite: 0,
|
|
1072
|
+
},
|
|
1073
|
+
contextWindow: 262144,
|
|
1074
|
+
maxTokens: 131072,
|
|
1075
|
+
},
|
|
1059
1076
|
"openai.gpt-oss-120b-1:0": {
|
|
1060
1077
|
id: "openai.gpt-oss-120b-1:0",
|
|
1061
1078
|
name: "gpt-oss-120b",
|
|
@@ -1444,8 +1461,8 @@ export const MODELS = {
|
|
|
1444
1461
|
cacheRead: 0,
|
|
1445
1462
|
cacheWrite: 0,
|
|
1446
1463
|
},
|
|
1447
|
-
contextWindow:
|
|
1448
|
-
maxTokens:
|
|
1464
|
+
contextWindow: 202752,
|
|
1465
|
+
maxTokens: 101376,
|
|
1449
1466
|
},
|
|
1450
1467
|
},
|
|
1451
1468
|
"anthropic": {
|
|
@@ -3908,6 +3925,23 @@ export const MODELS = {
|
|
|
3908
3925
|
contextWindow: 1048576,
|
|
3909
3926
|
maxTokens: 65536,
|
|
3910
3927
|
},
|
|
3928
|
+
"gemini-3.1-pro-preview-customtools": {
|
|
3929
|
+
id: "gemini-3.1-pro-preview-customtools",
|
|
3930
|
+
name: "Gemini 3.1 Pro Preview Custom Tools (Vertex)",
|
|
3931
|
+
api: "google-vertex",
|
|
3932
|
+
provider: "google-vertex",
|
|
3933
|
+
baseUrl: "https://{location}-aiplatform.googleapis.com",
|
|
3934
|
+
reasoning: true,
|
|
3935
|
+
input: ["text", "image"],
|
|
3936
|
+
cost: {
|
|
3937
|
+
input: 2,
|
|
3938
|
+
output: 12,
|
|
3939
|
+
cacheRead: 0.2,
|
|
3940
|
+
cacheWrite: 0,
|
|
3941
|
+
},
|
|
3942
|
+
contextWindow: 1048576,
|
|
3943
|
+
maxTokens: 65536,
|
|
3944
|
+
},
|
|
3911
3945
|
},
|
|
3912
3946
|
"groq": {
|
|
3913
3947
|
"deepseek-r1-distill-llama-70b": {
|
|
@@ -3944,6 +3978,40 @@ export const MODELS = {
|
|
|
3944
3978
|
contextWindow: 8192,
|
|
3945
3979
|
maxTokens: 8192,
|
|
3946
3980
|
},
|
|
3981
|
+
"groq/compound": {
|
|
3982
|
+
id: "groq/compound",
|
|
3983
|
+
name: "Compound",
|
|
3984
|
+
api: "openai-completions",
|
|
3985
|
+
provider: "groq",
|
|
3986
|
+
baseUrl: "https://api.groq.com/openai/v1",
|
|
3987
|
+
reasoning: true,
|
|
3988
|
+
input: ["text"],
|
|
3989
|
+
cost: {
|
|
3990
|
+
input: 0,
|
|
3991
|
+
output: 0,
|
|
3992
|
+
cacheRead: 0,
|
|
3993
|
+
cacheWrite: 0,
|
|
3994
|
+
},
|
|
3995
|
+
contextWindow: 131072,
|
|
3996
|
+
maxTokens: 8192,
|
|
3997
|
+
},
|
|
3998
|
+
"groq/compound-mini": {
|
|
3999
|
+
id: "groq/compound-mini",
|
|
4000
|
+
name: "Compound Mini",
|
|
4001
|
+
api: "openai-completions",
|
|
4002
|
+
provider: "groq",
|
|
4003
|
+
baseUrl: "https://api.groq.com/openai/v1",
|
|
4004
|
+
reasoning: true,
|
|
4005
|
+
input: ["text"],
|
|
4006
|
+
cost: {
|
|
4007
|
+
input: 0,
|
|
4008
|
+
output: 0,
|
|
4009
|
+
cacheRead: 0,
|
|
4010
|
+
cacheWrite: 0,
|
|
4011
|
+
},
|
|
4012
|
+
contextWindow: 131072,
|
|
4013
|
+
maxTokens: 8192,
|
|
4014
|
+
},
|
|
3947
4015
|
"llama-3.1-8b-instant": {
|
|
3948
4016
|
id: "llama-3.1-8b-instant",
|
|
3949
4017
|
name: "Llama 3.1 8B Instant",
|
|
@@ -4131,6 +4199,23 @@ export const MODELS = {
|
|
|
4131
4199
|
contextWindow: 131072,
|
|
4132
4200
|
maxTokens: 65536,
|
|
4133
4201
|
},
|
|
4202
|
+
"openai/gpt-oss-safeguard-20b": {
|
|
4203
|
+
id: "openai/gpt-oss-safeguard-20b",
|
|
4204
|
+
name: "Safety GPT OSS 20B",
|
|
4205
|
+
api: "openai-completions",
|
|
4206
|
+
provider: "groq",
|
|
4207
|
+
baseUrl: "https://api.groq.com/openai/v1",
|
|
4208
|
+
reasoning: true,
|
|
4209
|
+
input: ["text"],
|
|
4210
|
+
cost: {
|
|
4211
|
+
input: 0.075,
|
|
4212
|
+
output: 0.3,
|
|
4213
|
+
cacheRead: 0.037,
|
|
4214
|
+
cacheWrite: 0,
|
|
4215
|
+
},
|
|
4216
|
+
contextWindow: 131072,
|
|
4217
|
+
maxTokens: 65536,
|
|
4218
|
+
},
|
|
4134
4219
|
"qwen-qwq-32b": {
|
|
4135
4220
|
id: "qwen-qwq-32b",
|
|
4136
4221
|
name: "Qwen QwQ 32B",
|
|
@@ -4163,7 +4248,7 @@ export const MODELS = {
|
|
|
4163
4248
|
cacheWrite: 0,
|
|
4164
4249
|
},
|
|
4165
4250
|
contextWindow: 131072,
|
|
4166
|
-
maxTokens:
|
|
4251
|
+
maxTokens: 40960,
|
|
4167
4252
|
},
|
|
4168
4253
|
},
|
|
4169
4254
|
"huggingface": {
|
|
@@ -4529,91 +4614,6 @@ export const MODELS = {
|
|
|
4529
4614
|
},
|
|
4530
4615
|
},
|
|
4531
4616
|
"minimax": {
|
|
4532
|
-
"MiniMax-M2": {
|
|
4533
|
-
id: "MiniMax-M2",
|
|
4534
|
-
name: "MiniMax-M2",
|
|
4535
|
-
api: "anthropic-messages",
|
|
4536
|
-
provider: "minimax",
|
|
4537
|
-
baseUrl: "https://api.minimax.io/anthropic",
|
|
4538
|
-
reasoning: true,
|
|
4539
|
-
input: ["text"],
|
|
4540
|
-
cost: {
|
|
4541
|
-
input: 0.3,
|
|
4542
|
-
output: 1.2,
|
|
4543
|
-
cacheRead: 0,
|
|
4544
|
-
cacheWrite: 0,
|
|
4545
|
-
},
|
|
4546
|
-
contextWindow: 204800,
|
|
4547
|
-
maxTokens: 131072,
|
|
4548
|
-
},
|
|
4549
|
-
"MiniMax-M2.1": {
|
|
4550
|
-
id: "MiniMax-M2.1",
|
|
4551
|
-
name: "MiniMax-M2.1",
|
|
4552
|
-
api: "anthropic-messages",
|
|
4553
|
-
provider: "minimax",
|
|
4554
|
-
baseUrl: "https://api.minimax.io/anthropic",
|
|
4555
|
-
reasoning: true,
|
|
4556
|
-
input: ["text"],
|
|
4557
|
-
cost: {
|
|
4558
|
-
input: 0.3,
|
|
4559
|
-
output: 1.2,
|
|
4560
|
-
cacheRead: 0,
|
|
4561
|
-
cacheWrite: 0,
|
|
4562
|
-
},
|
|
4563
|
-
contextWindow: 204800,
|
|
4564
|
-
maxTokens: 131072,
|
|
4565
|
-
},
|
|
4566
|
-
"MiniMax-M2.1-highspeed": {
|
|
4567
|
-
id: "MiniMax-M2.1-highspeed",
|
|
4568
|
-
name: "MiniMax-M2.1-highspeed",
|
|
4569
|
-
api: "anthropic-messages",
|
|
4570
|
-
provider: "minimax",
|
|
4571
|
-
baseUrl: "https://api.minimax.io/anthropic",
|
|
4572
|
-
reasoning: true,
|
|
4573
|
-
input: ["text"],
|
|
4574
|
-
cost: {
|
|
4575
|
-
input: 0.6,
|
|
4576
|
-
output: 2.4,
|
|
4577
|
-
cacheRead: 0,
|
|
4578
|
-
cacheWrite: 0,
|
|
4579
|
-
},
|
|
4580
|
-
contextWindow: 204800,
|
|
4581
|
-
maxTokens: 131072,
|
|
4582
|
-
},
|
|
4583
|
-
"MiniMax-M2.5": {
|
|
4584
|
-
id: "MiniMax-M2.5",
|
|
4585
|
-
name: "MiniMax-M2.5",
|
|
4586
|
-
api: "anthropic-messages",
|
|
4587
|
-
provider: "minimax",
|
|
4588
|
-
baseUrl: "https://api.minimax.io/anthropic",
|
|
4589
|
-
reasoning: true,
|
|
4590
|
-
input: ["text"],
|
|
4591
|
-
cost: {
|
|
4592
|
-
input: 0.3,
|
|
4593
|
-
output: 1.2,
|
|
4594
|
-
cacheRead: 0.03,
|
|
4595
|
-
cacheWrite: 0.375,
|
|
4596
|
-
},
|
|
4597
|
-
contextWindow: 204800,
|
|
4598
|
-
maxTokens: 131072,
|
|
4599
|
-
},
|
|
4600
|
-
"MiniMax-M2.5-highspeed": {
|
|
4601
|
-
id: "MiniMax-M2.5-highspeed",
|
|
4602
|
-
name: "MiniMax-M2.5-highspeed",
|
|
4603
|
-
api: "anthropic-messages",
|
|
4604
|
-
provider: "minimax",
|
|
4605
|
-
baseUrl: "https://api.minimax.io/anthropic",
|
|
4606
|
-
reasoning: true,
|
|
4607
|
-
input: ["text"],
|
|
4608
|
-
cost: {
|
|
4609
|
-
input: 0.6,
|
|
4610
|
-
output: 2.4,
|
|
4611
|
-
cacheRead: 0.06,
|
|
4612
|
-
cacheWrite: 0.375,
|
|
4613
|
-
},
|
|
4614
|
-
contextWindow: 204800,
|
|
4615
|
-
maxTokens: 131072,
|
|
4616
|
-
},
|
|
4617
4617
|
"MiniMax-M2.7": {
|
|
4618
4618
|
id: "MiniMax-M2.7",
|
|
4619
4619
|
name: "MiniMax-M2.7",
|
|
@@ -4650,91 +4650,6 @@ export const MODELS = {
|
|
|
4650
4650
|
},
|
|
4651
4651
|
},
|
|
4652
4652
|
"minimax-cn": {
|
|
4653
|
-
"MiniMax-M2": {
|
|
4654
|
-
id: "MiniMax-M2",
|
|
4655
|
-
name: "MiniMax-M2",
|
|
4656
|
-
api: "anthropic-messages",
|
|
4657
|
-
provider: "minimax-cn",
|
|
4658
|
-
baseUrl: "https://api.minimaxi.com/anthropic",
|
|
4659
|
-
reasoning: true,
|
|
4660
|
-
input: ["text"],
|
|
4661
|
-
cost: {
|
|
4662
|
-
input: 0.3,
|
|
4663
|
-
output: 1.2,
|
|
4664
|
-
cacheRead: 0,
|
|
4665
|
-
cacheWrite: 0,
|
|
4666
|
-
},
|
|
4667
|
-
contextWindow: 204800,
|
|
4668
|
-
maxTokens: 131072,
|
|
4669
|
-
},
|
|
4670
|
-
"MiniMax-M2.1": {
|
|
4671
|
-
id: "MiniMax-M2.1",
|
|
4672
|
-
name: "MiniMax-M2.1",
|
|
4673
|
-
api: "anthropic-messages",
|
|
4674
|
-
provider: "minimax-cn",
|
|
4675
|
-
baseUrl: "https://api.minimaxi.com/anthropic",
|
|
4676
|
-
reasoning: true,
|
|
4677
|
-
input: ["text"],
|
|
4678
|
-
cost: {
|
|
4679
|
-
input: 0.3,
|
|
4680
|
-
output: 1.2,
|
|
4681
|
-
cacheRead: 0,
|
|
4682
|
-
cacheWrite: 0,
|
|
4683
|
-
},
|
|
4684
|
-
contextWindow: 204800,
|
|
4685
|
-
maxTokens: 131072,
|
|
4686
|
-
},
|
|
4687
|
-
"MiniMax-M2.1-highspeed": {
|
|
4688
|
-
id: "MiniMax-M2.1-highspeed",
|
|
4689
|
-
name: "MiniMax-M2.1-highspeed",
|
|
4690
|
-
api: "anthropic-messages",
|
|
4691
|
-
provider: "minimax-cn",
|
|
4692
|
-
baseUrl: "https://api.minimaxi.com/anthropic",
|
|
4693
|
-
reasoning: true,
|
|
4694
|
-
input: ["text"],
|
|
4695
|
-
cost: {
|
|
4696
|
-
input: 0.6,
|
|
4697
|
-
output: 2.4,
|
|
4698
|
-
cacheRead: 0,
|
|
4699
|
-
cacheWrite: 0,
|
|
4700
|
-
},
|
|
4701
|
-
contextWindow: 204800,
|
|
4702
|
-
maxTokens: 131072,
|
|
4703
|
-
},
|
|
4704
|
-
"MiniMax-M2.5": {
|
|
4705
|
-
id: "MiniMax-M2.5",
|
|
4706
|
-
name: "MiniMax-M2.5",
|
|
4707
|
-
api: "anthropic-messages",
|
|
4708
|
-
provider: "minimax-cn",
|
|
4709
|
-
baseUrl: "https://api.minimaxi.com/anthropic",
|
|
4710
|
-
reasoning: true,
|
|
4711
|
-
input: ["text"],
|
|
4712
|
-
cost: {
|
|
4713
|
-
input: 0.3,
|
|
4714
|
-
output: 1.2,
|
|
4715
|
-
cacheRead: 0.03,
|
|
4716
|
-
cacheWrite: 0.375,
|
|
4717
|
-
},
|
|
4718
|
-
contextWindow: 204800,
|
|
4719
|
-
maxTokens: 131072,
|
|
4720
|
-
},
|
|
4721
|
-
"MiniMax-M2.5-highspeed": {
|
|
4722
|
-
id: "MiniMax-M2.5-highspeed",
|
|
4723
|
-
name: "MiniMax-M2.5-highspeed",
|
|
4724
|
-
api: "anthropic-messages",
|
|
4725
|
-
provider: "minimax-cn",
|
|
4726
|
-
baseUrl: "https://api.minimaxi.com/anthropic",
|
|
4727
|
-
reasoning: true,
|
|
4728
|
-
input: ["text"],
|
|
4729
|
-
cost: {
|
|
4730
|
-
input: 0.6,
|
|
4731
|
-
output: 2.4,
|
|
4732
|
-
cacheRead: 0.06,
|
|
4733
|
-
cacheWrite: 0.375,
|
|
4734
|
-
},
|
|
4735
|
-
contextWindow: 204800,
|
|
4736
|
-
maxTokens: 131072,
|
|
4737
|
-
},
|
|
4738
4653
|
"MiniMax-M2.7": {
|
|
4739
4654
|
id: "MiniMax-M2.7",
|
|
4740
4655
|
name: "MiniMax-M2.7",
|
|
@@ -6651,4202 +6566,37 @@ export const MODELS = {
|
|
|
6651
6566
|
},
|
|
6652
6567
|
},
|
|
6653
6568
|
"openrouter": {
|
|
6654
|
-
"
|
|
6655
|
-
id: "
|
|
6656
|
-
name: "
|
|
6569
|
+
"auto": {
|
|
6570
|
+
id: "auto",
|
|
6571
|
+
name: "Auto",
|
|
6657
6572
|
api: "openai-completions",
|
|
6658
6573
|
provider: "openrouter",
|
|
6659
6574
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
6660
|
-
reasoning:
|
|
6661
|
-
input: ["text"],
|
|
6575
|
+
reasoning: true,
|
|
6576
|
+
input: ["text", "image"],
|
|
6662
6577
|
cost: {
|
|
6663
|
-
input:
|
|
6664
|
-
output:
|
|
6578
|
+
input: 0,
|
|
6579
|
+
output: 0,
|
|
6665
6580
|
cacheRead: 0,
|
|
6666
6581
|
cacheWrite: 0,
|
|
6667
6582
|
},
|
|
6668
|
-
contextWindow:
|
|
6669
|
-
maxTokens:
|
|
6583
|
+
contextWindow: 2000000,
|
|
6584
|
+
maxTokens: 30000,
|
|
6670
6585
|
},
|
|
6671
|
-
|
|
6672
|
-
|
|
6673
|
-
|
|
6674
|
-
|
|
6675
|
-
|
|
6676
|
-
|
|
6586
|
+
},
|
|
6587
|
+
"vercel-ai-gateway": {
|
|
6588
|
+
"alibaba/qwen-3-14b": {
|
|
6589
|
+
id: "alibaba/qwen-3-14b",
|
|
6590
|
+
name: "Qwen3-14B",
|
|
6591
|
+
api: "anthropic-messages",
|
|
6592
|
+
provider: "vercel-ai-gateway",
|
|
6593
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
6677
6594
|
reasoning: true,
|
|
6678
6595
|
input: ["text"],
|
|
6679
6596
|
cost: {
|
|
6680
|
-
input: 0.
|
|
6681
|
-
output: 0.
|
|
6682
|
-
cacheRead: 0
|
|
6683
|
-
cacheWrite: 0,
|
|
6684
|
-
},
|
|
6685
|
-
contextWindow: 131072,
|
|
6686
|
-
maxTokens: 131072,
|
|
6687
|
-
},
|
|
6688
|
-
"allenai/olmo-3.1-32b-instruct": {
|
|
6689
|
-
id: "allenai/olmo-3.1-32b-instruct",
|
|
6690
|
-
name: "AllenAI: Olmo 3.1 32B Instruct",
|
|
6691
|
-
api: "openai-completions",
|
|
6692
|
-
provider: "openrouter",
|
|
6693
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
6694
|
-
reasoning: false,
|
|
6695
|
-
input: ["text"],
|
|
6696
|
-
cost: {
|
|
6697
|
-
input: 0.19999999999999998,
|
|
6698
|
-
output: 0.6,
|
|
6699
|
-
cacheRead: 0,
|
|
6700
|
-
cacheWrite: 0,
|
|
6701
|
-
},
|
|
6702
|
-
contextWindow: 65536,
|
|
6703
|
-
maxTokens: 4096,
|
|
6704
|
-
},
|
|
6705
|
-
"amazon/nova-2-lite-v1": {
|
|
6706
|
-
id: "amazon/nova-2-lite-v1",
|
|
6707
|
-
name: "Amazon: Nova 2 Lite",
|
|
6708
|
-
api: "openai-completions",
|
|
6709
|
-
provider: "openrouter",
|
|
6710
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
6711
|
-
reasoning: true,
|
|
6712
|
-
input: ["text", "image"],
|
|
6713
|
-
cost: {
|
|
6714
|
-
input: 0.3,
|
|
6715
|
-
output: 2.5,
|
|
6716
|
-
cacheRead: 0,
|
|
6717
|
-
cacheWrite: 0,
|
|
6718
|
-
},
|
|
6719
|
-
contextWindow: 1000000,
|
|
6720
|
-
maxTokens: 65535,
|
|
6721
|
-
},
|
|
6722
|
-
"amazon/nova-lite-v1": {
|
|
6723
|
-
id: "amazon/nova-lite-v1",
|
|
6724
|
-
name: "Amazon: Nova Lite 1.0",
|
|
6725
|
-
api: "openai-completions",
|
|
6726
|
-
provider: "openrouter",
|
|
6727
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
6728
|
-
reasoning: false,
|
|
6729
|
-
input: ["text", "image"],
|
|
6730
|
-
cost: {
|
|
6731
|
-
input: 0.06,
|
|
6732
|
-
output: 0.24,
|
|
6733
|
-
cacheRead: 0,
|
|
6734
|
-
cacheWrite: 0,
|
|
6735
|
-
},
|
|
6736
|
-
contextWindow: 300000,
|
|
6737
|
-
maxTokens: 5120,
|
|
6738
|
-
},
|
|
6739
|
-
"amazon/nova-micro-v1": {
|
|
6740
|
-
id: "amazon/nova-micro-v1",
|
|
6741
|
-
name: "Amazon: Nova Micro 1.0",
|
|
6742
|
-
api: "openai-completions",
|
|
6743
|
-
provider: "openrouter",
|
|
6744
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
6745
|
-
reasoning: false,
|
|
6746
|
-
input: ["text"],
|
|
6747
|
-
cost: {
|
|
6748
|
-
input: 0.035,
|
|
6749
|
-
output: 0.14,
|
|
6750
|
-
cacheRead: 0,
|
|
6751
|
-
cacheWrite: 0,
|
|
6752
|
-
},
|
|
6753
|
-
contextWindow: 128000,
|
|
6754
|
-
maxTokens: 5120,
|
|
6755
|
-
},
|
|
6756
|
-
"amazon/nova-premier-v1": {
|
|
6757
|
-
id: "amazon/nova-premier-v1",
|
|
6758
|
-
name: "Amazon: Nova Premier 1.0",
|
|
6759
|
-
api: "openai-completions",
|
|
6760
|
-
provider: "openrouter",
|
|
6761
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
6762
|
-
reasoning: false,
|
|
6763
|
-
input: ["text", "image"],
|
|
6764
|
-
cost: {
|
|
6765
|
-
input: 2.5,
|
|
6766
|
-
output: 12.5,
|
|
6767
|
-
cacheRead: 0.625,
|
|
6768
|
-
cacheWrite: 0,
|
|
6769
|
-
},
|
|
6770
|
-
contextWindow: 1000000,
|
|
6771
|
-
maxTokens: 32000,
|
|
6772
|
-
},
|
|
6773
|
-
"amazon/nova-pro-v1": {
|
|
6774
|
-
id: "amazon/nova-pro-v1",
|
|
6775
|
-
name: "Amazon: Nova Pro 1.0",
|
|
6776
|
-
api: "openai-completions",
|
|
6777
|
-
provider: "openrouter",
|
|
6778
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
6779
|
-
reasoning: false,
|
|
6780
|
-
input: ["text", "image"],
|
|
6781
|
-
cost: {
|
|
6782
|
-
input: 0.7999999999999999,
|
|
6783
|
-
output: 3.1999999999999997,
|
|
6784
|
-
cacheRead: 0,
|
|
6785
|
-
cacheWrite: 0,
|
|
6786
|
-
},
|
|
6787
|
-
contextWindow: 300000,
|
|
6788
|
-
maxTokens: 5120,
|
|
6789
|
-
},
|
|
6790
|
-
"anthropic/claude-3-haiku": {
|
|
6791
|
-
id: "anthropic/claude-3-haiku",
|
|
6792
|
-
name: "Anthropic: Claude 3 Haiku",
|
|
6793
|
-
api: "openai-completions",
|
|
6794
|
-
provider: "openrouter",
|
|
6795
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
6796
|
-
reasoning: false,
|
|
6797
|
-
input: ["text", "image"],
|
|
6798
|
-
cost: {
|
|
6799
|
-
input: 0.25,
|
|
6800
|
-
output: 1.25,
|
|
6801
|
-
cacheRead: 0.03,
|
|
6802
|
-
cacheWrite: 0.3,
|
|
6803
|
-
},
|
|
6804
|
-
contextWindow: 200000,
|
|
6805
|
-
maxTokens: 4096,
|
|
6806
|
-
},
|
|
6807
|
-
"anthropic/claude-3.5-haiku": {
|
|
6808
|
-
id: "anthropic/claude-3.5-haiku",
|
|
6809
|
-
name: "Anthropic: Claude 3.5 Haiku",
|
|
6810
|
-
api: "openai-completions",
|
|
6811
|
-
provider: "openrouter",
|
|
6812
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
6813
|
-
reasoning: false,
|
|
6814
|
-
input: ["text", "image"],
|
|
6815
|
-
cost: {
|
|
6816
|
-
input: 0.7999999999999999,
|
|
6817
|
-
output: 4,
|
|
6818
|
-
cacheRead: 0.08,
|
|
6819
|
-
cacheWrite: 1,
|
|
6820
|
-
},
|
|
6821
|
-
contextWindow: 200000,
|
|
6822
|
-
maxTokens: 8192,
|
|
6823
|
-
},
|
|
6824
|
-
"anthropic/claude-3.5-sonnet": {
|
|
6825
|
-
id: "anthropic/claude-3.5-sonnet",
|
|
6826
|
-
name: "Anthropic: Claude 3.5 Sonnet",
|
|
6827
|
-
api: "openai-completions",
|
|
6828
|
-
provider: "openrouter",
|
|
6829
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
6830
|
-
reasoning: false,
|
|
6831
|
-
input: ["text", "image"],
|
|
6832
|
-
cost: {
|
|
6833
|
-
input: 6,
|
|
6834
|
-
output: 30,
|
|
6835
|
-
cacheRead: 0.6,
|
|
6836
|
-
cacheWrite: 7.5,
|
|
6837
|
-
},
|
|
6838
|
-
contextWindow: 200000,
|
|
6839
|
-
maxTokens: 8192,
|
|
6840
|
-
},
|
|
6841
|
-
"anthropic/claude-3.7-sonnet": {
|
|
6842
|
-
id: "anthropic/claude-3.7-sonnet",
|
|
6843
|
-
name: "Anthropic: Claude 3.7 Sonnet",
|
|
6844
|
-
api: "openai-completions",
|
|
6845
|
-
provider: "openrouter",
|
|
6846
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
6847
|
-
reasoning: true,
|
|
6848
|
-
input: ["text", "image"],
|
|
6849
|
-
cost: {
|
|
6850
|
-
input: 3,
|
|
6851
|
-
output: 15,
|
|
6852
|
-
cacheRead: 0.3,
|
|
6853
|
-
cacheWrite: 3.75,
|
|
6854
|
-
},
|
|
6855
|
-
contextWindow: 200000,
|
|
6856
|
-
maxTokens: 64000,
|
|
6857
|
-
},
|
|
6858
|
-
"anthropic/claude-3.7-sonnet:thinking": {
|
|
6859
|
-
id: "anthropic/claude-3.7-sonnet:thinking",
|
|
6860
|
-
name: "Anthropic: Claude 3.7 Sonnet (thinking)",
|
|
6861
|
-
api: "openai-completions",
|
|
6862
|
-
provider: "openrouter",
|
|
6863
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
6864
|
-
reasoning: true,
|
|
6865
|
-
input: ["text", "image"],
|
|
6866
|
-
cost: {
|
|
6867
|
-
input: 3,
|
|
6868
|
-
output: 15,
|
|
6869
|
-
cacheRead: 0.3,
|
|
6870
|
-
cacheWrite: 3.75,
|
|
6871
|
-
},
|
|
6872
|
-
contextWindow: 200000,
|
|
6873
|
-
maxTokens: 64000,
|
|
6874
|
-
},
|
|
6875
|
-
"anthropic/claude-haiku-4.5": {
|
|
6876
|
-
id: "anthropic/claude-haiku-4.5",
|
|
6877
|
-
name: "Anthropic: Claude Haiku 4.5",
|
|
6878
|
-
api: "openai-completions",
|
|
6879
|
-
provider: "openrouter",
|
|
6880
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
6881
|
-
reasoning: true,
|
|
6882
|
-
input: ["text", "image"],
|
|
6883
|
-
cost: {
|
|
6884
|
-
input: 1,
|
|
6885
|
-
output: 5,
|
|
6886
|
-
cacheRead: 0.09999999999999999,
|
|
6887
|
-
cacheWrite: 1.25,
|
|
6888
|
-
},
|
|
6889
|
-
contextWindow: 200000,
|
|
6890
|
-
maxTokens: 64000,
|
|
6891
|
-
},
|
|
6892
|
-
"anthropic/claude-opus-4": {
|
|
6893
|
-
id: "anthropic/claude-opus-4",
|
|
6894
|
-
name: "Anthropic: Claude Opus 4",
|
|
6895
|
-
api: "openai-completions",
|
|
6896
|
-
provider: "openrouter",
|
|
6897
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
6898
|
-
reasoning: true,
|
|
6899
|
-
input: ["text", "image"],
|
|
6900
|
-
cost: {
|
|
6901
|
-
input: 15,
|
|
6902
|
-
output: 75,
|
|
6903
|
-
cacheRead: 1.5,
|
|
6904
|
-
cacheWrite: 18.75,
|
|
6905
|
-
},
|
|
6906
|
-
contextWindow: 200000,
|
|
6907
|
-
maxTokens: 32000,
|
|
6908
|
-
},
|
|
6909
|
-
"anthropic/claude-opus-4.1": {
|
|
6910
|
-
id: "anthropic/claude-opus-4.1",
|
|
6911
|
-
name: "Anthropic: Claude Opus 4.1",
|
|
6912
|
-
api: "openai-completions",
|
|
6913
|
-
provider: "openrouter",
|
|
6914
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
6915
|
-
reasoning: true,
|
|
6916
|
-
input: ["text", "image"],
|
|
6917
|
-
cost: {
|
|
6918
|
-
input: 15,
|
|
6919
|
-
output: 75,
|
|
6920
|
-
cacheRead: 1.5,
|
|
6921
|
-
cacheWrite: 18.75,
|
|
6922
|
-
},
|
|
6923
|
-
contextWindow: 200000,
|
|
6924
|
-
maxTokens: 32000,
|
|
6925
|
-
},
|
|
6926
|
-
"anthropic/claude-opus-4.5": {
|
|
6927
|
-
id: "anthropic/claude-opus-4.5",
|
|
6928
|
-
name: "Anthropic: Claude Opus 4.5",
|
|
6929
|
-
api: "openai-completions",
|
|
6930
|
-
provider: "openrouter",
|
|
6931
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
6932
|
-
reasoning: true,
|
|
6933
|
-
input: ["text", "image"],
|
|
6934
|
-
cost: {
|
|
6935
|
-
input: 5,
|
|
6936
|
-
output: 25,
|
|
6937
|
-
cacheRead: 0.5,
|
|
6938
|
-
cacheWrite: 6.25,
|
|
6939
|
-
},
|
|
6940
|
-
contextWindow: 200000,
|
|
6941
|
-
maxTokens: 64000,
|
|
6942
|
-
},
|
|
6943
|
-
"anthropic/claude-opus-4.6": {
|
|
6944
|
-
id: "anthropic/claude-opus-4.6",
|
|
6945
|
-
name: "Anthropic: Claude Opus 4.6",
|
|
6946
|
-
api: "openai-completions",
|
|
6947
|
-
provider: "openrouter",
|
|
6948
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
6949
|
-
reasoning: true,
|
|
6950
|
-
input: ["text", "image"],
|
|
6951
|
-
cost: {
|
|
6952
|
-
input: 5,
|
|
6953
|
-
output: 25,
|
|
6954
|
-
cacheRead: 0.5,
|
|
6955
|
-
cacheWrite: 6.25,
|
|
6956
|
-
},
|
|
6957
|
-
contextWindow: 1000000,
|
|
6958
|
-
maxTokens: 128000,
|
|
6959
|
-
},
|
|
6960
|
-
"anthropic/claude-sonnet-4": {
|
|
6961
|
-
id: "anthropic/claude-sonnet-4",
|
|
6962
|
-
name: "Anthropic: Claude Sonnet 4",
|
|
6963
|
-
api: "openai-completions",
|
|
6964
|
-
provider: "openrouter",
|
|
6965
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
6966
|
-
reasoning: true,
|
|
6967
|
-
input: ["text", "image"],
|
|
6968
|
-
cost: {
|
|
6969
|
-
input: 3,
|
|
6970
|
-
output: 15,
|
|
6971
|
-
cacheRead: 0.3,
|
|
6972
|
-
cacheWrite: 3.75,
|
|
6973
|
-
},
|
|
6974
|
-
contextWindow: 200000,
|
|
6975
|
-
maxTokens: 64000,
|
|
6976
|
-
},
|
|
6977
|
-
"anthropic/claude-sonnet-4.5": {
|
|
6978
|
-
id: "anthropic/claude-sonnet-4.5",
|
|
6979
|
-
name: "Anthropic: Claude Sonnet 4.5",
|
|
6980
|
-
api: "openai-completions",
|
|
6981
|
-
provider: "openrouter",
|
|
6982
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
6983
|
-
reasoning: true,
|
|
6984
|
-
input: ["text", "image"],
|
|
6985
|
-
cost: {
|
|
6986
|
-
input: 3,
|
|
6987
|
-
output: 15,
|
|
6988
|
-
cacheRead: 0.3,
|
|
6989
|
-
cacheWrite: 3.75,
|
|
6990
|
-
},
|
|
6991
|
-
contextWindow: 1000000,
|
|
6992
|
-
maxTokens: 64000,
|
|
6993
|
-
},
|
|
6994
|
-
"anthropic/claude-sonnet-4.6": {
|
|
6995
|
-
id: "anthropic/claude-sonnet-4.6",
|
|
6996
|
-
name: "Anthropic: Claude Sonnet 4.6",
|
|
6997
|
-
api: "openai-completions",
|
|
6998
|
-
provider: "openrouter",
|
|
6999
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7000
|
-
reasoning: true,
|
|
7001
|
-
input: ["text", "image"],
|
|
7002
|
-
cost: {
|
|
7003
|
-
input: 3,
|
|
7004
|
-
output: 15,
|
|
7005
|
-
cacheRead: 0.3,
|
|
7006
|
-
cacheWrite: 3.75,
|
|
7007
|
-
},
|
|
7008
|
-
contextWindow: 1000000,
|
|
7009
|
-
maxTokens: 128000,
|
|
7010
|
-
},
|
|
7011
|
-
"arcee-ai/trinity-large-preview:free": {
|
|
7012
|
-
id: "arcee-ai/trinity-large-preview:free",
|
|
7013
|
-
name: "Arcee AI: Trinity Large Preview (free)",
|
|
7014
|
-
api: "openai-completions",
|
|
7015
|
-
provider: "openrouter",
|
|
7016
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7017
|
-
reasoning: false,
|
|
7018
|
-
input: ["text"],
|
|
7019
|
-
cost: {
|
|
7020
|
-
input: 0,
|
|
7021
|
-
output: 0,
|
|
7022
|
-
cacheRead: 0,
|
|
7023
|
-
cacheWrite: 0,
|
|
7024
|
-
},
|
|
7025
|
-
contextWindow: 131000,
|
|
7026
|
-
maxTokens: 4096,
|
|
7027
|
-
},
|
|
7028
|
-
"arcee-ai/trinity-mini": {
|
|
7029
|
-
id: "arcee-ai/trinity-mini",
|
|
7030
|
-
name: "Arcee AI: Trinity Mini",
|
|
7031
|
-
api: "openai-completions",
|
|
7032
|
-
provider: "openrouter",
|
|
7033
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7034
|
-
reasoning: true,
|
|
7035
|
-
input: ["text"],
|
|
7036
|
-
cost: {
|
|
7037
|
-
input: 0.045,
|
|
7038
|
-
output: 0.15,
|
|
7039
|
-
cacheRead: 0,
|
|
7040
|
-
cacheWrite: 0,
|
|
7041
|
-
},
|
|
7042
|
-
contextWindow: 131072,
|
|
7043
|
-
maxTokens: 131072,
|
|
7044
|
-
},
|
|
7045
|
-
"arcee-ai/trinity-mini:free": {
|
|
7046
|
-
id: "arcee-ai/trinity-mini:free",
|
|
7047
|
-
name: "Arcee AI: Trinity Mini (free)",
|
|
7048
|
-
api: "openai-completions",
|
|
7049
|
-
provider: "openrouter",
|
|
7050
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7051
|
-
reasoning: true,
|
|
7052
|
-
input: ["text"],
|
|
7053
|
-
cost: {
|
|
7054
|
-
input: 0,
|
|
7055
|
-
output: 0,
|
|
7056
|
-
cacheRead: 0,
|
|
7057
|
-
cacheWrite: 0,
|
|
7058
|
-
},
|
|
7059
|
-
contextWindow: 131072,
|
|
7060
|
-
maxTokens: 4096,
|
|
7061
|
-
},
|
|
7062
|
-
"arcee-ai/virtuoso-large": {
|
|
7063
|
-
id: "arcee-ai/virtuoso-large",
|
|
7064
|
-
name: "Arcee AI: Virtuoso Large",
|
|
7065
|
-
api: "openai-completions",
|
|
7066
|
-
provider: "openrouter",
|
|
7067
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7068
|
-
reasoning: false,
|
|
7069
|
-
input: ["text"],
|
|
7070
|
-
cost: {
|
|
7071
|
-
input: 0.75,
|
|
7072
|
-
output: 1.2,
|
|
7073
|
-
cacheRead: 0,
|
|
7074
|
-
cacheWrite: 0,
|
|
7075
|
-
},
|
|
7076
|
-
contextWindow: 131072,
|
|
7077
|
-
maxTokens: 64000,
|
|
7078
|
-
},
|
|
7079
|
-
"auto": {
|
|
7080
|
-
id: "auto",
|
|
7081
|
-
name: "Auto",
|
|
7082
|
-
api: "openai-completions",
|
|
7083
|
-
provider: "openrouter",
|
|
7084
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7085
|
-
reasoning: true,
|
|
7086
|
-
input: ["text", "image"],
|
|
7087
|
-
cost: {
|
|
7088
|
-
input: 0,
|
|
7089
|
-
output: 0,
|
|
7090
|
-
cacheRead: 0,
|
|
7091
|
-
cacheWrite: 0,
|
|
7092
|
-
},
|
|
7093
|
-
contextWindow: 2000000,
|
|
7094
|
-
maxTokens: 30000,
|
|
7095
|
-
},
|
|
7096
|
-
"baidu/ernie-4.5-21b-a3b": {
|
|
7097
|
-
id: "baidu/ernie-4.5-21b-a3b",
|
|
7098
|
-
name: "Baidu: ERNIE 4.5 21B A3B",
|
|
7099
|
-
api: "openai-completions",
|
|
7100
|
-
provider: "openrouter",
|
|
7101
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7102
|
-
reasoning: false,
|
|
7103
|
-
input: ["text"],
|
|
7104
|
-
cost: {
|
|
7105
|
-
input: 0.07,
|
|
7106
|
-
output: 0.28,
|
|
7107
|
-
cacheRead: 0,
|
|
7108
|
-
cacheWrite: 0,
|
|
7109
|
-
},
|
|
7110
|
-
contextWindow: 120000,
|
|
7111
|
-
maxTokens: 8000,
|
|
7112
|
-
},
|
|
7113
|
-
"baidu/ernie-4.5-vl-28b-a3b": {
|
|
7114
|
-
id: "baidu/ernie-4.5-vl-28b-a3b",
|
|
7115
|
-
name: "Baidu: ERNIE 4.5 VL 28B A3B",
|
|
7116
|
-
api: "openai-completions",
|
|
7117
|
-
provider: "openrouter",
|
|
7118
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7119
|
-
reasoning: true,
|
|
7120
|
-
input: ["text", "image"],
|
|
7121
|
-
cost: {
|
|
7122
|
-
input: 0.14,
|
|
7123
|
-
output: 0.56,
|
|
7124
|
-
cacheRead: 0,
|
|
7125
|
-
cacheWrite: 0,
|
|
7126
|
-
},
|
|
7127
|
-
contextWindow: 30000,
|
|
7128
|
-
maxTokens: 8000,
|
|
7129
|
-
},
|
|
7130
|
-
"bytedance-seed/seed-1.6": {
|
|
7131
|
-
id: "bytedance-seed/seed-1.6",
|
|
7132
|
-
name: "ByteDance Seed: Seed 1.6",
|
|
7133
|
-
api: "openai-completions",
|
|
7134
|
-
provider: "openrouter",
|
|
7135
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7136
|
-
reasoning: true,
|
|
7137
|
-
input: ["text", "image"],
|
|
7138
|
-
cost: {
|
|
7139
|
-
input: 0.25,
|
|
7140
|
-
output: 2,
|
|
7141
|
-
cacheRead: 0,
|
|
7142
|
-
cacheWrite: 0,
|
|
7143
|
-
},
|
|
7144
|
-
contextWindow: 262144,
|
|
7145
|
-
maxTokens: 32768,
|
|
7146
|
-
},
|
|
7147
|
-
"bytedance-seed/seed-1.6-flash": {
|
|
7148
|
-
id: "bytedance-seed/seed-1.6-flash",
|
|
7149
|
-
name: "ByteDance Seed: Seed 1.6 Flash",
|
|
7150
|
-
api: "openai-completions",
|
|
7151
|
-
provider: "openrouter",
|
|
7152
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7153
|
-
reasoning: true,
|
|
7154
|
-
input: ["text", "image"],
|
|
7155
|
-
cost: {
|
|
7156
|
-
input: 0.075,
|
|
7157
|
-
output: 0.3,
|
|
7158
|
-
cacheRead: 0,
|
|
7159
|
-
cacheWrite: 0,
|
|
7160
|
-
},
|
|
7161
|
-
contextWindow: 262144,
|
|
7162
|
-
maxTokens: 32768,
|
|
7163
|
-
},
|
|
7164
|
-
"bytedance-seed/seed-2.0-lite": {
|
|
7165
|
-
id: "bytedance-seed/seed-2.0-lite",
|
|
7166
|
-
name: "ByteDance Seed: Seed-2.0-Lite",
|
|
7167
|
-
api: "openai-completions",
|
|
7168
|
-
provider: "openrouter",
|
|
7169
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7170
|
-
reasoning: true,
|
|
7171
|
-
input: ["text", "image"],
|
|
7172
|
-
cost: {
|
|
7173
|
-
input: 0.25,
|
|
7174
|
-
output: 2,
|
|
7175
|
-
cacheRead: 0,
|
|
7176
|
-
cacheWrite: 0,
|
|
7177
|
-
},
|
|
7178
|
-
contextWindow: 262144,
|
|
7179
|
-
maxTokens: 131072,
|
|
7180
|
-
},
|
|
7181
|
-
"bytedance-seed/seed-2.0-mini": {
|
|
7182
|
-
id: "bytedance-seed/seed-2.0-mini",
|
|
7183
|
-
name: "ByteDance Seed: Seed-2.0-Mini",
|
|
7184
|
-
api: "openai-completions",
|
|
7185
|
-
provider: "openrouter",
|
|
7186
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7187
|
-
reasoning: true,
|
|
7188
|
-
input: ["text", "image"],
|
|
7189
|
-
cost: {
|
|
7190
|
-
input: 0.09999999999999999,
|
|
7191
|
-
output: 0.39999999999999997,
|
|
7192
|
-
cacheRead: 0,
|
|
7193
|
-
cacheWrite: 0,
|
|
7194
|
-
},
|
|
7195
|
-
contextWindow: 262144,
|
|
7196
|
-
maxTokens: 131072,
|
|
7197
|
-
},
|
|
7198
|
-
"cohere/command-r-08-2024": {
|
|
7199
|
-
id: "cohere/command-r-08-2024",
|
|
7200
|
-
name: "Cohere: Command R (08-2024)",
|
|
7201
|
-
api: "openai-completions",
|
|
7202
|
-
provider: "openrouter",
|
|
7203
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7204
|
-
reasoning: false,
|
|
7205
|
-
input: ["text"],
|
|
7206
|
-
cost: {
|
|
7207
|
-
input: 0.15,
|
|
7208
|
-
output: 0.6,
|
|
7209
|
-
cacheRead: 0,
|
|
7210
|
-
cacheWrite: 0,
|
|
7211
|
-
},
|
|
7212
|
-
contextWindow: 128000,
|
|
7213
|
-
maxTokens: 4000,
|
|
7214
|
-
},
|
|
7215
|
-
"cohere/command-r-plus-08-2024": {
|
|
7216
|
-
id: "cohere/command-r-plus-08-2024",
|
|
7217
|
-
name: "Cohere: Command R+ (08-2024)",
|
|
7218
|
-
api: "openai-completions",
|
|
7219
|
-
provider: "openrouter",
|
|
7220
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7221
|
-
reasoning: false,
|
|
7222
|
-
input: ["text"],
|
|
7223
|
-
cost: {
|
|
7224
|
-
input: 2.5,
|
|
7225
|
-
output: 10,
|
|
7226
|
-
cacheRead: 0,
|
|
7227
|
-
cacheWrite: 0,
|
|
7228
|
-
},
|
|
7229
|
-
contextWindow: 128000,
|
|
7230
|
-
maxTokens: 4000,
|
|
7231
|
-
},
|
|
7232
|
-
"deepseek/deepseek-chat": {
|
|
7233
|
-
id: "deepseek/deepseek-chat",
|
|
7234
|
-
name: "DeepSeek: DeepSeek V3",
|
|
7235
|
-
api: "openai-completions",
|
|
7236
|
-
provider: "openrouter",
|
|
7237
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7238
|
-
reasoning: false,
|
|
7239
|
-
input: ["text"],
|
|
7240
|
-
cost: {
|
|
7241
|
-
input: 0.32,
|
|
7242
|
-
output: 0.8899999999999999,
|
|
7243
|
-
cacheRead: 0,
|
|
7244
|
-
cacheWrite: 0,
|
|
7245
|
-
},
|
|
7246
|
-
contextWindow: 163840,
|
|
7247
|
-
maxTokens: 163840,
|
|
7248
|
-
},
|
|
7249
|
-
"deepseek/deepseek-chat-v3-0324": {
|
|
7250
|
-
id: "deepseek/deepseek-chat-v3-0324",
|
|
7251
|
-
name: "DeepSeek: DeepSeek V3 0324",
|
|
7252
|
-
api: "openai-completions",
|
|
7253
|
-
provider: "openrouter",
|
|
7254
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7255
|
-
reasoning: true,
|
|
7256
|
-
input: ["text"],
|
|
7257
|
-
cost: {
|
|
7258
|
-
input: 0.19999999999999998,
|
|
7259
|
-
output: 0.77,
|
|
7260
|
-
cacheRead: 0.135,
|
|
7261
|
-
cacheWrite: 0,
|
|
7262
|
-
},
|
|
7263
|
-
contextWindow: 163840,
|
|
7264
|
-
maxTokens: 4096,
|
|
7265
|
-
},
|
|
7266
|
-
"deepseek/deepseek-chat-v3.1": {
|
|
7267
|
-
id: "deepseek/deepseek-chat-v3.1",
|
|
7268
|
-
name: "DeepSeek: DeepSeek V3.1",
|
|
7269
|
-
api: "openai-completions",
|
|
7270
|
-
provider: "openrouter",
|
|
7271
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7272
|
-
reasoning: true,
|
|
7273
|
-
input: ["text"],
|
|
7274
|
-
cost: {
|
|
7275
|
-
input: 0.15,
|
|
7276
|
-
output: 0.75,
|
|
7277
|
-
cacheRead: 0,
|
|
7278
|
-
cacheWrite: 0,
|
|
7279
|
-
},
|
|
7280
|
-
contextWindow: 32768,
|
|
7281
|
-
maxTokens: 7168,
|
|
7282
|
-
},
|
|
7283
|
-
"deepseek/deepseek-r1": {
|
|
7284
|
-
id: "deepseek/deepseek-r1",
|
|
7285
|
-
name: "DeepSeek: R1",
|
|
7286
|
-
api: "openai-completions",
|
|
7287
|
-
provider: "openrouter",
|
|
7288
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7289
|
-
reasoning: true,
|
|
7290
|
-
input: ["text"],
|
|
7291
|
-
cost: {
|
|
7292
|
-
input: 0.7,
|
|
7293
|
-
output: 2.5,
|
|
7294
|
-
cacheRead: 0,
|
|
7295
|
-
cacheWrite: 0,
|
|
7296
|
-
},
|
|
7297
|
-
contextWindow: 64000,
|
|
7298
|
-
maxTokens: 16000,
|
|
7299
|
-
},
|
|
7300
|
-
"deepseek/deepseek-r1-0528": {
|
|
7301
|
-
id: "deepseek/deepseek-r1-0528",
|
|
7302
|
-
name: "DeepSeek: R1 0528",
|
|
7303
|
-
api: "openai-completions",
|
|
7304
|
-
provider: "openrouter",
|
|
7305
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7306
|
-
reasoning: true,
|
|
7307
|
-
input: ["text"],
|
|
7308
|
-
cost: {
|
|
7309
|
-
input: 0.44999999999999996,
|
|
7310
|
-
output: 2.1500000000000004,
|
|
7311
|
-
cacheRead: 0.22499999999999998,
|
|
7312
|
-
cacheWrite: 0,
|
|
7313
|
-
},
|
|
7314
|
-
contextWindow: 163840,
|
|
7315
|
-
maxTokens: 65536,
|
|
7316
|
-
},
|
|
7317
|
-
"deepseek/deepseek-v3.1-terminus": {
|
|
7318
|
-
id: "deepseek/deepseek-v3.1-terminus",
|
|
7319
|
-
name: "DeepSeek: DeepSeek V3.1 Terminus",
|
|
7320
|
-
api: "openai-completions",
|
|
7321
|
-
provider: "openrouter",
|
|
7322
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7323
|
-
reasoning: true,
|
|
7324
|
-
input: ["text"],
|
|
7325
|
-
cost: {
|
|
7326
|
-
input: 0.21,
|
|
7327
|
-
output: 0.7899999999999999,
|
|
7328
|
-
cacheRead: 0.1300000002,
|
|
7329
|
-
cacheWrite: 0,
|
|
7330
|
-
},
|
|
7331
|
-
contextWindow: 163840,
|
|
7332
|
-
maxTokens: 4096,
|
|
7333
|
-
},
|
|
7334
|
-
"deepseek/deepseek-v3.2": {
|
|
7335
|
-
id: "deepseek/deepseek-v3.2",
|
|
7336
|
-
name: "DeepSeek: DeepSeek V3.2",
|
|
7337
|
-
api: "openai-completions",
|
|
7338
|
-
provider: "openrouter",
|
|
7339
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7340
|
-
reasoning: true,
|
|
7341
|
-
input: ["text"],
|
|
7342
|
-
cost: {
|
|
7343
|
-
input: 0.26,
|
|
7344
|
-
output: 0.38,
|
|
7345
|
-
cacheRead: 0.13,
|
|
7346
|
-
cacheWrite: 0,
|
|
7347
|
-
},
|
|
7348
|
-
contextWindow: 163840,
|
|
7349
|
-
maxTokens: 4096,
|
|
7350
|
-
},
|
|
7351
|
-
"deepseek/deepseek-v3.2-exp": {
|
|
7352
|
-
id: "deepseek/deepseek-v3.2-exp",
|
|
7353
|
-
name: "DeepSeek: DeepSeek V3.2 Exp",
|
|
7354
|
-
api: "openai-completions",
|
|
7355
|
-
provider: "openrouter",
|
|
7356
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7357
|
-
reasoning: true,
|
|
7358
|
-
input: ["text"],
|
|
7359
|
-
cost: {
|
|
7360
|
-
input: 0.27,
|
|
7361
|
-
output: 0.41,
|
|
7362
|
-
cacheRead: 0,
|
|
7363
|
-
cacheWrite: 0,
|
|
7364
|
-
},
|
|
7365
|
-
contextWindow: 163840,
|
|
7366
|
-
maxTokens: 65536,
|
|
7367
|
-
},
|
|
7368
|
-
"essentialai/rnj-1-instruct": {
|
|
7369
|
-
id: "essentialai/rnj-1-instruct",
|
|
7370
|
-
name: "EssentialAI: Rnj 1 Instruct",
|
|
7371
|
-
api: "openai-completions",
|
|
7372
|
-
provider: "openrouter",
|
|
7373
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7374
|
-
reasoning: false,
|
|
7375
|
-
input: ["text"],
|
|
7376
|
-
cost: {
|
|
7377
|
-
input: 0.15,
|
|
7378
|
-
output: 0.15,
|
|
7379
|
-
cacheRead: 0,
|
|
7380
|
-
cacheWrite: 0,
|
|
7381
|
-
},
|
|
7382
|
-
contextWindow: 32768,
|
|
7383
|
-
maxTokens: 4096,
|
|
7384
|
-
},
|
|
7385
|
-
"google/gemini-2.0-flash-001": {
|
|
7386
|
-
id: "google/gemini-2.0-flash-001",
|
|
7387
|
-
name: "Google: Gemini 2.0 Flash",
|
|
7388
|
-
api: "openai-completions",
|
|
7389
|
-
provider: "openrouter",
|
|
7390
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7391
|
-
reasoning: false,
|
|
7392
|
-
input: ["text", "image"],
|
|
7393
|
-
cost: {
|
|
7394
|
-
input: 0.09999999999999999,
|
|
7395
|
-
output: 0.39999999999999997,
|
|
7396
|
-
cacheRead: 0.024999999999999998,
|
|
7397
|
-
cacheWrite: 0.08333333333333334,
|
|
7398
|
-
},
|
|
7399
|
-
contextWindow: 1048576,
|
|
7400
|
-
maxTokens: 8192,
|
|
7401
|
-
},
|
|
7402
|
-
"google/gemini-2.0-flash-lite-001": {
|
|
7403
|
-
id: "google/gemini-2.0-flash-lite-001",
|
|
7404
|
-
name: "Google: Gemini 2.0 Flash Lite",
|
|
7405
|
-
api: "openai-completions",
|
|
7406
|
-
provider: "openrouter",
|
|
7407
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7408
|
-
reasoning: false,
|
|
7409
|
-
input: ["text", "image"],
|
|
7410
|
-
cost: {
|
|
7411
|
-
input: 0.075,
|
|
7412
|
-
output: 0.3,
|
|
7413
|
-
cacheRead: 0,
|
|
7414
|
-
cacheWrite: 0,
|
|
7415
|
-
},
|
|
7416
|
-
contextWindow: 1048576,
|
|
7417
|
-
maxTokens: 8192,
|
|
7418
|
-
},
|
|
7419
|
-
"google/gemini-2.5-flash": {
|
|
7420
|
-
id: "google/gemini-2.5-flash",
|
|
7421
|
-
name: "Google: Gemini 2.5 Flash",
|
|
7422
|
-
api: "openai-completions",
|
|
7423
|
-
provider: "openrouter",
|
|
7424
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7425
|
-
reasoning: true,
|
|
7426
|
-
input: ["text", "image"],
|
|
7427
|
-
cost: {
|
|
7428
|
-
input: 0.3,
|
|
7429
|
-
output: 2.5,
|
|
7430
|
-
cacheRead: 0.03,
|
|
7431
|
-
cacheWrite: 0.08333333333333334,
|
|
7432
|
-
},
|
|
7433
|
-
contextWindow: 1048576,
|
|
7434
|
-
maxTokens: 65535,
|
|
7435
|
-
},
|
|
7436
|
-
"google/gemini-2.5-flash-lite": {
|
|
7437
|
-
id: "google/gemini-2.5-flash-lite",
|
|
7438
|
-
name: "Google: Gemini 2.5 Flash Lite",
|
|
7439
|
-
api: "openai-completions",
|
|
7440
|
-
provider: "openrouter",
|
|
7441
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7442
|
-
reasoning: true,
|
|
7443
|
-
input: ["text", "image"],
|
|
7444
|
-
cost: {
|
|
7445
|
-
input: 0.09999999999999999,
|
|
7446
|
-
output: 0.39999999999999997,
|
|
7447
|
-
cacheRead: 0.01,
|
|
7448
|
-
cacheWrite: 0.08333333333333334,
|
|
7449
|
-
},
|
|
7450
|
-
contextWindow: 1048576,
|
|
7451
|
-
maxTokens: 65535,
|
|
7452
|
-
},
|
|
7453
|
-
"google/gemini-2.5-flash-lite-preview-09-2025": {
|
|
7454
|
-
id: "google/gemini-2.5-flash-lite-preview-09-2025",
|
|
7455
|
-
name: "Google: Gemini 2.5 Flash Lite Preview 09-2025",
|
|
7456
|
-
api: "openai-completions",
|
|
7457
|
-
provider: "openrouter",
|
|
7458
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7459
|
-
reasoning: true,
|
|
7460
|
-
input: ["text", "image"],
|
|
7461
|
-
cost: {
|
|
7462
|
-
input: 0.09999999999999999,
|
|
7463
|
-
output: 0.39999999999999997,
|
|
7464
|
-
cacheRead: 0.01,
|
|
7465
|
-
cacheWrite: 0.08333333333333334,
|
|
7466
|
-
},
|
|
7467
|
-
contextWindow: 1048576,
|
|
7468
|
-
maxTokens: 65536,
|
|
7469
|
-
},
|
|
7470
|
-
"google/gemini-2.5-pro": {
|
|
7471
|
-
id: "google/gemini-2.5-pro",
|
|
7472
|
-
name: "Google: Gemini 2.5 Pro",
|
|
7473
|
-
api: "openai-completions",
|
|
7474
|
-
provider: "openrouter",
|
|
7475
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7476
|
-
reasoning: true,
|
|
7477
|
-
input: ["text", "image"],
|
|
7478
|
-
cost: {
|
|
7479
|
-
input: 1.25,
|
|
7480
|
-
output: 10,
|
|
7481
|
-
cacheRead: 0.125,
|
|
7482
|
-
cacheWrite: 0.375,
|
|
7483
|
-
},
|
|
7484
|
-
contextWindow: 1048576,
|
|
7485
|
-
maxTokens: 65536,
|
|
7486
|
-
},
|
|
7487
|
-
"google/gemini-2.5-pro-preview": {
|
|
7488
|
-
id: "google/gemini-2.5-pro-preview",
|
|
7489
|
-
name: "Google: Gemini 2.5 Pro Preview 06-05",
|
|
7490
|
-
api: "openai-completions",
|
|
7491
|
-
provider: "openrouter",
|
|
7492
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7493
|
-
reasoning: true,
|
|
7494
|
-
input: ["text", "image"],
|
|
7495
|
-
cost: {
|
|
7496
|
-
input: 1.25,
|
|
7497
|
-
output: 10,
|
|
7498
|
-
cacheRead: 0.125,
|
|
7499
|
-
cacheWrite: 0.375,
|
|
7500
|
-
},
|
|
7501
|
-
contextWindow: 1048576,
|
|
7502
|
-
maxTokens: 65536,
|
|
7503
|
-
},
|
|
7504
|
-
"google/gemini-2.5-pro-preview-05-06": {
|
|
7505
|
-
id: "google/gemini-2.5-pro-preview-05-06",
|
|
7506
|
-
name: "Google: Gemini 2.5 Pro Preview 05-06",
|
|
7507
|
-
api: "openai-completions",
|
|
7508
|
-
provider: "openrouter",
|
|
7509
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7510
|
-
reasoning: true,
|
|
7511
|
-
input: ["text", "image"],
|
|
7512
|
-
cost: {
|
|
7513
|
-
input: 1.25,
|
|
7514
|
-
output: 10,
|
|
7515
|
-
cacheRead: 0.125,
|
|
7516
|
-
cacheWrite: 0.375,
|
|
7517
|
-
},
|
|
7518
|
-
contextWindow: 1048576,
|
|
7519
|
-
maxTokens: 65535,
|
|
7520
|
-
},
|
|
7521
|
-
"google/gemini-3-flash-preview": {
|
|
7522
|
-
id: "google/gemini-3-flash-preview",
|
|
7523
|
-
name: "Google: Gemini 3 Flash Preview",
|
|
7524
|
-
api: "openai-completions",
|
|
7525
|
-
provider: "openrouter",
|
|
7526
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7527
|
-
reasoning: true,
|
|
7528
|
-
input: ["text", "image"],
|
|
7529
|
-
cost: {
|
|
7530
|
-
input: 0.5,
|
|
7531
|
-
output: 3,
|
|
7532
|
-
cacheRead: 0.049999999999999996,
|
|
7533
|
-
cacheWrite: 0.08333333333333334,
|
|
7534
|
-
},
|
|
7535
|
-
contextWindow: 1048576,
|
|
7536
|
-
maxTokens: 65536,
|
|
7537
|
-
},
|
|
7538
|
-
"google/gemini-3-pro-preview": {
|
|
7539
|
-
id: "google/gemini-3-pro-preview",
|
|
7540
|
-
name: "Google: Gemini 3 Pro Preview",
|
|
7541
|
-
api: "openai-completions",
|
|
7542
|
-
provider: "openrouter",
|
|
7543
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7544
|
-
reasoning: true,
|
|
7545
|
-
input: ["text", "image"],
|
|
7546
|
-
cost: {
|
|
7547
|
-
input: 2,
|
|
7548
|
-
output: 12,
|
|
7549
|
-
cacheRead: 0.19999999999999998,
|
|
7550
|
-
cacheWrite: 0.375,
|
|
7551
|
-
},
|
|
7552
|
-
contextWindow: 1048576,
|
|
7553
|
-
maxTokens: 65536,
|
|
7554
|
-
},
|
|
7555
|
-
"google/gemini-3.1-flash-lite-preview": {
|
|
7556
|
-
id: "google/gemini-3.1-flash-lite-preview",
|
|
7557
|
-
name: "Google: Gemini 3.1 Flash Lite Preview",
|
|
7558
|
-
api: "openai-completions",
|
|
7559
|
-
provider: "openrouter",
|
|
7560
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7561
|
-
reasoning: true,
|
|
7562
|
-
input: ["text", "image"],
|
|
7563
|
-
cost: {
|
|
7564
|
-
input: 0.25,
|
|
7565
|
-
output: 1.5,
|
|
7566
|
-
cacheRead: 0.024999999999999998,
|
|
7567
|
-
cacheWrite: 0.08333333333333334,
|
|
7568
|
-
},
|
|
7569
|
-
contextWindow: 1048576,
|
|
7570
|
-
maxTokens: 65536,
|
|
7571
|
-
},
|
|
7572
|
-
"google/gemini-3.1-pro-preview": {
|
|
7573
|
-
id: "google/gemini-3.1-pro-preview",
|
|
7574
|
-
name: "Google: Gemini 3.1 Pro Preview",
|
|
7575
|
-
api: "openai-completions",
|
|
7576
|
-
provider: "openrouter",
|
|
7577
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7578
|
-
reasoning: true,
|
|
7579
|
-
input: ["text", "image"],
|
|
7580
|
-
cost: {
|
|
7581
|
-
input: 2,
|
|
7582
|
-
output: 12,
|
|
7583
|
-
cacheRead: 0.19999999999999998,
|
|
7584
|
-
cacheWrite: 0.375,
|
|
7585
|
-
},
|
|
7586
|
-
contextWindow: 1048576,
|
|
7587
|
-
maxTokens: 65536,
|
|
7588
|
-
},
|
|
7589
|
-
"google/gemini-3.1-pro-preview-customtools": {
|
|
7590
|
-
id: "google/gemini-3.1-pro-preview-customtools",
|
|
7591
|
-
name: "Google: Gemini 3.1 Pro Preview Custom Tools",
|
|
7592
|
-
api: "openai-completions",
|
|
7593
|
-
provider: "openrouter",
|
|
7594
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7595
|
-
reasoning: true,
|
|
7596
|
-
input: ["text", "image"],
|
|
7597
|
-
cost: {
|
|
7598
|
-
input: 2,
|
|
7599
|
-
output: 12,
|
|
7600
|
-
cacheRead: 0.19999999999999998,
|
|
7601
|
-
cacheWrite: 0.375,
|
|
7602
|
-
},
|
|
7603
|
-
contextWindow: 1048576,
|
|
7604
|
-
maxTokens: 65536,
|
|
7605
|
-
},
|
|
7606
|
-
"inception/mercury": {
|
|
7607
|
-
id: "inception/mercury",
|
|
7608
|
-
name: "Inception: Mercury",
|
|
7609
|
-
api: "openai-completions",
|
|
7610
|
-
provider: "openrouter",
|
|
7611
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7612
|
-
reasoning: false,
|
|
7613
|
-
input: ["text"],
|
|
7614
|
-
cost: {
|
|
7615
|
-
input: 0.25,
|
|
7616
|
-
output: 0.75,
|
|
7617
|
-
cacheRead: 0.024999999999999998,
|
|
7618
|
-
cacheWrite: 0,
|
|
7619
|
-
},
|
|
7620
|
-
contextWindow: 128000,
|
|
7621
|
-
maxTokens: 32000,
|
|
7622
|
-
},
|
|
7623
|
-
"inception/mercury-2": {
|
|
7624
|
-
id: "inception/mercury-2",
|
|
7625
|
-
name: "Inception: Mercury 2",
|
|
7626
|
-
api: "openai-completions",
|
|
7627
|
-
provider: "openrouter",
|
|
7628
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7629
|
-
reasoning: true,
|
|
7630
|
-
input: ["text"],
|
|
7631
|
-
cost: {
|
|
7632
|
-
input: 0.25,
|
|
7633
|
-
output: 0.75,
|
|
7634
|
-
cacheRead: 0.024999999999999998,
|
|
7635
|
-
cacheWrite: 0,
|
|
7636
|
-
},
|
|
7637
|
-
contextWindow: 128000,
|
|
7638
|
-
maxTokens: 50000,
|
|
7639
|
-
},
|
|
7640
|
-
"inception/mercury-coder": {
|
|
7641
|
-
id: "inception/mercury-coder",
|
|
7642
|
-
name: "Inception: Mercury Coder",
|
|
7643
|
-
api: "openai-completions",
|
|
7644
|
-
provider: "openrouter",
|
|
7645
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7646
|
-
reasoning: false,
|
|
7647
|
-
input: ["text"],
|
|
7648
|
-
cost: {
|
|
7649
|
-
input: 0.25,
|
|
7650
|
-
output: 0.75,
|
|
7651
|
-
cacheRead: 0.024999999999999998,
|
|
7652
|
-
cacheWrite: 0,
|
|
7653
|
-
},
|
|
7654
|
-
contextWindow: 128000,
|
|
7655
|
-
maxTokens: 32000,
|
|
7656
|
-
},
|
|
7657
|
-
"kwaipilot/kat-coder-pro": {
|
|
7658
|
-
id: "kwaipilot/kat-coder-pro",
|
|
7659
|
-
name: "Kwaipilot: KAT-Coder-Pro V1",
|
|
7660
|
-
api: "openai-completions",
|
|
7661
|
-
provider: "openrouter",
|
|
7662
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7663
|
-
reasoning: false,
|
|
7664
|
-
input: ["text"],
|
|
7665
|
-
cost: {
|
|
7666
|
-
input: 0.207,
|
|
7667
|
-
output: 0.828,
|
|
7668
|
-
cacheRead: 0.0414,
|
|
7669
|
-
cacheWrite: 0,
|
|
7670
|
-
},
|
|
7671
|
-
contextWindow: 256000,
|
|
7672
|
-
maxTokens: 128000,
|
|
7673
|
-
},
|
|
7674
|
-
"meituan/longcat-flash-chat": {
|
|
7675
|
-
id: "meituan/longcat-flash-chat",
|
|
7676
|
-
name: "Meituan: LongCat Flash Chat",
|
|
7677
|
-
api: "openai-completions",
|
|
7678
|
-
provider: "openrouter",
|
|
7679
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7680
|
-
reasoning: false,
|
|
7681
|
-
input: ["text"],
|
|
7682
|
-
cost: {
|
|
7683
|
-
input: 0.19999999999999998,
|
|
7684
|
-
output: 0.7999999999999999,
|
|
7685
|
-
cacheRead: 0.19999999999999998,
|
|
7686
|
-
cacheWrite: 0,
|
|
7687
|
-
},
|
|
7688
|
-
contextWindow: 131072,
|
|
7689
|
-
maxTokens: 131072,
|
|
7690
|
-
},
|
|
7691
|
-
"meta-llama/llama-3-8b-instruct": {
|
|
7692
|
-
id: "meta-llama/llama-3-8b-instruct",
|
|
7693
|
-
name: "Meta: Llama 3 8B Instruct",
|
|
7694
|
-
api: "openai-completions",
|
|
7695
|
-
provider: "openrouter",
|
|
7696
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7697
|
-
reasoning: false,
|
|
7698
|
-
input: ["text"],
|
|
7699
|
-
cost: {
|
|
7700
|
-
input: 0.03,
|
|
7701
|
-
output: 0.04,
|
|
7702
|
-
cacheRead: 0,
|
|
7703
|
-
cacheWrite: 0,
|
|
7704
|
-
},
|
|
7705
|
-
contextWindow: 8192,
|
|
7706
|
-
maxTokens: 16384,
|
|
7707
|
-
},
|
|
7708
|
-
"meta-llama/llama-3.1-70b-instruct": {
|
|
7709
|
-
id: "meta-llama/llama-3.1-70b-instruct",
|
|
7710
|
-
name: "Meta: Llama 3.1 70B Instruct",
|
|
7711
|
-
api: "openai-completions",
|
|
7712
|
-
provider: "openrouter",
|
|
7713
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7714
|
-
reasoning: false,
|
|
7715
|
-
input: ["text"],
|
|
7716
|
-
cost: {
|
|
7717
|
-
input: 0.39999999999999997,
|
|
7718
|
-
output: 0.39999999999999997,
|
|
7719
|
-
cacheRead: 0,
|
|
7720
|
-
cacheWrite: 0,
|
|
7721
|
-
},
|
|
7722
|
-
contextWindow: 131072,
|
|
7723
|
-
maxTokens: 4096,
|
|
7724
|
-
},
|
|
7725
|
-
"meta-llama/llama-3.1-8b-instruct": {
|
|
7726
|
-
id: "meta-llama/llama-3.1-8b-instruct",
|
|
7727
|
-
name: "Meta: Llama 3.1 8B Instruct",
|
|
7728
|
-
api: "openai-completions",
|
|
7729
|
-
provider: "openrouter",
|
|
7730
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7731
|
-
reasoning: false,
|
|
7732
|
-
input: ["text"],
|
|
7733
|
-
cost: {
|
|
7734
|
-
input: 0.02,
|
|
7735
|
-
output: 0.049999999999999996,
|
|
7736
|
-
cacheRead: 0,
|
|
7737
|
-
cacheWrite: 0,
|
|
7738
|
-
},
|
|
7739
|
-
contextWindow: 16384,
|
|
7740
|
-
maxTokens: 16384,
|
|
7741
|
-
},
|
|
7742
|
-
"meta-llama/llama-3.3-70b-instruct": {
|
|
7743
|
-
id: "meta-llama/llama-3.3-70b-instruct",
|
|
7744
|
-
name: "Meta: Llama 3.3 70B Instruct",
|
|
7745
|
-
api: "openai-completions",
|
|
7746
|
-
provider: "openrouter",
|
|
7747
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7748
|
-
reasoning: false,
|
|
7749
|
-
input: ["text"],
|
|
7750
|
-
cost: {
|
|
7751
|
-
input: 0.09999999999999999,
|
|
7752
|
-
output: 0.32,
|
|
7753
|
-
cacheRead: 0,
|
|
7754
|
-
cacheWrite: 0,
|
|
7755
|
-
},
|
|
7756
|
-
contextWindow: 131072,
|
|
7757
|
-
maxTokens: 16384,
|
|
7758
|
-
},
|
|
7759
|
-
"meta-llama/llama-3.3-70b-instruct:free": {
|
|
7760
|
-
id: "meta-llama/llama-3.3-70b-instruct:free",
|
|
7761
|
-
name: "Meta: Llama 3.3 70B Instruct (free)",
|
|
7762
|
-
api: "openai-completions",
|
|
7763
|
-
provider: "openrouter",
|
|
7764
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7765
|
-
reasoning: false,
|
|
7766
|
-
input: ["text"],
|
|
7767
|
-
cost: {
|
|
7768
|
-
input: 0,
|
|
7769
|
-
output: 0,
|
|
7770
|
-
cacheRead: 0,
|
|
7771
|
-
cacheWrite: 0,
|
|
7772
|
-
},
|
|
7773
|
-
contextWindow: 65536,
|
|
7774
|
-
maxTokens: 4096,
|
|
7775
|
-
},
|
|
7776
|
-
"meta-llama/llama-4-maverick": {
|
|
7777
|
-
id: "meta-llama/llama-4-maverick",
|
|
7778
|
-
name: "Meta: Llama 4 Maverick",
|
|
7779
|
-
api: "openai-completions",
|
|
7780
|
-
provider: "openrouter",
|
|
7781
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7782
|
-
reasoning: false,
|
|
7783
|
-
input: ["text", "image"],
|
|
7784
|
-
cost: {
|
|
7785
|
-
input: 0.15,
|
|
7786
|
-
output: 0.6,
|
|
7787
|
-
cacheRead: 0,
|
|
7788
|
-
cacheWrite: 0,
|
|
7789
|
-
},
|
|
7790
|
-
contextWindow: 1048576,
|
|
7791
|
-
maxTokens: 16384,
|
|
7792
|
-
},
|
|
7793
|
-
"meta-llama/llama-4-scout": {
|
|
7794
|
-
id: "meta-llama/llama-4-scout",
|
|
7795
|
-
name: "Meta: Llama 4 Scout",
|
|
7796
|
-
api: "openai-completions",
|
|
7797
|
-
provider: "openrouter",
|
|
7798
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7799
|
-
reasoning: false,
|
|
7800
|
-
input: ["text", "image"],
|
|
7801
|
-
cost: {
|
|
7802
|
-
input: 0.08,
|
|
7803
|
-
output: 0.3,
|
|
7804
|
-
cacheRead: 0,
|
|
7805
|
-
cacheWrite: 0,
|
|
7806
|
-
},
|
|
7807
|
-
contextWindow: 327680,
|
|
7808
|
-
maxTokens: 16384,
|
|
7809
|
-
},
|
|
7810
|
-
"minimax/minimax-m1": {
|
|
7811
|
-
id: "minimax/minimax-m1",
|
|
7812
|
-
name: "MiniMax: MiniMax M1",
|
|
7813
|
-
api: "openai-completions",
|
|
7814
|
-
provider: "openrouter",
|
|
7815
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7816
|
-
reasoning: true,
|
|
7817
|
-
input: ["text"],
|
|
7818
|
-
cost: {
|
|
7819
|
-
input: 0.39999999999999997,
|
|
7820
|
-
output: 2.2,
|
|
7821
|
-
cacheRead: 0,
|
|
7822
|
-
cacheWrite: 0,
|
|
7823
|
-
},
|
|
7824
|
-
contextWindow: 1000000,
|
|
7825
|
-
maxTokens: 40000,
|
|
7826
|
-
},
|
|
7827
|
-
"minimax/minimax-m2": {
|
|
7828
|
-
id: "minimax/minimax-m2",
|
|
7829
|
-
name: "MiniMax: MiniMax M2",
|
|
7830
|
-
api: "openai-completions",
|
|
7831
|
-
provider: "openrouter",
|
|
7832
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7833
|
-
reasoning: true,
|
|
7834
|
-
input: ["text"],
|
|
7835
|
-
cost: {
|
|
7836
|
-
input: 0.255,
|
|
7837
|
-
output: 1,
|
|
7838
|
-
cacheRead: 0.03,
|
|
7839
|
-
cacheWrite: 0,
|
|
7840
|
-
},
|
|
7841
|
-
contextWindow: 196608,
|
|
7842
|
-
maxTokens: 196608,
|
|
7843
|
-
},
|
|
7844
|
-
"minimax/minimax-m2.1": {
|
|
7845
|
-
id: "minimax/minimax-m2.1",
|
|
7846
|
-
name: "MiniMax: MiniMax M2.1",
|
|
7847
|
-
api: "openai-completions",
|
|
7848
|
-
provider: "openrouter",
|
|
7849
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7850
|
-
reasoning: true,
|
|
7851
|
-
input: ["text"],
|
|
7852
|
-
cost: {
|
|
7853
|
-
input: 0.27,
|
|
7854
|
-
output: 0.95,
|
|
7855
|
-
cacheRead: 0.0290000007,
|
|
7856
|
-
cacheWrite: 0,
|
|
7857
|
-
},
|
|
7858
|
-
contextWindow: 196608,
|
|
7859
|
-
maxTokens: 4096,
|
|
7860
|
-
},
|
|
7861
|
-
"minimax/minimax-m2.5": {
|
|
7862
|
-
id: "minimax/minimax-m2.5",
|
|
7863
|
-
name: "MiniMax: MiniMax M2.5",
|
|
7864
|
-
api: "openai-completions",
|
|
7865
|
-
provider: "openrouter",
|
|
7866
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7867
|
-
reasoning: true,
|
|
7868
|
-
input: ["text"],
|
|
7869
|
-
cost: {
|
|
7870
|
-
input: 0.19999999999999998,
|
|
7871
|
-
output: 1.17,
|
|
7872
|
-
cacheRead: 0.09999999999999999,
|
|
7873
|
-
cacheWrite: 0,
|
|
7874
|
-
},
|
|
7875
|
-
contextWindow: 196608,
|
|
7876
|
-
maxTokens: 65536,
|
|
7877
|
-
},
|
|
7878
|
-
"minimax/minimax-m2.5:free": {
|
|
7879
|
-
id: "minimax/minimax-m2.5:free",
|
|
7880
|
-
name: "MiniMax: MiniMax M2.5 (free)",
|
|
7881
|
-
api: "openai-completions",
|
|
7882
|
-
provider: "openrouter",
|
|
7883
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7884
|
-
reasoning: true,
|
|
7885
|
-
input: ["text"],
|
|
7886
|
-
cost: {
|
|
7887
|
-
input: 0,
|
|
7888
|
-
output: 0,
|
|
7889
|
-
cacheRead: 0,
|
|
7890
|
-
cacheWrite: 0,
|
|
7891
|
-
},
|
|
7892
|
-
contextWindow: 196608,
|
|
7893
|
-
maxTokens: 196608,
|
|
7894
|
-
},
|
|
7895
|
-
"minimax/minimax-m2.7": {
|
|
7896
|
-
id: "minimax/minimax-m2.7",
|
|
7897
|
-
name: "MiniMax: MiniMax M2.7",
|
|
7898
|
-
api: "openai-completions",
|
|
7899
|
-
provider: "openrouter",
|
|
7900
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7901
|
-
reasoning: true,
|
|
7902
|
-
input: ["text"],
|
|
7903
|
-
cost: {
|
|
7904
|
-
input: 0.3,
|
|
7905
|
-
output: 1.2,
|
|
7906
|
-
cacheRead: 0.06,
|
|
7907
|
-
cacheWrite: 0,
|
|
7908
|
-
},
|
|
7909
|
-
contextWindow: 204800,
|
|
7910
|
-
maxTokens: 131072,
|
|
7911
|
-
},
|
|
7912
|
-
"mistralai/codestral-2508": {
|
|
7913
|
-
id: "mistralai/codestral-2508",
|
|
7914
|
-
name: "Mistral: Codestral 2508",
|
|
7915
|
-
api: "openai-completions",
|
|
7916
|
-
provider: "openrouter",
|
|
7917
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7918
|
-
reasoning: false,
|
|
7919
|
-
input: ["text"],
|
|
7920
|
-
cost: {
|
|
7921
|
-
input: 0.3,
|
|
7922
|
-
output: 0.8999999999999999,
|
|
7923
|
-
cacheRead: 0.03,
|
|
7924
|
-
cacheWrite: 0,
|
|
7925
|
-
},
|
|
7926
|
-
contextWindow: 256000,
|
|
7927
|
-
maxTokens: 4096,
|
|
7928
|
-
},
|
|
7929
|
-
"mistralai/devstral-2512": {
|
|
7930
|
-
id: "mistralai/devstral-2512",
|
|
7931
|
-
name: "Mistral: Devstral 2 2512",
|
|
7932
|
-
api: "openai-completions",
|
|
7933
|
-
provider: "openrouter",
|
|
7934
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7935
|
-
reasoning: false,
|
|
7936
|
-
input: ["text"],
|
|
7937
|
-
cost: {
|
|
7938
|
-
input: 0.39999999999999997,
|
|
7939
|
-
output: 2,
|
|
7940
|
-
cacheRead: 0.04,
|
|
7941
|
-
cacheWrite: 0,
|
|
7942
|
-
},
|
|
7943
|
-
contextWindow: 262144,
|
|
7944
|
-
maxTokens: 4096,
|
|
7945
|
-
},
|
|
7946
|
-
"mistralai/devstral-medium": {
|
|
7947
|
-
id: "mistralai/devstral-medium",
|
|
7948
|
-
name: "Mistral: Devstral Medium",
|
|
7949
|
-
api: "openai-completions",
|
|
7950
|
-
provider: "openrouter",
|
|
7951
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7952
|
-
reasoning: false,
|
|
7953
|
-
input: ["text"],
|
|
7954
|
-
cost: {
|
|
7955
|
-
input: 0.39999999999999997,
|
|
7956
|
-
output: 2,
|
|
7957
|
-
cacheRead: 0.04,
|
|
7958
|
-
cacheWrite: 0,
|
|
7959
|
-
},
|
|
7960
|
-
contextWindow: 131072,
|
|
7961
|
-
maxTokens: 4096,
|
|
7962
|
-
},
|
|
7963
|
-
"mistralai/devstral-small": {
|
|
7964
|
-
id: "mistralai/devstral-small",
|
|
7965
|
-
name: "Mistral: Devstral Small 1.1",
|
|
7966
|
-
api: "openai-completions",
|
|
7967
|
-
provider: "openrouter",
|
|
7968
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7969
|
-
reasoning: false,
|
|
7970
|
-
input: ["text"],
|
|
7971
|
-
cost: {
|
|
7972
|
-
input: 0.09999999999999999,
|
|
7973
|
-
output: 0.3,
|
|
7974
|
-
cacheRead: 0.01,
|
|
7975
|
-
cacheWrite: 0,
|
|
7976
|
-
},
|
|
7977
|
-
contextWindow: 131072,
|
|
7978
|
-
maxTokens: 4096,
|
|
7979
|
-
},
|
|
7980
|
-
"mistralai/ministral-14b-2512": {
|
|
7981
|
-
id: "mistralai/ministral-14b-2512",
|
|
7982
|
-
name: "Mistral: Ministral 3 14B 2512",
|
|
7983
|
-
api: "openai-completions",
|
|
7984
|
-
provider: "openrouter",
|
|
7985
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7986
|
-
reasoning: false,
|
|
7987
|
-
input: ["text", "image"],
|
|
7988
|
-
cost: {
|
|
7989
|
-
input: 0.19999999999999998,
|
|
7990
|
-
output: 0.19999999999999998,
|
|
7991
|
-
cacheRead: 0.02,
|
|
7992
|
-
cacheWrite: 0,
|
|
7993
|
-
},
|
|
7994
|
-
contextWindow: 262144,
|
|
7995
|
-
maxTokens: 4096,
|
|
7996
|
-
},
|
|
7997
|
-
"mistralai/ministral-3b-2512": {
|
|
7998
|
-
id: "mistralai/ministral-3b-2512",
|
|
7999
|
-
name: "Mistral: Ministral 3 3B 2512",
|
|
8000
|
-
api: "openai-completions",
|
|
8001
|
-
provider: "openrouter",
|
|
8002
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8003
|
-
reasoning: false,
|
|
8004
|
-
input: ["text", "image"],
|
|
8005
|
-
cost: {
|
|
8006
|
-
input: 0.09999999999999999,
|
|
8007
|
-
output: 0.09999999999999999,
|
|
8008
|
-
cacheRead: 0.01,
|
|
8009
|
-
cacheWrite: 0,
|
|
8010
|
-
},
|
|
8011
|
-
contextWindow: 131072,
|
|
8012
|
-
maxTokens: 4096,
|
|
8013
|
-
},
|
|
8014
|
-
"mistralai/ministral-8b-2512": {
|
|
8015
|
-
id: "mistralai/ministral-8b-2512",
|
|
8016
|
-
name: "Mistral: Ministral 3 8B 2512",
|
|
8017
|
-
api: "openai-completions",
|
|
8018
|
-
provider: "openrouter",
|
|
8019
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8020
|
-
reasoning: false,
|
|
8021
|
-
input: ["text", "image"],
|
|
8022
|
-
cost: {
|
|
8023
|
-
input: 0.15,
|
|
8024
|
-
output: 0.15,
|
|
8025
|
-
cacheRead: 0.015,
|
|
8026
|
-
cacheWrite: 0,
|
|
8027
|
-
},
|
|
8028
|
-
contextWindow: 262144,
|
|
8029
|
-
maxTokens: 4096,
|
|
8030
|
-
},
|
|
8031
|
-
"mistralai/mistral-large": {
|
|
8032
|
-
id: "mistralai/mistral-large",
|
|
8033
|
-
name: "Mistral Large",
|
|
8034
|
-
api: "openai-completions",
|
|
8035
|
-
provider: "openrouter",
|
|
8036
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8037
|
-
reasoning: false,
|
|
8038
|
-
input: ["text"],
|
|
8039
|
-
cost: {
|
|
8040
|
-
input: 2,
|
|
8041
|
-
output: 6,
|
|
8042
|
-
cacheRead: 0.19999999999999998,
|
|
8043
|
-
cacheWrite: 0,
|
|
8044
|
-
},
|
|
8045
|
-
contextWindow: 128000,
|
|
8046
|
-
maxTokens: 4096,
|
|
8047
|
-
},
|
|
8048
|
-
"mistralai/mistral-large-2407": {
|
|
8049
|
-
id: "mistralai/mistral-large-2407",
|
|
8050
|
-
name: "Mistral Large 2407",
|
|
8051
|
-
api: "openai-completions",
|
|
8052
|
-
provider: "openrouter",
|
|
8053
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8054
|
-
reasoning: false,
|
|
8055
|
-
input: ["text"],
|
|
8056
|
-
cost: {
|
|
8057
|
-
input: 2,
|
|
8058
|
-
output: 6,
|
|
8059
|
-
cacheRead: 0.19999999999999998,
|
|
8060
|
-
cacheWrite: 0,
|
|
8061
|
-
},
|
|
8062
|
-
contextWindow: 131072,
|
|
8063
|
-
maxTokens: 4096,
|
|
8064
|
-
},
|
|
8065
|
-
"mistralai/mistral-large-2411": {
|
|
8066
|
-
id: "mistralai/mistral-large-2411",
|
|
8067
|
-
name: "Mistral Large 2411",
|
|
8068
|
-
api: "openai-completions",
|
|
8069
|
-
provider: "openrouter",
|
|
8070
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8071
|
-
reasoning: false,
|
|
8072
|
-
input: ["text"],
|
|
8073
|
-
cost: {
|
|
8074
|
-
input: 2,
|
|
8075
|
-
output: 6,
|
|
8076
|
-
cacheRead: 0.19999999999999998,
|
|
8077
|
-
cacheWrite: 0,
|
|
8078
|
-
},
|
|
8079
|
-
contextWindow: 131072,
|
|
8080
|
-
maxTokens: 4096,
|
|
8081
|
-
},
|
|
8082
|
-
"mistralai/mistral-large-2512": {
|
|
8083
|
-
id: "mistralai/mistral-large-2512",
|
|
8084
|
-
name: "Mistral: Mistral Large 3 2512",
|
|
8085
|
-
api: "openai-completions",
|
|
8086
|
-
provider: "openrouter",
|
|
8087
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8088
|
-
reasoning: false,
|
|
8089
|
-
input: ["text", "image"],
|
|
8090
|
-
cost: {
|
|
8091
|
-
input: 0.5,
|
|
8092
|
-
output: 1.5,
|
|
8093
|
-
cacheRead: 0.049999999999999996,
|
|
8094
|
-
cacheWrite: 0,
|
|
8095
|
-
},
|
|
8096
|
-
contextWindow: 262144,
|
|
8097
|
-
maxTokens: 4096,
|
|
8098
|
-
},
|
|
8099
|
-
"mistralai/mistral-medium-3": {
|
|
8100
|
-
id: "mistralai/mistral-medium-3",
|
|
8101
|
-
name: "Mistral: Mistral Medium 3",
|
|
8102
|
-
api: "openai-completions",
|
|
8103
|
-
provider: "openrouter",
|
|
8104
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8105
|
-
reasoning: false,
|
|
8106
|
-
input: ["text", "image"],
|
|
8107
|
-
cost: {
|
|
8108
|
-
input: 0.39999999999999997,
|
|
8109
|
-
output: 2,
|
|
8110
|
-
cacheRead: 0.04,
|
|
8111
|
-
cacheWrite: 0,
|
|
8112
|
-
},
|
|
8113
|
-
contextWindow: 131072,
|
|
8114
|
-
maxTokens: 4096,
|
|
8115
|
-
},
|
|
8116
|
-
"mistralai/mistral-medium-3.1": {
|
|
8117
|
-
id: "mistralai/mistral-medium-3.1",
|
|
8118
|
-
name: "Mistral: Mistral Medium 3.1",
|
|
8119
|
-
api: "openai-completions",
|
|
8120
|
-
provider: "openrouter",
|
|
8121
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8122
|
-
reasoning: false,
|
|
8123
|
-
input: ["text", "image"],
|
|
8124
|
-
cost: {
|
|
8125
|
-
input: 0.39999999999999997,
|
|
8126
|
-
output: 2,
|
|
8127
|
-
cacheRead: 0.04,
|
|
8128
|
-
cacheWrite: 0,
|
|
8129
|
-
},
|
|
8130
|
-
contextWindow: 131072,
|
|
8131
|
-
maxTokens: 4096,
|
|
8132
|
-
},
|
|
8133
|
-
"mistralai/mistral-nemo": {
|
|
8134
|
-
id: "mistralai/mistral-nemo",
|
|
8135
|
-
name: "Mistral: Mistral Nemo",
|
|
8136
|
-
api: "openai-completions",
|
|
8137
|
-
provider: "openrouter",
|
|
8138
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8139
|
-
reasoning: false,
|
|
8140
|
-
input: ["text"],
|
|
8141
|
-
cost: {
|
|
8142
|
-
input: 0.02,
|
|
8143
|
-
output: 0.04,
|
|
8144
|
-
cacheRead: 0,
|
|
8145
|
-
cacheWrite: 0,
|
|
8146
|
-
},
|
|
8147
|
-
contextWindow: 131072,
|
|
8148
|
-
maxTokens: 16384,
|
|
8149
|
-
},
|
|
8150
|
-
"mistralai/mistral-saba": {
|
|
8151
|
-
id: "mistralai/mistral-saba",
|
|
8152
|
-
name: "Mistral: Saba",
|
|
8153
|
-
api: "openai-completions",
|
|
8154
|
-
provider: "openrouter",
|
|
8155
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8156
|
-
reasoning: false,
|
|
8157
|
-
input: ["text"],
|
|
8158
|
-
cost: {
|
|
8159
|
-
input: 0.19999999999999998,
|
|
8160
|
-
output: 0.6,
|
|
8161
|
-
cacheRead: 0.02,
|
|
8162
|
-
cacheWrite: 0,
|
|
8163
|
-
},
|
|
8164
|
-
contextWindow: 32768,
|
|
8165
|
-
maxTokens: 4096,
|
|
8166
|
-
},
|
|
8167
|
-
"mistralai/mistral-small-24b-instruct-2501": {
|
|
8168
|
-
id: "mistralai/mistral-small-24b-instruct-2501",
|
|
8169
|
-
name: "Mistral: Mistral Small 3",
|
|
8170
|
-
api: "openai-completions",
|
|
8171
|
-
provider: "openrouter",
|
|
8172
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8173
|
-
reasoning: false,
|
|
8174
|
-
input: ["text"],
|
|
8175
|
-
cost: {
|
|
8176
|
-
input: 0.049999999999999996,
|
|
8177
|
-
output: 0.08,
|
|
8178
|
-
cacheRead: 0,
|
|
8179
|
-
cacheWrite: 0,
|
|
8180
|
-
},
|
|
8181
|
-
contextWindow: 32768,
|
|
8182
|
-
maxTokens: 16384,
|
|
8183
|
-
},
|
|
8184
|
-
"mistralai/mistral-small-2603": {
|
|
8185
|
-
id: "mistralai/mistral-small-2603",
|
|
8186
|
-
name: "Mistral: Mistral Small 4",
|
|
8187
|
-
api: "openai-completions",
|
|
8188
|
-
provider: "openrouter",
|
|
8189
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8190
|
-
reasoning: true,
|
|
8191
|
-
input: ["text", "image"],
|
|
8192
|
-
cost: {
|
|
8193
|
-
input: 0.15,
|
|
8194
|
-
output: 0.6,
|
|
8195
|
-
cacheRead: 0.015,
|
|
8196
|
-
cacheWrite: 0,
|
|
8197
|
-
},
|
|
8198
|
-
contextWindow: 262144,
|
|
8199
|
-
maxTokens: 4096,
|
|
8200
|
-
},
|
|
8201
|
-
"mistralai/mistral-small-3.1-24b-instruct:free": {
|
|
8202
|
-
id: "mistralai/mistral-small-3.1-24b-instruct:free",
|
|
8203
|
-
name: "Mistral: Mistral Small 3.1 24B (free)",
|
|
8204
|
-
api: "openai-completions",
|
|
8205
|
-
provider: "openrouter",
|
|
8206
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8207
|
-
reasoning: false,
|
|
8208
|
-
input: ["text", "image"],
|
|
8209
|
-
cost: {
|
|
8210
|
-
input: 0,
|
|
8211
|
-
output: 0,
|
|
8212
|
-
cacheRead: 0,
|
|
8213
|
-
cacheWrite: 0,
|
|
8214
|
-
},
|
|
8215
|
-
contextWindow: 128000,
|
|
8216
|
-
maxTokens: 4096,
|
|
8217
|
-
},
|
|
8218
|
-
"mistralai/mistral-small-3.2-24b-instruct": {
|
|
8219
|
-
id: "mistralai/mistral-small-3.2-24b-instruct",
|
|
8220
|
-
name: "Mistral: Mistral Small 3.2 24B",
|
|
8221
|
-
api: "openai-completions",
|
|
8222
|
-
provider: "openrouter",
|
|
8223
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8224
|
-
reasoning: false,
|
|
8225
|
-
input: ["text", "image"],
|
|
8226
|
-
cost: {
|
|
8227
|
-
input: 0.075,
|
|
8228
|
-
output: 0.19999999999999998,
|
|
8229
|
-
cacheRead: 0,
|
|
8230
|
-
cacheWrite: 0,
|
|
8231
|
-
},
|
|
8232
|
-
contextWindow: 128000,
|
|
8233
|
-
maxTokens: 4096,
|
|
8234
|
-
},
|
|
8235
|
-
"mistralai/mistral-small-creative": {
|
|
8236
|
-
id: "mistralai/mistral-small-creative",
|
|
8237
|
-
name: "Mistral: Mistral Small Creative",
|
|
8238
|
-
api: "openai-completions",
|
|
8239
|
-
provider: "openrouter",
|
|
8240
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8241
|
-
reasoning: false,
|
|
8242
|
-
input: ["text"],
|
|
8243
|
-
cost: {
|
|
8244
|
-
input: 0.09999999999999999,
|
|
8245
|
-
output: 0.3,
|
|
8246
|
-
cacheRead: 0.01,
|
|
8247
|
-
cacheWrite: 0,
|
|
8248
|
-
},
|
|
8249
|
-
contextWindow: 32768,
|
|
8250
|
-
maxTokens: 4096,
|
|
8251
|
-
},
|
|
8252
|
-
"mistralai/mixtral-8x22b-instruct": {
|
|
8253
|
-
id: "mistralai/mixtral-8x22b-instruct",
|
|
8254
|
-
name: "Mistral: Mixtral 8x22B Instruct",
|
|
8255
|
-
api: "openai-completions",
|
|
8256
|
-
provider: "openrouter",
|
|
8257
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8258
|
-
reasoning: false,
|
|
8259
|
-
input: ["text"],
|
|
8260
|
-
cost: {
|
|
8261
|
-
input: 2,
|
|
8262
|
-
output: 6,
|
|
8263
|
-
cacheRead: 0.19999999999999998,
|
|
8264
|
-
cacheWrite: 0,
|
|
8265
|
-
},
|
|
8266
|
-
contextWindow: 65536,
|
|
8267
|
-
maxTokens: 4096,
|
|
8268
|
-
},
|
|
8269
|
-
"mistralai/mixtral-8x7b-instruct": {
|
|
8270
|
-
id: "mistralai/mixtral-8x7b-instruct",
|
|
8271
|
-
name: "Mistral: Mixtral 8x7B Instruct",
|
|
8272
|
-
api: "openai-completions",
|
|
8273
|
-
provider: "openrouter",
|
|
8274
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8275
|
-
reasoning: false,
|
|
8276
|
-
input: ["text"],
|
|
8277
|
-
cost: {
|
|
8278
|
-
input: 0.54,
|
|
8279
|
-
output: 0.54,
|
|
8280
|
-
cacheRead: 0,
|
|
8281
|
-
cacheWrite: 0,
|
|
8282
|
-
},
|
|
8283
|
-
contextWindow: 32768,
|
|
8284
|
-
maxTokens: 16384,
|
|
8285
|
-
},
|
|
8286
|
-
"mistralai/pixtral-large-2411": {
|
|
8287
|
-
id: "mistralai/pixtral-large-2411",
|
|
8288
|
-
name: "Mistral: Pixtral Large 2411",
|
|
8289
|
-
api: "openai-completions",
|
|
8290
|
-
provider: "openrouter",
|
|
8291
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8292
|
-
reasoning: false,
|
|
8293
|
-
input: ["text", "image"],
|
|
8294
|
-
cost: {
|
|
8295
|
-
input: 2,
|
|
8296
|
-
output: 6,
|
|
8297
|
-
cacheRead: 0.19999999999999998,
|
|
8298
|
-
cacheWrite: 0,
|
|
8299
|
-
},
|
|
8300
|
-
contextWindow: 131072,
|
|
8301
|
-
maxTokens: 4096,
|
|
8302
|
-
},
|
|
8303
|
-
"mistralai/voxtral-small-24b-2507": {
|
|
8304
|
-
id: "mistralai/voxtral-small-24b-2507",
|
|
8305
|
-
name: "Mistral: Voxtral Small 24B 2507",
|
|
8306
|
-
api: "openai-completions",
|
|
8307
|
-
provider: "openrouter",
|
|
8308
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8309
|
-
reasoning: false,
|
|
8310
|
-
input: ["text"],
|
|
8311
|
-
cost: {
|
|
8312
|
-
input: 0.09999999999999999,
|
|
8313
|
-
output: 0.3,
|
|
8314
|
-
cacheRead: 0.01,
|
|
8315
|
-
cacheWrite: 0,
|
|
8316
|
-
},
|
|
8317
|
-
contextWindow: 32000,
|
|
8318
|
-
maxTokens: 4096,
|
|
8319
|
-
},
|
|
8320
|
-
"moonshotai/kimi-k2": {
|
|
8321
|
-
id: "moonshotai/kimi-k2",
|
|
8322
|
-
name: "MoonshotAI: Kimi K2 0711",
|
|
8323
|
-
api: "openai-completions",
|
|
8324
|
-
provider: "openrouter",
|
|
8325
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8326
|
-
reasoning: false,
|
|
8327
|
-
input: ["text"],
|
|
8328
|
-
cost: {
|
|
8329
|
-
input: 0.55,
|
|
8330
|
-
output: 2.2,
|
|
8331
|
-
cacheRead: 0,
|
|
8332
|
-
cacheWrite: 0,
|
|
8333
|
-
},
|
|
8334
|
-
contextWindow: 131000,
|
|
8335
|
-
maxTokens: 4096,
|
|
8336
|
-
},
|
|
8337
|
-
"moonshotai/kimi-k2-0905": {
|
|
8338
|
-
id: "moonshotai/kimi-k2-0905",
|
|
8339
|
-
name: "MoonshotAI: Kimi K2 0905",
|
|
8340
|
-
api: "openai-completions",
|
|
8341
|
-
provider: "openrouter",
|
|
8342
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8343
|
-
reasoning: false,
|
|
8344
|
-
input: ["text"],
|
|
8345
|
-
cost: {
|
|
8346
|
-
input: 0.39999999999999997,
|
|
8347
|
-
output: 2,
|
|
8348
|
-
cacheRead: 0.15,
|
|
8349
|
-
cacheWrite: 0,
|
|
8350
|
-
},
|
|
8351
|
-
contextWindow: 131072,
|
|
8352
|
-
maxTokens: 4096,
|
|
8353
|
-
},
|
|
8354
|
-
"moonshotai/kimi-k2-thinking": {
|
|
8355
|
-
id: "moonshotai/kimi-k2-thinking",
|
|
8356
|
-
name: "MoonshotAI: Kimi K2 Thinking",
|
|
8357
|
-
api: "openai-completions",
|
|
8358
|
-
provider: "openrouter",
|
|
8359
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8360
|
-
reasoning: true,
|
|
8361
|
-
input: ["text"],
|
|
8362
|
-
cost: {
|
|
8363
|
-
input: 0.47,
|
|
8364
|
-
output: 2,
|
|
8365
|
-
cacheRead: 0.14100000000000001,
|
|
8366
|
-
cacheWrite: 0,
|
|
8367
|
-
},
|
|
8368
|
-
contextWindow: 131072,
|
|
8369
|
-
maxTokens: 4096,
|
|
8370
|
-
},
|
|
8371
|
-
"moonshotai/kimi-k2.5": {
|
|
8372
|
-
id: "moonshotai/kimi-k2.5",
|
|
8373
|
-
name: "MoonshotAI: Kimi K2.5",
|
|
8374
|
-
api: "openai-completions",
|
|
8375
|
-
provider: "openrouter",
|
|
8376
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8377
|
-
reasoning: true,
|
|
8378
|
-
input: ["text", "image"],
|
|
8379
|
-
cost: {
|
|
8380
|
-
input: 0.41,
|
|
8381
|
-
output: 2.06,
|
|
8382
|
-
cacheRead: 0.07,
|
|
8383
|
-
cacheWrite: 0,
|
|
8384
|
-
},
|
|
8385
|
-
contextWindow: 262144,
|
|
8386
|
-
maxTokens: 4096,
|
|
8387
|
-
},
|
|
8388
|
-
"nex-agi/deepseek-v3.1-nex-n1": {
|
|
8389
|
-
id: "nex-agi/deepseek-v3.1-nex-n1",
|
|
8390
|
-
name: "Nex AGI: DeepSeek V3.1 Nex N1",
|
|
8391
|
-
api: "openai-completions",
|
|
8392
|
-
provider: "openrouter",
|
|
8393
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8394
|
-
reasoning: false,
|
|
8395
|
-
input: ["text"],
|
|
8396
|
-
cost: {
|
|
8397
|
-
input: 0.27,
|
|
8398
|
-
output: 1,
|
|
8399
|
-
cacheRead: 0,
|
|
8400
|
-
cacheWrite: 0,
|
|
8401
|
-
},
|
|
8402
|
-
contextWindow: 131072,
|
|
8403
|
-
maxTokens: 163840,
|
|
8404
|
-
},
|
|
8405
|
-
"nvidia/llama-3.1-nemotron-70b-instruct": {
|
|
8406
|
-
id: "nvidia/llama-3.1-nemotron-70b-instruct",
|
|
8407
|
-
name: "NVIDIA: Llama 3.1 Nemotron 70B Instruct",
|
|
8408
|
-
api: "openai-completions",
|
|
8409
|
-
provider: "openrouter",
|
|
8410
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8411
|
-
reasoning: false,
|
|
8412
|
-
input: ["text"],
|
|
8413
|
-
cost: {
|
|
8414
|
-
input: 1.2,
|
|
8415
|
-
output: 1.2,
|
|
8416
|
-
cacheRead: 0,
|
|
8417
|
-
cacheWrite: 0,
|
|
8418
|
-
},
|
|
8419
|
-
contextWindow: 131072,
|
|
8420
|
-
maxTokens: 16384,
|
|
8421
|
-
},
|
|
8422
|
-
"nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
8423
|
-
id: "nvidia/llama-3.3-nemotron-super-49b-v1.5",
|
|
8424
|
-
name: "NVIDIA: Llama 3.3 Nemotron Super 49B V1.5",
|
|
8425
|
-
api: "openai-completions",
|
|
8426
|
-
provider: "openrouter",
|
|
8427
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8428
|
-
reasoning: true,
|
|
8429
|
-
input: ["text"],
|
|
8430
|
-
cost: {
|
|
8431
|
-
input: 0.09999999999999999,
|
|
8432
|
-
output: 0.39999999999999997,
|
|
8433
|
-
cacheRead: 0,
|
|
8434
|
-
cacheWrite: 0,
|
|
8435
|
-
},
|
|
8436
|
-
contextWindow: 131072,
|
|
8437
|
-
maxTokens: 4096,
|
|
8438
|
-
},
|
|
8439
|
-
"nvidia/nemotron-3-nano-30b-a3b": {
|
|
8440
|
-
id: "nvidia/nemotron-3-nano-30b-a3b",
|
|
8441
|
-
name: "NVIDIA: Nemotron 3 Nano 30B A3B",
|
|
8442
|
-
api: "openai-completions",
|
|
8443
|
-
provider: "openrouter",
|
|
8444
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8445
|
-
reasoning: true,
|
|
8446
|
-
input: ["text"],
|
|
8447
|
-
cost: {
|
|
8448
|
-
input: 0.049999999999999996,
|
|
8449
|
-
output: 0.19999999999999998,
|
|
8450
|
-
cacheRead: 0,
|
|
8451
|
-
cacheWrite: 0,
|
|
8452
|
-
},
|
|
8453
|
-
contextWindow: 262144,
|
|
8454
|
-
maxTokens: 4096,
|
|
8455
|
-
},
|
|
8456
|
-
"nvidia/nemotron-3-nano-30b-a3b:free": {
|
|
8457
|
-
id: "nvidia/nemotron-3-nano-30b-a3b:free",
|
|
8458
|
-
name: "NVIDIA: Nemotron 3 Nano 30B A3B (free)",
|
|
8459
|
-
api: "openai-completions",
|
|
8460
|
-
provider: "openrouter",
|
|
8461
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8462
|
-
reasoning: true,
|
|
8463
|
-
input: ["text"],
|
|
8464
|
-
cost: {
|
|
8465
|
-
input: 0,
|
|
8466
|
-
output: 0,
|
|
8467
|
-
cacheRead: 0,
|
|
8468
|
-
cacheWrite: 0,
|
|
8469
|
-
},
|
|
8470
|
-
contextWindow: 256000,
|
|
8471
|
-
maxTokens: 4096,
|
|
8472
|
-
},
|
|
8473
|
-
"nvidia/nemotron-3-super-120b-a12b": {
|
|
8474
|
-
id: "nvidia/nemotron-3-super-120b-a12b",
|
|
8475
|
-
name: "NVIDIA: Nemotron 3 Super",
|
|
8476
|
-
api: "openai-completions",
|
|
8477
|
-
provider: "openrouter",
|
|
8478
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8479
|
-
reasoning: true,
|
|
8480
|
-
input: ["text"],
|
|
8481
|
-
cost: {
|
|
8482
|
-
input: 0.09999999999999999,
|
|
8483
|
-
output: 0.5,
|
|
8484
|
-
cacheRead: 0.04,
|
|
8485
|
-
cacheWrite: 0,
|
|
8486
|
-
},
|
|
8487
|
-
contextWindow: 262144,
|
|
8488
|
-
maxTokens: 4096,
|
|
8489
|
-
},
|
|
8490
|
-
"nvidia/nemotron-3-super-120b-a12b:free": {
|
|
8491
|
-
id: "nvidia/nemotron-3-super-120b-a12b:free",
|
|
8492
|
-
name: "NVIDIA: Nemotron 3 Super (free)",
|
|
8493
|
-
api: "openai-completions",
|
|
8494
|
-
provider: "openrouter",
|
|
8495
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8496
|
-
reasoning: true,
|
|
8497
|
-
input: ["text"],
|
|
8498
|
-
cost: {
|
|
8499
|
-
input: 0,
|
|
8500
|
-
output: 0,
|
|
8501
|
-
cacheRead: 0,
|
|
8502
|
-
cacheWrite: 0,
|
|
8503
|
-
},
|
|
8504
|
-
contextWindow: 262144,
|
|
8505
|
-
maxTokens: 262144,
|
|
8506
|
-
},
|
|
8507
|
-
"nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
8508
|
-
id: "nvidia/nemotron-nano-12b-v2-vl:free",
|
|
8509
|
-
name: "NVIDIA: Nemotron Nano 12B 2 VL (free)",
|
|
8510
|
-
api: "openai-completions",
|
|
8511
|
-
provider: "openrouter",
|
|
8512
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8513
|
-
reasoning: true,
|
|
8514
|
-
input: ["text", "image"],
|
|
8515
|
-
cost: {
|
|
8516
|
-
input: 0,
|
|
8517
|
-
output: 0,
|
|
8518
|
-
cacheRead: 0,
|
|
8519
|
-
cacheWrite: 0,
|
|
8520
|
-
},
|
|
8521
|
-
contextWindow: 128000,
|
|
8522
|
-
maxTokens: 128000,
|
|
8523
|
-
},
|
|
8524
|
-
"nvidia/nemotron-nano-9b-v2": {
|
|
8525
|
-
id: "nvidia/nemotron-nano-9b-v2",
|
|
8526
|
-
name: "NVIDIA: Nemotron Nano 9B V2",
|
|
8527
|
-
api: "openai-completions",
|
|
8528
|
-
provider: "openrouter",
|
|
8529
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8530
|
-
reasoning: true,
|
|
8531
|
-
input: ["text"],
|
|
8532
|
-
cost: {
|
|
8533
|
-
input: 0.04,
|
|
8534
|
-
output: 0.16,
|
|
8535
|
-
cacheRead: 0,
|
|
8536
|
-
cacheWrite: 0,
|
|
8537
|
-
},
|
|
8538
|
-
contextWindow: 131072,
|
|
8539
|
-
maxTokens: 4096,
|
|
8540
|
-
},
|
|
8541
|
-
"nvidia/nemotron-nano-9b-v2:free": {
|
|
8542
|
-
id: "nvidia/nemotron-nano-9b-v2:free",
|
|
8543
|
-
name: "NVIDIA: Nemotron Nano 9B V2 (free)",
|
|
8544
|
-
api: "openai-completions",
|
|
8545
|
-
provider: "openrouter",
|
|
8546
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8547
|
-
reasoning: true,
|
|
8548
|
-
input: ["text"],
|
|
8549
|
-
cost: {
|
|
8550
|
-
input: 0,
|
|
8551
|
-
output: 0,
|
|
8552
|
-
cacheRead: 0,
|
|
8553
|
-
cacheWrite: 0,
|
|
8554
|
-
},
|
|
8555
|
-
contextWindow: 128000,
|
|
8556
|
-
maxTokens: 4096,
|
|
8557
|
-
},
|
|
8558
|
-
"openai/gpt-3.5-turbo": {
|
|
8559
|
-
id: "openai/gpt-3.5-turbo",
|
|
8560
|
-
name: "OpenAI: GPT-3.5 Turbo",
|
|
8561
|
-
api: "openai-completions",
|
|
8562
|
-
provider: "openrouter",
|
|
8563
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8564
|
-
reasoning: false,
|
|
8565
|
-
input: ["text"],
|
|
8566
|
-
cost: {
|
|
8567
|
-
input: 0.5,
|
|
8568
|
-
output: 1.5,
|
|
8569
|
-
cacheRead: 0,
|
|
8570
|
-
cacheWrite: 0,
|
|
8571
|
-
},
|
|
8572
|
-
contextWindow: 16385,
|
|
8573
|
-
maxTokens: 4096,
|
|
8574
|
-
},
|
|
8575
|
-
"openai/gpt-3.5-turbo-0613": {
|
|
8576
|
-
id: "openai/gpt-3.5-turbo-0613",
|
|
8577
|
-
name: "OpenAI: GPT-3.5 Turbo (older v0613)",
|
|
8578
|
-
api: "openai-completions",
|
|
8579
|
-
provider: "openrouter",
|
|
8580
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8581
|
-
reasoning: false,
|
|
8582
|
-
input: ["text"],
|
|
8583
|
-
cost: {
|
|
8584
|
-
input: 1,
|
|
8585
|
-
output: 2,
|
|
8586
|
-
cacheRead: 0,
|
|
8587
|
-
cacheWrite: 0,
|
|
8588
|
-
},
|
|
8589
|
-
contextWindow: 4095,
|
|
8590
|
-
maxTokens: 4096,
|
|
8591
|
-
},
|
|
8592
|
-
"openai/gpt-3.5-turbo-16k": {
|
|
8593
|
-
id: "openai/gpt-3.5-turbo-16k",
|
|
8594
|
-
name: "OpenAI: GPT-3.5 Turbo 16k",
|
|
8595
|
-
api: "openai-completions",
|
|
8596
|
-
provider: "openrouter",
|
|
8597
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8598
|
-
reasoning: false,
|
|
8599
|
-
input: ["text"],
|
|
8600
|
-
cost: {
|
|
8601
|
-
input: 3,
|
|
8602
|
-
output: 4,
|
|
8603
|
-
cacheRead: 0,
|
|
8604
|
-
cacheWrite: 0,
|
|
8605
|
-
},
|
|
8606
|
-
contextWindow: 16385,
|
|
8607
|
-
maxTokens: 4096,
|
|
8608
|
-
},
|
|
8609
|
-
"openai/gpt-4": {
|
|
8610
|
-
id: "openai/gpt-4",
|
|
8611
|
-
name: "OpenAI: GPT-4",
|
|
8612
|
-
api: "openai-completions",
|
|
8613
|
-
provider: "openrouter",
|
|
8614
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8615
|
-
reasoning: false,
|
|
8616
|
-
input: ["text"],
|
|
8617
|
-
cost: {
|
|
8618
|
-
input: 30,
|
|
8619
|
-
output: 60,
|
|
8620
|
-
cacheRead: 0,
|
|
8621
|
-
cacheWrite: 0,
|
|
8622
|
-
},
|
|
8623
|
-
contextWindow: 8191,
|
|
8624
|
-
maxTokens: 4096,
|
|
8625
|
-
},
|
|
8626
|
-
"openai/gpt-4-0314": {
|
|
8627
|
-
id: "openai/gpt-4-0314",
|
|
8628
|
-
name: "OpenAI: GPT-4 (older v0314)",
|
|
8629
|
-
api: "openai-completions",
|
|
8630
|
-
provider: "openrouter",
|
|
8631
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8632
|
-
reasoning: false,
|
|
8633
|
-
input: ["text"],
|
|
8634
|
-
cost: {
|
|
8635
|
-
input: 30,
|
|
8636
|
-
output: 60,
|
|
8637
|
-
cacheRead: 0,
|
|
8638
|
-
cacheWrite: 0,
|
|
8639
|
-
},
|
|
8640
|
-
contextWindow: 8191,
|
|
8641
|
-
maxTokens: 4096,
|
|
8642
|
-
},
|
|
8643
|
-
"openai/gpt-4-1106-preview": {
|
|
8644
|
-
id: "openai/gpt-4-1106-preview",
|
|
8645
|
-
name: "OpenAI: GPT-4 Turbo (older v1106)",
|
|
8646
|
-
api: "openai-completions",
|
|
8647
|
-
provider: "openrouter",
|
|
8648
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8649
|
-
reasoning: false,
|
|
8650
|
-
input: ["text"],
|
|
8651
|
-
cost: {
|
|
8652
|
-
input: 10,
|
|
8653
|
-
output: 30,
|
|
8654
|
-
cacheRead: 0,
|
|
8655
|
-
cacheWrite: 0,
|
|
8656
|
-
},
|
|
8657
|
-
contextWindow: 128000,
|
|
8658
|
-
maxTokens: 4096,
|
|
8659
|
-
},
|
|
8660
|
-
"openai/gpt-4-turbo": {
|
|
8661
|
-
id: "openai/gpt-4-turbo",
|
|
8662
|
-
name: "OpenAI: GPT-4 Turbo",
|
|
8663
|
-
api: "openai-completions",
|
|
8664
|
-
provider: "openrouter",
|
|
8665
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8666
|
-
reasoning: false,
|
|
8667
|
-
input: ["text", "image"],
|
|
8668
|
-
cost: {
|
|
8669
|
-
input: 10,
|
|
8670
|
-
output: 30,
|
|
8671
|
-
cacheRead: 0,
|
|
8672
|
-
cacheWrite: 0,
|
|
8673
|
-
},
|
|
8674
|
-
contextWindow: 128000,
|
|
8675
|
-
maxTokens: 4096,
|
|
8676
|
-
},
|
|
8677
|
-
"openai/gpt-4-turbo-preview": {
|
|
8678
|
-
id: "openai/gpt-4-turbo-preview",
|
|
8679
|
-
name: "OpenAI: GPT-4 Turbo Preview",
|
|
8680
|
-
api: "openai-completions",
|
|
8681
|
-
provider: "openrouter",
|
|
8682
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8683
|
-
reasoning: false,
|
|
8684
|
-
input: ["text"],
|
|
8685
|
-
cost: {
|
|
8686
|
-
input: 10,
|
|
8687
|
-
output: 30,
|
|
8688
|
-
cacheRead: 0,
|
|
8689
|
-
cacheWrite: 0,
|
|
8690
|
-
},
|
|
8691
|
-
contextWindow: 128000,
|
|
8692
|
-
maxTokens: 4096,
|
|
8693
|
-
},
|
|
8694
|
-
"openai/gpt-4.1": {
|
|
8695
|
-
id: "openai/gpt-4.1",
|
|
8696
|
-
name: "OpenAI: GPT-4.1",
|
|
8697
|
-
api: "openai-completions",
|
|
8698
|
-
provider: "openrouter",
|
|
8699
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8700
|
-
reasoning: false,
|
|
8701
|
-
input: ["text", "image"],
|
|
8702
|
-
cost: {
|
|
8703
|
-
input: 2,
|
|
8704
|
-
output: 8,
|
|
8705
|
-
cacheRead: 0.5,
|
|
8706
|
-
cacheWrite: 0,
|
|
8707
|
-
},
|
|
8708
|
-
contextWindow: 1047576,
|
|
8709
|
-
maxTokens: 32768,
|
|
8710
|
-
},
|
|
8711
|
-
"openai/gpt-4.1-mini": {
|
|
8712
|
-
id: "openai/gpt-4.1-mini",
|
|
8713
|
-
name: "OpenAI: GPT-4.1 Mini",
|
|
8714
|
-
api: "openai-completions",
|
|
8715
|
-
provider: "openrouter",
|
|
8716
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8717
|
-
reasoning: false,
|
|
8718
|
-
input: ["text", "image"],
|
|
8719
|
-
cost: {
|
|
8720
|
-
input: 0.39999999999999997,
|
|
8721
|
-
output: 1.5999999999999999,
|
|
8722
|
-
cacheRead: 0.09999999999999999,
|
|
8723
|
-
cacheWrite: 0,
|
|
8724
|
-
},
|
|
8725
|
-
contextWindow: 1047576,
|
|
8726
|
-
maxTokens: 32768,
|
|
8727
|
-
},
|
|
8728
|
-
"openai/gpt-4.1-nano": {
|
|
8729
|
-
id: "openai/gpt-4.1-nano",
|
|
8730
|
-
name: "OpenAI: GPT-4.1 Nano",
|
|
8731
|
-
api: "openai-completions",
|
|
8732
|
-
provider: "openrouter",
|
|
8733
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8734
|
-
reasoning: false,
|
|
8735
|
-
input: ["text", "image"],
|
|
8736
|
-
cost: {
|
|
8737
|
-
input: 0.09999999999999999,
|
|
8738
|
-
output: 0.39999999999999997,
|
|
8739
|
-
cacheRead: 0.024999999999999998,
|
|
8740
|
-
cacheWrite: 0,
|
|
8741
|
-
},
|
|
8742
|
-
contextWindow: 1047576,
|
|
8743
|
-
maxTokens: 32768,
|
|
8744
|
-
},
|
|
8745
|
-
"openai/gpt-4o": {
|
|
8746
|
-
id: "openai/gpt-4o",
|
|
8747
|
-
name: "OpenAI: GPT-4o",
|
|
8748
|
-
api: "openai-completions",
|
|
8749
|
-
provider: "openrouter",
|
|
8750
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8751
|
-
reasoning: false,
|
|
8752
|
-
input: ["text", "image"],
|
|
8753
|
-
cost: {
|
|
8754
|
-
input: 2.5,
|
|
8755
|
-
output: 10,
|
|
8756
|
-
cacheRead: 1.25,
|
|
8757
|
-
cacheWrite: 0,
|
|
8758
|
-
},
|
|
8759
|
-
contextWindow: 128000,
|
|
8760
|
-
maxTokens: 16384,
|
|
8761
|
-
},
|
|
8762
|
-
"openai/gpt-4o-2024-05-13": {
|
|
8763
|
-
id: "openai/gpt-4o-2024-05-13",
|
|
8764
|
-
name: "OpenAI: GPT-4o (2024-05-13)",
|
|
8765
|
-
api: "openai-completions",
|
|
8766
|
-
provider: "openrouter",
|
|
8767
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8768
|
-
reasoning: false,
|
|
8769
|
-
input: ["text", "image"],
|
|
8770
|
-
cost: {
|
|
8771
|
-
input: 5,
|
|
8772
|
-
output: 15,
|
|
8773
|
-
cacheRead: 0,
|
|
8774
|
-
cacheWrite: 0,
|
|
8775
|
-
},
|
|
8776
|
-
contextWindow: 128000,
|
|
8777
|
-
maxTokens: 4096,
|
|
8778
|
-
},
|
|
8779
|
-
"openai/gpt-4o-2024-08-06": {
|
|
8780
|
-
id: "openai/gpt-4o-2024-08-06",
|
|
8781
|
-
name: "OpenAI: GPT-4o (2024-08-06)",
|
|
8782
|
-
api: "openai-completions",
|
|
8783
|
-
provider: "openrouter",
|
|
8784
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8785
|
-
reasoning: false,
|
|
8786
|
-
input: ["text", "image"],
|
|
8787
|
-
cost: {
|
|
8788
|
-
input: 2.5,
|
|
8789
|
-
output: 10,
|
|
8790
|
-
cacheRead: 1.25,
|
|
8791
|
-
cacheWrite: 0,
|
|
8792
|
-
},
|
|
8793
|
-
contextWindow: 128000,
|
|
8794
|
-
maxTokens: 16384,
|
|
8795
|
-
},
|
|
8796
|
-
"openai/gpt-4o-2024-11-20": {
|
|
8797
|
-
id: "openai/gpt-4o-2024-11-20",
|
|
8798
|
-
name: "OpenAI: GPT-4o (2024-11-20)",
|
|
8799
|
-
api: "openai-completions",
|
|
8800
|
-
provider: "openrouter",
|
|
8801
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8802
|
-
reasoning: false,
|
|
8803
|
-
input: ["text", "image"],
|
|
8804
|
-
cost: {
|
|
8805
|
-
input: 2.5,
|
|
8806
|
-
output: 10,
|
|
8807
|
-
cacheRead: 1.25,
|
|
8808
|
-
cacheWrite: 0,
|
|
8809
|
-
},
|
|
8810
|
-
contextWindow: 128000,
|
|
8811
|
-
maxTokens: 16384,
|
|
8812
|
-
},
|
|
8813
|
-
"openai/gpt-4o-audio-preview": {
|
|
8814
|
-
id: "openai/gpt-4o-audio-preview",
|
|
8815
|
-
name: "OpenAI: GPT-4o Audio",
|
|
8816
|
-
api: "openai-completions",
|
|
8817
|
-
provider: "openrouter",
|
|
8818
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8819
|
-
reasoning: false,
|
|
8820
|
-
input: ["text"],
|
|
8821
|
-
cost: {
|
|
8822
|
-
input: 2.5,
|
|
8823
|
-
output: 10,
|
|
8824
|
-
cacheRead: 0,
|
|
8825
|
-
cacheWrite: 0,
|
|
8826
|
-
},
|
|
8827
|
-
contextWindow: 128000,
|
|
8828
|
-
maxTokens: 16384,
|
|
8829
|
-
},
|
|
8830
|
-
"openai/gpt-4o-mini": {
|
|
8831
|
-
id: "openai/gpt-4o-mini",
|
|
8832
|
-
name: "OpenAI: GPT-4o-mini",
|
|
8833
|
-
api: "openai-completions",
|
|
8834
|
-
provider: "openrouter",
|
|
8835
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8836
|
-
reasoning: false,
|
|
8837
|
-
input: ["text", "image"],
|
|
8838
|
-
cost: {
|
|
8839
|
-
input: 0.15,
|
|
8840
|
-
output: 0.6,
|
|
8841
|
-
cacheRead: 0.075,
|
|
8842
|
-
cacheWrite: 0,
|
|
8843
|
-
},
|
|
8844
|
-
contextWindow: 128000,
|
|
8845
|
-
maxTokens: 16384,
|
|
8846
|
-
},
|
|
8847
|
-
"openai/gpt-4o-mini-2024-07-18": {
|
|
8848
|
-
id: "openai/gpt-4o-mini-2024-07-18",
|
|
8849
|
-
name: "OpenAI: GPT-4o-mini (2024-07-18)",
|
|
8850
|
-
api: "openai-completions",
|
|
8851
|
-
provider: "openrouter",
|
|
8852
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8853
|
-
reasoning: false,
|
|
8854
|
-
input: ["text", "image"],
|
|
8855
|
-
cost: {
|
|
8856
|
-
input: 0.15,
|
|
8857
|
-
output: 0.6,
|
|
8858
|
-
cacheRead: 0.075,
|
|
8859
|
-
cacheWrite: 0,
|
|
8860
|
-
},
|
|
8861
|
-
contextWindow: 128000,
|
|
8862
|
-
maxTokens: 16384,
|
|
8863
|
-
},
|
|
8864
|
-
"openai/gpt-4o:extended": {
|
|
8865
|
-
id: "openai/gpt-4o:extended",
|
|
8866
|
-
name: "OpenAI: GPT-4o (extended)",
|
|
8867
|
-
api: "openai-completions",
|
|
8868
|
-
provider: "openrouter",
|
|
8869
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8870
|
-
reasoning: false,
|
|
8871
|
-
input: ["text", "image"],
|
|
8872
|
-
cost: {
|
|
8873
|
-
input: 6,
|
|
8874
|
-
output: 18,
|
|
8875
|
-
cacheRead: 0,
|
|
8876
|
-
cacheWrite: 0,
|
|
8877
|
-
},
|
|
8878
|
-
contextWindow: 128000,
|
|
8879
|
-
maxTokens: 64000,
|
|
8880
|
-
},
|
|
8881
|
-
"openai/gpt-5": {
|
|
8882
|
-
id: "openai/gpt-5",
|
|
8883
|
-
name: "OpenAI: GPT-5",
|
|
8884
|
-
api: "openai-completions",
|
|
8885
|
-
provider: "openrouter",
|
|
8886
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8887
|
-
reasoning: true,
|
|
8888
|
-
input: ["text", "image"],
|
|
8889
|
-
cost: {
|
|
8890
|
-
input: 1.25,
|
|
8891
|
-
output: 10,
|
|
8892
|
-
cacheRead: 0.125,
|
|
8893
|
-
cacheWrite: 0,
|
|
8894
|
-
},
|
|
8895
|
-
contextWindow: 400000,
|
|
8896
|
-
maxTokens: 128000,
|
|
8897
|
-
},
|
|
8898
|
-
"openai/gpt-5-codex": {
|
|
8899
|
-
id: "openai/gpt-5-codex",
|
|
8900
|
-
name: "OpenAI: GPT-5 Codex",
|
|
8901
|
-
api: "openai-completions",
|
|
8902
|
-
provider: "openrouter",
|
|
8903
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8904
|
-
reasoning: true,
|
|
8905
|
-
input: ["text", "image"],
|
|
8906
|
-
cost: {
|
|
8907
|
-
input: 1.25,
|
|
8908
|
-
output: 10,
|
|
8909
|
-
cacheRead: 0.125,
|
|
8910
|
-
cacheWrite: 0,
|
|
8911
|
-
},
|
|
8912
|
-
contextWindow: 400000,
|
|
8913
|
-
maxTokens: 128000,
|
|
8914
|
-
},
|
|
8915
|
-
"openai/gpt-5-image": {
|
|
8916
|
-
id: "openai/gpt-5-image",
|
|
8917
|
-
name: "OpenAI: GPT-5 Image",
|
|
8918
|
-
api: "openai-completions",
|
|
8919
|
-
provider: "openrouter",
|
|
8920
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8921
|
-
reasoning: true,
|
|
8922
|
-
input: ["text", "image"],
|
|
8923
|
-
cost: {
|
|
8924
|
-
input: 10,
|
|
8925
|
-
output: 10,
|
|
8926
|
-
cacheRead: 1.25,
|
|
8927
|
-
cacheWrite: 0,
|
|
8928
|
-
},
|
|
8929
|
-
contextWindow: 400000,
|
|
8930
|
-
maxTokens: 128000,
|
|
8931
|
-
},
|
|
8932
|
-
"openai/gpt-5-image-mini": {
|
|
8933
|
-
id: "openai/gpt-5-image-mini",
|
|
8934
|
-
name: "OpenAI: GPT-5 Image Mini",
|
|
8935
|
-
api: "openai-completions",
|
|
8936
|
-
provider: "openrouter",
|
|
8937
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8938
|
-
reasoning: true,
|
|
8939
|
-
input: ["text", "image"],
|
|
8940
|
-
cost: {
|
|
8941
|
-
input: 2.5,
|
|
8942
|
-
output: 2,
|
|
8943
|
-
cacheRead: 0.25,
|
|
8944
|
-
cacheWrite: 0,
|
|
8945
|
-
},
|
|
8946
|
-
contextWindow: 400000,
|
|
8947
|
-
maxTokens: 128000,
|
|
8948
|
-
},
|
|
8949
|
-
"openai/gpt-5-mini": {
|
|
8950
|
-
id: "openai/gpt-5-mini",
|
|
8951
|
-
name: "OpenAI: GPT-5 Mini",
|
|
8952
|
-
api: "openai-completions",
|
|
8953
|
-
provider: "openrouter",
|
|
8954
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8955
|
-
reasoning: true,
|
|
8956
|
-
input: ["text", "image"],
|
|
8957
|
-
cost: {
|
|
8958
|
-
input: 0.25,
|
|
8959
|
-
output: 2,
|
|
8960
|
-
cacheRead: 0.024999999999999998,
|
|
8961
|
-
cacheWrite: 0,
|
|
8962
|
-
},
|
|
8963
|
-
contextWindow: 400000,
|
|
8964
|
-
maxTokens: 128000,
|
|
8965
|
-
},
|
|
8966
|
-
"openai/gpt-5-nano": {
|
|
8967
|
-
id: "openai/gpt-5-nano",
|
|
8968
|
-
name: "OpenAI: GPT-5 Nano",
|
|
8969
|
-
api: "openai-completions",
|
|
8970
|
-
provider: "openrouter",
|
|
8971
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8972
|
-
reasoning: true,
|
|
8973
|
-
input: ["text", "image"],
|
|
8974
|
-
cost: {
|
|
8975
|
-
input: 0.049999999999999996,
|
|
8976
|
-
output: 0.39999999999999997,
|
|
8977
|
-
cacheRead: 0.005,
|
|
8978
|
-
cacheWrite: 0,
|
|
8979
|
-
},
|
|
8980
|
-
contextWindow: 400000,
|
|
8981
|
-
maxTokens: 128000,
|
|
8982
|
-
},
|
|
8983
|
-
"openai/gpt-5-pro": {
|
|
8984
|
-
id: "openai/gpt-5-pro",
|
|
8985
|
-
name: "OpenAI: GPT-5 Pro",
|
|
8986
|
-
api: "openai-completions",
|
|
8987
|
-
provider: "openrouter",
|
|
8988
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8989
|
-
reasoning: true,
|
|
8990
|
-
input: ["text", "image"],
|
|
8991
|
-
cost: {
|
|
8992
|
-
input: 15,
|
|
8993
|
-
output: 120,
|
|
8994
|
-
cacheRead: 0,
|
|
8995
|
-
cacheWrite: 0,
|
|
8996
|
-
},
|
|
8997
|
-
contextWindow: 400000,
|
|
8998
|
-
maxTokens: 128000,
|
|
8999
|
-
},
|
|
9000
|
-
"openai/gpt-5.1": {
|
|
9001
|
-
id: "openai/gpt-5.1",
|
|
9002
|
-
name: "OpenAI: GPT-5.1",
|
|
9003
|
-
api: "openai-completions",
|
|
9004
|
-
provider: "openrouter",
|
|
9005
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9006
|
-
reasoning: true,
|
|
9007
|
-
input: ["text", "image"],
|
|
9008
|
-
cost: {
|
|
9009
|
-
input: 1.25,
|
|
9010
|
-
output: 10,
|
|
9011
|
-
cacheRead: 0.125,
|
|
9012
|
-
cacheWrite: 0,
|
|
9013
|
-
},
|
|
9014
|
-
contextWindow: 400000,
|
|
9015
|
-
maxTokens: 128000,
|
|
9016
|
-
},
|
|
9017
|
-
"openai/gpt-5.1-chat": {
|
|
9018
|
-
id: "openai/gpt-5.1-chat",
|
|
9019
|
-
name: "OpenAI: GPT-5.1 Chat",
|
|
9020
|
-
api: "openai-completions",
|
|
9021
|
-
provider: "openrouter",
|
|
9022
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9023
|
-
reasoning: false,
|
|
9024
|
-
input: ["text", "image"],
|
|
9025
|
-
cost: {
|
|
9026
|
-
input: 1.25,
|
|
9027
|
-
output: 10,
|
|
9028
|
-
cacheRead: 0.125,
|
|
9029
|
-
cacheWrite: 0,
|
|
9030
|
-
},
|
|
9031
|
-
contextWindow: 128000,
|
|
9032
|
-
maxTokens: 16384,
|
|
9033
|
-
},
|
|
9034
|
-
"openai/gpt-5.1-codex": {
|
|
9035
|
-
id: "openai/gpt-5.1-codex",
|
|
9036
|
-
name: "OpenAI: GPT-5.1-Codex",
|
|
9037
|
-
api: "openai-completions",
|
|
9038
|
-
provider: "openrouter",
|
|
9039
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9040
|
-
reasoning: true,
|
|
9041
|
-
input: ["text", "image"],
|
|
9042
|
-
cost: {
|
|
9043
|
-
input: 1.25,
|
|
9044
|
-
output: 10,
|
|
9045
|
-
cacheRead: 0.125,
|
|
9046
|
-
cacheWrite: 0,
|
|
9047
|
-
},
|
|
9048
|
-
contextWindow: 400000,
|
|
9049
|
-
maxTokens: 128000,
|
|
9050
|
-
},
|
|
9051
|
-
"openai/gpt-5.1-codex-max": {
|
|
9052
|
-
id: "openai/gpt-5.1-codex-max",
|
|
9053
|
-
name: "OpenAI: GPT-5.1-Codex-Max",
|
|
9054
|
-
api: "openai-completions",
|
|
9055
|
-
provider: "openrouter",
|
|
9056
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9057
|
-
reasoning: true,
|
|
9058
|
-
input: ["text", "image"],
|
|
9059
|
-
cost: {
|
|
9060
|
-
input: 1.25,
|
|
9061
|
-
output: 10,
|
|
9062
|
-
cacheRead: 0.125,
|
|
9063
|
-
cacheWrite: 0,
|
|
9064
|
-
},
|
|
9065
|
-
contextWindow: 400000,
|
|
9066
|
-
maxTokens: 128000,
|
|
9067
|
-
},
|
|
9068
|
-
"openai/gpt-5.1-codex-mini": {
|
|
9069
|
-
id: "openai/gpt-5.1-codex-mini",
|
|
9070
|
-
name: "OpenAI: GPT-5.1-Codex-Mini",
|
|
9071
|
-
api: "openai-completions",
|
|
9072
|
-
provider: "openrouter",
|
|
9073
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9074
|
-
reasoning: true,
|
|
9075
|
-
input: ["text", "image"],
|
|
9076
|
-
cost: {
|
|
9077
|
-
input: 0.25,
|
|
9078
|
-
output: 2,
|
|
9079
|
-
cacheRead: 0.024999999999999998,
|
|
9080
|
-
cacheWrite: 0,
|
|
9081
|
-
},
|
|
9082
|
-
contextWindow: 400000,
|
|
9083
|
-
maxTokens: 100000,
|
|
9084
|
-
},
|
|
9085
|
-
"openai/gpt-5.2": {
|
|
9086
|
-
id: "openai/gpt-5.2",
|
|
9087
|
-
name: "OpenAI: GPT-5.2",
|
|
9088
|
-
api: "openai-completions",
|
|
9089
|
-
provider: "openrouter",
|
|
9090
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9091
|
-
reasoning: true,
|
|
9092
|
-
input: ["text", "image"],
|
|
9093
|
-
cost: {
|
|
9094
|
-
input: 1.75,
|
|
9095
|
-
output: 14,
|
|
9096
|
-
cacheRead: 0.175,
|
|
9097
|
-
cacheWrite: 0,
|
|
9098
|
-
},
|
|
9099
|
-
contextWindow: 400000,
|
|
9100
|
-
maxTokens: 128000,
|
|
9101
|
-
},
|
|
9102
|
-
"openai/gpt-5.2-chat": {
|
|
9103
|
-
id: "openai/gpt-5.2-chat",
|
|
9104
|
-
name: "OpenAI: GPT-5.2 Chat",
|
|
9105
|
-
api: "openai-completions",
|
|
9106
|
-
provider: "openrouter",
|
|
9107
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9108
|
-
reasoning: false,
|
|
9109
|
-
input: ["text", "image"],
|
|
9110
|
-
cost: {
|
|
9111
|
-
input: 1.75,
|
|
9112
|
-
output: 14,
|
|
9113
|
-
cacheRead: 0.175,
|
|
9114
|
-
cacheWrite: 0,
|
|
9115
|
-
},
|
|
9116
|
-
contextWindow: 128000,
|
|
9117
|
-
maxTokens: 16384,
|
|
9118
|
-
},
|
|
9119
|
-
"openai/gpt-5.2-codex": {
|
|
9120
|
-
id: "openai/gpt-5.2-codex",
|
|
9121
|
-
name: "OpenAI: GPT-5.2-Codex",
|
|
9122
|
-
api: "openai-completions",
|
|
9123
|
-
provider: "openrouter",
|
|
9124
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9125
|
-
reasoning: true,
|
|
9126
|
-
input: ["text", "image"],
|
|
9127
|
-
cost: {
|
|
9128
|
-
input: 1.75,
|
|
9129
|
-
output: 14,
|
|
9130
|
-
cacheRead: 0.175,
|
|
9131
|
-
cacheWrite: 0,
|
|
9132
|
-
},
|
|
9133
|
-
contextWindow: 400000,
|
|
9134
|
-
maxTokens: 128000,
|
|
9135
|
-
},
|
|
9136
|
-
"openai/gpt-5.2-pro": {
|
|
9137
|
-
id: "openai/gpt-5.2-pro",
|
|
9138
|
-
name: "OpenAI: GPT-5.2 Pro",
|
|
9139
|
-
api: "openai-completions",
|
|
9140
|
-
provider: "openrouter",
|
|
9141
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9142
|
-
reasoning: true,
|
|
9143
|
-
input: ["text", "image"],
|
|
9144
|
-
cost: {
|
|
9145
|
-
input: 21,
|
|
9146
|
-
output: 168,
|
|
9147
|
-
cacheRead: 0,
|
|
9148
|
-
cacheWrite: 0,
|
|
9149
|
-
},
|
|
9150
|
-
contextWindow: 400000,
|
|
9151
|
-
maxTokens: 128000,
|
|
9152
|
-
},
|
|
9153
|
-
"openai/gpt-5.3-chat": {
|
|
9154
|
-
id: "openai/gpt-5.3-chat",
|
|
9155
|
-
name: "OpenAI: GPT-5.3 Chat",
|
|
9156
|
-
api: "openai-completions",
|
|
9157
|
-
provider: "openrouter",
|
|
9158
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9159
|
-
reasoning: false,
|
|
9160
|
-
input: ["text", "image"],
|
|
9161
|
-
cost: {
|
|
9162
|
-
input: 1.75,
|
|
9163
|
-
output: 14,
|
|
9164
|
-
cacheRead: 0.175,
|
|
9165
|
-
cacheWrite: 0,
|
|
9166
|
-
},
|
|
9167
|
-
contextWindow: 128000,
|
|
9168
|
-
maxTokens: 16384,
|
|
9169
|
-
},
|
|
9170
|
-
"openai/gpt-5.3-codex": {
|
|
9171
|
-
id: "openai/gpt-5.3-codex",
|
|
9172
|
-
name: "OpenAI: GPT-5.3-Codex",
|
|
9173
|
-
api: "openai-completions",
|
|
9174
|
-
provider: "openrouter",
|
|
9175
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9176
|
-
reasoning: true,
|
|
9177
|
-
input: ["text", "image"],
|
|
9178
|
-
cost: {
|
|
9179
|
-
input: 1.75,
|
|
9180
|
-
output: 14,
|
|
9181
|
-
cacheRead: 0.175,
|
|
9182
|
-
cacheWrite: 0,
|
|
9183
|
-
},
|
|
9184
|
-
contextWindow: 400000,
|
|
9185
|
-
maxTokens: 128000,
|
|
9186
|
-
},
|
|
9187
|
-
"openai/gpt-5.4": {
|
|
9188
|
-
id: "openai/gpt-5.4",
|
|
9189
|
-
name: "OpenAI: GPT-5.4",
|
|
9190
|
-
api: "openai-completions",
|
|
9191
|
-
provider: "openrouter",
|
|
9192
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9193
|
-
reasoning: true,
|
|
9194
|
-
input: ["text", "image"],
|
|
9195
|
-
cost: {
|
|
9196
|
-
input: 2.5,
|
|
9197
|
-
output: 15,
|
|
9198
|
-
cacheRead: 0.25,
|
|
9199
|
-
cacheWrite: 0,
|
|
9200
|
-
},
|
|
9201
|
-
contextWindow: 1050000,
|
|
9202
|
-
maxTokens: 128000,
|
|
9203
|
-
},
|
|
9204
|
-
"openai/gpt-5.4-mini": {
|
|
9205
|
-
id: "openai/gpt-5.4-mini",
|
|
9206
|
-
name: "OpenAI: GPT-5.4 Mini",
|
|
9207
|
-
api: "openai-completions",
|
|
9208
|
-
provider: "openrouter",
|
|
9209
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9210
|
-
reasoning: true,
|
|
9211
|
-
input: ["text", "image"],
|
|
9212
|
-
cost: {
|
|
9213
|
-
input: 0.75,
|
|
9214
|
-
output: 4.5,
|
|
9215
|
-
cacheRead: 0.075,
|
|
9216
|
-
cacheWrite: 0,
|
|
9217
|
-
},
|
|
9218
|
-
contextWindow: 400000,
|
|
9219
|
-
maxTokens: 128000,
|
|
9220
|
-
},
|
|
9221
|
-
"openai/gpt-5.4-nano": {
|
|
9222
|
-
id: "openai/gpt-5.4-nano",
|
|
9223
|
-
name: "OpenAI: GPT-5.4 Nano",
|
|
9224
|
-
api: "openai-completions",
|
|
9225
|
-
provider: "openrouter",
|
|
9226
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9227
|
-
reasoning: true,
|
|
9228
|
-
input: ["text", "image"],
|
|
9229
|
-
cost: {
|
|
9230
|
-
input: 0.19999999999999998,
|
|
9231
|
-
output: 1.25,
|
|
9232
|
-
cacheRead: 0.02,
|
|
9233
|
-
cacheWrite: 0,
|
|
9234
|
-
},
|
|
9235
|
-
contextWindow: 400000,
|
|
9236
|
-
maxTokens: 128000,
|
|
9237
|
-
},
|
|
9238
|
-
"openai/gpt-5.4-pro": {
|
|
9239
|
-
id: "openai/gpt-5.4-pro",
|
|
9240
|
-
name: "OpenAI: GPT-5.4 Pro",
|
|
9241
|
-
api: "openai-completions",
|
|
9242
|
-
provider: "openrouter",
|
|
9243
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9244
|
-
reasoning: true,
|
|
9245
|
-
input: ["text", "image"],
|
|
9246
|
-
cost: {
|
|
9247
|
-
input: 30,
|
|
9248
|
-
output: 180,
|
|
9249
|
-
cacheRead: 0,
|
|
9250
|
-
cacheWrite: 0,
|
|
9251
|
-
},
|
|
9252
|
-
contextWindow: 1050000,
|
|
9253
|
-
maxTokens: 128000,
|
|
9254
|
-
},
|
|
9255
|
-
"openai/gpt-oss-120b": {
|
|
9256
|
-
id: "openai/gpt-oss-120b",
|
|
9257
|
-
name: "OpenAI: gpt-oss-120b",
|
|
9258
|
-
api: "openai-completions",
|
|
9259
|
-
provider: "openrouter",
|
|
9260
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9261
|
-
reasoning: true,
|
|
9262
|
-
input: ["text"],
|
|
9263
|
-
cost: {
|
|
9264
|
-
input: 0.039,
|
|
9265
|
-
output: 0.19,
|
|
9266
|
-
cacheRead: 0,
|
|
9267
|
-
cacheWrite: 0,
|
|
9268
|
-
},
|
|
9269
|
-
contextWindow: 131072,
|
|
9270
|
-
maxTokens: 4096,
|
|
9271
|
-
},
|
|
9272
|
-
"openai/gpt-oss-120b:free": {
|
|
9273
|
-
id: "openai/gpt-oss-120b:free",
|
|
9274
|
-
name: "OpenAI: gpt-oss-120b (free)",
|
|
9275
|
-
api: "openai-completions",
|
|
9276
|
-
provider: "openrouter",
|
|
9277
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9278
|
-
reasoning: true,
|
|
9279
|
-
input: ["text"],
|
|
9280
|
-
cost: {
|
|
9281
|
-
input: 0,
|
|
9282
|
-
output: 0,
|
|
9283
|
-
cacheRead: 0,
|
|
9284
|
-
cacheWrite: 0,
|
|
9285
|
-
},
|
|
9286
|
-
contextWindow: 131072,
|
|
9287
|
-
maxTokens: 131072,
|
|
9288
|
-
},
|
|
9289
|
-
"openai/gpt-oss-20b": {
|
|
9290
|
-
id: "openai/gpt-oss-20b",
|
|
9291
|
-
name: "OpenAI: gpt-oss-20b",
|
|
9292
|
-
api: "openai-completions",
|
|
9293
|
-
provider: "openrouter",
|
|
9294
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9295
|
-
reasoning: true,
|
|
9296
|
-
input: ["text"],
|
|
9297
|
-
cost: {
|
|
9298
|
-
input: 0.03,
|
|
9299
|
-
output: 0.11,
|
|
9300
|
-
cacheRead: 0.015,
|
|
9301
|
-
cacheWrite: 0,
|
|
9302
|
-
},
|
|
9303
|
-
contextWindow: 131072,
|
|
9304
|
-
maxTokens: 131072,
|
|
9305
|
-
},
|
|
9306
|
-
"openai/gpt-oss-20b:free": {
|
|
9307
|
-
id: "openai/gpt-oss-20b:free",
|
|
9308
|
-
name: "OpenAI: gpt-oss-20b (free)",
|
|
9309
|
-
api: "openai-completions",
|
|
9310
|
-
provider: "openrouter",
|
|
9311
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9312
|
-
reasoning: true,
|
|
9313
|
-
input: ["text"],
|
|
9314
|
-
cost: {
|
|
9315
|
-
input: 0,
|
|
9316
|
-
output: 0,
|
|
9317
|
-
cacheRead: 0,
|
|
9318
|
-
cacheWrite: 0,
|
|
9319
|
-
},
|
|
9320
|
-
contextWindow: 131072,
|
|
9321
|
-
maxTokens: 131072,
|
|
9322
|
-
},
|
|
9323
|
-
"openai/gpt-oss-safeguard-20b": {
|
|
9324
|
-
id: "openai/gpt-oss-safeguard-20b",
|
|
9325
|
-
name: "OpenAI: gpt-oss-safeguard-20b",
|
|
9326
|
-
api: "openai-completions",
|
|
9327
|
-
provider: "openrouter",
|
|
9328
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9329
|
-
reasoning: true,
|
|
9330
|
-
input: ["text"],
|
|
9331
|
-
cost: {
|
|
9332
|
-
input: 0.075,
|
|
9333
|
-
output: 0.3,
|
|
9334
|
-
cacheRead: 0.037,
|
|
9335
|
-
cacheWrite: 0,
|
|
9336
|
-
},
|
|
9337
|
-
contextWindow: 131072,
|
|
9338
|
-
maxTokens: 65536,
|
|
9339
|
-
},
|
|
9340
|
-
"openai/o1": {
|
|
9341
|
-
id: "openai/o1",
|
|
9342
|
-
name: "OpenAI: o1",
|
|
9343
|
-
api: "openai-completions",
|
|
9344
|
-
provider: "openrouter",
|
|
9345
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9346
|
-
reasoning: true,
|
|
9347
|
-
input: ["text", "image"],
|
|
9348
|
-
cost: {
|
|
9349
|
-
input: 15,
|
|
9350
|
-
output: 60,
|
|
9351
|
-
cacheRead: 7.5,
|
|
9352
|
-
cacheWrite: 0,
|
|
9353
|
-
},
|
|
9354
|
-
contextWindow: 200000,
|
|
9355
|
-
maxTokens: 100000,
|
|
9356
|
-
},
|
|
9357
|
-
"openai/o3": {
|
|
9358
|
-
id: "openai/o3",
|
|
9359
|
-
name: "OpenAI: o3",
|
|
9360
|
-
api: "openai-completions",
|
|
9361
|
-
provider: "openrouter",
|
|
9362
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9363
|
-
reasoning: true,
|
|
9364
|
-
input: ["text", "image"],
|
|
9365
|
-
cost: {
|
|
9366
|
-
input: 2,
|
|
9367
|
-
output: 8,
|
|
9368
|
-
cacheRead: 0.5,
|
|
9369
|
-
cacheWrite: 0,
|
|
9370
|
-
},
|
|
9371
|
-
contextWindow: 200000,
|
|
9372
|
-
maxTokens: 100000,
|
|
9373
|
-
},
|
|
9374
|
-
"openai/o3-deep-research": {
|
|
9375
|
-
id: "openai/o3-deep-research",
|
|
9376
|
-
name: "OpenAI: o3 Deep Research",
|
|
9377
|
-
api: "openai-completions",
|
|
9378
|
-
provider: "openrouter",
|
|
9379
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9380
|
-
reasoning: true,
|
|
9381
|
-
input: ["text", "image"],
|
|
9382
|
-
cost: {
|
|
9383
|
-
input: 10,
|
|
9384
|
-
output: 40,
|
|
9385
|
-
cacheRead: 2.5,
|
|
9386
|
-
cacheWrite: 0,
|
|
9387
|
-
},
|
|
9388
|
-
contextWindow: 200000,
|
|
9389
|
-
maxTokens: 100000,
|
|
9390
|
-
},
|
|
9391
|
-
"openai/o3-mini": {
|
|
9392
|
-
id: "openai/o3-mini",
|
|
9393
|
-
name: "OpenAI: o3 Mini",
|
|
9394
|
-
api: "openai-completions",
|
|
9395
|
-
provider: "openrouter",
|
|
9396
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9397
|
-
reasoning: true,
|
|
9398
|
-
input: ["text"],
|
|
9399
|
-
cost: {
|
|
9400
|
-
input: 1.1,
|
|
9401
|
-
output: 4.4,
|
|
9402
|
-
cacheRead: 0.55,
|
|
9403
|
-
cacheWrite: 0,
|
|
9404
|
-
},
|
|
9405
|
-
contextWindow: 200000,
|
|
9406
|
-
maxTokens: 100000,
|
|
9407
|
-
},
|
|
9408
|
-
"openai/o3-mini-high": {
|
|
9409
|
-
id: "openai/o3-mini-high",
|
|
9410
|
-
name: "OpenAI: o3 Mini High",
|
|
9411
|
-
api: "openai-completions",
|
|
9412
|
-
provider: "openrouter",
|
|
9413
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9414
|
-
reasoning: true,
|
|
9415
|
-
input: ["text"],
|
|
9416
|
-
cost: {
|
|
9417
|
-
input: 1.1,
|
|
9418
|
-
output: 4.4,
|
|
9419
|
-
cacheRead: 0.55,
|
|
9420
|
-
cacheWrite: 0,
|
|
9421
|
-
},
|
|
9422
|
-
contextWindow: 200000,
|
|
9423
|
-
maxTokens: 100000,
|
|
9424
|
-
},
|
|
9425
|
-
"openai/o3-pro": {
|
|
9426
|
-
id: "openai/o3-pro",
|
|
9427
|
-
name: "OpenAI: o3 Pro",
|
|
9428
|
-
api: "openai-completions",
|
|
9429
|
-
provider: "openrouter",
|
|
9430
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9431
|
-
reasoning: true,
|
|
9432
|
-
input: ["text", "image"],
|
|
9433
|
-
cost: {
|
|
9434
|
-
input: 20,
|
|
9435
|
-
output: 80,
|
|
9436
|
-
cacheRead: 0,
|
|
9437
|
-
cacheWrite: 0,
|
|
9438
|
-
},
|
|
9439
|
-
contextWindow: 200000,
|
|
9440
|
-
maxTokens: 100000,
|
|
9441
|
-
},
|
|
9442
|
-
"openai/o4-mini": {
|
|
9443
|
-
id: "openai/o4-mini",
|
|
9444
|
-
name: "OpenAI: o4 Mini",
|
|
9445
|
-
api: "openai-completions",
|
|
9446
|
-
provider: "openrouter",
|
|
9447
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9448
|
-
reasoning: true,
|
|
9449
|
-
input: ["text", "image"],
|
|
9450
|
-
cost: {
|
|
9451
|
-
input: 1.1,
|
|
9452
|
-
output: 4.4,
|
|
9453
|
-
cacheRead: 0.275,
|
|
9454
|
-
cacheWrite: 0,
|
|
9455
|
-
},
|
|
9456
|
-
contextWindow: 200000,
|
|
9457
|
-
maxTokens: 100000,
|
|
9458
|
-
},
|
|
9459
|
-
"openai/o4-mini-deep-research": {
|
|
9460
|
-
id: "openai/o4-mini-deep-research",
|
|
9461
|
-
name: "OpenAI: o4 Mini Deep Research",
|
|
9462
|
-
api: "openai-completions",
|
|
9463
|
-
provider: "openrouter",
|
|
9464
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9465
|
-
reasoning: true,
|
|
9466
|
-
input: ["text", "image"],
|
|
9467
|
-
cost: {
|
|
9468
|
-
input: 2,
|
|
9469
|
-
output: 8,
|
|
9470
|
-
cacheRead: 0.5,
|
|
9471
|
-
cacheWrite: 0,
|
|
9472
|
-
},
|
|
9473
|
-
contextWindow: 200000,
|
|
9474
|
-
maxTokens: 100000,
|
|
9475
|
-
},
|
|
9476
|
-
"openai/o4-mini-high": {
|
|
9477
|
-
id: "openai/o4-mini-high",
|
|
9478
|
-
name: "OpenAI: o4 Mini High",
|
|
9479
|
-
api: "openai-completions",
|
|
9480
|
-
provider: "openrouter",
|
|
9481
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9482
|
-
reasoning: true,
|
|
9483
|
-
input: ["text", "image"],
|
|
9484
|
-
cost: {
|
|
9485
|
-
input: 1.1,
|
|
9486
|
-
output: 4.4,
|
|
9487
|
-
cacheRead: 0.275,
|
|
9488
|
-
cacheWrite: 0,
|
|
9489
|
-
},
|
|
9490
|
-
contextWindow: 200000,
|
|
9491
|
-
maxTokens: 100000,
|
|
9492
|
-
},
|
|
9493
|
-
"openrouter/auto": {
|
|
9494
|
-
id: "openrouter/auto",
|
|
9495
|
-
name: "Auto Router",
|
|
9496
|
-
api: "openai-completions",
|
|
9497
|
-
provider: "openrouter",
|
|
9498
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9499
|
-
reasoning: true,
|
|
9500
|
-
input: ["text", "image"],
|
|
9501
|
-
cost: {
|
|
9502
|
-
input: -1000000,
|
|
9503
|
-
output: -1000000,
|
|
9504
|
-
cacheRead: 0,
|
|
9505
|
-
cacheWrite: 0,
|
|
9506
|
-
},
|
|
9507
|
-
contextWindow: 2000000,
|
|
9508
|
-
maxTokens: 4096,
|
|
9509
|
-
},
|
|
9510
|
-
"openrouter/free": {
|
|
9511
|
-
id: "openrouter/free",
|
|
9512
|
-
name: "Free Models Router",
|
|
9513
|
-
api: "openai-completions",
|
|
9514
|
-
provider: "openrouter",
|
|
9515
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9516
|
-
reasoning: true,
|
|
9517
|
-
input: ["text", "image"],
|
|
9518
|
-
cost: {
|
|
9519
|
-
input: 0,
|
|
9520
|
-
output: 0,
|
|
9521
|
-
cacheRead: 0,
|
|
9522
|
-
cacheWrite: 0,
|
|
9523
|
-
},
|
|
9524
|
-
contextWindow: 200000,
|
|
9525
|
-
maxTokens: 4096,
|
|
9526
|
-
},
|
|
9527
|
-
"prime-intellect/intellect-3": {
|
|
9528
|
-
id: "prime-intellect/intellect-3",
|
|
9529
|
-
name: "Prime Intellect: INTELLECT-3",
|
|
9530
|
-
api: "openai-completions",
|
|
9531
|
-
provider: "openrouter",
|
|
9532
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9533
|
-
reasoning: true,
|
|
9534
|
-
input: ["text"],
|
|
9535
|
-
cost: {
|
|
9536
|
-
input: 0.19999999999999998,
|
|
9537
|
-
output: 1.1,
|
|
9538
|
-
cacheRead: 0,
|
|
9539
|
-
cacheWrite: 0,
|
|
9540
|
-
},
|
|
9541
|
-
contextWindow: 131072,
|
|
9542
|
-
maxTokens: 131072,
|
|
9543
|
-
},
|
|
9544
|
-
"qwen/qwen-2.5-72b-instruct": {
|
|
9545
|
-
id: "qwen/qwen-2.5-72b-instruct",
|
|
9546
|
-
name: "Qwen2.5 72B Instruct",
|
|
9547
|
-
api: "openai-completions",
|
|
9548
|
-
provider: "openrouter",
|
|
9549
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9550
|
-
reasoning: false,
|
|
9551
|
-
input: ["text"],
|
|
9552
|
-
cost: {
|
|
9553
|
-
input: 0.12,
|
|
9554
|
-
output: 0.39,
|
|
9555
|
-
cacheRead: 0,
|
|
9556
|
-
cacheWrite: 0,
|
|
9557
|
-
},
|
|
9558
|
-
contextWindow: 32768,
|
|
9559
|
-
maxTokens: 16384,
|
|
9560
|
-
},
|
|
9561
|
-
"qwen/qwen-2.5-7b-instruct": {
|
|
9562
|
-
id: "qwen/qwen-2.5-7b-instruct",
|
|
9563
|
-
name: "Qwen: Qwen2.5 7B Instruct",
|
|
9564
|
-
api: "openai-completions",
|
|
9565
|
-
provider: "openrouter",
|
|
9566
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9567
|
-
reasoning: false,
|
|
9568
|
-
input: ["text"],
|
|
9569
|
-
cost: {
|
|
9570
|
-
input: 0.04,
|
|
9571
|
-
output: 0.09999999999999999,
|
|
9572
|
-
cacheRead: 0,
|
|
9573
|
-
cacheWrite: 0,
|
|
9574
|
-
},
|
|
9575
|
-
contextWindow: 32768,
|
|
9576
|
-
maxTokens: 4096,
|
|
9577
|
-
},
|
|
9578
|
-
"qwen/qwen-max": {
|
|
9579
|
-
id: "qwen/qwen-max",
|
|
9580
|
-
name: "Qwen: Qwen-Max ",
|
|
9581
|
-
api: "openai-completions",
|
|
9582
|
-
provider: "openrouter",
|
|
9583
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9584
|
-
reasoning: false,
|
|
9585
|
-
input: ["text"],
|
|
9586
|
-
cost: {
|
|
9587
|
-
input: 1.04,
|
|
9588
|
-
output: 4.16,
|
|
9589
|
-
cacheRead: 0.20800000000000002,
|
|
9590
|
-
cacheWrite: 0,
|
|
9591
|
-
},
|
|
9592
|
-
contextWindow: 32768,
|
|
9593
|
-
maxTokens: 8192,
|
|
9594
|
-
},
|
|
9595
|
-
"qwen/qwen-plus": {
|
|
9596
|
-
id: "qwen/qwen-plus",
|
|
9597
|
-
name: "Qwen: Qwen-Plus",
|
|
9598
|
-
api: "openai-completions",
|
|
9599
|
-
provider: "openrouter",
|
|
9600
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9601
|
-
reasoning: false,
|
|
9602
|
-
input: ["text"],
|
|
9603
|
-
cost: {
|
|
9604
|
-
input: 0.26,
|
|
9605
|
-
output: 0.78,
|
|
9606
|
-
cacheRead: 0.052000000000000005,
|
|
9607
|
-
cacheWrite: 0,
|
|
9608
|
-
},
|
|
9609
|
-
contextWindow: 1000000,
|
|
9610
|
-
maxTokens: 32768,
|
|
9611
|
-
},
|
|
9612
|
-
"qwen/qwen-plus-2025-07-28": {
|
|
9613
|
-
id: "qwen/qwen-plus-2025-07-28",
|
|
9614
|
-
name: "Qwen: Qwen Plus 0728",
|
|
9615
|
-
api: "openai-completions",
|
|
9616
|
-
provider: "openrouter",
|
|
9617
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9618
|
-
reasoning: false,
|
|
9619
|
-
input: ["text"],
|
|
9620
|
-
cost: {
|
|
9621
|
-
input: 0.26,
|
|
9622
|
-
output: 0.78,
|
|
9623
|
-
cacheRead: 0,
|
|
9624
|
-
cacheWrite: 0,
|
|
9625
|
-
},
|
|
9626
|
-
contextWindow: 1000000,
|
|
9627
|
-
maxTokens: 32768,
|
|
9628
|
-
},
|
|
9629
|
-
"qwen/qwen-plus-2025-07-28:thinking": {
|
|
9630
|
-
id: "qwen/qwen-plus-2025-07-28:thinking",
|
|
9631
|
-
name: "Qwen: Qwen Plus 0728 (thinking)",
|
|
9632
|
-
api: "openai-completions",
|
|
9633
|
-
provider: "openrouter",
|
|
9634
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9635
|
-
reasoning: true,
|
|
9636
|
-
input: ["text"],
|
|
9637
|
-
cost: {
|
|
9638
|
-
input: 0.26,
|
|
9639
|
-
output: 0.78,
|
|
9640
|
-
cacheRead: 0,
|
|
9641
|
-
cacheWrite: 0,
|
|
9642
|
-
},
|
|
9643
|
-
contextWindow: 1000000,
|
|
9644
|
-
maxTokens: 32768,
|
|
9645
|
-
},
|
|
9646
|
-
"qwen/qwen-turbo": {
|
|
9647
|
-
id: "qwen/qwen-turbo",
|
|
9648
|
-
name: "Qwen: Qwen-Turbo",
|
|
9649
|
-
api: "openai-completions",
|
|
9650
|
-
provider: "openrouter",
|
|
9651
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9652
|
-
reasoning: false,
|
|
9653
|
-
input: ["text"],
|
|
9654
|
-
cost: {
|
|
9655
|
-
input: 0.0325,
|
|
9656
|
-
output: 0.13,
|
|
9657
|
-
cacheRead: 0.006500000000000001,
|
|
9658
|
-
cacheWrite: 0,
|
|
9659
|
-
},
|
|
9660
|
-
contextWindow: 131072,
|
|
9661
|
-
maxTokens: 8192,
|
|
9662
|
-
},
|
|
9663
|
-
"qwen/qwen-vl-max": {
|
|
9664
|
-
id: "qwen/qwen-vl-max",
|
|
9665
|
-
name: "Qwen: Qwen VL Max",
|
|
9666
|
-
api: "openai-completions",
|
|
9667
|
-
provider: "openrouter",
|
|
9668
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9669
|
-
reasoning: false,
|
|
9670
|
-
input: ["text", "image"],
|
|
9671
|
-
cost: {
|
|
9672
|
-
input: 0.52,
|
|
9673
|
-
output: 2.08,
|
|
9674
|
-
cacheRead: 0,
|
|
9675
|
-
cacheWrite: 0,
|
|
9676
|
-
},
|
|
9677
|
-
contextWindow: 131072,
|
|
9678
|
-
maxTokens: 32768,
|
|
9679
|
-
},
|
|
9680
|
-
"qwen/qwen3-14b": {
|
|
9681
|
-
id: "qwen/qwen3-14b",
|
|
9682
|
-
name: "Qwen: Qwen3 14B",
|
|
9683
|
-
api: "openai-completions",
|
|
9684
|
-
provider: "openrouter",
|
|
9685
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9686
|
-
reasoning: true,
|
|
9687
|
-
input: ["text"],
|
|
9688
|
-
cost: {
|
|
9689
|
-
input: 0.06,
|
|
9690
|
-
output: 0.24,
|
|
9691
|
-
cacheRead: 0,
|
|
9692
|
-
cacheWrite: 0,
|
|
9693
|
-
},
|
|
9694
|
-
contextWindow: 40960,
|
|
9695
|
-
maxTokens: 40960,
|
|
9696
|
-
},
|
|
9697
|
-
"qwen/qwen3-235b-a22b": {
|
|
9698
|
-
id: "qwen/qwen3-235b-a22b",
|
|
9699
|
-
name: "Qwen: Qwen3 235B A22B",
|
|
9700
|
-
api: "openai-completions",
|
|
9701
|
-
provider: "openrouter",
|
|
9702
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9703
|
-
reasoning: true,
|
|
9704
|
-
input: ["text"],
|
|
9705
|
-
cost: {
|
|
9706
|
-
input: 0.45499999999999996,
|
|
9707
|
-
output: 1.8199999999999998,
|
|
9708
|
-
cacheRead: 0,
|
|
9709
|
-
cacheWrite: 0,
|
|
9710
|
-
},
|
|
9711
|
-
contextWindow: 131072,
|
|
9712
|
-
maxTokens: 8192,
|
|
9713
|
-
},
|
|
9714
|
-
"qwen/qwen3-235b-a22b-2507": {
|
|
9715
|
-
id: "qwen/qwen3-235b-a22b-2507",
|
|
9716
|
-
name: "Qwen: Qwen3 235B A22B Instruct 2507",
|
|
9717
|
-
api: "openai-completions",
|
|
9718
|
-
provider: "openrouter",
|
|
9719
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9720
|
-
reasoning: true,
|
|
9721
|
-
input: ["text"],
|
|
9722
|
-
cost: {
|
|
9723
|
-
input: 0.071,
|
|
9724
|
-
output: 0.09999999999999999,
|
|
9725
|
-
cacheRead: 0,
|
|
9726
|
-
cacheWrite: 0,
|
|
9727
|
-
},
|
|
9728
|
-
contextWindow: 262144,
|
|
9729
|
-
maxTokens: 4096,
|
|
9730
|
-
},
|
|
9731
|
-
"qwen/qwen3-235b-a22b-thinking-2507": {
|
|
9732
|
-
id: "qwen/qwen3-235b-a22b-thinking-2507",
|
|
9733
|
-
name: "Qwen: Qwen3 235B A22B Thinking 2507",
|
|
9734
|
-
api: "openai-completions",
|
|
9735
|
-
provider: "openrouter",
|
|
9736
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9737
|
-
reasoning: true,
|
|
9738
|
-
input: ["text"],
|
|
9739
|
-
cost: {
|
|
9740
|
-
input: 0.14950000000000002,
|
|
9741
|
-
output: 1.495,
|
|
9742
|
-
cacheRead: 0,
|
|
9743
|
-
cacheWrite: 0,
|
|
9744
|
-
},
|
|
9745
|
-
contextWindow: 131072,
|
|
9746
|
-
maxTokens: 4096,
|
|
9747
|
-
},
|
|
9748
|
-
"qwen/qwen3-30b-a3b": {
|
|
9749
|
-
id: "qwen/qwen3-30b-a3b",
|
|
9750
|
-
name: "Qwen: Qwen3 30B A3B",
|
|
9751
|
-
api: "openai-completions",
|
|
9752
|
-
provider: "openrouter",
|
|
9753
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9754
|
-
reasoning: true,
|
|
9755
|
-
input: ["text"],
|
|
9756
|
-
cost: {
|
|
9757
|
-
input: 0.08,
|
|
9758
|
-
output: 0.28,
|
|
9759
|
-
cacheRead: 0,
|
|
9760
|
-
cacheWrite: 0,
|
|
9761
|
-
},
|
|
9762
|
-
contextWindow: 40960,
|
|
9763
|
-
maxTokens: 40960,
|
|
9764
|
-
},
|
|
9765
|
-
"qwen/qwen3-30b-a3b-instruct-2507": {
|
|
9766
|
-
id: "qwen/qwen3-30b-a3b-instruct-2507",
|
|
9767
|
-
name: "Qwen: Qwen3 30B A3B Instruct 2507",
|
|
9768
|
-
api: "openai-completions",
|
|
9769
|
-
provider: "openrouter",
|
|
9770
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9771
|
-
reasoning: false,
|
|
9772
|
-
input: ["text"],
|
|
9773
|
-
cost: {
|
|
9774
|
-
input: 0.09,
|
|
9775
|
-
output: 0.3,
|
|
9776
|
-
cacheRead: 0,
|
|
9777
|
-
cacheWrite: 0,
|
|
9778
|
-
},
|
|
9779
|
-
contextWindow: 262144,
|
|
9780
|
-
maxTokens: 262144,
|
|
9781
|
-
},
|
|
9782
|
-
"qwen/qwen3-30b-a3b-thinking-2507": {
|
|
9783
|
-
id: "qwen/qwen3-30b-a3b-thinking-2507",
|
|
9784
|
-
name: "Qwen: Qwen3 30B A3B Thinking 2507",
|
|
9785
|
-
api: "openai-completions",
|
|
9786
|
-
provider: "openrouter",
|
|
9787
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9788
|
-
reasoning: true,
|
|
9789
|
-
input: ["text"],
|
|
9790
|
-
cost: {
|
|
9791
|
-
input: 0.08,
|
|
9792
|
-
output: 0.39999999999999997,
|
|
9793
|
-
cacheRead: 0.08,
|
|
9794
|
-
cacheWrite: 0,
|
|
9795
|
-
},
|
|
9796
|
-
contextWindow: 131072,
|
|
9797
|
-
maxTokens: 131072,
|
|
9798
|
-
},
|
|
9799
|
-
"qwen/qwen3-32b": {
|
|
9800
|
-
id: "qwen/qwen3-32b",
|
|
9801
|
-
name: "Qwen: Qwen3 32B",
|
|
9802
|
-
api: "openai-completions",
|
|
9803
|
-
provider: "openrouter",
|
|
9804
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9805
|
-
reasoning: true,
|
|
9806
|
-
input: ["text"],
|
|
9807
|
-
cost: {
|
|
9808
|
-
input: 0.08,
|
|
9809
|
-
output: 0.24,
|
|
9810
|
-
cacheRead: 0.04,
|
|
9811
|
-
cacheWrite: 0,
|
|
9812
|
-
},
|
|
9813
|
-
contextWindow: 40960,
|
|
9814
|
-
maxTokens: 40960,
|
|
9815
|
-
},
|
|
9816
|
-
"qwen/qwen3-4b:free": {
|
|
9817
|
-
id: "qwen/qwen3-4b:free",
|
|
9818
|
-
name: "Qwen: Qwen3 4B (free)",
|
|
9819
|
-
api: "openai-completions",
|
|
9820
|
-
provider: "openrouter",
|
|
9821
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9822
|
-
reasoning: true,
|
|
9823
|
-
input: ["text"],
|
|
9824
|
-
cost: {
|
|
9825
|
-
input: 0,
|
|
9826
|
-
output: 0,
|
|
9827
|
-
cacheRead: 0,
|
|
9828
|
-
cacheWrite: 0,
|
|
9829
|
-
},
|
|
9830
|
-
contextWindow: 40960,
|
|
9831
|
-
maxTokens: 4096,
|
|
9832
|
-
},
|
|
9833
|
-
"qwen/qwen3-8b": {
|
|
9834
|
-
id: "qwen/qwen3-8b",
|
|
9835
|
-
name: "Qwen: Qwen3 8B",
|
|
9836
|
-
api: "openai-completions",
|
|
9837
|
-
provider: "openrouter",
|
|
9838
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9839
|
-
reasoning: true,
|
|
9840
|
-
input: ["text"],
|
|
9841
|
-
cost: {
|
|
9842
|
-
input: 0.049999999999999996,
|
|
9843
|
-
output: 0.39999999999999997,
|
|
9844
|
-
cacheRead: 0.049999999999999996,
|
|
9845
|
-
cacheWrite: 0,
|
|
9846
|
-
},
|
|
9847
|
-
contextWindow: 40960,
|
|
9848
|
-
maxTokens: 8192,
|
|
9849
|
-
},
|
|
9850
|
-
"qwen/qwen3-coder": {
|
|
9851
|
-
id: "qwen/qwen3-coder",
|
|
9852
|
-
name: "Qwen: Qwen3 Coder 480B A35B",
|
|
9853
|
-
api: "openai-completions",
|
|
9854
|
-
provider: "openrouter",
|
|
9855
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9856
|
-
reasoning: false,
|
|
9857
|
-
input: ["text"],
|
|
9858
|
-
cost: {
|
|
9859
|
-
input: 0.22,
|
|
9860
|
-
output: 1,
|
|
9861
|
-
cacheRead: 0.022,
|
|
9862
|
-
cacheWrite: 0,
|
|
9863
|
-
},
|
|
9864
|
-
contextWindow: 262144,
|
|
9865
|
-
maxTokens: 4096,
|
|
9866
|
-
},
|
|
9867
|
-
"qwen/qwen3-coder-30b-a3b-instruct": {
|
|
9868
|
-
id: "qwen/qwen3-coder-30b-a3b-instruct",
|
|
9869
|
-
name: "Qwen: Qwen3 Coder 30B A3B Instruct",
|
|
9870
|
-
api: "openai-completions",
|
|
9871
|
-
provider: "openrouter",
|
|
9872
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9873
|
-
reasoning: false,
|
|
9874
|
-
input: ["text"],
|
|
9875
|
-
cost: {
|
|
9876
|
-
input: 0.07,
|
|
9877
|
-
output: 0.27,
|
|
9878
|
-
cacheRead: 0,
|
|
9879
|
-
cacheWrite: 0,
|
|
9880
|
-
},
|
|
9881
|
-
contextWindow: 160000,
|
|
9882
|
-
maxTokens: 32768,
|
|
9883
|
-
},
|
|
9884
|
-
"qwen/qwen3-coder-flash": {
|
|
9885
|
-
id: "qwen/qwen3-coder-flash",
|
|
9886
|
-
name: "Qwen: Qwen3 Coder Flash",
|
|
9887
|
-
api: "openai-completions",
|
|
9888
|
-
provider: "openrouter",
|
|
9889
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9890
|
-
reasoning: false,
|
|
9891
|
-
input: ["text"],
|
|
9892
|
-
cost: {
|
|
9893
|
-
input: 0.195,
|
|
9894
|
-
output: 0.975,
|
|
9895
|
-
cacheRead: 0.039,
|
|
9896
|
-
cacheWrite: 0,
|
|
9897
|
-
},
|
|
9898
|
-
contextWindow: 1000000,
|
|
9899
|
-
maxTokens: 65536,
|
|
9900
|
-
},
|
|
9901
|
-
"qwen/qwen3-coder-next": {
|
|
9902
|
-
id: "qwen/qwen3-coder-next",
|
|
9903
|
-
name: "Qwen: Qwen3 Coder Next",
|
|
9904
|
-
api: "openai-completions",
|
|
9905
|
-
provider: "openrouter",
|
|
9906
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9907
|
-
reasoning: false,
|
|
9908
|
-
input: ["text"],
|
|
9909
|
-
cost: {
|
|
9910
|
-
input: 0.12,
|
|
9911
|
-
output: 0.75,
|
|
9912
|
-
cacheRead: 0.06,
|
|
9913
|
-
cacheWrite: 0,
|
|
9914
|
-
},
|
|
9915
|
-
contextWindow: 262144,
|
|
9916
|
-
maxTokens: 65536,
|
|
9917
|
-
},
|
|
9918
|
-
"qwen/qwen3-coder-plus": {
|
|
9919
|
-
id: "qwen/qwen3-coder-plus",
|
|
9920
|
-
name: "Qwen: Qwen3 Coder Plus",
|
|
9921
|
-
api: "openai-completions",
|
|
9922
|
-
provider: "openrouter",
|
|
9923
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9924
|
-
reasoning: false,
|
|
9925
|
-
input: ["text"],
|
|
9926
|
-
cost: {
|
|
9927
|
-
input: 0.65,
|
|
9928
|
-
output: 3.25,
|
|
9929
|
-
cacheRead: 0.13,
|
|
9930
|
-
cacheWrite: 0,
|
|
9931
|
-
},
|
|
9932
|
-
contextWindow: 1000000,
|
|
9933
|
-
maxTokens: 65536,
|
|
9934
|
-
},
|
|
9935
|
-
"qwen/qwen3-coder:free": {
|
|
9936
|
-
id: "qwen/qwen3-coder:free",
|
|
9937
|
-
name: "Qwen: Qwen3 Coder 480B A35B (free)",
|
|
9938
|
-
api: "openai-completions",
|
|
9939
|
-
provider: "openrouter",
|
|
9940
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9941
|
-
reasoning: false,
|
|
9942
|
-
input: ["text"],
|
|
9943
|
-
cost: {
|
|
9944
|
-
input: 0,
|
|
9945
|
-
output: 0,
|
|
9946
|
-
cacheRead: 0,
|
|
9947
|
-
cacheWrite: 0,
|
|
9948
|
-
},
|
|
9949
|
-
contextWindow: 262000,
|
|
9950
|
-
maxTokens: 262000,
|
|
9951
|
-
},
|
|
9952
|
-
"qwen/qwen3-max": {
|
|
9953
|
-
id: "qwen/qwen3-max",
|
|
9954
|
-
name: "Qwen: Qwen3 Max",
|
|
9955
|
-
api: "openai-completions",
|
|
9956
|
-
provider: "openrouter",
|
|
9957
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9958
|
-
reasoning: false,
|
|
9959
|
-
input: ["text"],
|
|
9960
|
-
cost: {
|
|
9961
|
-
input: 0.78,
|
|
9962
|
-
output: 3.9,
|
|
9963
|
-
cacheRead: 0.156,
|
|
9964
|
-
cacheWrite: 0,
|
|
9965
|
-
},
|
|
9966
|
-
contextWindow: 262144,
|
|
9967
|
-
maxTokens: 32768,
|
|
9968
|
-
},
|
|
9969
|
-
"qwen/qwen3-max-thinking": {
|
|
9970
|
-
id: "qwen/qwen3-max-thinking",
|
|
9971
|
-
name: "Qwen: Qwen3 Max Thinking",
|
|
9972
|
-
api: "openai-completions",
|
|
9973
|
-
provider: "openrouter",
|
|
9974
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9975
|
-
reasoning: true,
|
|
9976
|
-
input: ["text"],
|
|
9977
|
-
cost: {
|
|
9978
|
-
input: 0.78,
|
|
9979
|
-
output: 3.9,
|
|
9980
|
-
cacheRead: 0,
|
|
9981
|
-
cacheWrite: 0,
|
|
9982
|
-
},
|
|
9983
|
-
contextWindow: 262144,
|
|
9984
|
-
maxTokens: 32768,
|
|
9985
|
-
},
|
|
9986
|
-
"qwen/qwen3-next-80b-a3b-instruct": {
|
|
9987
|
-
id: "qwen/qwen3-next-80b-a3b-instruct",
|
|
9988
|
-
name: "Qwen: Qwen3 Next 80B A3B Instruct",
|
|
9989
|
-
api: "openai-completions",
|
|
9990
|
-
provider: "openrouter",
|
|
9991
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9992
|
-
reasoning: false,
|
|
9993
|
-
input: ["text"],
|
|
9994
|
-
cost: {
|
|
9995
|
-
input: 0.09,
|
|
9996
|
-
output: 1.1,
|
|
9997
|
-
cacheRead: 0,
|
|
9998
|
-
cacheWrite: 0,
|
|
9999
|
-
},
|
|
10000
|
-
contextWindow: 262144,
|
|
10001
|
-
maxTokens: 4096,
|
|
10002
|
-
},
|
|
10003
|
-
"qwen/qwen3-next-80b-a3b-instruct:free": {
|
|
10004
|
-
id: "qwen/qwen3-next-80b-a3b-instruct:free",
|
|
10005
|
-
name: "Qwen: Qwen3 Next 80B A3B Instruct (free)",
|
|
10006
|
-
api: "openai-completions",
|
|
10007
|
-
provider: "openrouter",
|
|
10008
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10009
|
-
reasoning: false,
|
|
10010
|
-
input: ["text"],
|
|
10011
|
-
cost: {
|
|
10012
|
-
input: 0,
|
|
10013
|
-
output: 0,
|
|
10014
|
-
cacheRead: 0,
|
|
10015
|
-
cacheWrite: 0,
|
|
10016
|
-
},
|
|
10017
|
-
contextWindow: 262144,
|
|
10018
|
-
maxTokens: 4096,
|
|
10019
|
-
},
|
|
10020
|
-
"qwen/qwen3-next-80b-a3b-thinking": {
|
|
10021
|
-
id: "qwen/qwen3-next-80b-a3b-thinking",
|
|
10022
|
-
name: "Qwen: Qwen3 Next 80B A3B Thinking",
|
|
10023
|
-
api: "openai-completions",
|
|
10024
|
-
provider: "openrouter",
|
|
10025
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10026
|
-
reasoning: true,
|
|
10027
|
-
input: ["text"],
|
|
10028
|
-
cost: {
|
|
10029
|
-
input: 0.0975,
|
|
10030
|
-
output: 0.78,
|
|
10031
|
-
cacheRead: 0,
|
|
10032
|
-
cacheWrite: 0,
|
|
10033
|
-
},
|
|
10034
|
-
contextWindow: 131072,
|
|
10035
|
-
maxTokens: 32768,
|
|
10036
|
-
},
|
|
10037
|
-
"qwen/qwen3-vl-235b-a22b-instruct": {
|
|
10038
|
-
id: "qwen/qwen3-vl-235b-a22b-instruct",
|
|
10039
|
-
name: "Qwen: Qwen3 VL 235B A22B Instruct",
|
|
10040
|
-
api: "openai-completions",
|
|
10041
|
-
provider: "openrouter",
|
|
10042
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10043
|
-
reasoning: false,
|
|
10044
|
-
input: ["text", "image"],
|
|
10045
|
-
cost: {
|
|
10046
|
-
input: 0.19999999999999998,
|
|
10047
|
-
output: 0.88,
|
|
10048
|
-
cacheRead: 0.11,
|
|
10049
|
-
cacheWrite: 0,
|
|
10050
|
-
},
|
|
10051
|
-
contextWindow: 262144,
|
|
10052
|
-
maxTokens: 4096,
|
|
10053
|
-
},
|
|
10054
|
-
"qwen/qwen3-vl-235b-a22b-thinking": {
|
|
10055
|
-
id: "qwen/qwen3-vl-235b-a22b-thinking",
|
|
10056
|
-
name: "Qwen: Qwen3 VL 235B A22B Thinking",
|
|
10057
|
-
api: "openai-completions",
|
|
10058
|
-
provider: "openrouter",
|
|
10059
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10060
|
-
reasoning: true,
|
|
10061
|
-
input: ["text", "image"],
|
|
10062
|
-
cost: {
|
|
10063
|
-
input: 0.26,
|
|
10064
|
-
output: 2.6,
|
|
10065
|
-
cacheRead: 0,
|
|
10066
|
-
cacheWrite: 0,
|
|
10067
|
-
},
|
|
10068
|
-
contextWindow: 131072,
|
|
10069
|
-
maxTokens: 32768,
|
|
10070
|
-
},
|
|
10071
|
-
"qwen/qwen3-vl-30b-a3b-instruct": {
|
|
10072
|
-
id: "qwen/qwen3-vl-30b-a3b-instruct",
|
|
10073
|
-
name: "Qwen: Qwen3 VL 30B A3B Instruct",
|
|
10074
|
-
api: "openai-completions",
|
|
10075
|
-
provider: "openrouter",
|
|
10076
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10077
|
-
reasoning: false,
|
|
10078
|
-
input: ["text", "image"],
|
|
10079
|
-
cost: {
|
|
10080
|
-
input: 0.13,
|
|
10081
|
-
output: 0.52,
|
|
10082
|
-
cacheRead: 0,
|
|
10083
|
-
cacheWrite: 0,
|
|
10084
|
-
},
|
|
10085
|
-
contextWindow: 131072,
|
|
10086
|
-
maxTokens: 32768,
|
|
10087
|
-
},
|
|
10088
|
-
"qwen/qwen3-vl-30b-a3b-thinking": {
|
|
10089
|
-
id: "qwen/qwen3-vl-30b-a3b-thinking",
|
|
10090
|
-
name: "Qwen: Qwen3 VL 30B A3B Thinking",
|
|
10091
|
-
api: "openai-completions",
|
|
10092
|
-
provider: "openrouter",
|
|
10093
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10094
|
-
reasoning: true,
|
|
10095
|
-
input: ["text", "image"],
|
|
10096
|
-
cost: {
|
|
10097
|
-
input: 0.13,
|
|
10098
|
-
output: 1.56,
|
|
10099
|
-
cacheRead: 0,
|
|
10100
|
-
cacheWrite: 0,
|
|
10101
|
-
},
|
|
10102
|
-
contextWindow: 131072,
|
|
10103
|
-
maxTokens: 32768,
|
|
10104
|
-
},
|
|
10105
|
-
"qwen/qwen3-vl-32b-instruct": {
|
|
10106
|
-
id: "qwen/qwen3-vl-32b-instruct",
|
|
10107
|
-
name: "Qwen: Qwen3 VL 32B Instruct",
|
|
10108
|
-
api: "openai-completions",
|
|
10109
|
-
provider: "openrouter",
|
|
10110
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10111
|
-
reasoning: false,
|
|
10112
|
-
input: ["text", "image"],
|
|
10113
|
-
cost: {
|
|
10114
|
-
input: 0.10400000000000001,
|
|
10115
|
-
output: 0.41600000000000004,
|
|
10116
|
-
cacheRead: 0,
|
|
10117
|
-
cacheWrite: 0,
|
|
10118
|
-
},
|
|
10119
|
-
contextWindow: 131072,
|
|
10120
|
-
maxTokens: 32768,
|
|
10121
|
-
},
|
|
10122
|
-
"qwen/qwen3-vl-8b-instruct": {
|
|
10123
|
-
id: "qwen/qwen3-vl-8b-instruct",
|
|
10124
|
-
name: "Qwen: Qwen3 VL 8B Instruct",
|
|
10125
|
-
api: "openai-completions",
|
|
10126
|
-
provider: "openrouter",
|
|
10127
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10128
|
-
reasoning: false,
|
|
10129
|
-
input: ["text", "image"],
|
|
10130
|
-
cost: {
|
|
10131
|
-
input: 0.08,
|
|
10132
|
-
output: 0.5,
|
|
10133
|
-
cacheRead: 0,
|
|
10134
|
-
cacheWrite: 0,
|
|
10135
|
-
},
|
|
10136
|
-
contextWindow: 131072,
|
|
10137
|
-
maxTokens: 32768,
|
|
10138
|
-
},
|
|
10139
|
-
"qwen/qwen3-vl-8b-thinking": {
|
|
10140
|
-
id: "qwen/qwen3-vl-8b-thinking",
|
|
10141
|
-
name: "Qwen: Qwen3 VL 8B Thinking",
|
|
10142
|
-
api: "openai-completions",
|
|
10143
|
-
provider: "openrouter",
|
|
10144
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10145
|
-
reasoning: true,
|
|
10146
|
-
input: ["text", "image"],
|
|
10147
|
-
cost: {
|
|
10148
|
-
input: 0.117,
|
|
10149
|
-
output: 1.365,
|
|
10150
|
-
cacheRead: 0,
|
|
10151
|
-
cacheWrite: 0,
|
|
10152
|
-
},
|
|
10153
|
-
contextWindow: 131072,
|
|
10154
|
-
maxTokens: 32768,
|
|
10155
|
-
},
|
|
10156
|
-
"qwen/qwen3.5-122b-a10b": {
|
|
10157
|
-
id: "qwen/qwen3.5-122b-a10b",
|
|
10158
|
-
name: "Qwen: Qwen3.5-122B-A10B",
|
|
10159
|
-
api: "openai-completions",
|
|
10160
|
-
provider: "openrouter",
|
|
10161
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10162
|
-
reasoning: true,
|
|
10163
|
-
input: ["text", "image"],
|
|
10164
|
-
cost: {
|
|
10165
|
-
input: 0.26,
|
|
10166
|
-
output: 2.08,
|
|
10167
|
-
cacheRead: 0,
|
|
10168
|
-
cacheWrite: 0,
|
|
10169
|
-
},
|
|
10170
|
-
contextWindow: 262144,
|
|
10171
|
-
maxTokens: 65536,
|
|
10172
|
-
},
|
|
10173
|
-
"qwen/qwen3.5-27b": {
|
|
10174
|
-
id: "qwen/qwen3.5-27b",
|
|
10175
|
-
name: "Qwen: Qwen3.5-27B",
|
|
10176
|
-
api: "openai-completions",
|
|
10177
|
-
provider: "openrouter",
|
|
10178
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10179
|
-
reasoning: true,
|
|
10180
|
-
input: ["text", "image"],
|
|
10181
|
-
cost: {
|
|
10182
|
-
input: 0.195,
|
|
10183
|
-
output: 1.56,
|
|
10184
|
-
cacheRead: 0,
|
|
10185
|
-
cacheWrite: 0,
|
|
10186
|
-
},
|
|
10187
|
-
contextWindow: 262144,
|
|
10188
|
-
maxTokens: 65536,
|
|
10189
|
-
},
|
|
10190
|
-
"qwen/qwen3.5-35b-a3b": {
|
|
10191
|
-
id: "qwen/qwen3.5-35b-a3b",
|
|
10192
|
-
name: "Qwen: Qwen3.5-35B-A3B",
|
|
10193
|
-
api: "openai-completions",
|
|
10194
|
-
provider: "openrouter",
|
|
10195
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10196
|
-
reasoning: true,
|
|
10197
|
-
input: ["text", "image"],
|
|
10198
|
-
cost: {
|
|
10199
|
-
input: 0.1625,
|
|
10200
|
-
output: 1.3,
|
|
10201
|
-
cacheRead: 0,
|
|
10202
|
-
cacheWrite: 0,
|
|
10203
|
-
},
|
|
10204
|
-
contextWindow: 262144,
|
|
10205
|
-
maxTokens: 65536,
|
|
10206
|
-
},
|
|
10207
|
-
"qwen/qwen3.5-397b-a17b": {
|
|
10208
|
-
id: "qwen/qwen3.5-397b-a17b",
|
|
10209
|
-
name: "Qwen: Qwen3.5 397B A17B",
|
|
10210
|
-
api: "openai-completions",
|
|
10211
|
-
provider: "openrouter",
|
|
10212
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10213
|
-
reasoning: true,
|
|
10214
|
-
input: ["text", "image"],
|
|
10215
|
-
cost: {
|
|
10216
|
-
input: 0.39,
|
|
10217
|
-
output: 2.34,
|
|
10218
|
-
cacheRead: 0,
|
|
10219
|
-
cacheWrite: 0,
|
|
10220
|
-
},
|
|
10221
|
-
contextWindow: 262144,
|
|
10222
|
-
maxTokens: 65536,
|
|
10223
|
-
},
|
|
10224
|
-
"qwen/qwen3.5-9b": {
|
|
10225
|
-
id: "qwen/qwen3.5-9b",
|
|
10226
|
-
name: "Qwen: Qwen3.5-9B",
|
|
10227
|
-
api: "openai-completions",
|
|
10228
|
-
provider: "openrouter",
|
|
10229
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10230
|
-
reasoning: true,
|
|
10231
|
-
input: ["text", "image"],
|
|
10232
|
-
cost: {
|
|
10233
|
-
input: 0.049999999999999996,
|
|
10234
|
-
output: 0.15,
|
|
10235
|
-
cacheRead: 0,
|
|
10236
|
-
cacheWrite: 0,
|
|
10237
|
-
},
|
|
10238
|
-
contextWindow: 256000,
|
|
10239
|
-
maxTokens: 4096,
|
|
10240
|
-
},
|
|
10241
|
-
"qwen/qwen3.5-flash-02-23": {
|
|
10242
|
-
id: "qwen/qwen3.5-flash-02-23",
|
|
10243
|
-
name: "Qwen: Qwen3.5-Flash",
|
|
10244
|
-
api: "openai-completions",
|
|
10245
|
-
provider: "openrouter",
|
|
10246
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10247
|
-
reasoning: true,
|
|
10248
|
-
input: ["text", "image"],
|
|
10249
|
-
cost: {
|
|
10250
|
-
input: 0.065,
|
|
10251
|
-
output: 0.26,
|
|
10252
|
-
cacheRead: 0,
|
|
10253
|
-
cacheWrite: 0,
|
|
10254
|
-
},
|
|
10255
|
-
contextWindow: 1000000,
|
|
10256
|
-
maxTokens: 65536,
|
|
10257
|
-
},
|
|
10258
|
-
"qwen/qwen3.5-plus-02-15": {
|
|
10259
|
-
id: "qwen/qwen3.5-plus-02-15",
|
|
10260
|
-
name: "Qwen: Qwen3.5 Plus 2026-02-15",
|
|
10261
|
-
api: "openai-completions",
|
|
10262
|
-
provider: "openrouter",
|
|
10263
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10264
|
-
reasoning: true,
|
|
10265
|
-
input: ["text", "image"],
|
|
10266
|
-
cost: {
|
|
10267
|
-
input: 0.26,
|
|
10268
|
-
output: 1.56,
|
|
10269
|
-
cacheRead: 0,
|
|
10270
|
-
cacheWrite: 0,
|
|
10271
|
-
},
|
|
10272
|
-
contextWindow: 1000000,
|
|
10273
|
-
maxTokens: 65536,
|
|
10274
|
-
},
|
|
10275
|
-
"qwen/qwq-32b": {
|
|
10276
|
-
id: "qwen/qwq-32b",
|
|
10277
|
-
name: "Qwen: QwQ 32B",
|
|
10278
|
-
api: "openai-completions",
|
|
10279
|
-
provider: "openrouter",
|
|
10280
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10281
|
-
reasoning: true,
|
|
10282
|
-
input: ["text"],
|
|
10283
|
-
cost: {
|
|
10284
|
-
input: 0.15,
|
|
10285
|
-
output: 0.58,
|
|
10286
|
-
cacheRead: 0,
|
|
10287
|
-
cacheWrite: 0,
|
|
10288
|
-
},
|
|
10289
|
-
contextWindow: 131072,
|
|
10290
|
-
maxTokens: 131072,
|
|
10291
|
-
},
|
|
10292
|
-
"relace/relace-search": {
|
|
10293
|
-
id: "relace/relace-search",
|
|
10294
|
-
name: "Relace: Relace Search",
|
|
10295
|
-
api: "openai-completions",
|
|
10296
|
-
provider: "openrouter",
|
|
10297
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10298
|
-
reasoning: false,
|
|
10299
|
-
input: ["text"],
|
|
10300
|
-
cost: {
|
|
10301
|
-
input: 1,
|
|
10302
|
-
output: 3,
|
|
10303
|
-
cacheRead: 0,
|
|
10304
|
-
cacheWrite: 0,
|
|
10305
|
-
},
|
|
10306
|
-
contextWindow: 256000,
|
|
10307
|
-
maxTokens: 128000,
|
|
10308
|
-
},
|
|
10309
|
-
"sao10k/l3-euryale-70b": {
|
|
10310
|
-
id: "sao10k/l3-euryale-70b",
|
|
10311
|
-
name: "Sao10k: Llama 3 Euryale 70B v2.1",
|
|
10312
|
-
api: "openai-completions",
|
|
10313
|
-
provider: "openrouter",
|
|
10314
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10315
|
-
reasoning: false,
|
|
10316
|
-
input: ["text"],
|
|
10317
|
-
cost: {
|
|
10318
|
-
input: 1.48,
|
|
10319
|
-
output: 1.48,
|
|
10320
|
-
cacheRead: 0,
|
|
10321
|
-
cacheWrite: 0,
|
|
10322
|
-
},
|
|
10323
|
-
contextWindow: 8192,
|
|
10324
|
-
maxTokens: 8192,
|
|
10325
|
-
},
|
|
10326
|
-
"sao10k/l3.1-euryale-70b": {
|
|
10327
|
-
id: "sao10k/l3.1-euryale-70b",
|
|
10328
|
-
name: "Sao10K: Llama 3.1 Euryale 70B v2.2",
|
|
10329
|
-
api: "openai-completions",
|
|
10330
|
-
provider: "openrouter",
|
|
10331
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10332
|
-
reasoning: false,
|
|
10333
|
-
input: ["text"],
|
|
10334
|
-
cost: {
|
|
10335
|
-
input: 0.85,
|
|
10336
|
-
output: 0.85,
|
|
10337
|
-
cacheRead: 0,
|
|
10338
|
-
cacheWrite: 0,
|
|
10339
|
-
},
|
|
10340
|
-
contextWindow: 131072,
|
|
10341
|
-
maxTokens: 16384,
|
|
10342
|
-
},
|
|
10343
|
-
"stepfun/step-3.5-flash": {
|
|
10344
|
-
id: "stepfun/step-3.5-flash",
|
|
10345
|
-
name: "StepFun: Step 3.5 Flash",
|
|
10346
|
-
api: "openai-completions",
|
|
10347
|
-
provider: "openrouter",
|
|
10348
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10349
|
-
reasoning: true,
|
|
10350
|
-
input: ["text"],
|
|
10351
|
-
cost: {
|
|
10352
|
-
input: 0.09999999999999999,
|
|
10353
|
-
output: 0.3,
|
|
10354
|
-
cacheRead: 0.02,
|
|
10355
|
-
cacheWrite: 0,
|
|
10356
|
-
},
|
|
10357
|
-
contextWindow: 256000,
|
|
10358
|
-
maxTokens: 256000,
|
|
10359
|
-
},
|
|
10360
|
-
"stepfun/step-3.5-flash:free": {
|
|
10361
|
-
id: "stepfun/step-3.5-flash:free",
|
|
10362
|
-
name: "StepFun: Step 3.5 Flash (free)",
|
|
10363
|
-
api: "openai-completions",
|
|
10364
|
-
provider: "openrouter",
|
|
10365
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10366
|
-
reasoning: true,
|
|
10367
|
-
input: ["text"],
|
|
10368
|
-
cost: {
|
|
10369
|
-
input: 0,
|
|
10370
|
-
output: 0,
|
|
10371
|
-
cacheRead: 0,
|
|
10372
|
-
cacheWrite: 0,
|
|
10373
|
-
},
|
|
10374
|
-
contextWindow: 256000,
|
|
10375
|
-
maxTokens: 256000,
|
|
10376
|
-
},
|
|
10377
|
-
"thedrummer/rocinante-12b": {
|
|
10378
|
-
id: "thedrummer/rocinante-12b",
|
|
10379
|
-
name: "TheDrummer: Rocinante 12B",
|
|
10380
|
-
api: "openai-completions",
|
|
10381
|
-
provider: "openrouter",
|
|
10382
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10383
|
-
reasoning: false,
|
|
10384
|
-
input: ["text"],
|
|
10385
|
-
cost: {
|
|
10386
|
-
input: 0.16999999999999998,
|
|
10387
|
-
output: 0.43,
|
|
10388
|
-
cacheRead: 0,
|
|
10389
|
-
cacheWrite: 0,
|
|
10390
|
-
},
|
|
10391
|
-
contextWindow: 32768,
|
|
10392
|
-
maxTokens: 32768,
|
|
10393
|
-
},
|
|
10394
|
-
"thedrummer/unslopnemo-12b": {
|
|
10395
|
-
id: "thedrummer/unslopnemo-12b",
|
|
10396
|
-
name: "TheDrummer: UnslopNemo 12B",
|
|
10397
|
-
api: "openai-completions",
|
|
10398
|
-
provider: "openrouter",
|
|
10399
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10400
|
-
reasoning: false,
|
|
10401
|
-
input: ["text"],
|
|
10402
|
-
cost: {
|
|
10403
|
-
input: 0.39999999999999997,
|
|
10404
|
-
output: 0.39999999999999997,
|
|
10405
|
-
cacheRead: 0,
|
|
10406
|
-
cacheWrite: 0,
|
|
10407
|
-
},
|
|
10408
|
-
contextWindow: 32768,
|
|
10409
|
-
maxTokens: 32768,
|
|
10410
|
-
},
|
|
10411
|
-
"tngtech/deepseek-r1t2-chimera": {
|
|
10412
|
-
id: "tngtech/deepseek-r1t2-chimera",
|
|
10413
|
-
name: "TNG: DeepSeek R1T2 Chimera",
|
|
10414
|
-
api: "openai-completions",
|
|
10415
|
-
provider: "openrouter",
|
|
10416
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10417
|
-
reasoning: true,
|
|
10418
|
-
input: ["text"],
|
|
10419
|
-
cost: {
|
|
10420
|
-
input: 0.3,
|
|
10421
|
-
output: 1.1,
|
|
10422
|
-
cacheRead: 0.15,
|
|
10423
|
-
cacheWrite: 0,
|
|
10424
|
-
},
|
|
10425
|
-
contextWindow: 163840,
|
|
10426
|
-
maxTokens: 163840,
|
|
10427
|
-
},
|
|
10428
|
-
"upstage/solar-pro-3": {
|
|
10429
|
-
id: "upstage/solar-pro-3",
|
|
10430
|
-
name: "Upstage: Solar Pro 3",
|
|
10431
|
-
api: "openai-completions",
|
|
10432
|
-
provider: "openrouter",
|
|
10433
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10434
|
-
reasoning: true,
|
|
10435
|
-
input: ["text"],
|
|
10436
|
-
cost: {
|
|
10437
|
-
input: 0.15,
|
|
10438
|
-
output: 0.6,
|
|
10439
|
-
cacheRead: 0.015,
|
|
10440
|
-
cacheWrite: 0,
|
|
10441
|
-
},
|
|
10442
|
-
contextWindow: 128000,
|
|
10443
|
-
maxTokens: 4096,
|
|
10444
|
-
},
|
|
10445
|
-
"x-ai/grok-3": {
|
|
10446
|
-
id: "x-ai/grok-3",
|
|
10447
|
-
name: "xAI: Grok 3",
|
|
10448
|
-
api: "openai-completions",
|
|
10449
|
-
provider: "openrouter",
|
|
10450
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10451
|
-
reasoning: false,
|
|
10452
|
-
input: ["text"],
|
|
10453
|
-
cost: {
|
|
10454
|
-
input: 3,
|
|
10455
|
-
output: 15,
|
|
10456
|
-
cacheRead: 0.75,
|
|
10457
|
-
cacheWrite: 0,
|
|
10458
|
-
},
|
|
10459
|
-
contextWindow: 131072,
|
|
10460
|
-
maxTokens: 4096,
|
|
10461
|
-
},
|
|
10462
|
-
"x-ai/grok-3-beta": {
|
|
10463
|
-
id: "x-ai/grok-3-beta",
|
|
10464
|
-
name: "xAI: Grok 3 Beta",
|
|
10465
|
-
api: "openai-completions",
|
|
10466
|
-
provider: "openrouter",
|
|
10467
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10468
|
-
reasoning: false,
|
|
10469
|
-
input: ["text"],
|
|
10470
|
-
cost: {
|
|
10471
|
-
input: 3,
|
|
10472
|
-
output: 15,
|
|
10473
|
-
cacheRead: 0.75,
|
|
10474
|
-
cacheWrite: 0,
|
|
10475
|
-
},
|
|
10476
|
-
contextWindow: 131072,
|
|
10477
|
-
maxTokens: 4096,
|
|
10478
|
-
},
|
|
10479
|
-
"x-ai/grok-3-mini": {
|
|
10480
|
-
id: "x-ai/grok-3-mini",
|
|
10481
|
-
name: "xAI: Grok 3 Mini",
|
|
10482
|
-
api: "openai-completions",
|
|
10483
|
-
provider: "openrouter",
|
|
10484
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10485
|
-
reasoning: true,
|
|
10486
|
-
input: ["text"],
|
|
10487
|
-
cost: {
|
|
10488
|
-
input: 0.3,
|
|
10489
|
-
output: 0.5,
|
|
10490
|
-
cacheRead: 0.075,
|
|
10491
|
-
cacheWrite: 0,
|
|
10492
|
-
},
|
|
10493
|
-
contextWindow: 131072,
|
|
10494
|
-
maxTokens: 4096,
|
|
10495
|
-
},
|
|
10496
|
-
"x-ai/grok-3-mini-beta": {
|
|
10497
|
-
id: "x-ai/grok-3-mini-beta",
|
|
10498
|
-
name: "xAI: Grok 3 Mini Beta",
|
|
10499
|
-
api: "openai-completions",
|
|
10500
|
-
provider: "openrouter",
|
|
10501
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10502
|
-
reasoning: true,
|
|
10503
|
-
input: ["text"],
|
|
10504
|
-
cost: {
|
|
10505
|
-
input: 0.3,
|
|
10506
|
-
output: 0.5,
|
|
10507
|
-
cacheRead: 0.075,
|
|
10508
|
-
cacheWrite: 0,
|
|
10509
|
-
},
|
|
10510
|
-
contextWindow: 131072,
|
|
10511
|
-
maxTokens: 4096,
|
|
10512
|
-
},
|
|
10513
|
-
"x-ai/grok-4": {
|
|
10514
|
-
id: "x-ai/grok-4",
|
|
10515
|
-
name: "xAI: Grok 4",
|
|
10516
|
-
api: "openai-completions",
|
|
10517
|
-
provider: "openrouter",
|
|
10518
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10519
|
-
reasoning: true,
|
|
10520
|
-
input: ["text", "image"],
|
|
10521
|
-
cost: {
|
|
10522
|
-
input: 3,
|
|
10523
|
-
output: 15,
|
|
10524
|
-
cacheRead: 0.75,
|
|
10525
|
-
cacheWrite: 0,
|
|
10526
|
-
},
|
|
10527
|
-
contextWindow: 256000,
|
|
10528
|
-
maxTokens: 4096,
|
|
10529
|
-
},
|
|
10530
|
-
"x-ai/grok-4-fast": {
|
|
10531
|
-
id: "x-ai/grok-4-fast",
|
|
10532
|
-
name: "xAI: Grok 4 Fast",
|
|
10533
|
-
api: "openai-completions",
|
|
10534
|
-
provider: "openrouter",
|
|
10535
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10536
|
-
reasoning: true,
|
|
10537
|
-
input: ["text", "image"],
|
|
10538
|
-
cost: {
|
|
10539
|
-
input: 0.19999999999999998,
|
|
10540
|
-
output: 0.5,
|
|
10541
|
-
cacheRead: 0.049999999999999996,
|
|
10542
|
-
cacheWrite: 0,
|
|
10543
|
-
},
|
|
10544
|
-
contextWindow: 2000000,
|
|
10545
|
-
maxTokens: 30000,
|
|
10546
|
-
},
|
|
10547
|
-
"x-ai/grok-4.1-fast": {
|
|
10548
|
-
id: "x-ai/grok-4.1-fast",
|
|
10549
|
-
name: "xAI: Grok 4.1 Fast",
|
|
10550
|
-
api: "openai-completions",
|
|
10551
|
-
provider: "openrouter",
|
|
10552
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10553
|
-
reasoning: true,
|
|
10554
|
-
input: ["text", "image"],
|
|
10555
|
-
cost: {
|
|
10556
|
-
input: 0.19999999999999998,
|
|
10557
|
-
output: 0.5,
|
|
10558
|
-
cacheRead: 0.049999999999999996,
|
|
10559
|
-
cacheWrite: 0,
|
|
10560
|
-
},
|
|
10561
|
-
contextWindow: 2000000,
|
|
10562
|
-
maxTokens: 30000,
|
|
10563
|
-
},
|
|
10564
|
-
"x-ai/grok-4.20-beta": {
|
|
10565
|
-
id: "x-ai/grok-4.20-beta",
|
|
10566
|
-
name: "xAI: Grok 4.20 Beta",
|
|
10567
|
-
api: "openai-completions",
|
|
10568
|
-
provider: "openrouter",
|
|
10569
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10570
|
-
reasoning: true,
|
|
10571
|
-
input: ["text", "image"],
|
|
10572
|
-
cost: {
|
|
10573
|
-
input: 2,
|
|
10574
|
-
output: 6,
|
|
10575
|
-
cacheRead: 0.19999999999999998,
|
|
10576
|
-
cacheWrite: 0,
|
|
10577
|
-
},
|
|
10578
|
-
contextWindow: 2000000,
|
|
10579
|
-
maxTokens: 4096,
|
|
10580
|
-
},
|
|
10581
|
-
"x-ai/grok-code-fast-1": {
|
|
10582
|
-
id: "x-ai/grok-code-fast-1",
|
|
10583
|
-
name: "xAI: Grok Code Fast 1",
|
|
10584
|
-
api: "openai-completions",
|
|
10585
|
-
provider: "openrouter",
|
|
10586
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10587
|
-
reasoning: true,
|
|
10588
|
-
input: ["text"],
|
|
10589
|
-
cost: {
|
|
10590
|
-
input: 0.19999999999999998,
|
|
10591
|
-
output: 1.5,
|
|
10592
|
-
cacheRead: 0.02,
|
|
10593
|
-
cacheWrite: 0,
|
|
10594
|
-
},
|
|
10595
|
-
contextWindow: 256000,
|
|
10596
|
-
maxTokens: 10000,
|
|
10597
|
-
},
|
|
10598
|
-
"xiaomi/mimo-v2-flash": {
|
|
10599
|
-
id: "xiaomi/mimo-v2-flash",
|
|
10600
|
-
name: "Xiaomi: MiMo-V2-Flash",
|
|
10601
|
-
api: "openai-completions",
|
|
10602
|
-
provider: "openrouter",
|
|
10603
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10604
|
-
reasoning: true,
|
|
10605
|
-
input: ["text"],
|
|
10606
|
-
cost: {
|
|
10607
|
-
input: 0.09,
|
|
10608
|
-
output: 0.29,
|
|
10609
|
-
cacheRead: 0.045,
|
|
10610
|
-
cacheWrite: 0,
|
|
10611
|
-
},
|
|
10612
|
-
contextWindow: 262144,
|
|
10613
|
-
maxTokens: 65536,
|
|
10614
|
-
},
|
|
10615
|
-
"xiaomi/mimo-v2-omni": {
|
|
10616
|
-
id: "xiaomi/mimo-v2-omni",
|
|
10617
|
-
name: "Xiaomi: MiMo-V2-Omni",
|
|
10618
|
-
api: "openai-completions",
|
|
10619
|
-
provider: "openrouter",
|
|
10620
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10621
|
-
reasoning: true,
|
|
10622
|
-
input: ["text", "image"],
|
|
10623
|
-
cost: {
|
|
10624
|
-
input: 0.39999999999999997,
|
|
10625
|
-
output: 2,
|
|
10626
|
-
cacheRead: 0.08,
|
|
10627
|
-
cacheWrite: 0,
|
|
10628
|
-
},
|
|
10629
|
-
contextWindow: 262144,
|
|
10630
|
-
maxTokens: 65536,
|
|
10631
|
-
},
|
|
10632
|
-
"xiaomi/mimo-v2-pro": {
|
|
10633
|
-
id: "xiaomi/mimo-v2-pro",
|
|
10634
|
-
name: "Xiaomi: MiMo-V2-Pro",
|
|
10635
|
-
api: "openai-completions",
|
|
10636
|
-
provider: "openrouter",
|
|
10637
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10638
|
-
reasoning: true,
|
|
10639
|
-
input: ["text"],
|
|
10640
|
-
cost: {
|
|
10641
|
-
input: 1,
|
|
10642
|
-
output: 3,
|
|
10643
|
-
cacheRead: 0.19999999999999998,
|
|
10644
|
-
cacheWrite: 0,
|
|
10645
|
-
},
|
|
10646
|
-
contextWindow: 1048576,
|
|
10647
|
-
maxTokens: 131072,
|
|
10648
|
-
},
|
|
10649
|
-
"z-ai/glm-4-32b": {
|
|
10650
|
-
id: "z-ai/glm-4-32b",
|
|
10651
|
-
name: "Z.ai: GLM 4 32B ",
|
|
10652
|
-
api: "openai-completions",
|
|
10653
|
-
provider: "openrouter",
|
|
10654
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10655
|
-
reasoning: false,
|
|
10656
|
-
input: ["text"],
|
|
10657
|
-
cost: {
|
|
10658
|
-
input: 0.09999999999999999,
|
|
10659
|
-
output: 0.09999999999999999,
|
|
10660
|
-
cacheRead: 0,
|
|
10661
|
-
cacheWrite: 0,
|
|
10662
|
-
},
|
|
10663
|
-
contextWindow: 128000,
|
|
10664
|
-
maxTokens: 4096,
|
|
10665
|
-
},
|
|
10666
|
-
"z-ai/glm-4.5": {
|
|
10667
|
-
id: "z-ai/glm-4.5",
|
|
10668
|
-
name: "Z.ai: GLM 4.5",
|
|
10669
|
-
api: "openai-completions",
|
|
10670
|
-
provider: "openrouter",
|
|
10671
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10672
|
-
reasoning: true,
|
|
10673
|
-
input: ["text"],
|
|
10674
|
-
cost: {
|
|
10675
|
-
input: 0.6,
|
|
10676
|
-
output: 2.2,
|
|
10677
|
-
cacheRead: 0.11,
|
|
10678
|
-
cacheWrite: 0,
|
|
10679
|
-
},
|
|
10680
|
-
contextWindow: 131072,
|
|
10681
|
-
maxTokens: 98304,
|
|
10682
|
-
},
|
|
10683
|
-
"z-ai/glm-4.5-air": {
|
|
10684
|
-
id: "z-ai/glm-4.5-air",
|
|
10685
|
-
name: "Z.ai: GLM 4.5 Air",
|
|
10686
|
-
api: "openai-completions",
|
|
10687
|
-
provider: "openrouter",
|
|
10688
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10689
|
-
reasoning: true,
|
|
10690
|
-
input: ["text"],
|
|
10691
|
-
cost: {
|
|
10692
|
-
input: 0.13,
|
|
10693
|
-
output: 0.85,
|
|
10694
|
-
cacheRead: 0.024999999999999998,
|
|
10695
|
-
cacheWrite: 0,
|
|
10696
|
-
},
|
|
10697
|
-
contextWindow: 131072,
|
|
10698
|
-
maxTokens: 98304,
|
|
10699
|
-
},
|
|
10700
|
-
"z-ai/glm-4.5-air:free": {
|
|
10701
|
-
id: "z-ai/glm-4.5-air:free",
|
|
10702
|
-
name: "Z.ai: GLM 4.5 Air (free)",
|
|
10703
|
-
api: "openai-completions",
|
|
10704
|
-
provider: "openrouter",
|
|
10705
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10706
|
-
reasoning: true,
|
|
10707
|
-
input: ["text"],
|
|
10708
|
-
cost: {
|
|
10709
|
-
input: 0,
|
|
10710
|
-
output: 0,
|
|
10711
|
-
cacheRead: 0,
|
|
10712
|
-
cacheWrite: 0,
|
|
10713
|
-
},
|
|
10714
|
-
contextWindow: 131072,
|
|
10715
|
-
maxTokens: 96000,
|
|
10716
|
-
},
|
|
10717
|
-
"z-ai/glm-4.5v": {
|
|
10718
|
-
id: "z-ai/glm-4.5v",
|
|
10719
|
-
name: "Z.ai: GLM 4.5V",
|
|
10720
|
-
api: "openai-completions",
|
|
10721
|
-
provider: "openrouter",
|
|
10722
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10723
|
-
reasoning: true,
|
|
10724
|
-
input: ["text", "image"],
|
|
10725
|
-
cost: {
|
|
10726
|
-
input: 0.6,
|
|
10727
|
-
output: 1.7999999999999998,
|
|
10728
|
-
cacheRead: 0.11,
|
|
10729
|
-
cacheWrite: 0,
|
|
10730
|
-
},
|
|
10731
|
-
contextWindow: 65536,
|
|
10732
|
-
maxTokens: 16384,
|
|
10733
|
-
},
|
|
10734
|
-
"z-ai/glm-4.6": {
|
|
10735
|
-
id: "z-ai/glm-4.6",
|
|
10736
|
-
name: "Z.ai: GLM 4.6",
|
|
10737
|
-
api: "openai-completions",
|
|
10738
|
-
provider: "openrouter",
|
|
10739
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10740
|
-
reasoning: true,
|
|
10741
|
-
input: ["text"],
|
|
10742
|
-
cost: {
|
|
10743
|
-
input: 0.39,
|
|
10744
|
-
output: 1.9,
|
|
10745
|
-
cacheRead: 0,
|
|
10746
|
-
cacheWrite: 0,
|
|
10747
|
-
},
|
|
10748
|
-
contextWindow: 204800,
|
|
10749
|
-
maxTokens: 204800,
|
|
10750
|
-
},
|
|
10751
|
-
"z-ai/glm-4.6v": {
|
|
10752
|
-
id: "z-ai/glm-4.6v",
|
|
10753
|
-
name: "Z.ai: GLM 4.6V",
|
|
10754
|
-
api: "openai-completions",
|
|
10755
|
-
provider: "openrouter",
|
|
10756
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10757
|
-
reasoning: true,
|
|
10758
|
-
input: ["text", "image"],
|
|
10759
|
-
cost: {
|
|
10760
|
-
input: 0.3,
|
|
10761
|
-
output: 0.8999999999999999,
|
|
10762
|
-
cacheRead: 0,
|
|
10763
|
-
cacheWrite: 0,
|
|
10764
|
-
},
|
|
10765
|
-
contextWindow: 131072,
|
|
10766
|
-
maxTokens: 131072,
|
|
10767
|
-
},
|
|
10768
|
-
"z-ai/glm-4.7": {
|
|
10769
|
-
id: "z-ai/glm-4.7",
|
|
10770
|
-
name: "Z.ai: GLM 4.7",
|
|
10771
|
-
api: "openai-completions",
|
|
10772
|
-
provider: "openrouter",
|
|
10773
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10774
|
-
reasoning: true,
|
|
10775
|
-
input: ["text"],
|
|
10776
|
-
cost: {
|
|
10777
|
-
input: 0.39,
|
|
10778
|
-
output: 1.75,
|
|
10779
|
-
cacheRead: 0.195,
|
|
10780
|
-
cacheWrite: 0,
|
|
10781
|
-
},
|
|
10782
|
-
contextWindow: 202752,
|
|
10783
|
-
maxTokens: 65535,
|
|
10784
|
-
},
|
|
10785
|
-
"z-ai/glm-4.7-flash": {
|
|
10786
|
-
id: "z-ai/glm-4.7-flash",
|
|
10787
|
-
name: "Z.ai: GLM 4.7 Flash",
|
|
10788
|
-
api: "openai-completions",
|
|
10789
|
-
provider: "openrouter",
|
|
10790
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10791
|
-
reasoning: true,
|
|
10792
|
-
input: ["text"],
|
|
10793
|
-
cost: {
|
|
10794
|
-
input: 0.06,
|
|
10795
|
-
output: 0.39999999999999997,
|
|
10796
|
-
cacheRead: 0.0100000002,
|
|
10797
|
-
cacheWrite: 0,
|
|
10798
|
-
},
|
|
10799
|
-
contextWindow: 202752,
|
|
10800
|
-
maxTokens: 4096,
|
|
10801
|
-
},
|
|
10802
|
-
"z-ai/glm-5": {
|
|
10803
|
-
id: "z-ai/glm-5",
|
|
10804
|
-
name: "Z.ai: GLM 5",
|
|
10805
|
-
api: "openai-completions",
|
|
10806
|
-
provider: "openrouter",
|
|
10807
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10808
|
-
reasoning: true,
|
|
10809
|
-
input: ["text"],
|
|
10810
|
-
cost: {
|
|
10811
|
-
input: 0.6,
|
|
10812
|
-
output: 1.9,
|
|
10813
|
-
cacheRead: 0.119,
|
|
10814
|
-
cacheWrite: 0,
|
|
10815
|
-
},
|
|
10816
|
-
contextWindow: 80000,
|
|
10817
|
-
maxTokens: 131072,
|
|
10818
|
-
},
|
|
10819
|
-
"z-ai/glm-5-turbo": {
|
|
10820
|
-
id: "z-ai/glm-5-turbo",
|
|
10821
|
-
name: "Z.ai: GLM 5 Turbo",
|
|
10822
|
-
api: "openai-completions",
|
|
10823
|
-
provider: "openrouter",
|
|
10824
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10825
|
-
reasoning: true,
|
|
10826
|
-
input: ["text"],
|
|
10827
|
-
cost: {
|
|
10828
|
-
input: 1.2,
|
|
10829
|
-
output: 4,
|
|
10830
|
-
cacheRead: 0.24,
|
|
10831
|
-
cacheWrite: 0,
|
|
10832
|
-
},
|
|
10833
|
-
contextWindow: 202752,
|
|
10834
|
-
maxTokens: 131072,
|
|
10835
|
-
},
|
|
10836
|
-
},
|
|
10837
|
-
"vercel-ai-gateway": {
|
|
10838
|
-
"alibaba/qwen-3-14b": {
|
|
10839
|
-
id: "alibaba/qwen-3-14b",
|
|
10840
|
-
name: "Qwen3-14B",
|
|
10841
|
-
api: "anthropic-messages",
|
|
10842
|
-
provider: "vercel-ai-gateway",
|
|
10843
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
10844
|
-
reasoning: true,
|
|
10845
|
-
input: ["text"],
|
|
10846
|
-
cost: {
|
|
10847
|
-
input: 0.12,
|
|
10848
|
-
output: 0.24,
|
|
10849
|
-
cacheRead: 0,
|
|
6597
|
+
input: 0.12,
|
|
6598
|
+
output: 0.24,
|
|
6599
|
+
cacheRead: 0,
|
|
10850
6600
|
cacheWrite: 0,
|
|
10851
6601
|
},
|
|
10852
6602
|
contextWindow: 40960,
|
|
@@ -12833,8 +8583,8 @@ export const MODELS = {
|
|
|
12833
8583
|
reasoning: false,
|
|
12834
8584
|
input: ["text", "image"],
|
|
12835
8585
|
cost: {
|
|
12836
|
-
input:
|
|
12837
|
-
output:
|
|
8586
|
+
input: 0,
|
|
8587
|
+
output: 0,
|
|
12838
8588
|
cacheRead: 0,
|
|
12839
8589
|
cacheWrite: 0,
|
|
12840
8590
|
},
|
|
@@ -12850,8 +8600,8 @@ export const MODELS = {
|
|
|
12850
8600
|
reasoning: false,
|
|
12851
8601
|
input: ["text", "image"],
|
|
12852
8602
|
cost: {
|
|
12853
|
-
input:
|
|
12854
|
-
output:
|
|
8603
|
+
input: 0,
|
|
8604
|
+
output: 0,
|
|
12855
8605
|
cacheRead: 0,
|
|
12856
8606
|
cacheWrite: 0,
|
|
12857
8607
|
},
|
|
@@ -13045,6 +8795,23 @@ export const MODELS = {
|
|
|
13045
8795
|
contextWindow: 2000000,
|
|
13046
8796
|
maxTokens: 30000,
|
|
13047
8797
|
},
|
|
8798
|
+
"xai/grok-4.20-multi-agent": {
|
|
8799
|
+
id: "xai/grok-4.20-multi-agent",
|
|
8800
|
+
name: "Grok 4.20 Multi-Agent",
|
|
8801
|
+
api: "anthropic-messages",
|
|
8802
|
+
provider: "vercel-ai-gateway",
|
|
8803
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
8804
|
+
reasoning: true,
|
|
8805
|
+
input: ["text"],
|
|
8806
|
+
cost: {
|
|
8807
|
+
input: 2,
|
|
8808
|
+
output: 6,
|
|
8809
|
+
cacheRead: 0.19999999999999998,
|
|
8810
|
+
cacheWrite: 0,
|
|
8811
|
+
},
|
|
8812
|
+
contextWindow: 2000000,
|
|
8813
|
+
maxTokens: 2000000,
|
|
8814
|
+
},
|
|
13048
8815
|
"xai/grok-4.20-multi-agent-beta": {
|
|
13049
8816
|
id: "xai/grok-4.20-multi-agent-beta",
|
|
13050
8817
|
name: "Grok 4.20 Multi Agent Beta",
|
|
@@ -13062,6 +8829,23 @@ export const MODELS = {
|
|
|
13062
8829
|
contextWindow: 2000000,
|
|
13063
8830
|
maxTokens: 2000000,
|
|
13064
8831
|
},
|
|
8832
|
+
"xai/grok-4.20-non-reasoning": {
|
|
8833
|
+
id: "xai/grok-4.20-non-reasoning",
|
|
8834
|
+
name: "Grok 4.20 Non-Reasoning",
|
|
8835
|
+
api: "anthropic-messages",
|
|
8836
|
+
provider: "vercel-ai-gateway",
|
|
8837
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
8838
|
+
reasoning: false,
|
|
8839
|
+
input: ["text", "image"],
|
|
8840
|
+
cost: {
|
|
8841
|
+
input: 2,
|
|
8842
|
+
output: 6,
|
|
8843
|
+
cacheRead: 0.19999999999999998,
|
|
8844
|
+
cacheWrite: 0,
|
|
8845
|
+
},
|
|
8846
|
+
contextWindow: 2000000,
|
|
8847
|
+
maxTokens: 2000000,
|
|
8848
|
+
},
|
|
13065
8849
|
"xai/grok-4.20-non-reasoning-beta": {
|
|
13066
8850
|
id: "xai/grok-4.20-non-reasoning-beta",
|
|
13067
8851
|
name: "Grok 4.20 Beta Non-Reasoning",
|
|
@@ -13079,6 +8863,23 @@ export const MODELS = {
|
|
|
13079
8863
|
contextWindow: 2000000,
|
|
13080
8864
|
maxTokens: 2000000,
|
|
13081
8865
|
},
|
|
8866
|
+
"xai/grok-4.20-reasoning": {
|
|
8867
|
+
id: "xai/grok-4.20-reasoning",
|
|
8868
|
+
name: "Grok 4.20 Reasoning",
|
|
8869
|
+
api: "anthropic-messages",
|
|
8870
|
+
provider: "vercel-ai-gateway",
|
|
8871
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
8872
|
+
reasoning: true,
|
|
8873
|
+
input: ["text", "image"],
|
|
8874
|
+
cost: {
|
|
8875
|
+
input: 2,
|
|
8876
|
+
output: 6,
|
|
8877
|
+
cacheRead: 0.19999999999999998,
|
|
8878
|
+
cacheWrite: 0,
|
|
8879
|
+
},
|
|
8880
|
+
contextWindow: 2000000,
|
|
8881
|
+
maxTokens: 2000000,
|
|
8882
|
+
},
|
|
13082
8883
|
"xai/grok-4.20-reasoning-beta": {
|
|
13083
8884
|
id: "xai/grok-4.20-reasoning-beta",
|
|
13084
8885
|
name: "Grok 4.20 Beta Reasoning",
|
|
@@ -13890,6 +9691,24 @@ export const MODELS = {
|
|
|
13890
9691
|
contextWindow: 200000,
|
|
13891
9692
|
maxTokens: 131072,
|
|
13892
9693
|
},
|
|
9694
|
+
"glm-4.7-flashx": {
|
|
9695
|
+
id: "glm-4.7-flashx",
|
|
9696
|
+
name: "GLM-4.7-FlashX",
|
|
9697
|
+
api: "openai-completions",
|
|
9698
|
+
provider: "zai",
|
|
9699
|
+
baseUrl: "https://api.z.ai/api/coding/paas/v4",
|
|
9700
|
+
compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai" },
|
|
9701
|
+
reasoning: true,
|
|
9702
|
+
input: ["text"],
|
|
9703
|
+
cost: {
|
|
9704
|
+
input: 0.07,
|
|
9705
|
+
output: 0.4,
|
|
9706
|
+
cacheRead: 0.01,
|
|
9707
|
+
cacheWrite: 0,
|
|
9708
|
+
},
|
|
9709
|
+
contextWindow: 200000,
|
|
9710
|
+
maxTokens: 131072,
|
|
9711
|
+
},
|
|
13893
9712
|
"glm-5": {
|
|
13894
9713
|
id: "glm-5",
|
|
13895
9714
|
name: "GLM-5",
|