@dreb/ai 2.56.0 → 2.57.1
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/README.md +1 -1
- package/dist/models.d.ts +6 -0
- package/dist/models.d.ts.map +1 -1
- package/dist/models.generated.d.ts +328 -36
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +387 -123
- package/dist/models.generated.js.map +1 -1
- package/dist/models.js +30 -0
- package/dist/models.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +35 -4
- package/dist/providers/openai-completions.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -3175,6 +3175,25 @@ export const MODELS = {
|
|
|
3175
3175
|
contextWindow: 1000000,
|
|
3176
3176
|
maxTokens: 64000,
|
|
3177
3177
|
},
|
|
3178
|
+
"gemini-3.7-flash": {
|
|
3179
|
+
id: "gemini-3.7-flash",
|
|
3180
|
+
name: "Gemini 3.7 Flash",
|
|
3181
|
+
api: "openai-completions",
|
|
3182
|
+
provider: "github-copilot",
|
|
3183
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
3184
|
+
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" },
|
|
3185
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
3186
|
+
reasoning: true,
|
|
3187
|
+
input: ["text", "image"],
|
|
3188
|
+
cost: {
|
|
3189
|
+
input: 0.75,
|
|
3190
|
+
output: 3.75,
|
|
3191
|
+
cacheRead: 0.075,
|
|
3192
|
+
cacheWrite: 0,
|
|
3193
|
+
},
|
|
3194
|
+
contextWindow: 1000000,
|
|
3195
|
+
maxTokens: 64000,
|
|
3196
|
+
},
|
|
3178
3197
|
"gpt-4.1": {
|
|
3179
3198
|
id: "gpt-4.1",
|
|
3180
3199
|
name: "GPT-4.1",
|
|
@@ -3411,6 +3430,25 @@ export const MODELS = {
|
|
|
3411
3430
|
contextWindow: 500000,
|
|
3412
3431
|
maxTokens: 128000,
|
|
3413
3432
|
},
|
|
3433
|
+
"grok-4.6": {
|
|
3434
|
+
id: "grok-4.6",
|
|
3435
|
+
name: "Grok 4.6",
|
|
3436
|
+
api: "openai-completions",
|
|
3437
|
+
provider: "github-copilot",
|
|
3438
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
3439
|
+
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" },
|
|
3440
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
3441
|
+
reasoning: true,
|
|
3442
|
+
input: ["text", "image"],
|
|
3443
|
+
cost: {
|
|
3444
|
+
input: 2,
|
|
3445
|
+
output: 6,
|
|
3446
|
+
cacheRead: 0.5,
|
|
3447
|
+
cacheWrite: 0,
|
|
3448
|
+
},
|
|
3449
|
+
contextWindow: 500000,
|
|
3450
|
+
maxTokens: 128000,
|
|
3451
|
+
},
|
|
3414
3452
|
"kimi-k2.7-code": {
|
|
3415
3453
|
id: "kimi-k2.7-code",
|
|
3416
3454
|
name: "Kimi K2.7 Code",
|
|
@@ -3761,6 +3799,23 @@ export const MODELS = {
|
|
|
3761
3799
|
contextWindow: 1048576,
|
|
3762
3800
|
maxTokens: 65536,
|
|
3763
3801
|
},
|
|
3802
|
+
"gemini-3.7-flash": {
|
|
3803
|
+
id: "gemini-3.7-flash",
|
|
3804
|
+
name: "Gemini 3.7 Flash",
|
|
3805
|
+
api: "google-generative-ai",
|
|
3806
|
+
provider: "google",
|
|
3807
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
3808
|
+
reasoning: true,
|
|
3809
|
+
input: ["text", "image"],
|
|
3810
|
+
cost: {
|
|
3811
|
+
input: 0.75,
|
|
3812
|
+
output: 3.75,
|
|
3813
|
+
cacheRead: 0.075,
|
|
3814
|
+
cacheWrite: 0,
|
|
3815
|
+
},
|
|
3816
|
+
contextWindow: 1048576,
|
|
3817
|
+
maxTokens: 65536,
|
|
3818
|
+
},
|
|
3764
3819
|
"gemini-flash-latest": {
|
|
3765
3820
|
id: "gemini-flash-latest",
|
|
3766
3821
|
name: "Gemini Flash Latest",
|
|
@@ -4507,6 +4562,24 @@ export const MODELS = {
|
|
|
4507
4562
|
contextWindow: 524288,
|
|
4508
4563
|
maxTokens: 128000,
|
|
4509
4564
|
},
|
|
4565
|
+
"Qwen/Qwen2.5-Coder-32B-Instruct": {
|
|
4566
|
+
id: "Qwen/Qwen2.5-Coder-32B-Instruct",
|
|
4567
|
+
name: "Qwen2.5-Coder-32B-Instruct",
|
|
4568
|
+
api: "openai-completions",
|
|
4569
|
+
provider: "huggingface",
|
|
4570
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
4571
|
+
compat: { "supportsDeveloperRole": false },
|
|
4572
|
+
reasoning: false,
|
|
4573
|
+
input: ["text"],
|
|
4574
|
+
cost: {
|
|
4575
|
+
input: 0.06,
|
|
4576
|
+
output: 0.2,
|
|
4577
|
+
cacheRead: 0,
|
|
4578
|
+
cacheWrite: 0,
|
|
4579
|
+
},
|
|
4580
|
+
contextWindow: 131072,
|
|
4581
|
+
maxTokens: 8192,
|
|
4582
|
+
},
|
|
4510
4583
|
"Qwen/Qwen3-235B-A22B": {
|
|
4511
4584
|
id: "Qwen/Qwen3-235B-A22B",
|
|
4512
4585
|
name: "Qwen3 235B-A22B",
|
|
@@ -4561,6 +4634,24 @@ export const MODELS = {
|
|
|
4561
4634
|
contextWindow: 262144,
|
|
4562
4635
|
maxTokens: 131072,
|
|
4563
4636
|
},
|
|
4637
|
+
"Qwen/Qwen3-30B-A3B": {
|
|
4638
|
+
id: "Qwen/Qwen3-30B-A3B",
|
|
4639
|
+
name: "Qwen3 30B A3B",
|
|
4640
|
+
api: "openai-completions",
|
|
4641
|
+
provider: "huggingface",
|
|
4642
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
4643
|
+
compat: { "supportsDeveloperRole": false },
|
|
4644
|
+
reasoning: true,
|
|
4645
|
+
input: ["text"],
|
|
4646
|
+
cost: {
|
|
4647
|
+
input: 0.12,
|
|
4648
|
+
output: 0.5,
|
|
4649
|
+
cacheRead: 0,
|
|
4650
|
+
cacheWrite: 0,
|
|
4651
|
+
},
|
|
4652
|
+
contextWindow: 40960,
|
|
4653
|
+
maxTokens: 16384,
|
|
4654
|
+
},
|
|
4564
4655
|
"Qwen/Qwen3-32B": {
|
|
4565
4656
|
id: "Qwen/Qwen3-32B",
|
|
4566
4657
|
name: "Qwen3 32B",
|
|
@@ -4903,6 +4994,24 @@ export const MODELS = {
|
|
|
4903
4994
|
contextWindow: 64000,
|
|
4904
4995
|
maxTokens: 8192,
|
|
4905
4996
|
},
|
|
4997
|
+
"deepseek-ai/DeepSeek-V3-0324": {
|
|
4998
|
+
id: "deepseek-ai/DeepSeek-V3-0324",
|
|
4999
|
+
name: "DeepSeek V3 0324",
|
|
5000
|
+
api: "openai-completions",
|
|
5001
|
+
provider: "huggingface",
|
|
5002
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
5003
|
+
compat: { "supportsDeveloperRole": false },
|
|
5004
|
+
reasoning: false,
|
|
5005
|
+
input: ["text"],
|
|
5006
|
+
cost: {
|
|
5007
|
+
input: 0.27,
|
|
5008
|
+
output: 1.12,
|
|
5009
|
+
cacheRead: 0,
|
|
5010
|
+
cacheWrite: 0,
|
|
5011
|
+
},
|
|
5012
|
+
contextWindow: 163840,
|
|
5013
|
+
maxTokens: 163840,
|
|
5014
|
+
},
|
|
4906
5015
|
"deepseek-ai/DeepSeek-V3.1": {
|
|
4907
5016
|
id: "deepseek-ai/DeepSeek-V3.1",
|
|
4908
5017
|
name: "DeepSeek-V3.1",
|
|
@@ -4993,6 +5102,24 @@ export const MODELS = {
|
|
|
4993
5102
|
contextWindow: 1048576,
|
|
4994
5103
|
maxTokens: 393216,
|
|
4995
5104
|
},
|
|
5105
|
+
"deepseek-ai/DeepSeek-V4-Pro-0813": {
|
|
5106
|
+
id: "deepseek-ai/DeepSeek-V4-Pro-0813",
|
|
5107
|
+
name: "DeepSeek V4 Pro 0813",
|
|
5108
|
+
api: "openai-completions",
|
|
5109
|
+
provider: "huggingface",
|
|
5110
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
5111
|
+
compat: { "supportsDeveloperRole": false },
|
|
5112
|
+
reasoning: true,
|
|
5113
|
+
input: ["text"],
|
|
5114
|
+
cost: {
|
|
5115
|
+
input: 1.32,
|
|
5116
|
+
output: 3.96,
|
|
5117
|
+
cacheRead: 0,
|
|
5118
|
+
cacheWrite: 0,
|
|
5119
|
+
},
|
|
5120
|
+
contextWindow: 1000000,
|
|
5121
|
+
maxTokens: 384000,
|
|
5122
|
+
},
|
|
4996
5123
|
"google/gemma-4-26B-A4B-it": {
|
|
4997
5124
|
id: "google/gemma-4-26B-A4B-it",
|
|
4998
5125
|
name: "Gemma 4 26B A4B IT",
|
|
@@ -5029,6 +5156,24 @@ export const MODELS = {
|
|
|
5029
5156
|
contextWindow: 262144,
|
|
5030
5157
|
maxTokens: 32768,
|
|
5031
5158
|
},
|
|
5159
|
+
"meta-llama/Llama-3.1-8B-Instruct": {
|
|
5160
|
+
id: "meta-llama/Llama-3.1-8B-Instruct",
|
|
5161
|
+
name: "Llama-3.1-8B-Instruct",
|
|
5162
|
+
api: "openai-completions",
|
|
5163
|
+
provider: "huggingface",
|
|
5164
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
5165
|
+
compat: { "supportsDeveloperRole": false },
|
|
5166
|
+
reasoning: false,
|
|
5167
|
+
input: ["text"],
|
|
5168
|
+
cost: {
|
|
5169
|
+
input: 0.06,
|
|
5170
|
+
output: 0.06,
|
|
5171
|
+
cacheRead: 0,
|
|
5172
|
+
cacheWrite: 0,
|
|
5173
|
+
},
|
|
5174
|
+
contextWindow: 131072,
|
|
5175
|
+
maxTokens: 4096,
|
|
5176
|
+
},
|
|
5032
5177
|
"meta-llama/Llama-3.3-70B-Instruct": {
|
|
5033
5178
|
id: "meta-llama/Llama-3.3-70B-Instruct",
|
|
5034
5179
|
name: "Llama-3.3-70B-Instruct",
|
|
@@ -7435,6 +7580,23 @@ export const MODELS = {
|
|
|
7435
7580
|
contextWindow: 1048576,
|
|
7436
7581
|
maxTokens: 65536,
|
|
7437
7582
|
},
|
|
7583
|
+
"gemini-3.7-flash": {
|
|
7584
|
+
id: "gemini-3.7-flash",
|
|
7585
|
+
name: "Gemini 3.7 Flash",
|
|
7586
|
+
api: "google-generative-ai",
|
|
7587
|
+
provider: "opencode",
|
|
7588
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
7589
|
+
reasoning: true,
|
|
7590
|
+
input: ["text", "image"],
|
|
7591
|
+
cost: {
|
|
7592
|
+
input: 1.5,
|
|
7593
|
+
output: 7.5,
|
|
7594
|
+
cacheRead: 0.15,
|
|
7595
|
+
cacheWrite: 0,
|
|
7596
|
+
},
|
|
7597
|
+
contextWindow: 1048576,
|
|
7598
|
+
maxTokens: 65536,
|
|
7599
|
+
},
|
|
7438
7600
|
"glm-5": {
|
|
7439
7601
|
id: "glm-5",
|
|
7440
7602
|
name: "GLM-5",
|
|
@@ -7962,23 +8124,6 @@ export const MODELS = {
|
|
|
7962
8124
|
contextWindow: 256000,
|
|
7963
8125
|
maxTokens: 32000,
|
|
7964
8126
|
},
|
|
7965
|
-
"ling-3.0-tiny-free": {
|
|
7966
|
-
id: "ling-3.0-tiny-free",
|
|
7967
|
-
name: "Ling-3.0-tiny Free",
|
|
7968
|
-
api: "openai-completions",
|
|
7969
|
-
provider: "opencode",
|
|
7970
|
-
baseUrl: "https://opencode.ai/zen/v1",
|
|
7971
|
-
reasoning: true,
|
|
7972
|
-
input: ["text"],
|
|
7973
|
-
cost: {
|
|
7974
|
-
input: 0,
|
|
7975
|
-
output: 0,
|
|
7976
|
-
cacheRead: 0,
|
|
7977
|
-
cacheWrite: 0,
|
|
7978
|
-
},
|
|
7979
|
-
contextWindow: 262144,
|
|
7980
|
-
maxTokens: 32768,
|
|
7981
|
-
},
|
|
7982
8127
|
"mimo-v2.5-free": {
|
|
7983
8128
|
id: "mimo-v2.5-free",
|
|
7984
8129
|
name: "MiMo V2.5 Free",
|
|
@@ -8047,6 +8192,23 @@ export const MODELS = {
|
|
|
8047
8192
|
contextWindow: 512000,
|
|
8048
8193
|
maxTokens: 128000,
|
|
8049
8194
|
},
|
|
8195
|
+
"muse-spark-1.2": {
|
|
8196
|
+
id: "muse-spark-1.2",
|
|
8197
|
+
name: "Muse Spark 1.2",
|
|
8198
|
+
api: "openai-responses",
|
|
8199
|
+
provider: "opencode",
|
|
8200
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
8201
|
+
reasoning: true,
|
|
8202
|
+
input: ["text", "image"],
|
|
8203
|
+
cost: {
|
|
8204
|
+
input: 1.25,
|
|
8205
|
+
output: 4.25,
|
|
8206
|
+
cacheRead: 0.15,
|
|
8207
|
+
cacheWrite: 0,
|
|
8208
|
+
},
|
|
8209
|
+
contextWindow: 1048576,
|
|
8210
|
+
maxTokens: 131072,
|
|
8211
|
+
},
|
|
8050
8212
|
"nemotron-3-ultra-free": {
|
|
8051
8213
|
id: "nemotron-3-ultra-free",
|
|
8052
8214
|
name: "Nemotron 3 Ultra Free",
|
|
@@ -8185,6 +8347,23 @@ export const MODELS = {
|
|
|
8185
8347
|
contextWindow: 1000000,
|
|
8186
8348
|
maxTokens: 131072,
|
|
8187
8349
|
},
|
|
8350
|
+
"glm-5.3": {
|
|
8351
|
+
id: "glm-5.3",
|
|
8352
|
+
name: "GLM-5.3",
|
|
8353
|
+
api: "openai-completions",
|
|
8354
|
+
provider: "opencode-go",
|
|
8355
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8356
|
+
reasoning: true,
|
|
8357
|
+
input: ["text"],
|
|
8358
|
+
cost: {
|
|
8359
|
+
input: 1.4,
|
|
8360
|
+
output: 4.4,
|
|
8361
|
+
cacheRead: 0.26,
|
|
8362
|
+
cacheWrite: 0,
|
|
8363
|
+
},
|
|
8364
|
+
contextWindow: 1000000,
|
|
8365
|
+
maxTokens: 131072,
|
|
8366
|
+
},
|
|
8188
8367
|
"gpt-5.6-luna": {
|
|
8189
8368
|
id: "gpt-5.6-luna",
|
|
8190
8369
|
name: "GPT-5.6 Luna (2x usage)",
|
|
@@ -9323,7 +9502,7 @@ export const MODELS = {
|
|
|
9323
9502
|
cacheRead: 0,
|
|
9324
9503
|
cacheWrite: 0,
|
|
9325
9504
|
},
|
|
9326
|
-
contextWindow:
|
|
9505
|
+
contextWindow: 64000,
|
|
9327
9506
|
maxTokens: 16000,
|
|
9328
9507
|
},
|
|
9329
9508
|
"deepseek/deepseek-r1-0528": {
|
|
@@ -9403,13 +9582,13 @@ export const MODELS = {
|
|
|
9403
9582
|
reasoning: true,
|
|
9404
9583
|
input: ["text"],
|
|
9405
9584
|
cost: {
|
|
9406
|
-
input: 0.
|
|
9407
|
-
output: 0.
|
|
9408
|
-
cacheRead: 0.
|
|
9585
|
+
input: 0.06426,
|
|
9586
|
+
output: 0.12852,
|
|
9587
|
+
cacheRead: 0.012852,
|
|
9409
9588
|
cacheWrite: 0,
|
|
9410
9589
|
},
|
|
9411
9590
|
contextWindow: 1048576,
|
|
9412
|
-
maxTokens:
|
|
9591
|
+
maxTokens: 384000,
|
|
9413
9592
|
},
|
|
9414
9593
|
"deepseek/deepseek-v4-flash-0731": {
|
|
9415
9594
|
id: "deepseek/deepseek-v4-flash-0731",
|
|
@@ -9420,13 +9599,13 @@ export const MODELS = {
|
|
|
9420
9599
|
reasoning: true,
|
|
9421
9600
|
input: ["text"],
|
|
9422
9601
|
cost: {
|
|
9423
|
-
input: 0.
|
|
9424
|
-
output: 0.
|
|
9425
|
-
cacheRead: 0.
|
|
9602
|
+
input: 0.14,
|
|
9603
|
+
output: 0.28,
|
|
9604
|
+
cacheRead: 0.028,
|
|
9426
9605
|
cacheWrite: 0,
|
|
9427
9606
|
},
|
|
9428
9607
|
contextWindow: 1048576,
|
|
9429
|
-
maxTokens:
|
|
9608
|
+
maxTokens: 393216,
|
|
9430
9609
|
},
|
|
9431
9610
|
"deepseek/deepseek-v4-pro": {
|
|
9432
9611
|
id: "deepseek/deepseek-v4-pro",
|
|
@@ -9462,6 +9641,23 @@ export const MODELS = {
|
|
|
9462
9641
|
contextWindow: 1048576,
|
|
9463
9642
|
maxTokens: 384000,
|
|
9464
9643
|
},
|
|
9644
|
+
"dots-studio/dots-3-note-preview:free": {
|
|
9645
|
+
id: "dots-studio/dots-3-note-preview:free",
|
|
9646
|
+
name: "Dots Studio: Dots3-Note Preview (free)",
|
|
9647
|
+
api: "openai-completions",
|
|
9648
|
+
provider: "openrouter",
|
|
9649
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
9650
|
+
reasoning: true,
|
|
9651
|
+
input: ["text", "image"],
|
|
9652
|
+
cost: {
|
|
9653
|
+
input: 0,
|
|
9654
|
+
output: 0,
|
|
9655
|
+
cacheRead: 0,
|
|
9656
|
+
cacheWrite: 0,
|
|
9657
|
+
},
|
|
9658
|
+
contextWindow: 512000,
|
|
9659
|
+
maxTokens: 512000,
|
|
9660
|
+
},
|
|
9465
9661
|
"google/gemini-2.5-flash": {
|
|
9466
9662
|
id: "google/gemini-2.5-flash",
|
|
9467
9663
|
name: "Google: Gemini 2.5 Flash",
|
|
@@ -9828,10 +10024,10 @@ export const MODELS = {
|
|
|
9828
10024
|
reasoning: true,
|
|
9829
10025
|
input: ["text", "image"],
|
|
9830
10026
|
cost: {
|
|
9831
|
-
input:
|
|
9832
|
-
output:
|
|
9833
|
-
cacheRead: 0.
|
|
9834
|
-
cacheWrite: 0.
|
|
10027
|
+
input: 0.75,
|
|
10028
|
+
output: 3.75,
|
|
10029
|
+
cacheRead: 0.075,
|
|
10030
|
+
cacheWrite: 0.0416666666666667,
|
|
9835
10031
|
},
|
|
9836
10032
|
contextWindow: 1048576,
|
|
9837
10033
|
maxTokens: 65536,
|
|
@@ -9845,10 +10041,44 @@ export const MODELS = {
|
|
|
9845
10041
|
reasoning: true,
|
|
9846
10042
|
input: ["text", "image"],
|
|
9847
10043
|
cost: {
|
|
9848
|
-
input: 0.
|
|
9849
|
-
output:
|
|
9850
|
-
cacheRead: 0.
|
|
9851
|
-
cacheWrite: 0.
|
|
10044
|
+
input: 0.375,
|
|
10045
|
+
output: 1.875,
|
|
10046
|
+
cacheRead: 0.0375,
|
|
10047
|
+
cacheWrite: 0.0416666666666667,
|
|
10048
|
+
},
|
|
10049
|
+
contextWindow: 1048576,
|
|
10050
|
+
maxTokens: 65536,
|
|
10051
|
+
},
|
|
10052
|
+
"google/gemini-3.7-flash": {
|
|
10053
|
+
id: "google/gemini-3.7-flash",
|
|
10054
|
+
name: "Google: Gemini 3.7 Flash",
|
|
10055
|
+
api: "openai-completions",
|
|
10056
|
+
provider: "openrouter",
|
|
10057
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10058
|
+
reasoning: true,
|
|
10059
|
+
input: ["text", "image"],
|
|
10060
|
+
cost: {
|
|
10061
|
+
input: 0.375,
|
|
10062
|
+
output: 1.875,
|
|
10063
|
+
cacheRead: 0.0375,
|
|
10064
|
+
cacheWrite: 0.0208333333333333,
|
|
10065
|
+
},
|
|
10066
|
+
contextWindow: 1048576,
|
|
10067
|
+
maxTokens: 65536,
|
|
10068
|
+
},
|
|
10069
|
+
"google/gemini-3.7-flash:batch": {
|
|
10070
|
+
id: "google/gemini-3.7-flash:batch",
|
|
10071
|
+
name: "Google: Gemini 3.7 Flash (batch)",
|
|
10072
|
+
api: "openai-completions",
|
|
10073
|
+
provider: "openrouter",
|
|
10074
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10075
|
+
reasoning: true,
|
|
10076
|
+
input: ["text", "image"],
|
|
10077
|
+
cost: {
|
|
10078
|
+
input: 0.1875,
|
|
10079
|
+
output: 0.9375,
|
|
10080
|
+
cacheRead: 0.01875,
|
|
10081
|
+
cacheWrite: 0.0208333333333333,
|
|
9852
10082
|
},
|
|
9853
10083
|
contextWindow: 1048576,
|
|
9854
10084
|
maxTokens: 65536,
|
|
@@ -10040,23 +10270,6 @@ export const MODELS = {
|
|
|
10040
10270
|
contextWindow: 262144,
|
|
10041
10271
|
maxTokens: 32768,
|
|
10042
10272
|
},
|
|
10043
|
-
"inclusionai/ling-3.0-tiny:free": {
|
|
10044
|
-
id: "inclusionai/ling-3.0-tiny:free",
|
|
10045
|
-
name: "inclusionAI: Ling 3.0 Tiny (free)",
|
|
10046
|
-
api: "openai-completions",
|
|
10047
|
-
provider: "openrouter",
|
|
10048
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10049
|
-
reasoning: true,
|
|
10050
|
-
input: ["text"],
|
|
10051
|
-
cost: {
|
|
10052
|
-
input: 0,
|
|
10053
|
-
output: 0,
|
|
10054
|
-
cacheRead: 0,
|
|
10055
|
-
cacheWrite: 0,
|
|
10056
|
-
},
|
|
10057
|
-
contextWindow: 262144,
|
|
10058
|
-
maxTokens: 32768,
|
|
10059
|
-
},
|
|
10060
10273
|
"inclusionai/ring-2.6-1t": {
|
|
10061
10274
|
id: "inclusionai/ring-2.6-1t",
|
|
10062
10275
|
name: "inclusionAI: Ring-2.6-1T",
|
|
@@ -10140,7 +10353,7 @@ export const MODELS = {
|
|
|
10140
10353
|
cacheWrite: 0,
|
|
10141
10354
|
},
|
|
10142
10355
|
contextWindow: 128000,
|
|
10143
|
-
maxTokens:
|
|
10356
|
+
maxTokens: 8192,
|
|
10144
10357
|
},
|
|
10145
10358
|
"meituan/longcat-2.0": {
|
|
10146
10359
|
id: "meituan/longcat-2.0",
|
|
@@ -10220,12 +10433,12 @@ export const MODELS = {
|
|
|
10220
10433
|
input: ["text", "image"],
|
|
10221
10434
|
cost: {
|
|
10222
10435
|
input: 0.19999999999999998,
|
|
10223
|
-
output: 0.
|
|
10436
|
+
output: 0.7999999999999999,
|
|
10224
10437
|
cacheRead: 0,
|
|
10225
10438
|
cacheWrite: 0,
|
|
10226
10439
|
},
|
|
10227
10440
|
contextWindow: 1048576,
|
|
10228
|
-
maxTokens:
|
|
10441
|
+
maxTokens: 16384,
|
|
10229
10442
|
},
|
|
10230
10443
|
"meta-llama/llama-4-scout": {
|
|
10231
10444
|
id: "meta-llama/llama-4-scout",
|
|
@@ -10763,9 +10976,9 @@ export const MODELS = {
|
|
|
10763
10976
|
reasoning: true,
|
|
10764
10977
|
input: ["text", "image"],
|
|
10765
10978
|
cost: {
|
|
10766
|
-
input: 0.
|
|
10767
|
-
output: 2.
|
|
10768
|
-
cacheRead: 0.
|
|
10979
|
+
input: 0.5415,
|
|
10980
|
+
output: 2.2800000000000002,
|
|
10981
|
+
cacheRead: 0.09119999999999999,
|
|
10769
10982
|
cacheWrite: 0,
|
|
10770
10983
|
},
|
|
10771
10984
|
contextWindow: 262144,
|
|
@@ -10780,8 +10993,8 @@ export const MODELS = {
|
|
|
10780
10993
|
reasoning: true,
|
|
10781
10994
|
input: ["text", "image"],
|
|
10782
10995
|
cost: {
|
|
10783
|
-
input: 0.
|
|
10784
|
-
output: 3.
|
|
10996
|
+
input: 0.71,
|
|
10997
|
+
output: 3.5,
|
|
10785
10998
|
cacheRead: 0.15,
|
|
10786
10999
|
cacheWrite: 0,
|
|
10787
11000
|
},
|
|
@@ -10992,6 +11205,23 @@ export const MODELS = {
|
|
|
10992
11205
|
contextWindow: 1000000,
|
|
10993
11206
|
maxTokens: 65536,
|
|
10994
11207
|
},
|
|
11208
|
+
"nvidia/nemotron-3.5-lightning": {
|
|
11209
|
+
id: "nvidia/nemotron-3.5-lightning",
|
|
11210
|
+
name: "NVIDIA: Nemotron 3.5 Lightning",
|
|
11211
|
+
api: "openai-completions",
|
|
11212
|
+
provider: "openrouter",
|
|
11213
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11214
|
+
reasoning: true,
|
|
11215
|
+
input: ["text"],
|
|
11216
|
+
cost: {
|
|
11217
|
+
input: 0.09999999999999999,
|
|
11218
|
+
output: 0.25,
|
|
11219
|
+
cacheRead: 0.049999999999999996,
|
|
11220
|
+
cacheWrite: 0,
|
|
11221
|
+
},
|
|
11222
|
+
contextWindow: 1000000,
|
|
11223
|
+
maxTokens: 262144,
|
|
11224
|
+
},
|
|
10995
11225
|
"nvidia/nemotron-3.5-lightning:free": {
|
|
10996
11226
|
id: "nvidia/nemotron-3.5-lightning:free",
|
|
10997
11227
|
name: "NVIDIA: Nemotron 3.5 Lightning (free)",
|
|
@@ -12735,10 +12965,10 @@ export const MODELS = {
|
|
|
12735
12965
|
reasoning: true,
|
|
12736
12966
|
input: ["text"],
|
|
12737
12967
|
cost: {
|
|
12738
|
-
input: 0.
|
|
12739
|
-
output:
|
|
12968
|
+
input: 0.26,
|
|
12969
|
+
output: 0.78,
|
|
12740
12970
|
cacheRead: 0,
|
|
12741
|
-
cacheWrite: 0
|
|
12971
|
+
cacheWrite: 0,
|
|
12742
12972
|
},
|
|
12743
12973
|
contextWindow: 1000000,
|
|
12744
12974
|
maxTokens: 32768,
|
|
@@ -13024,13 +13254,13 @@ export const MODELS = {
|
|
|
13024
13254
|
reasoning: false,
|
|
13025
13255
|
input: ["text"],
|
|
13026
13256
|
cost: {
|
|
13027
|
-
input: 0.
|
|
13257
|
+
input: 0.09999999999999999,
|
|
13028
13258
|
output: 1.1,
|
|
13029
|
-
cacheRead: 0,
|
|
13259
|
+
cacheRead: 0.07,
|
|
13030
13260
|
cacheWrite: 0,
|
|
13031
13261
|
},
|
|
13032
13262
|
contextWindow: 262144,
|
|
13033
|
-
maxTokens:
|
|
13263
|
+
maxTokens: 262144,
|
|
13034
13264
|
},
|
|
13035
13265
|
"qwen/qwen3-next-80b-a3b-thinking": {
|
|
13036
13266
|
id: "qwen/qwen3-next-80b-a3b-thinking",
|
|
@@ -13047,7 +13277,7 @@ export const MODELS = {
|
|
|
13047
13277
|
cacheWrite: 0,
|
|
13048
13278
|
},
|
|
13049
13279
|
contextWindow: 262144,
|
|
13050
|
-
maxTokens:
|
|
13280
|
+
maxTokens: 32768,
|
|
13051
13281
|
},
|
|
13052
13282
|
"qwen/qwen3-vl-235b-a22b-instruct": {
|
|
13053
13283
|
id: "qwen/qwen3-vl-235b-a22b-instruct",
|
|
@@ -13092,13 +13322,13 @@ export const MODELS = {
|
|
|
13092
13322
|
reasoning: false,
|
|
13093
13323
|
input: ["text", "image"],
|
|
13094
13324
|
cost: {
|
|
13095
|
-
input: 0.
|
|
13096
|
-
output: 0.
|
|
13325
|
+
input: 0.13,
|
|
13326
|
+
output: 0.52,
|
|
13097
13327
|
cacheRead: 0,
|
|
13098
13328
|
cacheWrite: 0,
|
|
13099
13329
|
},
|
|
13100
13330
|
contextWindow: 262144,
|
|
13101
|
-
maxTokens:
|
|
13331
|
+
maxTokens: 32768,
|
|
13102
13332
|
},
|
|
13103
13333
|
"qwen/qwen3-vl-30b-a3b-thinking": {
|
|
13104
13334
|
id: "qwen/qwen3-vl-30b-a3b-thinking",
|
|
@@ -13211,13 +13441,13 @@ export const MODELS = {
|
|
|
13211
13441
|
reasoning: true,
|
|
13212
13442
|
input: ["text", "image"],
|
|
13213
13443
|
cost: {
|
|
13214
|
-
input: 0.
|
|
13215
|
-
output: 1,
|
|
13216
|
-
cacheRead: 0,
|
|
13444
|
+
input: 0.22499999999999998,
|
|
13445
|
+
output: 1.7999999999999998,
|
|
13446
|
+
cacheRead: 0.22499999999999998,
|
|
13217
13447
|
cacheWrite: 0,
|
|
13218
13448
|
},
|
|
13219
13449
|
contextWindow: 262144,
|
|
13220
|
-
maxTokens:
|
|
13450
|
+
maxTokens: 65536,
|
|
13221
13451
|
},
|
|
13222
13452
|
"qwen/qwen3.5-397b-a17b": {
|
|
13223
13453
|
id: "qwen/qwen3.5-397b-a17b",
|
|
@@ -13228,13 +13458,13 @@ export const MODELS = {
|
|
|
13228
13458
|
reasoning: true,
|
|
13229
13459
|
input: ["text", "image"],
|
|
13230
13460
|
cost: {
|
|
13231
|
-
input: 0.
|
|
13232
|
-
output:
|
|
13233
|
-
cacheRead: 0
|
|
13461
|
+
input: 0.39,
|
|
13462
|
+
output: 2.34,
|
|
13463
|
+
cacheRead: 0,
|
|
13234
13464
|
cacheWrite: 0,
|
|
13235
13465
|
},
|
|
13236
13466
|
contextWindow: 262144,
|
|
13237
|
-
maxTokens:
|
|
13467
|
+
maxTokens: 65536,
|
|
13238
13468
|
},
|
|
13239
13469
|
"qwen/qwen3.5-9b": {
|
|
13240
13470
|
id: "qwen/qwen3.5-9b",
|
|
@@ -13451,11 +13681,28 @@ export const MODELS = {
|
|
|
13451
13681
|
cost: {
|
|
13452
13682
|
input: 2,
|
|
13453
13683
|
output: 6,
|
|
13454
|
-
cacheRead: 0.
|
|
13684
|
+
cacheRead: 0.25,
|
|
13685
|
+
cacheWrite: 0,
|
|
13686
|
+
},
|
|
13687
|
+
contextWindow: 1048576,
|
|
13688
|
+
maxTokens: 262144,
|
|
13689
|
+
},
|
|
13690
|
+
"qwen/qwen3.8-27b": {
|
|
13691
|
+
id: "qwen/qwen3.8-27b",
|
|
13692
|
+
name: "Qwen: Qwen3.8 27B",
|
|
13693
|
+
api: "openai-completions",
|
|
13694
|
+
provider: "openrouter",
|
|
13695
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
13696
|
+
reasoning: true,
|
|
13697
|
+
input: ["text", "image"],
|
|
13698
|
+
cost: {
|
|
13699
|
+
input: 0.44999999999999996,
|
|
13700
|
+
output: 3.1999999999999997,
|
|
13701
|
+
cacheRead: 0,
|
|
13455
13702
|
cacheWrite: 0,
|
|
13456
13703
|
},
|
|
13457
13704
|
contextWindow: 262144,
|
|
13458
|
-
maxTokens:
|
|
13705
|
+
maxTokens: 131072,
|
|
13459
13706
|
},
|
|
13460
13707
|
"qwen/qwen3.8-max": {
|
|
13461
13708
|
id: "qwen/qwen3.8-max",
|
|
@@ -13619,9 +13866,9 @@ export const MODELS = {
|
|
|
13619
13866
|
reasoning: true,
|
|
13620
13867
|
input: ["text"],
|
|
13621
13868
|
cost: {
|
|
13622
|
-
input: 0.
|
|
13623
|
-
output: 0.
|
|
13624
|
-
cacheRead: 0.
|
|
13869
|
+
input: 0.18,
|
|
13870
|
+
output: 0.6,
|
|
13871
|
+
cacheRead: 0.06,
|
|
13625
13872
|
cacheWrite: 0,
|
|
13626
13873
|
},
|
|
13627
13874
|
contextWindow: 262144,
|
|
@@ -13976,13 +14223,13 @@ export const MODELS = {
|
|
|
13976
14223
|
reasoning: true,
|
|
13977
14224
|
input: ["text"],
|
|
13978
14225
|
cost: {
|
|
13979
|
-
input: 0.
|
|
13980
|
-
output:
|
|
13981
|
-
cacheRead: 0.
|
|
14226
|
+
input: 0.6,
|
|
14227
|
+
output: 1.92,
|
|
14228
|
+
cacheRead: 0.12,
|
|
13982
14229
|
cacheWrite: 0,
|
|
13983
14230
|
},
|
|
13984
14231
|
contextWindow: 204800,
|
|
13985
|
-
maxTokens:
|
|
14232
|
+
maxTokens: 128000,
|
|
13986
14233
|
},
|
|
13987
14234
|
"z-ai/glm-5-turbo": {
|
|
13988
14235
|
id: "z-ai/glm-5-turbo",
|
|
@@ -14010,13 +14257,13 @@ export const MODELS = {
|
|
|
14010
14257
|
reasoning: true,
|
|
14011
14258
|
input: ["text"],
|
|
14012
14259
|
cost: {
|
|
14013
|
-
input:
|
|
14014
|
-
output:
|
|
14015
|
-
cacheRead: 0.
|
|
14260
|
+
input: 0.966,
|
|
14261
|
+
output: 3.036,
|
|
14262
|
+
cacheRead: 0.1794,
|
|
14016
14263
|
cacheWrite: 0,
|
|
14017
14264
|
},
|
|
14018
14265
|
contextWindow: 204800,
|
|
14019
|
-
maxTokens:
|
|
14266
|
+
maxTokens: 128000,
|
|
14020
14267
|
},
|
|
14021
14268
|
"z-ai/glm-5.2": {
|
|
14022
14269
|
id: "z-ai/glm-5.2",
|
|
@@ -14027,9 +14274,9 @@ export const MODELS = {
|
|
|
14027
14274
|
reasoning: true,
|
|
14028
14275
|
input: ["text"],
|
|
14029
14276
|
cost: {
|
|
14030
|
-
input: 0.
|
|
14031
|
-
output: 1.
|
|
14032
|
-
cacheRead: 0.
|
|
14277
|
+
input: 0.46199999999999997,
|
|
14278
|
+
output: 1.452,
|
|
14279
|
+
cacheRead: 0.0858,
|
|
14033
14280
|
cacheWrite: 0,
|
|
14034
14281
|
},
|
|
14035
14282
|
contextWindow: 1048576,
|
|
@@ -14146,13 +14393,13 @@ export const MODELS = {
|
|
|
14146
14393
|
reasoning: true,
|
|
14147
14394
|
input: ["text"],
|
|
14148
14395
|
cost: {
|
|
14149
|
-
input: 0.
|
|
14150
|
-
output: 0.
|
|
14151
|
-
cacheRead: 0.
|
|
14396
|
+
input: 0.0675,
|
|
14397
|
+
output: 0.135,
|
|
14398
|
+
cacheRead: 0.0135,
|
|
14152
14399
|
cacheWrite: 0,
|
|
14153
14400
|
},
|
|
14154
14401
|
contextWindow: 1048576,
|
|
14155
|
-
maxTokens:
|
|
14402
|
+
maxTokens: 262144,
|
|
14156
14403
|
},
|
|
14157
14404
|
"~google/gemini-flash-latest": {
|
|
14158
14405
|
id: "~google/gemini-flash-latest",
|
|
@@ -14163,10 +14410,10 @@ export const MODELS = {
|
|
|
14163
14410
|
reasoning: true,
|
|
14164
14411
|
input: ["text", "image"],
|
|
14165
14412
|
cost: {
|
|
14166
|
-
input:
|
|
14167
|
-
output:
|
|
14168
|
-
cacheRead: 0.
|
|
14169
|
-
cacheWrite: 0.
|
|
14413
|
+
input: 0.375,
|
|
14414
|
+
output: 1.875,
|
|
14415
|
+
cacheRead: 0.0375,
|
|
14416
|
+
cacheWrite: 0.0208333333333333,
|
|
14170
14417
|
},
|
|
14171
14418
|
contextWindow: 1048576,
|
|
14172
14419
|
maxTokens: 65536,
|
|
@@ -14683,6 +14930,23 @@ export const MODELS = {
|
|
|
14683
14930
|
contextWindow: 1000000,
|
|
14684
14931
|
maxTokens: 64000,
|
|
14685
14932
|
},
|
|
14933
|
+
"alibaba/qwen3.8-2.4t-a95b": {
|
|
14934
|
+
id: "alibaba/qwen3.8-2.4t-a95b",
|
|
14935
|
+
name: "Qwen3.8 2.4T A95B",
|
|
14936
|
+
api: "anthropic-messages",
|
|
14937
|
+
provider: "vercel-ai-gateway",
|
|
14938
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14939
|
+
reasoning: true,
|
|
14940
|
+
input: ["text"],
|
|
14941
|
+
cost: {
|
|
14942
|
+
input: 2,
|
|
14943
|
+
output: 6,
|
|
14944
|
+
cacheRead: 0.25,
|
|
14945
|
+
cacheWrite: 0,
|
|
14946
|
+
},
|
|
14947
|
+
contextWindow: 262144,
|
|
14948
|
+
maxTokens: 131072,
|
|
14949
|
+
},
|
|
14686
14950
|
"alibaba/qwen3.8-max": {
|
|
14687
14951
|
id: "alibaba/qwen3.8-max",
|
|
14688
14952
|
name: "Qwen 3.8 Max",
|
|
@@ -15270,9 +15534,9 @@ export const MODELS = {
|
|
|
15270
15534
|
reasoning: true,
|
|
15271
15535
|
input: ["text"],
|
|
15272
15536
|
cost: {
|
|
15273
|
-
input:
|
|
15274
|
-
output:
|
|
15275
|
-
cacheRead: 0.
|
|
15537
|
+
input: 1.32,
|
|
15538
|
+
output: 3.9600000000000004,
|
|
15539
|
+
cacheRead: 0.13199999999999998,
|
|
15276
15540
|
cacheWrite: 0,
|
|
15277
15541
|
},
|
|
15278
15542
|
contextWindow: 1000000,
|
|
@@ -15431,6 +15695,23 @@ export const MODELS = {
|
|
|
15431
15695
|
contextWindow: 1000000,
|
|
15432
15696
|
maxTokens: 64000,
|
|
15433
15697
|
},
|
|
15698
|
+
"google/gemini-3.7-flash": {
|
|
15699
|
+
id: "google/gemini-3.7-flash",
|
|
15700
|
+
name: "Gemini 3.7 Flash",
|
|
15701
|
+
api: "anthropic-messages",
|
|
15702
|
+
provider: "vercel-ai-gateway",
|
|
15703
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15704
|
+
reasoning: true,
|
|
15705
|
+
input: ["text", "image"],
|
|
15706
|
+
cost: {
|
|
15707
|
+
input: 0.75,
|
|
15708
|
+
output: 3.75,
|
|
15709
|
+
cacheRead: 0.075,
|
|
15710
|
+
cacheWrite: 0,
|
|
15711
|
+
},
|
|
15712
|
+
contextWindow: 1000000,
|
|
15713
|
+
maxTokens: 65536,
|
|
15714
|
+
},
|
|
15434
15715
|
"google/gemma-4-26b-a4b-it": {
|
|
15435
15716
|
id: "google/gemma-4-26b-a4b-it",
|
|
15436
15717
|
name: "Google Gemma 4 26B A4B",
|
|
@@ -15462,7 +15743,7 @@ export const MODELS = {
|
|
|
15462
15743
|
cacheRead: 0,
|
|
15463
15744
|
cacheWrite: 0,
|
|
15464
15745
|
},
|
|
15465
|
-
contextWindow:
|
|
15746
|
+
contextWindow: 262144,
|
|
15466
15747
|
maxTokens: 131072,
|
|
15467
15748
|
},
|
|
15468
15749
|
"inception/mercury-2": {
|
|
@@ -15516,23 +15797,6 @@ export const MODELS = {
|
|
|
15516
15797
|
contextWindow: 256000,
|
|
15517
15798
|
maxTokens: 32000,
|
|
15518
15799
|
},
|
|
15519
|
-
"inclusionai/ling-3.0-tiny-free": {
|
|
15520
|
-
id: "inclusionai/ling-3.0-tiny-free",
|
|
15521
|
-
name: "Ling 3.0 Tiny (Free)",
|
|
15522
|
-
api: "anthropic-messages",
|
|
15523
|
-
provider: "vercel-ai-gateway",
|
|
15524
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15525
|
-
reasoning: true,
|
|
15526
|
-
input: ["text"],
|
|
15527
|
-
cost: {
|
|
15528
|
-
input: 0,
|
|
15529
|
-
output: 0,
|
|
15530
|
-
cacheRead: 0,
|
|
15531
|
-
cacheWrite: 0,
|
|
15532
|
-
},
|
|
15533
|
-
contextWindow: 256000,
|
|
15534
|
-
maxTokens: 32000,
|
|
15535
|
-
},
|
|
15536
15800
|
"interfaze/interfaze-beta": {
|
|
15537
15801
|
id: "interfaze/interfaze-beta",
|
|
15538
15802
|
name: "Interfaze Beta",
|
|
@@ -17342,7 +17606,7 @@ export const MODELS = {
|
|
|
17342
17606
|
provider: "vercel-ai-gateway",
|
|
17343
17607
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17344
17608
|
reasoning: true,
|
|
17345
|
-
input: ["text"],
|
|
17609
|
+
input: ["text", "image"],
|
|
17346
17610
|
cost: {
|
|
17347
17611
|
input: 2,
|
|
17348
17612
|
output: 6,
|