@elyracode/ai 0.9.24 → 0.9.25
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.js
CHANGED
|
@@ -1417,10 +1417,10 @@ export const MODELS = {
|
|
|
1417
1417
|
reasoning: true,
|
|
1418
1418
|
input: ["text", "image"],
|
|
1419
1419
|
cost: {
|
|
1420
|
-
input:
|
|
1421
|
-
output:
|
|
1422
|
-
cacheRead: 0.
|
|
1423
|
-
cacheWrite:
|
|
1420
|
+
input: 0.22,
|
|
1421
|
+
output: 1.32,
|
|
1422
|
+
cacheRead: 0.022,
|
|
1423
|
+
cacheWrite: 0.275,
|
|
1424
1424
|
},
|
|
1425
1425
|
contextWindow: 272000,
|
|
1426
1426
|
maxTokens: 128000,
|
|
@@ -1434,10 +1434,10 @@ export const MODELS = {
|
|
|
1434
1434
|
reasoning: true,
|
|
1435
1435
|
input: ["text", "image"],
|
|
1436
1436
|
cost: {
|
|
1437
|
-
input: 5,
|
|
1438
|
-
output:
|
|
1439
|
-
cacheRead: 0.
|
|
1440
|
-
cacheWrite: 6.
|
|
1437
|
+
input: 5.5,
|
|
1438
|
+
output: 33,
|
|
1439
|
+
cacheRead: 0.55,
|
|
1440
|
+
cacheWrite: 6.88,
|
|
1441
1441
|
},
|
|
1442
1442
|
contextWindow: 272000,
|
|
1443
1443
|
maxTokens: 128000,
|
|
@@ -1451,10 +1451,10 @@ export const MODELS = {
|
|
|
1451
1451
|
reasoning: true,
|
|
1452
1452
|
input: ["text", "image"],
|
|
1453
1453
|
cost: {
|
|
1454
|
-
input: 2.
|
|
1455
|
-
output:
|
|
1456
|
-
cacheRead: 0.
|
|
1457
|
-
cacheWrite:
|
|
1454
|
+
input: 2.2,
|
|
1455
|
+
output: 13.2,
|
|
1456
|
+
cacheRead: 0.22,
|
|
1457
|
+
cacheWrite: 2.75,
|
|
1458
1458
|
},
|
|
1459
1459
|
contextWindow: 272000,
|
|
1460
1460
|
maxTokens: 128000,
|
|
@@ -2803,10 +2803,10 @@ export const MODELS = {
|
|
|
2803
2803
|
thinkingLevelMap: { "off": null },
|
|
2804
2804
|
input: ["text", "image"],
|
|
2805
2805
|
cost: {
|
|
2806
|
-
input:
|
|
2807
|
-
output:
|
|
2808
|
-
cacheRead: 0.
|
|
2809
|
-
cacheWrite:
|
|
2806
|
+
input: 0.2,
|
|
2807
|
+
output: 1.2,
|
|
2808
|
+
cacheRead: 0.02,
|
|
2809
|
+
cacheWrite: 0.25,
|
|
2810
2810
|
},
|
|
2811
2811
|
contextWindow: 1050000,
|
|
2812
2812
|
maxTokens: 128000,
|
|
@@ -2839,10 +2839,10 @@ export const MODELS = {
|
|
|
2839
2839
|
thinkingLevelMap: { "off": null },
|
|
2840
2840
|
input: ["text", "image"],
|
|
2841
2841
|
cost: {
|
|
2842
|
-
input: 2
|
|
2843
|
-
output:
|
|
2844
|
-
cacheRead: 0.
|
|
2845
|
-
cacheWrite:
|
|
2842
|
+
input: 2,
|
|
2843
|
+
output: 12,
|
|
2844
|
+
cacheRead: 0.2,
|
|
2845
|
+
cacheWrite: 2.5,
|
|
2846
2846
|
},
|
|
2847
2847
|
contextWindow: 1050000,
|
|
2848
2848
|
maxTokens: 128000,
|
|
@@ -3229,6 +3229,23 @@ export const MODELS = {
|
|
|
3229
3229
|
contextWindow: 1000000,
|
|
3230
3230
|
maxTokens: 128000,
|
|
3231
3231
|
},
|
|
3232
|
+
"claude-opus-5": {
|
|
3233
|
+
id: "claude-opus-5",
|
|
3234
|
+
name: "Claude Opus 5",
|
|
3235
|
+
api: "anthropic-messages",
|
|
3236
|
+
provider: "cloudflare-ai-gateway",
|
|
3237
|
+
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic",
|
|
3238
|
+
reasoning: true,
|
|
3239
|
+
input: ["text", "image"],
|
|
3240
|
+
cost: {
|
|
3241
|
+
input: 5,
|
|
3242
|
+
output: 25,
|
|
3243
|
+
cacheRead: 0.5,
|
|
3244
|
+
cacheWrite: 6.25,
|
|
3245
|
+
},
|
|
3246
|
+
contextWindow: 1000000,
|
|
3247
|
+
maxTokens: 128000,
|
|
3248
|
+
},
|
|
3232
3249
|
"claude-sonnet-4": {
|
|
3233
3250
|
id: "claude-sonnet-4",
|
|
3234
3251
|
name: "Claude Sonnet 4 (latest)",
|
|
@@ -3998,39 +4015,39 @@ export const MODELS = {
|
|
|
3998
4015
|
contextWindow: 1000000,
|
|
3999
4016
|
maxTokens: 384000,
|
|
4000
4017
|
},
|
|
4001
|
-
"accounts/fireworks/models/deepseek-v4-
|
|
4002
|
-
id: "accounts/fireworks/models/deepseek-v4-
|
|
4003
|
-
name: "DeepSeek V4
|
|
4018
|
+
"accounts/fireworks/models/deepseek-v4-flash-0731": {
|
|
4019
|
+
id: "accounts/fireworks/models/deepseek-v4-flash-0731",
|
|
4020
|
+
name: "DeepSeek V4 Flash 0731",
|
|
4004
4021
|
api: "anthropic-messages",
|
|
4005
4022
|
provider: "fireworks",
|
|
4006
4023
|
baseUrl: "https://api.fireworks.ai/inference",
|
|
4007
4024
|
reasoning: true,
|
|
4008
4025
|
input: ["text"],
|
|
4009
4026
|
cost: {
|
|
4010
|
-
input:
|
|
4011
|
-
output:
|
|
4012
|
-
cacheRead: 0.
|
|
4027
|
+
input: 0.14,
|
|
4028
|
+
output: 0.28,
|
|
4029
|
+
cacheRead: 0.028,
|
|
4013
4030
|
cacheWrite: 0,
|
|
4014
4031
|
},
|
|
4015
4032
|
contextWindow: 1000000,
|
|
4016
4033
|
maxTokens: 384000,
|
|
4017
4034
|
},
|
|
4018
|
-
"accounts/fireworks/models/
|
|
4019
|
-
id: "accounts/fireworks/models/
|
|
4020
|
-
name: "
|
|
4035
|
+
"accounts/fireworks/models/deepseek-v4-pro": {
|
|
4036
|
+
id: "accounts/fireworks/models/deepseek-v4-pro",
|
|
4037
|
+
name: "DeepSeek V4 Pro",
|
|
4021
4038
|
api: "anthropic-messages",
|
|
4022
4039
|
provider: "fireworks",
|
|
4023
4040
|
baseUrl: "https://api.fireworks.ai/inference",
|
|
4024
4041
|
reasoning: true,
|
|
4025
4042
|
input: ["text"],
|
|
4026
4043
|
cost: {
|
|
4027
|
-
input: 1.
|
|
4028
|
-
output:
|
|
4029
|
-
cacheRead: 0.
|
|
4044
|
+
input: 1.74,
|
|
4045
|
+
output: 3.48,
|
|
4046
|
+
cacheRead: 0.145,
|
|
4030
4047
|
cacheWrite: 0,
|
|
4031
4048
|
},
|
|
4032
|
-
contextWindow:
|
|
4033
|
-
maxTokens:
|
|
4049
|
+
contextWindow: 1000000,
|
|
4050
|
+
maxTokens: 384000,
|
|
4034
4051
|
},
|
|
4035
4052
|
"accounts/fireworks/models/glm-5p2": {
|
|
4036
4053
|
id: "accounts/fireworks/models/glm-5p2",
|
|
@@ -4117,6 +4134,23 @@ export const MODELS = {
|
|
|
4117
4134
|
contextWindow: 262000,
|
|
4118
4135
|
maxTokens: 262000,
|
|
4119
4136
|
},
|
|
4137
|
+
"accounts/fireworks/models/kimi-k3": {
|
|
4138
|
+
id: "accounts/fireworks/models/kimi-k3",
|
|
4139
|
+
name: "Kimi K3",
|
|
4140
|
+
api: "anthropic-messages",
|
|
4141
|
+
provider: "fireworks",
|
|
4142
|
+
baseUrl: "https://api.fireworks.ai/inference",
|
|
4143
|
+
reasoning: true,
|
|
4144
|
+
input: ["text", "image"],
|
|
4145
|
+
cost: {
|
|
4146
|
+
input: 3,
|
|
4147
|
+
output: 15,
|
|
4148
|
+
cacheRead: 0.3,
|
|
4149
|
+
cacheWrite: 0,
|
|
4150
|
+
},
|
|
4151
|
+
contextWindow: 1048576,
|
|
4152
|
+
maxTokens: 131072,
|
|
4153
|
+
},
|
|
4120
4154
|
"accounts/fireworks/models/minimax-m2p7": {
|
|
4121
4155
|
id: "accounts/fireworks/models/minimax-m2p7",
|
|
4122
4156
|
name: "MiniMax-M2.7",
|
|
@@ -4168,23 +4202,6 @@ export const MODELS = {
|
|
|
4168
4202
|
contextWindow: 262144,
|
|
4169
4203
|
maxTokens: 65536,
|
|
4170
4204
|
},
|
|
4171
|
-
"accounts/fireworks/routers/glm-5p1-fast": {
|
|
4172
|
-
id: "accounts/fireworks/routers/glm-5p1-fast",
|
|
4173
|
-
name: "GLM 5.1 Fast",
|
|
4174
|
-
api: "anthropic-messages",
|
|
4175
|
-
provider: "fireworks",
|
|
4176
|
-
baseUrl: "https://api.fireworks.ai/inference",
|
|
4177
|
-
reasoning: true,
|
|
4178
|
-
input: ["text"],
|
|
4179
|
-
cost: {
|
|
4180
|
-
input: 2.8,
|
|
4181
|
-
output: 8.8,
|
|
4182
|
-
cacheRead: 0.52,
|
|
4183
|
-
cacheWrite: 0,
|
|
4184
|
-
},
|
|
4185
|
-
contextWindow: 202800,
|
|
4186
|
-
maxTokens: 131072,
|
|
4187
|
-
},
|
|
4188
4205
|
"accounts/fireworks/routers/glm-5p2-fast": {
|
|
4189
4206
|
id: "accounts/fireworks/routers/glm-5p2-fast",
|
|
4190
4207
|
name: "GLM 5.2 Fast",
|
|
@@ -4253,6 +4270,23 @@ export const MODELS = {
|
|
|
4253
4270
|
contextWindow: 262000,
|
|
4254
4271
|
maxTokens: 262000,
|
|
4255
4272
|
},
|
|
4273
|
+
"accounts/fireworks/routers/kimi-k3-fast": {
|
|
4274
|
+
id: "accounts/fireworks/routers/kimi-k3-fast",
|
|
4275
|
+
name: "Kimi K3 Fast",
|
|
4276
|
+
api: "anthropic-messages",
|
|
4277
|
+
provider: "fireworks",
|
|
4278
|
+
baseUrl: "https://api.fireworks.ai/inference",
|
|
4279
|
+
reasoning: true,
|
|
4280
|
+
input: ["text", "image"],
|
|
4281
|
+
cost: {
|
|
4282
|
+
input: 4.5,
|
|
4283
|
+
output: 22.5,
|
|
4284
|
+
cacheRead: 0.45,
|
|
4285
|
+
cacheWrite: 0,
|
|
4286
|
+
},
|
|
4287
|
+
contextWindow: 1048576,
|
|
4288
|
+
maxTokens: 131072,
|
|
4289
|
+
},
|
|
4256
4290
|
},
|
|
4257
4291
|
"github-copilot": {
|
|
4258
4292
|
"claude-fable-5": {
|
|
@@ -4369,6 +4403,25 @@ export const MODELS = {
|
|
|
4369
4403
|
contextWindow: 200000,
|
|
4370
4404
|
maxTokens: 64000,
|
|
4371
4405
|
},
|
|
4406
|
+
"claude-opus-5": {
|
|
4407
|
+
id: "claude-opus-5",
|
|
4408
|
+
name: "Claude Opus 5",
|
|
4409
|
+
api: "openai-completions",
|
|
4410
|
+
provider: "github-copilot",
|
|
4411
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4412
|
+
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4413
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
4414
|
+
reasoning: true,
|
|
4415
|
+
input: ["text", "image"],
|
|
4416
|
+
cost: {
|
|
4417
|
+
input: 5,
|
|
4418
|
+
output: 25,
|
|
4419
|
+
cacheRead: 0.5,
|
|
4420
|
+
cacheWrite: 6.25,
|
|
4421
|
+
},
|
|
4422
|
+
contextWindow: 1000000,
|
|
4423
|
+
maxTokens: 64000,
|
|
4424
|
+
},
|
|
4372
4425
|
"claude-sonnet-4": {
|
|
4373
4426
|
id: "claude-sonnet-4",
|
|
4374
4427
|
name: "Claude Sonnet 4 (latest)",
|
|
@@ -4444,44 +4497,6 @@ export const MODELS = {
|
|
|
4444
4497
|
contextWindow: 1000000,
|
|
4445
4498
|
maxTokens: 128000,
|
|
4446
4499
|
},
|
|
4447
|
-
"gemini-2.5-pro": {
|
|
4448
|
-
id: "gemini-2.5-pro",
|
|
4449
|
-
name: "Gemini 2.5 Pro",
|
|
4450
|
-
api: "openai-completions",
|
|
4451
|
-
provider: "github-copilot",
|
|
4452
|
-
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4453
|
-
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4454
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
4455
|
-
reasoning: true,
|
|
4456
|
-
input: ["text", "image"],
|
|
4457
|
-
cost: {
|
|
4458
|
-
input: 1.25,
|
|
4459
|
-
output: 10,
|
|
4460
|
-
cacheRead: 0.125,
|
|
4461
|
-
cacheWrite: 0,
|
|
4462
|
-
},
|
|
4463
|
-
contextWindow: 128000,
|
|
4464
|
-
maxTokens: 64000,
|
|
4465
|
-
},
|
|
4466
|
-
"gemini-3-flash-preview": {
|
|
4467
|
-
id: "gemini-3-flash-preview",
|
|
4468
|
-
name: "Gemini 3 Flash Preview",
|
|
4469
|
-
api: "openai-completions",
|
|
4470
|
-
provider: "github-copilot",
|
|
4471
|
-
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4472
|
-
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4473
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
4474
|
-
reasoning: true,
|
|
4475
|
-
input: ["text", "image"],
|
|
4476
|
-
cost: {
|
|
4477
|
-
input: 0.5,
|
|
4478
|
-
output: 3,
|
|
4479
|
-
cacheRead: 0.05,
|
|
4480
|
-
cacheWrite: 0,
|
|
4481
|
-
},
|
|
4482
|
-
contextWindow: 128000,
|
|
4483
|
-
maxTokens: 64000,
|
|
4484
|
-
},
|
|
4485
4500
|
"gemini-3.1-pro-preview": {
|
|
4486
4501
|
id: "gemini-3.1-pro-preview",
|
|
4487
4502
|
name: "Gemini 3.1 Pro Preview",
|
|
@@ -4520,6 +4535,25 @@ export const MODELS = {
|
|
|
4520
4535
|
contextWindow: 200000,
|
|
4521
4536
|
maxTokens: 64000,
|
|
4522
4537
|
},
|
|
4538
|
+
"gemini-3.6-flash": {
|
|
4539
|
+
id: "gemini-3.6-flash",
|
|
4540
|
+
name: "Gemini 3.6 Flash",
|
|
4541
|
+
api: "openai-completions",
|
|
4542
|
+
provider: "github-copilot",
|
|
4543
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4544
|
+
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4545
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
4546
|
+
reasoning: true,
|
|
4547
|
+
input: ["text", "image"],
|
|
4548
|
+
cost: {
|
|
4549
|
+
input: 1.5,
|
|
4550
|
+
output: 7.5,
|
|
4551
|
+
cacheRead: 0.15,
|
|
4552
|
+
cacheWrite: 0,
|
|
4553
|
+
},
|
|
4554
|
+
contextWindow: 1000000,
|
|
4555
|
+
maxTokens: 64000,
|
|
4556
|
+
},
|
|
4523
4557
|
"gpt-4.1": {
|
|
4524
4558
|
id: "gpt-4.1",
|
|
4525
4559
|
name: "GPT-4.1",
|
|
@@ -4702,10 +4736,10 @@ export const MODELS = {
|
|
|
4702
4736
|
thinkingLevelMap: { "off": null },
|
|
4703
4737
|
input: ["text", "image"],
|
|
4704
4738
|
cost: {
|
|
4705
|
-
input:
|
|
4706
|
-
output:
|
|
4707
|
-
cacheRead: 0.
|
|
4708
|
-
cacheWrite:
|
|
4739
|
+
input: 0.2,
|
|
4740
|
+
output: 1.2,
|
|
4741
|
+
cacheRead: 0.02,
|
|
4742
|
+
cacheWrite: 0,
|
|
4709
4743
|
},
|
|
4710
4744
|
contextWindow: 1050000,
|
|
4711
4745
|
maxTokens: 128000,
|
|
@@ -4740,14 +4774,33 @@ export const MODELS = {
|
|
|
4740
4774
|
thinkingLevelMap: { "off": null },
|
|
4741
4775
|
input: ["text", "image"],
|
|
4742
4776
|
cost: {
|
|
4743
|
-
input: 2
|
|
4744
|
-
output:
|
|
4745
|
-
cacheRead: 0.
|
|
4746
|
-
cacheWrite:
|
|
4777
|
+
input: 2,
|
|
4778
|
+
output: 12,
|
|
4779
|
+
cacheRead: 0.2,
|
|
4780
|
+
cacheWrite: 0,
|
|
4747
4781
|
},
|
|
4748
4782
|
contextWindow: 1050000,
|
|
4749
4783
|
maxTokens: 128000,
|
|
4750
4784
|
},
|
|
4785
|
+
"grok-4.5": {
|
|
4786
|
+
id: "grok-4.5",
|
|
4787
|
+
name: "Grok 4.5",
|
|
4788
|
+
api: "openai-completions",
|
|
4789
|
+
provider: "github-copilot",
|
|
4790
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4791
|
+
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4792
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
4793
|
+
reasoning: true,
|
|
4794
|
+
input: ["text", "image"],
|
|
4795
|
+
cost: {
|
|
4796
|
+
input: 2,
|
|
4797
|
+
output: 6,
|
|
4798
|
+
cacheRead: 0.5,
|
|
4799
|
+
cacheWrite: 0,
|
|
4800
|
+
},
|
|
4801
|
+
contextWindow: 500000,
|
|
4802
|
+
maxTokens: 128000,
|
|
4803
|
+
},
|
|
4751
4804
|
"kimi-k2.7-code": {
|
|
4752
4805
|
id: "kimi-k2.7-code",
|
|
4753
4806
|
name: "Kimi K2.7 Code",
|
|
@@ -6028,6 +6081,24 @@ export const MODELS = {
|
|
|
6028
6081
|
contextWindow: 1048576,
|
|
6029
6082
|
maxTokens: 384000,
|
|
6030
6083
|
},
|
|
6084
|
+
"deepseek-ai/DeepSeek-V4-Flash-0731": {
|
|
6085
|
+
id: "deepseek-ai/DeepSeek-V4-Flash-0731",
|
|
6086
|
+
name: "DeepSeek V4 Flash 0731",
|
|
6087
|
+
api: "openai-completions",
|
|
6088
|
+
provider: "huggingface",
|
|
6089
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
6090
|
+
compat: { "supportsDeveloperRole": false },
|
|
6091
|
+
reasoning: true,
|
|
6092
|
+
input: ["text"],
|
|
6093
|
+
cost: {
|
|
6094
|
+
input: 0.14,
|
|
6095
|
+
output: 0.28,
|
|
6096
|
+
cacheRead: 0,
|
|
6097
|
+
cacheWrite: 0,
|
|
6098
|
+
},
|
|
6099
|
+
contextWindow: 1048576,
|
|
6100
|
+
maxTokens: 384000,
|
|
6101
|
+
},
|
|
6031
6102
|
"deepseek-ai/DeepSeek-V4-Pro": {
|
|
6032
6103
|
id: "deepseek-ai/DeepSeek-V4-Pro",
|
|
6033
6104
|
name: "DeepSeek V4 Pro",
|
|
@@ -6208,6 +6279,24 @@ export const MODELS = {
|
|
|
6208
6279
|
contextWindow: 262144,
|
|
6209
6280
|
maxTokens: 262144,
|
|
6210
6281
|
},
|
|
6282
|
+
"moonshotai/Kimi-K3": {
|
|
6283
|
+
id: "moonshotai/Kimi-K3",
|
|
6284
|
+
name: "Kimi K3",
|
|
6285
|
+
api: "openai-completions",
|
|
6286
|
+
provider: "huggingface",
|
|
6287
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
6288
|
+
compat: { "supportsDeveloperRole": false },
|
|
6289
|
+
reasoning: true,
|
|
6290
|
+
input: ["text", "image"],
|
|
6291
|
+
cost: {
|
|
6292
|
+
input: 3,
|
|
6293
|
+
output: 15,
|
|
6294
|
+
cacheRead: 0,
|
|
6295
|
+
cacheWrite: 0,
|
|
6296
|
+
},
|
|
6297
|
+
contextWindow: 1000000,
|
|
6298
|
+
maxTokens: 131072,
|
|
6299
|
+
},
|
|
6211
6300
|
"openai/gpt-oss-120b": {
|
|
6212
6301
|
id: "openai/gpt-oss-120b",
|
|
6213
6302
|
name: "GPT OSS 120B",
|
|
@@ -6280,8 +6369,62 @@ export const MODELS = {
|
|
|
6280
6369
|
contextWindow: 262144,
|
|
6281
6370
|
maxTokens: 256000,
|
|
6282
6371
|
},
|
|
6283
|
-
"
|
|
6284
|
-
id: "
|
|
6372
|
+
"tencent/Hy3": {
|
|
6373
|
+
id: "tencent/Hy3",
|
|
6374
|
+
name: "Hy3",
|
|
6375
|
+
api: "openai-completions",
|
|
6376
|
+
provider: "huggingface",
|
|
6377
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
6378
|
+
compat: { "supportsDeveloperRole": false },
|
|
6379
|
+
reasoning: true,
|
|
6380
|
+
input: ["text"],
|
|
6381
|
+
cost: {
|
|
6382
|
+
input: 0.14,
|
|
6383
|
+
output: 0.58,
|
|
6384
|
+
cacheRead: 0,
|
|
6385
|
+
cacheWrite: 0,
|
|
6386
|
+
},
|
|
6387
|
+
contextWindow: 262144,
|
|
6388
|
+
maxTokens: 64000,
|
|
6389
|
+
},
|
|
6390
|
+
"thinkingmachines/Inkling": {
|
|
6391
|
+
id: "thinkingmachines/Inkling",
|
|
6392
|
+
name: "Inkling",
|
|
6393
|
+
api: "openai-completions",
|
|
6394
|
+
provider: "huggingface",
|
|
6395
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
6396
|
+
compat: { "supportsDeveloperRole": false },
|
|
6397
|
+
reasoning: true,
|
|
6398
|
+
input: ["text", "image"],
|
|
6399
|
+
cost: {
|
|
6400
|
+
input: 1,
|
|
6401
|
+
output: 4.05,
|
|
6402
|
+
cacheRead: 0,
|
|
6403
|
+
cacheWrite: 0,
|
|
6404
|
+
},
|
|
6405
|
+
contextWindow: 1048576,
|
|
6406
|
+
maxTokens: 1048576,
|
|
6407
|
+
},
|
|
6408
|
+
"thinkingmachines/Inkling-Small": {
|
|
6409
|
+
id: "thinkingmachines/Inkling-Small",
|
|
6410
|
+
name: "Inkling Small",
|
|
6411
|
+
api: "openai-completions",
|
|
6412
|
+
provider: "huggingface",
|
|
6413
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
6414
|
+
compat: { "supportsDeveloperRole": false },
|
|
6415
|
+
reasoning: true,
|
|
6416
|
+
input: ["text", "image"],
|
|
6417
|
+
cost: {
|
|
6418
|
+
input: 0.5,
|
|
6419
|
+
output: 1.2,
|
|
6420
|
+
cacheRead: 0,
|
|
6421
|
+
cacheWrite: 0,
|
|
6422
|
+
},
|
|
6423
|
+
contextWindow: 524288,
|
|
6424
|
+
maxTokens: 1048576,
|
|
6425
|
+
},
|
|
6426
|
+
"zai-org/GLM-4.5": {
|
|
6427
|
+
id: "zai-org/GLM-4.5",
|
|
6285
6428
|
name: "GLM-4.5",
|
|
6286
6429
|
api: "openai-completions",
|
|
6287
6430
|
provider: "huggingface",
|
|
@@ -7134,6 +7277,23 @@ export const MODELS = {
|
|
|
7134
7277
|
contextWindow: 128000,
|
|
7135
7278
|
maxTokens: 128000,
|
|
7136
7279
|
},
|
|
7280
|
+
"voxtral-small-latest": {
|
|
7281
|
+
id: "voxtral-small-latest",
|
|
7282
|
+
name: "Voxtral Small (latest)",
|
|
7283
|
+
api: "mistral-conversations",
|
|
7284
|
+
provider: "mistral",
|
|
7285
|
+
baseUrl: "https://api.mistral.ai",
|
|
7286
|
+
reasoning: false,
|
|
7287
|
+
input: ["text"],
|
|
7288
|
+
cost: {
|
|
7289
|
+
input: 0.1,
|
|
7290
|
+
output: 0.3,
|
|
7291
|
+
cacheRead: 0,
|
|
7292
|
+
cacheWrite: 0,
|
|
7293
|
+
},
|
|
7294
|
+
contextWindow: 32000,
|
|
7295
|
+
maxTokens: 32000,
|
|
7296
|
+
},
|
|
7137
7297
|
},
|
|
7138
7298
|
"moonshotai": {
|
|
7139
7299
|
"kimi-k2-0711-preview": {
|
|
@@ -7990,10 +8150,10 @@ export const MODELS = {
|
|
|
7990
8150
|
thinkingLevelMap: { "off": null },
|
|
7991
8151
|
input: ["text", "image"],
|
|
7992
8152
|
cost: {
|
|
7993
|
-
input:
|
|
7994
|
-
output:
|
|
7995
|
-
cacheRead: 0.
|
|
7996
|
-
cacheWrite:
|
|
8153
|
+
input: 0.2,
|
|
8154
|
+
output: 1.2,
|
|
8155
|
+
cacheRead: 0.02,
|
|
8156
|
+
cacheWrite: 0.25,
|
|
7997
8157
|
},
|
|
7998
8158
|
contextWindow: 1050000,
|
|
7999
8159
|
maxTokens: 128000,
|
|
@@ -8026,10 +8186,10 @@ export const MODELS = {
|
|
|
8026
8186
|
thinkingLevelMap: { "off": null },
|
|
8027
8187
|
input: ["text", "image"],
|
|
8028
8188
|
cost: {
|
|
8029
|
-
input: 2
|
|
8030
|
-
output:
|
|
8031
|
-
cacheRead: 0.
|
|
8032
|
-
cacheWrite:
|
|
8189
|
+
input: 2,
|
|
8190
|
+
output: 12,
|
|
8191
|
+
cacheRead: 0.2,
|
|
8192
|
+
cacheWrite: 2.5,
|
|
8033
8193
|
},
|
|
8034
8194
|
contextWindow: 1050000,
|
|
8035
8195
|
maxTokens: 128000,
|
|
@@ -8562,7 +8722,7 @@ export const MODELS = {
|
|
|
8562
8722
|
},
|
|
8563
8723
|
"deepseek-v4-flash": {
|
|
8564
8724
|
id: "deepseek-v4-flash",
|
|
8565
|
-
name: "DeepSeek V4 Flash",
|
|
8725
|
+
name: "DeepSeek V4 Flash 0731",
|
|
8566
8726
|
api: "openai-completions",
|
|
8567
8727
|
provider: "opencode",
|
|
8568
8728
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
@@ -8581,7 +8741,7 @@ export const MODELS = {
|
|
|
8581
8741
|
},
|
|
8582
8742
|
"deepseek-v4-flash-free": {
|
|
8583
8743
|
id: "deepseek-v4-flash-free",
|
|
8584
|
-
name: "DeepSeek V4 Flash Free",
|
|
8744
|
+
name: "DeepSeek V4 Flash Free (New)",
|
|
8585
8745
|
api: "openai-completions",
|
|
8586
8746
|
provider: "opencode",
|
|
8587
8747
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
@@ -9056,10 +9216,10 @@ export const MODELS = {
|
|
|
9056
9216
|
thinkingLevelMap: { "off": null },
|
|
9057
9217
|
input: ["text", "image"],
|
|
9058
9218
|
cost: {
|
|
9059
|
-
input:
|
|
9060
|
-
output:
|
|
9061
|
-
cacheRead: 0.
|
|
9062
|
-
cacheWrite:
|
|
9219
|
+
input: 0.2,
|
|
9220
|
+
output: 1.2,
|
|
9221
|
+
cacheRead: 0.02,
|
|
9222
|
+
cacheWrite: 0.25,
|
|
9063
9223
|
},
|
|
9064
9224
|
contextWindow: 1050000,
|
|
9065
9225
|
maxTokens: 128000,
|
|
@@ -9185,6 +9345,23 @@ export const MODELS = {
|
|
|
9185
9345
|
contextWindow: 262144,
|
|
9186
9346
|
maxTokens: 262144,
|
|
9187
9347
|
},
|
|
9348
|
+
"kimi-k3": {
|
|
9349
|
+
id: "kimi-k3",
|
|
9350
|
+
name: "Kimi K3",
|
|
9351
|
+
api: "openai-completions",
|
|
9352
|
+
provider: "opencode",
|
|
9353
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
9354
|
+
reasoning: true,
|
|
9355
|
+
input: ["text", "image"],
|
|
9356
|
+
cost: {
|
|
9357
|
+
input: 3,
|
|
9358
|
+
output: 15,
|
|
9359
|
+
cacheRead: 0.3,
|
|
9360
|
+
cacheWrite: 0,
|
|
9361
|
+
},
|
|
9362
|
+
contextWindow: 1048576,
|
|
9363
|
+
maxTokens: 131072,
|
|
9364
|
+
},
|
|
9188
9365
|
"laguna-s-2.1-free": {
|
|
9189
9366
|
id: "laguna-s-2.1-free",
|
|
9190
9367
|
name: "Laguna S 2.1 Free",
|
|
@@ -9359,7 +9536,7 @@ export const MODELS = {
|
|
|
9359
9536
|
"opencode-go": {
|
|
9360
9537
|
"deepseek-v4-flash": {
|
|
9361
9538
|
id: "deepseek-v4-flash",
|
|
9362
|
-
name: "DeepSeek V4 Flash",
|
|
9539
|
+
name: "DeepSeek V4 Flash (New)",
|
|
9363
9540
|
api: "openai-completions",
|
|
9364
9541
|
provider: "opencode-go",
|
|
9365
9542
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
@@ -9429,6 +9606,24 @@ export const MODELS = {
|
|
|
9429
9606
|
contextWindow: 1000000,
|
|
9430
9607
|
maxTokens: 131072,
|
|
9431
9608
|
},
|
|
9609
|
+
"gpt-5.6-luna": {
|
|
9610
|
+
id: "gpt-5.6-luna",
|
|
9611
|
+
name: "GPT-5.6 Luna (2x usage)",
|
|
9612
|
+
api: "openai-responses",
|
|
9613
|
+
provider: "opencode-go",
|
|
9614
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
9615
|
+
reasoning: true,
|
|
9616
|
+
thinkingLevelMap: { "off": null },
|
|
9617
|
+
input: ["text", "image"],
|
|
9618
|
+
cost: {
|
|
9619
|
+
input: 0.1,
|
|
9620
|
+
output: 0.6,
|
|
9621
|
+
cacheRead: 0.01,
|
|
9622
|
+
cacheWrite: 0.125,
|
|
9623
|
+
},
|
|
9624
|
+
contextWindow: 1050000,
|
|
9625
|
+
maxTokens: 128000,
|
|
9626
|
+
},
|
|
9432
9627
|
"grok-4.5": {
|
|
9433
9628
|
id: "grok-4.5",
|
|
9434
9629
|
name: "Grok 4.5",
|
|
@@ -9499,7 +9694,7 @@ export const MODELS = {
|
|
|
9499
9694
|
},
|
|
9500
9695
|
"kimi-k3": {
|
|
9501
9696
|
id: "kimi-k3",
|
|
9502
|
-
name: "Kimi K3
|
|
9697
|
+
name: "Kimi K3",
|
|
9503
9698
|
api: "openai-completions",
|
|
9504
9699
|
provider: "opencode-go",
|
|
9505
9700
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
@@ -9634,6 +9829,23 @@ export const MODELS = {
|
|
|
9634
9829
|
contextWindow: 1000000,
|
|
9635
9830
|
maxTokens: 65536,
|
|
9636
9831
|
},
|
|
9832
|
+
"qwen3.8-max": {
|
|
9833
|
+
id: "qwen3.8-max",
|
|
9834
|
+
name: "Qwen3.8 Max",
|
|
9835
|
+
api: "anthropic-messages",
|
|
9836
|
+
provider: "opencode-go",
|
|
9837
|
+
baseUrl: "https://opencode.ai/zen/go",
|
|
9838
|
+
reasoning: true,
|
|
9839
|
+
input: ["text", "image"],
|
|
9840
|
+
cost: {
|
|
9841
|
+
input: 2,
|
|
9842
|
+
output: 6,
|
|
9843
|
+
cacheRead: 0.25,
|
|
9844
|
+
cacheWrite: 2.5,
|
|
9845
|
+
},
|
|
9846
|
+
contextWindow: 1000000,
|
|
9847
|
+
maxTokens: 131072,
|
|
9848
|
+
},
|
|
9637
9849
|
},
|
|
9638
9850
|
"openrouter": {
|
|
9639
9851
|
"ai21/jamba-large-1.7": {
|
|
@@ -10093,13 +10305,13 @@ export const MODELS = {
|
|
|
10093
10305
|
reasoning: true,
|
|
10094
10306
|
input: ["text"],
|
|
10095
10307
|
cost: {
|
|
10096
|
-
input: 0.
|
|
10097
|
-
output: 0.
|
|
10308
|
+
input: 0.22,
|
|
10309
|
+
output: 0.85,
|
|
10098
10310
|
cacheRead: 0.06,
|
|
10099
10311
|
cacheWrite: 0,
|
|
10100
10312
|
},
|
|
10101
10313
|
contextWindow: 262144,
|
|
10102
|
-
maxTokens:
|
|
10314
|
+
maxTokens: 262144,
|
|
10103
10315
|
},
|
|
10104
10316
|
"arcee-ai/virtuoso-large": {
|
|
10105
10317
|
id: "arcee-ai/virtuoso-large",
|
|
@@ -10263,8 +10475,8 @@ export const MODELS = {
|
|
|
10263
10475
|
reasoning: false,
|
|
10264
10476
|
input: ["text"],
|
|
10265
10477
|
cost: {
|
|
10266
|
-
input: 0.
|
|
10267
|
-
output:
|
|
10478
|
+
input: 0.2574,
|
|
10479
|
+
output: 1.0287,
|
|
10268
10480
|
cacheRead: 0,
|
|
10269
10481
|
cacheWrite: 0,
|
|
10270
10482
|
},
|
|
@@ -10392,7 +10604,7 @@ export const MODELS = {
|
|
|
10392
10604
|
},
|
|
10393
10605
|
"deepseek/deepseek-v4-flash": {
|
|
10394
10606
|
id: "deepseek/deepseek-v4-flash",
|
|
10395
|
-
name: "DeepSeek: DeepSeek V4 Flash",
|
|
10607
|
+
name: "DeepSeek: DeepSeek V4 Flash 0423",
|
|
10396
10608
|
api: "openai-completions",
|
|
10397
10609
|
provider: "openrouter",
|
|
10398
10610
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
@@ -10401,13 +10613,32 @@ export const MODELS = {
|
|
|
10401
10613
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
10402
10614
|
input: ["text"],
|
|
10403
10615
|
cost: {
|
|
10404
|
-
input: 0.
|
|
10405
|
-
output: 0.
|
|
10406
|
-
cacheRead: 0.
|
|
10616
|
+
input: 0.14,
|
|
10617
|
+
output: 0.28,
|
|
10618
|
+
cacheRead: 0.028,
|
|
10407
10619
|
cacheWrite: 0,
|
|
10408
10620
|
},
|
|
10409
10621
|
contextWindow: 1048576,
|
|
10410
|
-
maxTokens:
|
|
10622
|
+
maxTokens: 393216,
|
|
10623
|
+
},
|
|
10624
|
+
"deepseek/deepseek-v4-flash-0731": {
|
|
10625
|
+
id: "deepseek/deepseek-v4-flash-0731",
|
|
10626
|
+
name: "DeepSeek: DeepSeek V4 Flash 0731",
|
|
10627
|
+
api: "openai-completions",
|
|
10628
|
+
provider: "openrouter",
|
|
10629
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10630
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
10631
|
+
reasoning: true,
|
|
10632
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
10633
|
+
input: ["text"],
|
|
10634
|
+
cost: {
|
|
10635
|
+
input: 0.09,
|
|
10636
|
+
output: 0.18,
|
|
10637
|
+
cacheRead: 0.018,
|
|
10638
|
+
cacheWrite: 0,
|
|
10639
|
+
},
|
|
10640
|
+
contextWindow: 1048576,
|
|
10641
|
+
maxTokens: 65536,
|
|
10411
10642
|
},
|
|
10412
10643
|
"deepseek/deepseek-v4-pro": {
|
|
10413
10644
|
id: "deepseek/deepseek-v4-pro",
|
|
@@ -10440,7 +10671,7 @@ export const MODELS = {
|
|
|
10440
10671
|
input: 0.3,
|
|
10441
10672
|
output: 2.5,
|
|
10442
10673
|
cacheRead: 0.03,
|
|
10443
|
-
cacheWrite: 0.
|
|
10674
|
+
cacheWrite: 0.0833333333333333,
|
|
10444
10675
|
},
|
|
10445
10676
|
contextWindow: 1048576,
|
|
10446
10677
|
maxTokens: 65535,
|
|
@@ -10457,7 +10688,7 @@ export const MODELS = {
|
|
|
10457
10688
|
input: 0.09999999999999999,
|
|
10458
10689
|
output: 0.39999999999999997,
|
|
10459
10690
|
cacheRead: 0.01,
|
|
10460
|
-
cacheWrite: 0.
|
|
10691
|
+
cacheWrite: 0.0833333333333333,
|
|
10461
10692
|
},
|
|
10462
10693
|
contextWindow: 1048576,
|
|
10463
10694
|
maxTokens: 65535,
|
|
@@ -10525,7 +10756,7 @@ export const MODELS = {
|
|
|
10525
10756
|
input: 0.5,
|
|
10526
10757
|
output: 3,
|
|
10527
10758
|
cacheRead: 0.049999999999999996,
|
|
10528
|
-
cacheWrite: 0.
|
|
10759
|
+
cacheWrite: 0.0833333333333333,
|
|
10529
10760
|
},
|
|
10530
10761
|
contextWindow: 1048576,
|
|
10531
10762
|
maxTokens: 65535,
|
|
@@ -10559,7 +10790,7 @@ export const MODELS = {
|
|
|
10559
10790
|
input: 0.25,
|
|
10560
10791
|
output: 1.5,
|
|
10561
10792
|
cacheRead: 0.024999999999999998,
|
|
10562
|
-
cacheWrite: 0.
|
|
10793
|
+
cacheWrite: 0.0833333333333333,
|
|
10563
10794
|
},
|
|
10564
10795
|
contextWindow: 1048576,
|
|
10565
10796
|
maxTokens: 65536,
|
|
@@ -10576,7 +10807,7 @@ export const MODELS = {
|
|
|
10576
10807
|
input: 0.25,
|
|
10577
10808
|
output: 1.5,
|
|
10578
10809
|
cacheRead: 0.024999999999999998,
|
|
10579
|
-
cacheWrite: 0.
|
|
10810
|
+
cacheWrite: 0.0833333333333333,
|
|
10580
10811
|
},
|
|
10581
10812
|
contextWindow: 1048576,
|
|
10582
10813
|
maxTokens: 65536,
|
|
@@ -10627,7 +10858,7 @@ export const MODELS = {
|
|
|
10627
10858
|
input: 1.5,
|
|
10628
10859
|
output: 9,
|
|
10629
10860
|
cacheRead: 0.15,
|
|
10630
|
-
cacheWrite: 0.
|
|
10861
|
+
cacheWrite: 0.0833333333333333,
|
|
10631
10862
|
},
|
|
10632
10863
|
contextWindow: 1048576,
|
|
10633
10864
|
maxTokens: 65536,
|
|
@@ -10644,7 +10875,7 @@ export const MODELS = {
|
|
|
10644
10875
|
input: 0.3,
|
|
10645
10876
|
output: 2.5,
|
|
10646
10877
|
cacheRead: 0.03,
|
|
10647
|
-
cacheWrite: 0.
|
|
10878
|
+
cacheWrite: 0.0833333333333333,
|
|
10648
10879
|
},
|
|
10649
10880
|
contextWindow: 1048576,
|
|
10650
10881
|
maxTokens: 65536,
|
|
@@ -10661,7 +10892,7 @@ export const MODELS = {
|
|
|
10661
10892
|
input: 1.5,
|
|
10662
10893
|
output: 7.5,
|
|
10663
10894
|
cacheRead: 0.15,
|
|
10664
|
-
cacheWrite: 0.
|
|
10895
|
+
cacheWrite: 0.0833333333333333,
|
|
10665
10896
|
},
|
|
10666
10897
|
contextWindow: 1048576,
|
|
10667
10898
|
maxTokens: 65536,
|
|
@@ -10709,13 +10940,13 @@ export const MODELS = {
|
|
|
10709
10940
|
reasoning: true,
|
|
10710
10941
|
input: ["text", "image"],
|
|
10711
10942
|
cost: {
|
|
10712
|
-
input: 0.
|
|
10713
|
-
output: 0.
|
|
10714
|
-
cacheRead: 0
|
|
10943
|
+
input: 0.07,
|
|
10944
|
+
output: 0.33999999999999997,
|
|
10945
|
+
cacheRead: 0,
|
|
10715
10946
|
cacheWrite: 0,
|
|
10716
10947
|
},
|
|
10717
10948
|
contextWindow: 262144,
|
|
10718
|
-
maxTokens:
|
|
10949
|
+
maxTokens: 16384,
|
|
10719
10950
|
},
|
|
10720
10951
|
"google/gemma-4-26b-a4b-it:free": {
|
|
10721
10952
|
id: "google/gemma-4-26b-a4b-it:free",
|
|
@@ -10743,9 +10974,9 @@ export const MODELS = {
|
|
|
10743
10974
|
reasoning: true,
|
|
10744
10975
|
input: ["text", "image"],
|
|
10745
10976
|
cost: {
|
|
10746
|
-
input: 0.
|
|
10747
|
-
output: 0.
|
|
10748
|
-
cacheRead: 0,
|
|
10977
|
+
input: 0.09999999999999999,
|
|
10978
|
+
output: 0.33999999999999997,
|
|
10979
|
+
cacheRead: 0.09999999999999999,
|
|
10749
10980
|
cacheWrite: 0,
|
|
10750
10981
|
},
|
|
10751
10982
|
contextWindow: 262144,
|
|
@@ -11159,23 +11390,6 @@ export const MODELS = {
|
|
|
11159
11390
|
contextWindow: 256000,
|
|
11160
11391
|
maxTokens: 4096,
|
|
11161
11392
|
},
|
|
11162
|
-
"mistralai/devstral-2512": {
|
|
11163
|
-
id: "mistralai/devstral-2512",
|
|
11164
|
-
name: "Mistral: Devstral 2 2512",
|
|
11165
|
-
api: "openai-completions",
|
|
11166
|
-
provider: "openrouter",
|
|
11167
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11168
|
-
reasoning: false,
|
|
11169
|
-
input: ["text"],
|
|
11170
|
-
cost: {
|
|
11171
|
-
input: 0.39999999999999997,
|
|
11172
|
-
output: 2,
|
|
11173
|
-
cacheRead: 0.04,
|
|
11174
|
-
cacheWrite: 0,
|
|
11175
|
-
},
|
|
11176
|
-
contextWindow: 262144,
|
|
11177
|
-
maxTokens: 4096,
|
|
11178
|
-
},
|
|
11179
11393
|
"mistralai/ministral-14b-2512": {
|
|
11180
11394
|
id: "mistralai/ministral-14b-2512",
|
|
11181
11395
|
name: "Mistral: Ministral 3 14B 2512",
|
|
@@ -11389,13 +11603,13 @@ export const MODELS = {
|
|
|
11389
11603
|
reasoning: false,
|
|
11390
11604
|
input: ["text", "image"],
|
|
11391
11605
|
cost: {
|
|
11392
|
-
input: 0.
|
|
11393
|
-
output: 0.
|
|
11394
|
-
cacheRead: 0
|
|
11606
|
+
input: 0.075,
|
|
11607
|
+
output: 0.19999999999999998,
|
|
11608
|
+
cacheRead: 0,
|
|
11395
11609
|
cacheWrite: 0,
|
|
11396
11610
|
},
|
|
11397
11611
|
contextWindow: 256000,
|
|
11398
|
-
maxTokens:
|
|
11612
|
+
maxTokens: 16384,
|
|
11399
11613
|
},
|
|
11400
11614
|
"mistralai/mixtral-8x22b-instruct": {
|
|
11401
11615
|
id: "mistralai/mixtral-8x22b-instruct",
|
|
@@ -11508,9 +11722,9 @@ export const MODELS = {
|
|
|
11508
11722
|
reasoning: true,
|
|
11509
11723
|
input: ["text", "image"],
|
|
11510
11724
|
cost: {
|
|
11511
|
-
input: 0.
|
|
11512
|
-
output: 3.
|
|
11513
|
-
cacheRead: 0.
|
|
11725
|
+
input: 0.6,
|
|
11726
|
+
output: 3.41,
|
|
11727
|
+
cacheRead: 0.19999999999999998,
|
|
11514
11728
|
cacheWrite: 0,
|
|
11515
11729
|
},
|
|
11516
11730
|
contextWindow: 262144,
|
|
@@ -11525,8 +11739,8 @@ export const MODELS = {
|
|
|
11525
11739
|
reasoning: true,
|
|
11526
11740
|
input: ["text", "image"],
|
|
11527
11741
|
cost: {
|
|
11528
|
-
input: 0.
|
|
11529
|
-
output: 3.
|
|
11742
|
+
input: 0.73,
|
|
11743
|
+
output: 3.5,
|
|
11530
11744
|
cacheRead: 0.15,
|
|
11531
11745
|
cacheWrite: 0,
|
|
11532
11746
|
},
|
|
@@ -11595,11 +11809,11 @@ export const MODELS = {
|
|
|
11595
11809
|
cost: {
|
|
11596
11810
|
input: 0.049999999999999996,
|
|
11597
11811
|
output: 0.19999999999999998,
|
|
11598
|
-
cacheRead: 0,
|
|
11812
|
+
cacheRead: 0.03,
|
|
11599
11813
|
cacheWrite: 0,
|
|
11600
11814
|
},
|
|
11601
11815
|
contextWindow: 262144,
|
|
11602
|
-
maxTokens:
|
|
11816
|
+
maxTokens: 262144,
|
|
11603
11817
|
},
|
|
11604
11818
|
"nvidia/nemotron-3-nano-30b-a3b:free": {
|
|
11605
11819
|
id: "nvidia/nemotron-3-nano-30b-a3b:free",
|
|
@@ -11644,13 +11858,13 @@ export const MODELS = {
|
|
|
11644
11858
|
reasoning: true,
|
|
11645
11859
|
input: ["text"],
|
|
11646
11860
|
cost: {
|
|
11647
|
-
input: 0.
|
|
11648
|
-
output: 0.
|
|
11861
|
+
input: 0.08499999999999999,
|
|
11862
|
+
output: 0.39999999999999997,
|
|
11649
11863
|
cacheRead: 0,
|
|
11650
11864
|
cacheWrite: 0,
|
|
11651
11865
|
},
|
|
11652
11866
|
contextWindow: 1000000,
|
|
11653
|
-
maxTokens:
|
|
11867
|
+
maxTokens: 16384,
|
|
11654
11868
|
},
|
|
11655
11869
|
"nvidia/nemotron-3-super-120b-a12b:free": {
|
|
11656
11870
|
id: "nvidia/nemotron-3-super-120b-a12b:free",
|
|
@@ -11678,13 +11892,13 @@ export const MODELS = {
|
|
|
11678
11892
|
reasoning: true,
|
|
11679
11893
|
input: ["text"],
|
|
11680
11894
|
cost: {
|
|
11681
|
-
input: 0.
|
|
11682
|
-
output:
|
|
11683
|
-
cacheRead: 0.
|
|
11895
|
+
input: 0.6,
|
|
11896
|
+
output: 3.5999999999999996,
|
|
11897
|
+
cacheRead: 0.19999999999999998,
|
|
11684
11898
|
cacheWrite: 0,
|
|
11685
11899
|
},
|
|
11686
11900
|
contextWindow: 512288,
|
|
11687
|
-
maxTokens:
|
|
11901
|
+
maxTokens: 4096,
|
|
11688
11902
|
},
|
|
11689
11903
|
"nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
11690
11904
|
id: "nvidia/nemotron-3-ultra-550b-a55b:free",
|
|
@@ -11907,23 +12121,6 @@ export const MODELS = {
|
|
|
11907
12121
|
contextWindow: 400000,
|
|
11908
12122
|
maxTokens: 128000,
|
|
11909
12123
|
},
|
|
11910
|
-
"openai/gpt-5-codex": {
|
|
11911
|
-
id: "openai/gpt-5-codex",
|
|
11912
|
-
name: "OpenAI: GPT-5 Codex",
|
|
11913
|
-
api: "openai-completions",
|
|
11914
|
-
provider: "openrouter",
|
|
11915
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11916
|
-
reasoning: true,
|
|
11917
|
-
input: ["text", "image"],
|
|
11918
|
-
cost: {
|
|
11919
|
-
input: 1.25,
|
|
11920
|
-
output: 10,
|
|
11921
|
-
cacheRead: 0.125,
|
|
11922
|
-
cacheWrite: 0,
|
|
11923
|
-
},
|
|
11924
|
-
contextWindow: 400000,
|
|
11925
|
-
maxTokens: 128000,
|
|
11926
|
-
},
|
|
11927
12124
|
"openai/gpt-5-mini": {
|
|
11928
12125
|
id: "openai/gpt-5-mini",
|
|
11929
12126
|
name: "OpenAI: GPT-5 Mini",
|
|
@@ -11992,23 +12189,6 @@ export const MODELS = {
|
|
|
11992
12189
|
contextWindow: 400000,
|
|
11993
12190
|
maxTokens: 128000,
|
|
11994
12191
|
},
|
|
11995
|
-
"openai/gpt-5.1-chat": {
|
|
11996
|
-
id: "openai/gpt-5.1-chat",
|
|
11997
|
-
name: "OpenAI: GPT-5.1 Chat",
|
|
11998
|
-
api: "openai-completions",
|
|
11999
|
-
provider: "openrouter",
|
|
12000
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12001
|
-
reasoning: false,
|
|
12002
|
-
input: ["text", "image"],
|
|
12003
|
-
cost: {
|
|
12004
|
-
input: 1.25,
|
|
12005
|
-
output: 10,
|
|
12006
|
-
cacheRead: 0.125,
|
|
12007
|
-
cacheWrite: 0,
|
|
12008
|
-
},
|
|
12009
|
-
contextWindow: 128000,
|
|
12010
|
-
maxTokens: 16384,
|
|
12011
|
-
},
|
|
12012
12192
|
"openai/gpt-5.1-codex": {
|
|
12013
12193
|
id: "openai/gpt-5.1-codex",
|
|
12014
12194
|
name: "OpenAI: GPT-5.1-Codex",
|
|
@@ -12020,7 +12200,7 @@ export const MODELS = {
|
|
|
12020
12200
|
cost: {
|
|
12021
12201
|
input: 1.25,
|
|
12022
12202
|
output: 10,
|
|
12023
|
-
cacheRead: 0.
|
|
12203
|
+
cacheRead: 0.13,
|
|
12024
12204
|
cacheWrite: 0,
|
|
12025
12205
|
},
|
|
12026
12206
|
contextWindow: 400000,
|
|
@@ -12054,11 +12234,11 @@ export const MODELS = {
|
|
|
12054
12234
|
cost: {
|
|
12055
12235
|
input: 0.25,
|
|
12056
12236
|
output: 2,
|
|
12057
|
-
cacheRead: 0.
|
|
12237
|
+
cacheRead: 0.03,
|
|
12058
12238
|
cacheWrite: 0,
|
|
12059
12239
|
},
|
|
12060
12240
|
contextWindow: 400000,
|
|
12061
|
-
maxTokens:
|
|
12241
|
+
maxTokens: 128000,
|
|
12062
12242
|
},
|
|
12063
12243
|
"openai/gpt-5.2": {
|
|
12064
12244
|
id: "openai/gpt-5.2",
|
|
@@ -12285,10 +12465,10 @@ export const MODELS = {
|
|
|
12285
12465
|
reasoning: true,
|
|
12286
12466
|
input: ["text", "image"],
|
|
12287
12467
|
cost: {
|
|
12288
|
-
input:
|
|
12289
|
-
output: 6,
|
|
12290
|
-
cacheRead: 0.
|
|
12291
|
-
cacheWrite:
|
|
12468
|
+
input: 0.09999999999999999,
|
|
12469
|
+
output: 0.6,
|
|
12470
|
+
cacheRead: 0.01,
|
|
12471
|
+
cacheWrite: 0.125,
|
|
12292
12472
|
},
|
|
12293
12473
|
contextWindow: 1050000,
|
|
12294
12474
|
maxTokens: 128000,
|
|
@@ -12302,10 +12482,10 @@ export const MODELS = {
|
|
|
12302
12482
|
reasoning: true,
|
|
12303
12483
|
input: ["text", "image"],
|
|
12304
12484
|
cost: {
|
|
12305
|
-
input:
|
|
12306
|
-
output: 6,
|
|
12307
|
-
cacheRead: 0.
|
|
12308
|
-
cacheWrite:
|
|
12485
|
+
input: 0.09999999999999999,
|
|
12486
|
+
output: 0.6,
|
|
12487
|
+
cacheRead: 0.01,
|
|
12488
|
+
cacheWrite: 0.125,
|
|
12309
12489
|
},
|
|
12310
12490
|
contextWindow: 1050000,
|
|
12311
12491
|
maxTokens: 128000,
|
|
@@ -12353,10 +12533,10 @@ export const MODELS = {
|
|
|
12353
12533
|
reasoning: true,
|
|
12354
12534
|
input: ["text", "image"],
|
|
12355
12535
|
cost: {
|
|
12356
|
-
input:
|
|
12357
|
-
output:
|
|
12358
|
-
cacheRead: 0.
|
|
12359
|
-
cacheWrite:
|
|
12536
|
+
input: 1,
|
|
12537
|
+
output: 6,
|
|
12538
|
+
cacheRead: 0.09999999999999999,
|
|
12539
|
+
cacheWrite: 1.25,
|
|
12360
12540
|
},
|
|
12361
12541
|
contextWindow: 1050000,
|
|
12362
12542
|
maxTokens: 128000,
|
|
@@ -12370,10 +12550,10 @@ export const MODELS = {
|
|
|
12370
12550
|
reasoning: true,
|
|
12371
12551
|
input: ["text", "image"],
|
|
12372
12552
|
cost: {
|
|
12373
|
-
input:
|
|
12374
|
-
output:
|
|
12375
|
-
cacheRead: 0.
|
|
12376
|
-
cacheWrite:
|
|
12553
|
+
input: 1,
|
|
12554
|
+
output: 6,
|
|
12555
|
+
cacheRead: 0.09999999999999999,
|
|
12556
|
+
cacheWrite: 1.25,
|
|
12377
12557
|
},
|
|
12378
12558
|
contextWindow: 1050000,
|
|
12379
12559
|
maxTokens: 128000,
|
|
@@ -12455,13 +12635,13 @@ export const MODELS = {
|
|
|
12455
12635
|
reasoning: true,
|
|
12456
12636
|
input: ["text"],
|
|
12457
12637
|
cost: {
|
|
12458
|
-
input: 0.
|
|
12459
|
-
output: 0.
|
|
12460
|
-
cacheRead: 0,
|
|
12638
|
+
input: 0.03,
|
|
12639
|
+
output: 0.13,
|
|
12640
|
+
cacheRead: 0.03,
|
|
12461
12641
|
cacheWrite: 0,
|
|
12462
12642
|
},
|
|
12463
12643
|
contextWindow: 131072,
|
|
12464
|
-
maxTokens:
|
|
12644
|
+
maxTokens: 131072,
|
|
12465
12645
|
},
|
|
12466
12646
|
"openai/gpt-oss-20b:free": {
|
|
12467
12647
|
id: "openai/gpt-oss-20b:free",
|
|
@@ -12531,23 +12711,6 @@ export const MODELS = {
|
|
|
12531
12711
|
contextWindow: 200000,
|
|
12532
12712
|
maxTokens: 100000,
|
|
12533
12713
|
},
|
|
12534
|
-
"openai/o3-deep-research": {
|
|
12535
|
-
id: "openai/o3-deep-research",
|
|
12536
|
-
name: "OpenAI: o3 Deep Research",
|
|
12537
|
-
api: "openai-completions",
|
|
12538
|
-
provider: "openrouter",
|
|
12539
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12540
|
-
reasoning: true,
|
|
12541
|
-
input: ["text", "image"],
|
|
12542
|
-
cost: {
|
|
12543
|
-
input: 10,
|
|
12544
|
-
output: 40,
|
|
12545
|
-
cacheRead: 2.5,
|
|
12546
|
-
cacheWrite: 0,
|
|
12547
|
-
},
|
|
12548
|
-
contextWindow: 200000,
|
|
12549
|
-
maxTokens: 100000,
|
|
12550
|
-
},
|
|
12551
12714
|
"openai/o3-mini": {
|
|
12552
12715
|
id: "openai/o3-mini",
|
|
12553
12716
|
name: "OpenAI: o3 Mini",
|
|
@@ -12616,23 +12779,6 @@ export const MODELS = {
|
|
|
12616
12779
|
contextWindow: 200000,
|
|
12617
12780
|
maxTokens: 100000,
|
|
12618
12781
|
},
|
|
12619
|
-
"openai/o4-mini-deep-research": {
|
|
12620
|
-
id: "openai/o4-mini-deep-research",
|
|
12621
|
-
name: "OpenAI: o4 Mini Deep Research",
|
|
12622
|
-
api: "openai-completions",
|
|
12623
|
-
provider: "openrouter",
|
|
12624
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12625
|
-
reasoning: true,
|
|
12626
|
-
input: ["text", "image"],
|
|
12627
|
-
cost: {
|
|
12628
|
-
input: 2,
|
|
12629
|
-
output: 8,
|
|
12630
|
-
cacheRead: 0.5,
|
|
12631
|
-
cacheWrite: 0,
|
|
12632
|
-
},
|
|
12633
|
-
contextWindow: 200000,
|
|
12634
|
-
maxTokens: 100000,
|
|
12635
|
-
},
|
|
12636
12782
|
"openai/o4-mini-high": {
|
|
12637
12783
|
id: "openai/o4-mini-high",
|
|
12638
12784
|
name: "OpenAI: o4 Mini High",
|
|
@@ -12701,40 +12847,6 @@ export const MODELS = {
|
|
|
12701
12847
|
contextWindow: 200000,
|
|
12702
12848
|
maxTokens: 4096,
|
|
12703
12849
|
},
|
|
12704
|
-
"poolside/laguna-m.1": {
|
|
12705
|
-
id: "poolside/laguna-m.1",
|
|
12706
|
-
name: "Poolside: Laguna M.1",
|
|
12707
|
-
api: "openai-completions",
|
|
12708
|
-
provider: "openrouter",
|
|
12709
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12710
|
-
reasoning: true,
|
|
12711
|
-
input: ["text"],
|
|
12712
|
-
cost: {
|
|
12713
|
-
input: 0.19999999999999998,
|
|
12714
|
-
output: 0.39999999999999997,
|
|
12715
|
-
cacheRead: 0.09999999999999999,
|
|
12716
|
-
cacheWrite: 0,
|
|
12717
|
-
},
|
|
12718
|
-
contextWindow: 262144,
|
|
12719
|
-
maxTokens: 32768,
|
|
12720
|
-
},
|
|
12721
|
-
"poolside/laguna-m.1:free": {
|
|
12722
|
-
id: "poolside/laguna-m.1:free",
|
|
12723
|
-
name: "Poolside: Laguna M.1 (free)",
|
|
12724
|
-
api: "openai-completions",
|
|
12725
|
-
provider: "openrouter",
|
|
12726
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12727
|
-
reasoning: true,
|
|
12728
|
-
input: ["text"],
|
|
12729
|
-
cost: {
|
|
12730
|
-
input: 0,
|
|
12731
|
-
output: 0,
|
|
12732
|
-
cacheRead: 0,
|
|
12733
|
-
cacheWrite: 0,
|
|
12734
|
-
},
|
|
12735
|
-
contextWindow: 262144,
|
|
12736
|
-
maxTokens: 32768,
|
|
12737
|
-
},
|
|
12738
12850
|
"poolside/laguna-s-2.1": {
|
|
12739
12851
|
id: "poolside/laguna-s-2.1",
|
|
12740
12852
|
name: "Poolside: Laguna S 2.1",
|
|
@@ -12744,9 +12856,9 @@ export const MODELS = {
|
|
|
12744
12856
|
reasoning: true,
|
|
12745
12857
|
input: ["text"],
|
|
12746
12858
|
cost: {
|
|
12747
|
-
input: 0.
|
|
12748
|
-
output: 0.
|
|
12749
|
-
cacheRead: 0.
|
|
12859
|
+
input: 0.09,
|
|
12860
|
+
output: 0.18,
|
|
12861
|
+
cacheRead: 0.009,
|
|
12750
12862
|
cacheWrite: 0,
|
|
12751
12863
|
},
|
|
12752
12864
|
contextWindow: 1048576,
|
|
@@ -12829,8 +12941,8 @@ export const MODELS = {
|
|
|
12829
12941
|
reasoning: false,
|
|
12830
12942
|
input: ["text"],
|
|
12831
12943
|
cost: {
|
|
12832
|
-
input: 0.
|
|
12833
|
-
output: 0.
|
|
12944
|
+
input: 0.09999999999999999,
|
|
12945
|
+
output: 0.19999999999999998,
|
|
12834
12946
|
cacheRead: 0,
|
|
12835
12947
|
cacheWrite: 0,
|
|
12836
12948
|
},
|
|
@@ -12880,10 +12992,10 @@ export const MODELS = {
|
|
|
12880
12992
|
reasoning: true,
|
|
12881
12993
|
input: ["text"],
|
|
12882
12994
|
cost: {
|
|
12883
|
-
input: 0.
|
|
12884
|
-
output:
|
|
12995
|
+
input: 0.39999999999999997,
|
|
12996
|
+
output: 1.2,
|
|
12885
12997
|
cacheRead: 0,
|
|
12886
|
-
cacheWrite: 0.
|
|
12998
|
+
cacheWrite: 0.5,
|
|
12887
12999
|
},
|
|
12888
13000
|
contextWindow: 1000000,
|
|
12889
13001
|
maxTokens: 32768,
|
|
@@ -12931,13 +13043,13 @@ export const MODELS = {
|
|
|
12931
13043
|
reasoning: false,
|
|
12932
13044
|
input: ["text"],
|
|
12933
13045
|
cost: {
|
|
12934
|
-
input: 0.
|
|
12935
|
-
output: 0.
|
|
13046
|
+
input: 0.14950000000000002,
|
|
13047
|
+
output: 0.5980000000000001,
|
|
12936
13048
|
cacheRead: 0,
|
|
12937
13049
|
cacheWrite: 0,
|
|
12938
13050
|
},
|
|
12939
13051
|
contextWindow: 262144,
|
|
12940
|
-
maxTokens:
|
|
13052
|
+
maxTokens: 32768,
|
|
12941
13053
|
},
|
|
12942
13054
|
"qwen/qwen3-235b-a22b-thinking-2507": {
|
|
12943
13055
|
id: "qwen/qwen3-235b-a22b-thinking-2507",
|
|
@@ -12948,13 +13060,13 @@ export const MODELS = {
|
|
|
12948
13060
|
reasoning: true,
|
|
12949
13061
|
input: ["text"],
|
|
12950
13062
|
cost: {
|
|
12951
|
-
input: 0.
|
|
12952
|
-
output: 3,
|
|
13063
|
+
input: 0.22999999999999998,
|
|
13064
|
+
output: 2.3,
|
|
12953
13065
|
cacheRead: 0,
|
|
12954
13066
|
cacheWrite: 0,
|
|
12955
13067
|
},
|
|
12956
13068
|
contextWindow: 262144,
|
|
12957
|
-
maxTokens:
|
|
13069
|
+
maxTokens: 4096,
|
|
12958
13070
|
},
|
|
12959
13071
|
"qwen/qwen3-30b-a3b": {
|
|
12960
13072
|
id: "qwen/qwen3-30b-a3b",
|
|
@@ -12965,13 +13077,13 @@ export const MODELS = {
|
|
|
12965
13077
|
reasoning: true,
|
|
12966
13078
|
input: ["text"],
|
|
12967
13079
|
cost: {
|
|
12968
|
-
input: 0.
|
|
12969
|
-
output: 0.
|
|
13080
|
+
input: 0.12,
|
|
13081
|
+
output: 0.5,
|
|
12970
13082
|
cacheRead: 0,
|
|
12971
13083
|
cacheWrite: 0,
|
|
12972
13084
|
},
|
|
12973
13085
|
contextWindow: 131072,
|
|
12974
|
-
maxTokens:
|
|
13086
|
+
maxTokens: 16384,
|
|
12975
13087
|
},
|
|
12976
13088
|
"qwen/qwen3-30b-a3b-instruct-2507": {
|
|
12977
13089
|
id: "qwen/qwen3-30b-a3b-instruct-2507",
|
|
@@ -12982,13 +13094,13 @@ export const MODELS = {
|
|
|
12982
13094
|
reasoning: false,
|
|
12983
13095
|
input: ["text"],
|
|
12984
13096
|
cost: {
|
|
12985
|
-
input: 0.
|
|
12986
|
-
output: 0.
|
|
13097
|
+
input: 0.04815,
|
|
13098
|
+
output: 0.19305,
|
|
12987
13099
|
cacheRead: 0,
|
|
12988
13100
|
cacheWrite: 0,
|
|
12989
13101
|
},
|
|
12990
13102
|
contextWindow: 262144,
|
|
12991
|
-
maxTokens:
|
|
13103
|
+
maxTokens: 32000,
|
|
12992
13104
|
},
|
|
12993
13105
|
"qwen/qwen3-30b-a3b-thinking-2507": {
|
|
12994
13106
|
id: "qwen/qwen3-30b-a3b-thinking-2507",
|
|
@@ -12999,8 +13111,8 @@ export const MODELS = {
|
|
|
12999
13111
|
reasoning: true,
|
|
13000
13112
|
input: ["text"],
|
|
13001
13113
|
cost: {
|
|
13002
|
-
input: 0.
|
|
13003
|
-
output:
|
|
13114
|
+
input: 0.19999999999999998,
|
|
13115
|
+
output: 2.4,
|
|
13004
13116
|
cacheRead: 0,
|
|
13005
13117
|
cacheWrite: 0,
|
|
13006
13118
|
},
|
|
@@ -13101,7 +13213,7 @@ export const MODELS = {
|
|
|
13101
13213
|
reasoning: false,
|
|
13102
13214
|
input: ["text"],
|
|
13103
13215
|
cost: {
|
|
13104
|
-
input: 0.
|
|
13216
|
+
input: 0.12,
|
|
13105
13217
|
output: 0.7999999999999999,
|
|
13106
13218
|
cacheRead: 0.07,
|
|
13107
13219
|
cacheWrite: 0,
|
|
@@ -13141,7 +13253,7 @@ export const MODELS = {
|
|
|
13141
13253
|
cacheWrite: 0.975,
|
|
13142
13254
|
},
|
|
13143
13255
|
contextWindow: 262144,
|
|
13144
|
-
maxTokens:
|
|
13256
|
+
maxTokens: 65536,
|
|
13145
13257
|
},
|
|
13146
13258
|
"qwen/qwen3-max-thinking": {
|
|
13147
13259
|
id: "qwen/qwen3-max-thinking",
|
|
@@ -13158,7 +13270,7 @@ export const MODELS = {
|
|
|
13158
13270
|
cacheWrite: 0,
|
|
13159
13271
|
},
|
|
13160
13272
|
contextWindow: 262144,
|
|
13161
|
-
maxTokens:
|
|
13273
|
+
maxTokens: 65536,
|
|
13162
13274
|
},
|
|
13163
13275
|
"qwen/qwen3-next-80b-a3b-instruct": {
|
|
13164
13276
|
id: "qwen/qwen3-next-80b-a3b-instruct",
|
|
@@ -13186,8 +13298,8 @@ export const MODELS = {
|
|
|
13186
13298
|
reasoning: true,
|
|
13187
13299
|
input: ["text"],
|
|
13188
13300
|
cost: {
|
|
13189
|
-
input: 0.
|
|
13190
|
-
output:
|
|
13301
|
+
input: 0.15,
|
|
13302
|
+
output: 1.2,
|
|
13191
13303
|
cacheRead: 0,
|
|
13192
13304
|
cacheWrite: 0,
|
|
13193
13305
|
},
|
|
@@ -13220,8 +13332,8 @@ export const MODELS = {
|
|
|
13220
13332
|
reasoning: true,
|
|
13221
13333
|
input: ["text", "image"],
|
|
13222
13334
|
cost: {
|
|
13223
|
-
input: 0.
|
|
13224
|
-
output:
|
|
13335
|
+
input: 0.98,
|
|
13336
|
+
output: 3.95,
|
|
13225
13337
|
cacheRead: 0,
|
|
13226
13338
|
cacheWrite: 0,
|
|
13227
13339
|
},
|
|
@@ -13237,13 +13349,13 @@ export const MODELS = {
|
|
|
13237
13349
|
reasoning: false,
|
|
13238
13350
|
input: ["text", "image"],
|
|
13239
13351
|
cost: {
|
|
13240
|
-
input: 0.
|
|
13241
|
-
output: 0.
|
|
13352
|
+
input: 0.13,
|
|
13353
|
+
output: 0.52,
|
|
13242
13354
|
cacheRead: 0,
|
|
13243
13355
|
cacheWrite: 0,
|
|
13244
13356
|
},
|
|
13245
13357
|
contextWindow: 262144,
|
|
13246
|
-
maxTokens:
|
|
13358
|
+
maxTokens: 32768,
|
|
13247
13359
|
},
|
|
13248
13360
|
"qwen/qwen3-vl-30b-a3b-thinking": {
|
|
13249
13361
|
id: "qwen/qwen3-vl-30b-a3b-thinking",
|
|
@@ -13254,8 +13366,8 @@ export const MODELS = {
|
|
|
13254
13366
|
reasoning: true,
|
|
13255
13367
|
input: ["text", "image"],
|
|
13256
13368
|
cost: {
|
|
13257
|
-
input: 0.
|
|
13258
|
-
output:
|
|
13369
|
+
input: 0.19999999999999998,
|
|
13370
|
+
output: 2.4,
|
|
13259
13371
|
cacheRead: 0,
|
|
13260
13372
|
cacheWrite: 0,
|
|
13261
13373
|
},
|
|
@@ -13305,8 +13417,8 @@ export const MODELS = {
|
|
|
13305
13417
|
reasoning: true,
|
|
13306
13418
|
input: ["text", "image"],
|
|
13307
13419
|
cost: {
|
|
13308
|
-
input: 0.
|
|
13309
|
-
output:
|
|
13420
|
+
input: 0.18,
|
|
13421
|
+
output: 2.0999999999999996,
|
|
13310
13422
|
cacheRead: 0,
|
|
13311
13423
|
cacheWrite: 0,
|
|
13312
13424
|
},
|
|
@@ -13458,13 +13570,13 @@ export const MODELS = {
|
|
|
13458
13570
|
reasoning: true,
|
|
13459
13571
|
input: ["text", "image"],
|
|
13460
13572
|
cost: {
|
|
13461
|
-
input: 0.
|
|
13573
|
+
input: 0.28900000000000003,
|
|
13462
13574
|
output: 2.4,
|
|
13463
13575
|
cacheRead: 0,
|
|
13464
13576
|
cacheWrite: 0,
|
|
13465
13577
|
},
|
|
13466
13578
|
contextWindow: 262144,
|
|
13467
|
-
maxTokens:
|
|
13579
|
+
maxTokens: 131072,
|
|
13468
13580
|
},
|
|
13469
13581
|
"qwen/qwen3.6-35b-a3b": {
|
|
13470
13582
|
id: "qwen/qwen3.6-35b-a3b",
|
|
@@ -13509,10 +13621,10 @@ export const MODELS = {
|
|
|
13509
13621
|
reasoning: true,
|
|
13510
13622
|
input: ["text"],
|
|
13511
13623
|
cost: {
|
|
13512
|
-
input: 1.
|
|
13513
|
-
output: 6.
|
|
13624
|
+
input: 1.0270000000000001,
|
|
13625
|
+
output: 6.162,
|
|
13514
13626
|
cacheRead: 0,
|
|
13515
|
-
cacheWrite: 1.
|
|
13627
|
+
cacheWrite: 1.28375,
|
|
13516
13628
|
},
|
|
13517
13629
|
contextWindow: 262144,
|
|
13518
13630
|
maxTokens: 65536,
|
|
@@ -13534,6 +13646,23 @@ export const MODELS = {
|
|
|
13534
13646
|
contextWindow: 1000000,
|
|
13535
13647
|
maxTokens: 65536,
|
|
13536
13648
|
},
|
|
13649
|
+
"qwen/qwen3.7-flash": {
|
|
13650
|
+
id: "qwen/qwen3.7-flash",
|
|
13651
|
+
name: "Qwen: Qwen3.7 Flash",
|
|
13652
|
+
api: "openai-completions",
|
|
13653
|
+
provider: "openrouter",
|
|
13654
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
13655
|
+
reasoning: true,
|
|
13656
|
+
input: ["text", "image"],
|
|
13657
|
+
cost: {
|
|
13658
|
+
input: 0.03,
|
|
13659
|
+
output: 0.13,
|
|
13660
|
+
cacheRead: 0.006,
|
|
13661
|
+
cacheWrite: 0.038000000000000006,
|
|
13662
|
+
},
|
|
13663
|
+
contextWindow: 1000000,
|
|
13664
|
+
maxTokens: 65536,
|
|
13665
|
+
},
|
|
13537
13666
|
"qwen/qwen3.7-max": {
|
|
13538
13667
|
id: "qwen/qwen3.7-max",
|
|
13539
13668
|
name: "Qwen: Qwen3.7 Max",
|
|
@@ -13549,7 +13678,7 @@ export const MODELS = {
|
|
|
13549
13678
|
cacheWrite: 1.84375,
|
|
13550
13679
|
},
|
|
13551
13680
|
contextWindow: 1000000,
|
|
13552
|
-
maxTokens:
|
|
13681
|
+
maxTokens: 131072,
|
|
13553
13682
|
},
|
|
13554
13683
|
"qwen/qwen3.7-plus": {
|
|
13555
13684
|
id: "qwen/qwen3.7-plus",
|
|
@@ -13566,7 +13695,24 @@ export const MODELS = {
|
|
|
13566
13695
|
cacheWrite: 0.39999999999999997,
|
|
13567
13696
|
},
|
|
13568
13697
|
contextWindow: 1000000,
|
|
13569
|
-
maxTokens:
|
|
13698
|
+
maxTokens: 131072,
|
|
13699
|
+
},
|
|
13700
|
+
"qwen/qwen3.8-max": {
|
|
13701
|
+
id: "qwen/qwen3.8-max",
|
|
13702
|
+
name: "Qwen: Qwen3.8 Max",
|
|
13703
|
+
api: "openai-completions",
|
|
13704
|
+
provider: "openrouter",
|
|
13705
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
13706
|
+
reasoning: true,
|
|
13707
|
+
input: ["text", "image"],
|
|
13708
|
+
cost: {
|
|
13709
|
+
input: 2,
|
|
13710
|
+
output: 6,
|
|
13711
|
+
cacheRead: 0.25,
|
|
13712
|
+
cacheWrite: 2.5,
|
|
13713
|
+
},
|
|
13714
|
+
contextWindow: 1000000,
|
|
13715
|
+
maxTokens: 131072,
|
|
13570
13716
|
},
|
|
13571
13717
|
"rekaai/reka-edge": {
|
|
13572
13718
|
id: "rekaai/reka-edge",
|
|
@@ -13701,8 +13847,8 @@ export const MODELS = {
|
|
|
13701
13847
|
cacheRead: 0,
|
|
13702
13848
|
cacheWrite: 0,
|
|
13703
13849
|
},
|
|
13704
|
-
contextWindow:
|
|
13705
|
-
maxTokens:
|
|
13850
|
+
contextWindow: 1024000,
|
|
13851
|
+
maxTokens: 1024000,
|
|
13706
13852
|
},
|
|
13707
13853
|
"thinkingmachines/inkling": {
|
|
13708
13854
|
id: "thinkingmachines/inkling",
|
|
@@ -13721,6 +13867,23 @@ export const MODELS = {
|
|
|
13721
13867
|
contextWindow: 1048576,
|
|
13722
13868
|
maxTokens: 4096,
|
|
13723
13869
|
},
|
|
13870
|
+
"thinkingmachines/inkling-small": {
|
|
13871
|
+
id: "thinkingmachines/inkling-small",
|
|
13872
|
+
name: "Thinking Machines: Inkling Small",
|
|
13873
|
+
api: "openai-completions",
|
|
13874
|
+
provider: "openrouter",
|
|
13875
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
13876
|
+
reasoning: true,
|
|
13877
|
+
input: ["text", "image"],
|
|
13878
|
+
cost: {
|
|
13879
|
+
input: 0.5,
|
|
13880
|
+
output: 1.2,
|
|
13881
|
+
cacheRead: 0.09999999999999999,
|
|
13882
|
+
cacheWrite: 0,
|
|
13883
|
+
},
|
|
13884
|
+
contextWindow: 524288,
|
|
13885
|
+
maxTokens: 4096,
|
|
13886
|
+
},
|
|
13724
13887
|
"upstage/solar-pro-3": {
|
|
13725
13888
|
id: "upstage/solar-pro-3",
|
|
13726
13889
|
name: "Upstage: Solar Pro 3",
|
|
@@ -14019,9 +14182,9 @@ export const MODELS = {
|
|
|
14019
14182
|
reasoning: true,
|
|
14020
14183
|
input: ["text"],
|
|
14021
14184
|
cost: {
|
|
14022
|
-
input: 0.
|
|
14023
|
-
output:
|
|
14024
|
-
cacheRead: 0.
|
|
14185
|
+
input: 0.6286,
|
|
14186
|
+
output: 1.9756000000000002,
|
|
14187
|
+
cacheRead: 0.11674,
|
|
14025
14188
|
cacheWrite: 0,
|
|
14026
14189
|
},
|
|
14027
14190
|
contextWindow: 1048576,
|
|
@@ -14113,6 +14276,25 @@ export const MODELS = {
|
|
|
14113
14276
|
contextWindow: 1000000,
|
|
14114
14277
|
maxTokens: 128000,
|
|
14115
14278
|
},
|
|
14279
|
+
"~deepseek/deepseek-v4-flash-latest": {
|
|
14280
|
+
id: "~deepseek/deepseek-v4-flash-latest",
|
|
14281
|
+
name: "DeepSeek V4 Flash Latest",
|
|
14282
|
+
api: "openai-completions",
|
|
14283
|
+
provider: "openrouter",
|
|
14284
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
14285
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
14286
|
+
reasoning: true,
|
|
14287
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
14288
|
+
input: ["text"],
|
|
14289
|
+
cost: {
|
|
14290
|
+
input: 0.09,
|
|
14291
|
+
output: 0.18,
|
|
14292
|
+
cacheRead: 0.018,
|
|
14293
|
+
cacheWrite: 0,
|
|
14294
|
+
},
|
|
14295
|
+
contextWindow: 1048576,
|
|
14296
|
+
maxTokens: 65536,
|
|
14297
|
+
},
|
|
14116
14298
|
"~google/gemini-flash-latest": {
|
|
14117
14299
|
id: "~google/gemini-flash-latest",
|
|
14118
14300
|
name: "Google Gemini Flash Latest",
|
|
@@ -14125,7 +14307,7 @@ export const MODELS = {
|
|
|
14125
14307
|
input: 1.5,
|
|
14126
14308
|
output: 7.5,
|
|
14127
14309
|
cacheRead: 0.15,
|
|
14128
|
-
cacheWrite: 0.
|
|
14310
|
+
cacheWrite: 0.0833333333333333,
|
|
14129
14311
|
},
|
|
14130
14312
|
contextWindow: 1048576,
|
|
14131
14313
|
maxTokens: 65536,
|
|
@@ -14156,13 +14338,13 @@ export const MODELS = {
|
|
|
14156
14338
|
reasoning: true,
|
|
14157
14339
|
input: ["text", "image"],
|
|
14158
14340
|
cost: {
|
|
14159
|
-
input:
|
|
14160
|
-
output:
|
|
14161
|
-
cacheRead: 0.
|
|
14341
|
+
input: 2.9000000000000004,
|
|
14342
|
+
output: 14,
|
|
14343
|
+
cacheRead: 0.29,
|
|
14162
14344
|
cacheWrite: 0,
|
|
14163
14345
|
},
|
|
14164
14346
|
contextWindow: 1048576,
|
|
14165
|
-
maxTokens:
|
|
14347
|
+
maxTokens: 1048576,
|
|
14166
14348
|
},
|
|
14167
14349
|
"~openai/gpt-latest": {
|
|
14168
14350
|
id: "~openai/gpt-latest",
|
|
@@ -14323,7 +14505,7 @@ export const MODELS = {
|
|
|
14323
14505
|
cost: {
|
|
14324
14506
|
input: 1.25,
|
|
14325
14507
|
output: 3.75,
|
|
14326
|
-
cacheRead: 0,
|
|
14508
|
+
cacheRead: 0.125,
|
|
14327
14509
|
cacheWrite: 0,
|
|
14328
14510
|
},
|
|
14329
14511
|
contextWindow: 1000000,
|
|
@@ -14423,6 +14605,25 @@ export const MODELS = {
|
|
|
14423
14605
|
contextWindow: 262144,
|
|
14424
14606
|
maxTokens: 131072,
|
|
14425
14607
|
},
|
|
14608
|
+
"moonshotai/Kimi-K3": {
|
|
14609
|
+
id: "moonshotai/Kimi-K3",
|
|
14610
|
+
name: "Kimi K3",
|
|
14611
|
+
api: "openai-completions",
|
|
14612
|
+
provider: "together",
|
|
14613
|
+
baseUrl: "https://api.together.ai/v1",
|
|
14614
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
14615
|
+
reasoning: true,
|
|
14616
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
14617
|
+
input: ["text", "image"],
|
|
14618
|
+
cost: {
|
|
14619
|
+
input: 3,
|
|
14620
|
+
output: 15,
|
|
14621
|
+
cacheRead: 0.3,
|
|
14622
|
+
cacheWrite: 0,
|
|
14623
|
+
},
|
|
14624
|
+
contextWindow: 1048576,
|
|
14625
|
+
maxTokens: 131072,
|
|
14626
|
+
},
|
|
14426
14627
|
"nvidia/nemotron-3-ultra-550b-a55b": {
|
|
14427
14628
|
id: "nvidia/nemotron-3-ultra-550b-a55b",
|
|
14428
14629
|
name: "Nemotron 3 Ultra 550B A55B",
|
|
@@ -14894,6 +15095,23 @@ export const MODELS = {
|
|
|
14894
15095
|
contextWindow: 1000000,
|
|
14895
15096
|
maxTokens: 64000,
|
|
14896
15097
|
},
|
|
15098
|
+
"alibaba/qwen3.7-flash": {
|
|
15099
|
+
id: "alibaba/qwen3.7-flash",
|
|
15100
|
+
name: "Qwen 3.7 Flash",
|
|
15101
|
+
api: "anthropic-messages",
|
|
15102
|
+
provider: "vercel-ai-gateway",
|
|
15103
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15104
|
+
reasoning: true,
|
|
15105
|
+
input: ["text", "image"],
|
|
15106
|
+
cost: {
|
|
15107
|
+
input: 0.03,
|
|
15108
|
+
output: 0.13,
|
|
15109
|
+
cacheRead: 0.006,
|
|
15110
|
+
cacheWrite: 0.038000000000000006,
|
|
15111
|
+
},
|
|
15112
|
+
contextWindow: 991000,
|
|
15113
|
+
maxTokens: 64000,
|
|
15114
|
+
},
|
|
14897
15115
|
"alibaba/qwen3.7-max": {
|
|
14898
15116
|
id: "alibaba/qwen3.7-max",
|
|
14899
15117
|
name: "Qwen 3.7 Max",
|
|
@@ -14928,6 +15146,23 @@ export const MODELS = {
|
|
|
14928
15146
|
contextWindow: 1000000,
|
|
14929
15147
|
maxTokens: 64000,
|
|
14930
15148
|
},
|
|
15149
|
+
"alibaba/qwen3.8-max": {
|
|
15150
|
+
id: "alibaba/qwen3.8-max",
|
|
15151
|
+
name: "Qwen 3.8 Max",
|
|
15152
|
+
api: "anthropic-messages",
|
|
15153
|
+
provider: "vercel-ai-gateway",
|
|
15154
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15155
|
+
reasoning: true,
|
|
15156
|
+
input: ["text", "image"],
|
|
15157
|
+
cost: {
|
|
15158
|
+
input: 2,
|
|
15159
|
+
output: 6,
|
|
15160
|
+
cacheRead: 0.25,
|
|
15161
|
+
cacheWrite: 2.5,
|
|
15162
|
+
},
|
|
15163
|
+
contextWindow: 1000000,
|
|
15164
|
+
maxTokens: 128000,
|
|
15165
|
+
},
|
|
14931
15166
|
"amazon/nova-2-lite": {
|
|
14932
15167
|
id: "amazon/nova-2-lite",
|
|
14933
15168
|
name: "Nova 2 Lite",
|
|
@@ -15135,24 +15370,6 @@ export const MODELS = {
|
|
|
15135
15370
|
contextWindow: 1000000,
|
|
15136
15371
|
maxTokens: 128000,
|
|
15137
15372
|
},
|
|
15138
|
-
"anthropic/claude-opus-4.7-fast": {
|
|
15139
|
-
id: "anthropic/claude-opus-4.7-fast",
|
|
15140
|
-
name: "Claude Opus 4.7 (Fast)",
|
|
15141
|
-
api: "anthropic-messages",
|
|
15142
|
-
provider: "vercel-ai-gateway",
|
|
15143
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15144
|
-
reasoning: true,
|
|
15145
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
15146
|
-
input: ["text", "image"],
|
|
15147
|
-
cost: {
|
|
15148
|
-
input: 30,
|
|
15149
|
-
output: 150,
|
|
15150
|
-
cacheRead: 3,
|
|
15151
|
-
cacheWrite: 37.5,
|
|
15152
|
-
},
|
|
15153
|
-
contextWindow: 1000000,
|
|
15154
|
-
maxTokens: 128000,
|
|
15155
|
-
},
|
|
15156
15373
|
"anthropic/claude-opus-4.8": {
|
|
15157
15374
|
id: "anthropic/claude-opus-4.8",
|
|
15158
15375
|
name: "Claude Opus 4.8",
|
|
@@ -15467,7 +15684,7 @@ export const MODELS = {
|
|
|
15467
15684
|
api: "anthropic-messages",
|
|
15468
15685
|
provider: "vercel-ai-gateway",
|
|
15469
15686
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15470
|
-
reasoning:
|
|
15687
|
+
reasoning: false,
|
|
15471
15688
|
input: ["text"],
|
|
15472
15689
|
cost: {
|
|
15473
15690
|
input: 0.62,
|
|
@@ -15487,8 +15704,25 @@ export const MODELS = {
|
|
|
15487
15704
|
reasoning: true,
|
|
15488
15705
|
input: ["text"],
|
|
15489
15706
|
cost: {
|
|
15490
|
-
input: 0.
|
|
15491
|
-
output: 0.
|
|
15707
|
+
input: 0.19999999999999998,
|
|
15708
|
+
output: 0.39999999999999997,
|
|
15709
|
+
cacheRead: 0.04,
|
|
15710
|
+
cacheWrite: 0,
|
|
15711
|
+
},
|
|
15712
|
+
contextWindow: 1000000,
|
|
15713
|
+
maxTokens: 384000,
|
|
15714
|
+
},
|
|
15715
|
+
"deepseek/deepseek-v4-flash-0731": {
|
|
15716
|
+
id: "deepseek/deepseek-v4-flash-0731",
|
|
15717
|
+
name: "DeepSeek V4 Flash 0731",
|
|
15718
|
+
api: "anthropic-messages",
|
|
15719
|
+
provider: "vercel-ai-gateway",
|
|
15720
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15721
|
+
reasoning: true,
|
|
15722
|
+
input: ["text"],
|
|
15723
|
+
cost: {
|
|
15724
|
+
input: 0.13,
|
|
15725
|
+
output: 0.26,
|
|
15492
15726
|
cacheRead: 0.028,
|
|
15493
15727
|
cacheWrite: 0,
|
|
15494
15728
|
},
|
|
@@ -15580,23 +15814,6 @@ export const MODELS = {
|
|
|
15580
15814
|
contextWindow: 1000000,
|
|
15581
15815
|
maxTokens: 65000,
|
|
15582
15816
|
},
|
|
15583
|
-
"google/gemini-3-pro-preview": {
|
|
15584
|
-
id: "google/gemini-3-pro-preview",
|
|
15585
|
-
name: "Gemini 3 Pro Preview",
|
|
15586
|
-
api: "anthropic-messages",
|
|
15587
|
-
provider: "vercel-ai-gateway",
|
|
15588
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15589
|
-
reasoning: true,
|
|
15590
|
-
input: ["text", "image"],
|
|
15591
|
-
cost: {
|
|
15592
|
-
input: 2,
|
|
15593
|
-
output: 12,
|
|
15594
|
-
cacheRead: 0.19999999999999998,
|
|
15595
|
-
cacheWrite: 0,
|
|
15596
|
-
},
|
|
15597
|
-
contextWindow: 1000000,
|
|
15598
|
-
maxTokens: 64000,
|
|
15599
|
-
},
|
|
15600
15817
|
"google/gemini-3.1-flash-lite": {
|
|
15601
15818
|
id: "google/gemini-3.1-flash-lite",
|
|
15602
15819
|
name: "Gemini 3.1 Flash Lite",
|
|
@@ -15614,23 +15831,6 @@ export const MODELS = {
|
|
|
15614
15831
|
contextWindow: 1000000,
|
|
15615
15832
|
maxTokens: 65000,
|
|
15616
15833
|
},
|
|
15617
|
-
"google/gemini-3.1-flash-lite-preview": {
|
|
15618
|
-
id: "google/gemini-3.1-flash-lite-preview",
|
|
15619
|
-
name: "Gemini 3.1 Flash Lite Preview",
|
|
15620
|
-
api: "anthropic-messages",
|
|
15621
|
-
provider: "vercel-ai-gateway",
|
|
15622
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15623
|
-
reasoning: true,
|
|
15624
|
-
input: ["text", "image"],
|
|
15625
|
-
cost: {
|
|
15626
|
-
input: 0.25,
|
|
15627
|
-
output: 1.5,
|
|
15628
|
-
cacheRead: 0.03,
|
|
15629
|
-
cacheWrite: 0,
|
|
15630
|
-
},
|
|
15631
|
-
contextWindow: 1000000,
|
|
15632
|
-
maxTokens: 65000,
|
|
15633
|
-
},
|
|
15634
15834
|
"google/gemini-3.1-pro-preview": {
|
|
15635
15835
|
id: "google/gemini-3.1-pro-preview",
|
|
15636
15836
|
name: "Gemini 3.1 Pro Preview",
|
|
@@ -15808,7 +16008,7 @@ export const MODELS = {
|
|
|
15808
16008
|
provider: "vercel-ai-gateway",
|
|
15809
16009
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15810
16010
|
reasoning: true,
|
|
15811
|
-
input: ["text"],
|
|
16011
|
+
input: ["text", "image"],
|
|
15812
16012
|
cost: {
|
|
15813
16013
|
input: 0.15,
|
|
15814
16014
|
output: 0.6,
|
|
@@ -15859,7 +16059,7 @@ export const MODELS = {
|
|
|
15859
16059
|
provider: "vercel-ai-gateway",
|
|
15860
16060
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15861
16061
|
reasoning: true,
|
|
15862
|
-
input: ["text"],
|
|
16062
|
+
input: ["text", "image"],
|
|
15863
16063
|
cost: {
|
|
15864
16064
|
input: 0.74,
|
|
15865
16065
|
output: 2.96,
|
|
@@ -16058,7 +16258,7 @@ export const MODELS = {
|
|
|
16058
16258
|
},
|
|
16059
16259
|
"minimax/minimax-m2.7": {
|
|
16060
16260
|
id: "minimax/minimax-m2.7",
|
|
16061
|
-
name: "
|
|
16261
|
+
name: "Minimax M2.7",
|
|
16062
16262
|
api: "anthropic-messages",
|
|
16063
16263
|
provider: "vercel-ai-gateway",
|
|
16064
16264
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
@@ -16216,7 +16416,7 @@ export const MODELS = {
|
|
|
16216
16416
|
provider: "vercel-ai-gateway",
|
|
16217
16417
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16218
16418
|
reasoning: false,
|
|
16219
|
-
input: ["text"],
|
|
16419
|
+
input: ["text", "image"],
|
|
16220
16420
|
cost: {
|
|
16221
16421
|
input: 0.09999999999999999,
|
|
16222
16422
|
output: 0.09999999999999999,
|
|
@@ -16233,7 +16433,7 @@ export const MODELS = {
|
|
|
16233
16433
|
provider: "vercel-ai-gateway",
|
|
16234
16434
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16235
16435
|
reasoning: false,
|
|
16236
|
-
input: ["text"],
|
|
16436
|
+
input: ["text", "image"],
|
|
16237
16437
|
cost: {
|
|
16238
16438
|
input: 0.15,
|
|
16239
16439
|
output: 0.15,
|
|
@@ -16301,7 +16501,7 @@ export const MODELS = {
|
|
|
16301
16501
|
provider: "vercel-ai-gateway",
|
|
16302
16502
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16303
16503
|
reasoning: false,
|
|
16304
|
-
input: ["text"],
|
|
16504
|
+
input: ["text", "image"],
|
|
16305
16505
|
cost: {
|
|
16306
16506
|
input: 0.15,
|
|
16307
16507
|
output: 0.15,
|
|
@@ -16464,6 +16664,23 @@ export const MODELS = {
|
|
|
16464
16664
|
contextWindow: 1000000,
|
|
16465
16665
|
maxTokens: 131072,
|
|
16466
16666
|
},
|
|
16667
|
+
"moonshotai/kimi-k3-fast": {
|
|
16668
|
+
id: "moonshotai/kimi-k3-fast",
|
|
16669
|
+
name: "Kimi K3 Fast",
|
|
16670
|
+
api: "anthropic-messages",
|
|
16671
|
+
provider: "vercel-ai-gateway",
|
|
16672
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16673
|
+
reasoning: true,
|
|
16674
|
+
input: ["text", "image"],
|
|
16675
|
+
cost: {
|
|
16676
|
+
input: 4.5,
|
|
16677
|
+
output: 22.5,
|
|
16678
|
+
cacheRead: 0.44999999999999996,
|
|
16679
|
+
cacheWrite: 0,
|
|
16680
|
+
},
|
|
16681
|
+
contextWindow: 1000000,
|
|
16682
|
+
maxTokens: 131072,
|
|
16683
|
+
},
|
|
16467
16684
|
"nvidia/nemotron-3-nano-30b-a3b": {
|
|
16468
16685
|
id: "nvidia/nemotron-3-nano-30b-a3b",
|
|
16469
16686
|
name: "Nemotron 3 Nano 30B A3B",
|
|
@@ -16668,23 +16885,6 @@ export const MODELS = {
|
|
|
16668
16885
|
contextWindow: 400000,
|
|
16669
16886
|
maxTokens: 128000,
|
|
16670
16887
|
},
|
|
16671
|
-
"openai/gpt-5-chat": {
|
|
16672
|
-
id: "openai/gpt-5-chat",
|
|
16673
|
-
name: "GPT 5 Chat",
|
|
16674
|
-
api: "anthropic-messages",
|
|
16675
|
-
provider: "vercel-ai-gateway",
|
|
16676
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16677
|
-
reasoning: false,
|
|
16678
|
-
input: ["text", "image"],
|
|
16679
|
-
cost: {
|
|
16680
|
-
input: 1.25,
|
|
16681
|
-
output: 10,
|
|
16682
|
-
cacheRead: 0.125,
|
|
16683
|
-
cacheWrite: 0,
|
|
16684
|
-
},
|
|
16685
|
-
contextWindow: 128000,
|
|
16686
|
-
maxTokens: 16384,
|
|
16687
|
-
},
|
|
16688
16888
|
"openai/gpt-5-codex": {
|
|
16689
16889
|
id: "openai/gpt-5-codex",
|
|
16690
16890
|
name: "GPT-5-Codex",
|
|
@@ -16696,7 +16896,7 @@ export const MODELS = {
|
|
|
16696
16896
|
cost: {
|
|
16697
16897
|
input: 1.25,
|
|
16698
16898
|
output: 10,
|
|
16699
|
-
cacheRead: 0.
|
|
16899
|
+
cacheRead: 0.13,
|
|
16700
16900
|
cacheWrite: 0,
|
|
16701
16901
|
},
|
|
16702
16902
|
contextWindow: 400000,
|
|
@@ -16764,7 +16964,7 @@ export const MODELS = {
|
|
|
16764
16964
|
cost: {
|
|
16765
16965
|
input: 1.25,
|
|
16766
16966
|
output: 10,
|
|
16767
|
-
cacheRead: 0.
|
|
16967
|
+
cacheRead: 0.13,
|
|
16768
16968
|
cacheWrite: 0,
|
|
16769
16969
|
},
|
|
16770
16970
|
contextWindow: 400000,
|
|
@@ -16798,7 +16998,7 @@ export const MODELS = {
|
|
|
16798
16998
|
cost: {
|
|
16799
16999
|
input: 0.25,
|
|
16800
17000
|
output: 2,
|
|
16801
|
-
cacheRead: 0.
|
|
17001
|
+
cacheRead: 0.03,
|
|
16802
17002
|
cacheWrite: 0,
|
|
16803
17003
|
},
|
|
16804
17004
|
contextWindow: 400000,
|
|
@@ -16815,7 +17015,7 @@ export const MODELS = {
|
|
|
16815
17015
|
cost: {
|
|
16816
17016
|
input: 1.25,
|
|
16817
17017
|
output: 10,
|
|
16818
|
-
cacheRead: 0.
|
|
17018
|
+
cacheRead: 0.13,
|
|
16819
17019
|
cacheWrite: 0,
|
|
16820
17020
|
},
|
|
16821
17021
|
contextWindow: 128000,
|
|
@@ -16856,24 +17056,6 @@ export const MODELS = {
|
|
|
16856
17056
|
contextWindow: 400000,
|
|
16857
17057
|
maxTokens: 128000,
|
|
16858
17058
|
},
|
|
16859
|
-
"openai/gpt-5.2-chat": {
|
|
16860
|
-
id: "openai/gpt-5.2-chat",
|
|
16861
|
-
name: "GPT 5.2 Chat",
|
|
16862
|
-
api: "anthropic-messages",
|
|
16863
|
-
provider: "vercel-ai-gateway",
|
|
16864
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16865
|
-
reasoning: false,
|
|
16866
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
16867
|
-
input: ["text", "image"],
|
|
16868
|
-
cost: {
|
|
16869
|
-
input: 1.75,
|
|
16870
|
-
output: 14,
|
|
16871
|
-
cacheRead: 0.175,
|
|
16872
|
-
cacheWrite: 0,
|
|
16873
|
-
},
|
|
16874
|
-
contextWindow: 128000,
|
|
16875
|
-
maxTokens: 16384,
|
|
16876
|
-
},
|
|
16877
17059
|
"openai/gpt-5.2-codex": {
|
|
16878
17060
|
id: "openai/gpt-5.2-codex",
|
|
16879
17061
|
name: "GPT 5.2 Codex",
|
|
@@ -17063,10 +17245,10 @@ export const MODELS = {
|
|
|
17063
17245
|
reasoning: true,
|
|
17064
17246
|
input: ["text", "image"],
|
|
17065
17247
|
cost: {
|
|
17066
|
-
input:
|
|
17067
|
-
output:
|
|
17068
|
-
cacheRead: 0.
|
|
17069
|
-
cacheWrite:
|
|
17248
|
+
input: 0.19999999999999998,
|
|
17249
|
+
output: 1.2,
|
|
17250
|
+
cacheRead: 0.02,
|
|
17251
|
+
cacheWrite: 0.25,
|
|
17070
17252
|
},
|
|
17071
17253
|
contextWindow: 1050000,
|
|
17072
17254
|
maxTokens: 128000,
|
|
@@ -17097,10 +17279,10 @@ export const MODELS = {
|
|
|
17097
17279
|
reasoning: true,
|
|
17098
17280
|
input: ["text", "image"],
|
|
17099
17281
|
cost: {
|
|
17100
|
-
input: 2
|
|
17101
|
-
output:
|
|
17102
|
-
cacheRead: 0.
|
|
17103
|
-
cacheWrite:
|
|
17282
|
+
input: 2,
|
|
17283
|
+
output: 12,
|
|
17284
|
+
cacheRead: 0.19999999999999998,
|
|
17285
|
+
cacheWrite: 2.5,
|
|
17104
17286
|
},
|
|
17105
17287
|
contextWindow: 1050000,
|
|
17106
17288
|
maxTokens: 128000,
|
|
@@ -17316,7 +17498,7 @@ export const MODELS = {
|
|
|
17316
17498
|
provider: "vercel-ai-gateway",
|
|
17317
17499
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17318
17500
|
reasoning: true,
|
|
17319
|
-
input: ["text"],
|
|
17501
|
+
input: ["text", "image"],
|
|
17320
17502
|
cost: {
|
|
17321
17503
|
input: 0.09,
|
|
17322
17504
|
output: 0.3,
|
|
@@ -17377,6 +17559,23 @@ export const MODELS = {
|
|
|
17377
17559
|
contextWindow: 256000,
|
|
17378
17560
|
maxTokens: 256000,
|
|
17379
17561
|
},
|
|
17562
|
+
"thinkingmachines/inkling-small": {
|
|
17563
|
+
id: "thinkingmachines/inkling-small",
|
|
17564
|
+
name: "Inkling Small",
|
|
17565
|
+
api: "anthropic-messages",
|
|
17566
|
+
provider: "vercel-ai-gateway",
|
|
17567
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17568
|
+
reasoning: true,
|
|
17569
|
+
input: ["text", "image"],
|
|
17570
|
+
cost: {
|
|
17571
|
+
input: 0.5,
|
|
17572
|
+
output: 1.2,
|
|
17573
|
+
cacheRead: 0.09999999999999999,
|
|
17574
|
+
cacheWrite: 0,
|
|
17575
|
+
},
|
|
17576
|
+
contextWindow: 1000000,
|
|
17577
|
+
maxTokens: 1000000,
|
|
17578
|
+
},
|
|
17380
17579
|
"xai/grok-4.1-fast-non-reasoning": {
|
|
17381
17580
|
id: "xai/grok-4.1-fast-non-reasoning",
|
|
17382
17581
|
name: "Grok 4.1 Fast Non-Reasoning",
|
|
@@ -17760,9 +17959,9 @@ export const MODELS = {
|
|
|
17760
17959
|
reasoning: true,
|
|
17761
17960
|
input: ["text"],
|
|
17762
17961
|
cost: {
|
|
17763
|
-
input:
|
|
17764
|
-
output: 3.
|
|
17765
|
-
cacheRead: 0
|
|
17962
|
+
input: 1,
|
|
17963
|
+
output: 3.1999999999999997,
|
|
17964
|
+
cacheRead: 0,
|
|
17766
17965
|
cacheWrite: 0,
|
|
17767
17966
|
},
|
|
17768
17967
|
contextWindow: 202800,
|
|
@@ -17794,8 +17993,8 @@ export const MODELS = {
|
|
|
17794
17993
|
reasoning: true,
|
|
17795
17994
|
input: ["text"],
|
|
17796
17995
|
cost: {
|
|
17797
|
-
input: 1.
|
|
17798
|
-
output: 4.
|
|
17996
|
+
input: 1.4,
|
|
17997
|
+
output: 4.4,
|
|
17799
17998
|
cacheRead: 0.26,
|
|
17800
17999
|
cacheWrite: 0,
|
|
17801
18000
|
},
|
|
@@ -17811,12 +18010,12 @@ export const MODELS = {
|
|
|
17811
18010
|
reasoning: true,
|
|
17812
18011
|
input: ["text"],
|
|
17813
18012
|
cost: {
|
|
17814
|
-
input: 1.
|
|
17815
|
-
output:
|
|
17816
|
-
cacheRead: 0.
|
|
18013
|
+
input: 1.1,
|
|
18014
|
+
output: 3.851,
|
|
18015
|
+
cacheRead: 0.275,
|
|
17817
18016
|
cacheWrite: 0,
|
|
17818
18017
|
},
|
|
17819
|
-
contextWindow:
|
|
18018
|
+
contextWindow: 1000000,
|
|
17820
18019
|
maxTokens: 128000,
|
|
17821
18020
|
},
|
|
17822
18021
|
"zai/glm-5.2-fast": {
|
|
@@ -18171,24 +18370,6 @@ export const MODELS = {
|
|
|
18171
18370
|
},
|
|
18172
18371
|
},
|
|
18173
18372
|
"zai": {
|
|
18174
|
-
"glm-4.5-air": {
|
|
18175
|
-
id: "glm-4.5-air",
|
|
18176
|
-
name: "GLM-4.5-Air",
|
|
18177
|
-
api: "openai-completions",
|
|
18178
|
-
provider: "zai",
|
|
18179
|
-
baseUrl: "https://api.z.ai/api/coding/paas/v4",
|
|
18180
|
-
compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai" },
|
|
18181
|
-
reasoning: true,
|
|
18182
|
-
input: ["text"],
|
|
18183
|
-
cost: {
|
|
18184
|
-
input: 0,
|
|
18185
|
-
output: 0,
|
|
18186
|
-
cacheRead: 0,
|
|
18187
|
-
cacheWrite: 0,
|
|
18188
|
-
},
|
|
18189
|
-
contextWindow: 131072,
|
|
18190
|
-
maxTokens: 98304,
|
|
18191
|
-
},
|
|
18192
18373
|
"glm-4.7": {
|
|
18193
18374
|
id: "glm-4.7",
|
|
18194
18375
|
name: "GLM-4.7",
|
|
@@ -18225,24 +18406,6 @@ export const MODELS = {
|
|
|
18225
18406
|
contextWindow: 200000,
|
|
18226
18407
|
maxTokens: 131072,
|
|
18227
18408
|
},
|
|
18228
|
-
"glm-5.1": {
|
|
18229
|
-
id: "glm-5.1",
|
|
18230
|
-
name: "GLM-5.1",
|
|
18231
|
-
api: "openai-completions",
|
|
18232
|
-
provider: "zai",
|
|
18233
|
-
baseUrl: "https://api.z.ai/api/coding/paas/v4",
|
|
18234
|
-
compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai", "zaiToolStream": true },
|
|
18235
|
-
reasoning: true,
|
|
18236
|
-
input: ["text"],
|
|
18237
|
-
cost: {
|
|
18238
|
-
input: 0,
|
|
18239
|
-
output: 0,
|
|
18240
|
-
cacheRead: 0,
|
|
18241
|
-
cacheWrite: 0,
|
|
18242
|
-
},
|
|
18243
|
-
contextWindow: 200000,
|
|
18244
|
-
maxTokens: 131072,
|
|
18245
|
-
},
|
|
18246
18409
|
"glm-5.2": {
|
|
18247
18410
|
id: "glm-5.2",
|
|
18248
18411
|
name: "GLM-5.2",
|
|
@@ -18261,22 +18424,22 @@ export const MODELS = {
|
|
|
18261
18424
|
contextWindow: 1000000,
|
|
18262
18425
|
maxTokens: 131072,
|
|
18263
18426
|
},
|
|
18264
|
-
"glm-
|
|
18265
|
-
id: "glm-
|
|
18266
|
-
name: "GLM-
|
|
18427
|
+
"glm-5.2-highspeed": {
|
|
18428
|
+
id: "glm-5.2-highspeed",
|
|
18429
|
+
name: "GLM-5.2 Highspeed",
|
|
18267
18430
|
api: "openai-completions",
|
|
18268
18431
|
provider: "zai",
|
|
18269
18432
|
baseUrl: "https://api.z.ai/api/coding/paas/v4",
|
|
18270
18433
|
compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai", "zaiToolStream": true },
|
|
18271
18434
|
reasoning: true,
|
|
18272
|
-
input: ["text"
|
|
18435
|
+
input: ["text"],
|
|
18273
18436
|
cost: {
|
|
18274
18437
|
input: 0,
|
|
18275
18438
|
output: 0,
|
|
18276
18439
|
cacheRead: 0,
|
|
18277
18440
|
cacheWrite: 0,
|
|
18278
18441
|
},
|
|
18279
|
-
contextWindow:
|
|
18442
|
+
contextWindow: 1000000,
|
|
18280
18443
|
maxTokens: 131072,
|
|
18281
18444
|
},
|
|
18282
18445
|
},
|