@dreb/ai 2.61.2 → 2.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models.generated.d.ts +435 -701
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +542 -812
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -776,10 +776,10 @@ export const MODELS = {
|
|
|
776
776
|
reasoning: true,
|
|
777
777
|
input: ["text", "image"],
|
|
778
778
|
cost: {
|
|
779
|
-
input: 0.
|
|
780
|
-
output: 1.
|
|
781
|
-
cacheRead: 0.
|
|
782
|
-
cacheWrite: 0.
|
|
779
|
+
input: 0.2,
|
|
780
|
+
output: 1.2,
|
|
781
|
+
cacheRead: 0.02,
|
|
782
|
+
cacheWrite: 0.25,
|
|
783
783
|
},
|
|
784
784
|
contextWindow: 1050000,
|
|
785
785
|
maxTokens: 128000,
|
|
@@ -793,10 +793,10 @@ export const MODELS = {
|
|
|
793
793
|
reasoning: true,
|
|
794
794
|
input: ["text", "image"],
|
|
795
795
|
cost: {
|
|
796
|
-
input:
|
|
797
|
-
output:
|
|
798
|
-
cacheRead: 0.
|
|
799
|
-
cacheWrite:
|
|
796
|
+
input: 4,
|
|
797
|
+
output: 20,
|
|
798
|
+
cacheRead: 0.4,
|
|
799
|
+
cacheWrite: 5,
|
|
800
800
|
},
|
|
801
801
|
contextWindow: 1050000,
|
|
802
802
|
maxTokens: 128000,
|
|
@@ -810,10 +810,10 @@ export const MODELS = {
|
|
|
810
810
|
reasoning: true,
|
|
811
811
|
input: ["text", "image"],
|
|
812
812
|
cost: {
|
|
813
|
-
input: 2
|
|
814
|
-
output:
|
|
815
|
-
cacheRead: 0.
|
|
816
|
-
cacheWrite: 2.
|
|
813
|
+
input: 2,
|
|
814
|
+
output: 12,
|
|
815
|
+
cacheRead: 0.2,
|
|
816
|
+
cacheWrite: 2.5,
|
|
817
817
|
},
|
|
818
818
|
contextWindow: 1050000,
|
|
819
819
|
maxTokens: 128000,
|
|
@@ -1422,10 +1422,10 @@ export const MODELS = {
|
|
|
1422
1422
|
reasoning: true,
|
|
1423
1423
|
input: ["text", "image"],
|
|
1424
1424
|
cost: {
|
|
1425
|
-
input:
|
|
1426
|
-
output:
|
|
1427
|
-
cacheRead: 0.
|
|
1428
|
-
cacheWrite:
|
|
1425
|
+
input: 4.4,
|
|
1426
|
+
output: 22,
|
|
1427
|
+
cacheRead: 0.44,
|
|
1428
|
+
cacheWrite: 5.5,
|
|
1429
1429
|
},
|
|
1430
1430
|
contextWindow: 1050000,
|
|
1431
1431
|
maxTokens: 128000,
|
|
@@ -3235,9 +3235,9 @@ export const MODELS = {
|
|
|
3235
3235
|
reasoning: true,
|
|
3236
3236
|
input: ["text", "image"],
|
|
3237
3237
|
cost: {
|
|
3238
|
-
input:
|
|
3239
|
-
output:
|
|
3240
|
-
cacheRead: 0.
|
|
3238
|
+
input: 0.75,
|
|
3239
|
+
output: 3.75,
|
|
3240
|
+
cacheRead: 0.075,
|
|
3241
3241
|
cacheWrite: 0,
|
|
3242
3242
|
},
|
|
3243
3243
|
contextWindow: 1000000,
|
|
@@ -3438,7 +3438,7 @@ export const MODELS = {
|
|
|
3438
3438
|
input: 0.2,
|
|
3439
3439
|
output: 1.2,
|
|
3440
3440
|
cacheRead: 0.02,
|
|
3441
|
-
cacheWrite: 0,
|
|
3441
|
+
cacheWrite: 0.25,
|
|
3442
3442
|
},
|
|
3443
3443
|
contextWindow: 1050000,
|
|
3444
3444
|
maxTokens: 128000,
|
|
@@ -3453,10 +3453,10 @@ export const MODELS = {
|
|
|
3453
3453
|
reasoning: true,
|
|
3454
3454
|
input: ["text", "image"],
|
|
3455
3455
|
cost: {
|
|
3456
|
-
input: 2
|
|
3457
|
-
output:
|
|
3458
|
-
cacheRead: 0.
|
|
3459
|
-
cacheWrite:
|
|
3456
|
+
input: 2,
|
|
3457
|
+
output: 10,
|
|
3458
|
+
cacheRead: 0.2,
|
|
3459
|
+
cacheWrite: 2.5,
|
|
3460
3460
|
},
|
|
3461
3461
|
contextWindow: 1050000,
|
|
3462
3462
|
maxTokens: 128000,
|
|
@@ -3474,7 +3474,7 @@ export const MODELS = {
|
|
|
3474
3474
|
input: 2,
|
|
3475
3475
|
output: 12,
|
|
3476
3476
|
cacheRead: 0.2,
|
|
3477
|
-
cacheWrite:
|
|
3477
|
+
cacheWrite: 2.5,
|
|
3478
3478
|
},
|
|
3479
3479
|
contextWindow: 1050000,
|
|
3480
3480
|
maxTokens: 128000,
|
|
@@ -4556,7 +4556,7 @@ export const MODELS = {
|
|
|
4556
4556
|
cacheWrite: 0,
|
|
4557
4557
|
},
|
|
4558
4558
|
contextWindow: 204800,
|
|
4559
|
-
maxTokens:
|
|
4559
|
+
maxTokens: 131072,
|
|
4560
4560
|
},
|
|
4561
4561
|
"MiniMaxAI/MiniMax-M2.1": {
|
|
4562
4562
|
id: "MiniMaxAI/MiniMax-M2.1",
|
|
@@ -4628,7 +4628,7 @@ export const MODELS = {
|
|
|
4628
4628
|
cacheWrite: 0,
|
|
4629
4629
|
},
|
|
4630
4630
|
contextWindow: 524288,
|
|
4631
|
-
maxTokens:
|
|
4631
|
+
maxTokens: 512000,
|
|
4632
4632
|
},
|
|
4633
4633
|
"Qwen/Qwen2.5-Coder-32B-Instruct": {
|
|
4634
4634
|
id: "Qwen/Qwen2.5-Coder-32B-Instruct",
|
|
@@ -5008,6 +5008,24 @@ export const MODELS = {
|
|
|
5008
5008
|
contextWindow: 262144,
|
|
5009
5009
|
maxTokens: 131072,
|
|
5010
5010
|
},
|
|
5011
|
+
"Qwen/Qwen3.8-27B": {
|
|
5012
|
+
id: "Qwen/Qwen3.8-27B",
|
|
5013
|
+
name: "Qwen3.8 27B",
|
|
5014
|
+
api: "openai-completions",
|
|
5015
|
+
provider: "huggingface",
|
|
5016
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
5017
|
+
compat: { "supportsDeveloperRole": false },
|
|
5018
|
+
reasoning: true,
|
|
5019
|
+
input: ["text", "image"],
|
|
5020
|
+
cost: {
|
|
5021
|
+
input: 0.4,
|
|
5022
|
+
output: 3,
|
|
5023
|
+
cacheRead: 0,
|
|
5024
|
+
cacheWrite: 0,
|
|
5025
|
+
},
|
|
5026
|
+
contextWindow: 262144,
|
|
5027
|
+
maxTokens: 32768,
|
|
5028
|
+
},
|
|
5011
5029
|
"XiaomiMiMo/MiMo-V2-Flash": {
|
|
5012
5030
|
id: "XiaomiMiMo/MiMo-V2-Flash",
|
|
5013
5031
|
name: "MiMo-V2-Flash",
|
|
@@ -5746,6 +5764,24 @@ export const MODELS = {
|
|
|
5746
5764
|
contextWindow: 262144,
|
|
5747
5765
|
maxTokens: 131072,
|
|
5748
5766
|
},
|
|
5767
|
+
"zai-org/GLM-5.3-Flash": {
|
|
5768
|
+
id: "zai-org/GLM-5.3-Flash",
|
|
5769
|
+
name: "GLM-5.3-Flash",
|
|
5770
|
+
api: "openai-completions",
|
|
5771
|
+
provider: "huggingface",
|
|
5772
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
5773
|
+
compat: { "supportsDeveloperRole": false },
|
|
5774
|
+
reasoning: true,
|
|
5775
|
+
input: ["text", "image"],
|
|
5776
|
+
cost: {
|
|
5777
|
+
input: 0.15,
|
|
5778
|
+
output: 0.5,
|
|
5779
|
+
cacheRead: 0,
|
|
5780
|
+
cacheWrite: 0,
|
|
5781
|
+
},
|
|
5782
|
+
contextWindow: 1048576,
|
|
5783
|
+
maxTokens: 131072,
|
|
5784
|
+
},
|
|
5749
5785
|
},
|
|
5750
5786
|
"kimi-coding": {
|
|
5751
5787
|
"k2p5": {
|
|
@@ -6490,6 +6526,23 @@ export const MODELS = {
|
|
|
6490
6526
|
contextWindow: 32000,
|
|
6491
6527
|
maxTokens: 32000,
|
|
6492
6528
|
},
|
|
6529
|
+
"zai-glm-5-2": {
|
|
6530
|
+
id: "zai-glm-5-2",
|
|
6531
|
+
name: "GLM-5.2",
|
|
6532
|
+
api: "mistral-conversations",
|
|
6533
|
+
provider: "mistral",
|
|
6534
|
+
baseUrl: "https://api.mistral.ai",
|
|
6535
|
+
reasoning: true,
|
|
6536
|
+
input: ["text"],
|
|
6537
|
+
cost: {
|
|
6538
|
+
input: 1.4,
|
|
6539
|
+
output: 4.4,
|
|
6540
|
+
cacheRead: 0.14,
|
|
6541
|
+
cacheWrite: 0,
|
|
6542
|
+
},
|
|
6543
|
+
contextWindow: 1000000,
|
|
6544
|
+
maxTokens: 131072,
|
|
6545
|
+
},
|
|
6493
6546
|
},
|
|
6494
6547
|
"openai": {
|
|
6495
6548
|
"gpt-4": {
|
|
@@ -8230,6 +8283,23 @@ export const MODELS = {
|
|
|
8230
8283
|
contextWindow: 1048576,
|
|
8231
8284
|
maxTokens: 131072,
|
|
8232
8285
|
},
|
|
8286
|
+
"ling-3.0-flash-fin-free": {
|
|
8287
|
+
id: "ling-3.0-flash-fin-free",
|
|
8288
|
+
name: "Ling 3.0 Flash Fin Free",
|
|
8289
|
+
api: "openai-completions",
|
|
8290
|
+
provider: "opencode",
|
|
8291
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
8292
|
+
reasoning: true,
|
|
8293
|
+
input: ["text"],
|
|
8294
|
+
cost: {
|
|
8295
|
+
input: 0,
|
|
8296
|
+
output: 0,
|
|
8297
|
+
cacheRead: 0,
|
|
8298
|
+
cacheWrite: 0,
|
|
8299
|
+
},
|
|
8300
|
+
contextWindow: 262144,
|
|
8301
|
+
maxTokens: 32768,
|
|
8302
|
+
},
|
|
8233
8303
|
"mimo-v2.5-free": {
|
|
8234
8304
|
id: "mimo-v2.5-free",
|
|
8235
8305
|
name: "MiMo V2.5 Free",
|
|
@@ -8400,23 +8470,6 @@ export const MODELS = {
|
|
|
8400
8470
|
contextWindow: 262144,
|
|
8401
8471
|
maxTokens: 65536,
|
|
8402
8472
|
},
|
|
8403
|
-
"x-preview-f-free": {
|
|
8404
|
-
id: "x-preview-f-free",
|
|
8405
|
-
name: "Ox Alpha Free (Unlimited)",
|
|
8406
|
-
api: "openai-completions",
|
|
8407
|
-
provider: "opencode",
|
|
8408
|
-
baseUrl: "https://opencode.ai/zen/v1",
|
|
8409
|
-
reasoning: true,
|
|
8410
|
-
input: ["text", "image"],
|
|
8411
|
-
cost: {
|
|
8412
|
-
input: 0,
|
|
8413
|
-
output: 0,
|
|
8414
|
-
cacheRead: 0,
|
|
8415
|
-
cacheWrite: 0,
|
|
8416
|
-
},
|
|
8417
|
-
contextWindow: 1000000,
|
|
8418
|
-
maxTokens: 131072,
|
|
8419
|
-
},
|
|
8420
8473
|
},
|
|
8421
8474
|
"opencode-go": {
|
|
8422
8475
|
"deepseek-v4-flash": {
|
|
@@ -8521,6 +8574,23 @@ export const MODELS = {
|
|
|
8521
8574
|
contextWindow: 1000000,
|
|
8522
8575
|
maxTokens: 131072,
|
|
8523
8576
|
},
|
|
8577
|
+
"glm-5.3-flash": {
|
|
8578
|
+
id: "glm-5.3-flash",
|
|
8579
|
+
name: "GLM-5.3-Flash (2x usage)",
|
|
8580
|
+
api: "openai-completions",
|
|
8581
|
+
provider: "opencode-go",
|
|
8582
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8583
|
+
reasoning: true,
|
|
8584
|
+
input: ["text", "image"],
|
|
8585
|
+
cost: {
|
|
8586
|
+
input: 0.075,
|
|
8587
|
+
output: 0.25,
|
|
8588
|
+
cacheRead: 0.015,
|
|
8589
|
+
cacheWrite: 0,
|
|
8590
|
+
},
|
|
8591
|
+
contextWindow: 1000000,
|
|
8592
|
+
maxTokens: 131072,
|
|
8593
|
+
},
|
|
8524
8594
|
"gpt-5.6-luna": {
|
|
8525
8595
|
id: "gpt-5.6-luna",
|
|
8526
8596
|
name: "GPT-5.6 Luna",
|
|
@@ -8572,6 +8642,23 @@ export const MODELS = {
|
|
|
8572
8642
|
contextWindow: 256000,
|
|
8573
8643
|
maxTokens: 64000,
|
|
8574
8644
|
},
|
|
8645
|
+
"hy4-preview": {
|
|
8646
|
+
id: "hy4-preview",
|
|
8647
|
+
name: "Hy4 preview",
|
|
8648
|
+
api: "openai-completions",
|
|
8649
|
+
provider: "opencode-go",
|
|
8650
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8651
|
+
reasoning: true,
|
|
8652
|
+
input: ["text"],
|
|
8653
|
+
cost: {
|
|
8654
|
+
input: 0.834,
|
|
8655
|
+
output: 2.501,
|
|
8656
|
+
cacheRead: 0.042,
|
|
8657
|
+
cacheWrite: 0,
|
|
8658
|
+
},
|
|
8659
|
+
contextWindow: 1024000,
|
|
8660
|
+
maxTokens: 64000,
|
|
8661
|
+
},
|
|
8575
8662
|
"kimi-k2.6": {
|
|
8576
8663
|
id: "kimi-k2.6",
|
|
8577
8664
|
name: "Kimi K2.6",
|
|
@@ -8725,23 +8812,6 @@ export const MODELS = {
|
|
|
8725
8812
|
contextWindow: 1048576,
|
|
8726
8813
|
maxTokens: 131072,
|
|
8727
8814
|
},
|
|
8728
|
-
"ox-alpha-free": {
|
|
8729
|
-
id: "ox-alpha-free",
|
|
8730
|
-
name: "Ox Alpha Free (Unlimited)",
|
|
8731
|
-
api: "openai-completions",
|
|
8732
|
-
provider: "opencode-go",
|
|
8733
|
-
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8734
|
-
reasoning: true,
|
|
8735
|
-
input: ["text", "image"],
|
|
8736
|
-
cost: {
|
|
8737
|
-
input: 0,
|
|
8738
|
-
output: 0,
|
|
8739
|
-
cacheRead: 0,
|
|
8740
|
-
cacheWrite: 0,
|
|
8741
|
-
},
|
|
8742
|
-
contextWindow: 1000000,
|
|
8743
|
-
maxTokens: 131072,
|
|
8744
|
-
},
|
|
8745
8815
|
"qwen3.6-plus": {
|
|
8746
8816
|
id: "qwen3.6-plus",
|
|
8747
8817
|
name: "Qwen3.6 Plus",
|
|
@@ -8793,6 +8863,23 @@ export const MODELS = {
|
|
|
8793
8863
|
contextWindow: 1000000,
|
|
8794
8864
|
maxTokens: 65536,
|
|
8795
8865
|
},
|
|
8866
|
+
"qwen3.8-flash": {
|
|
8867
|
+
id: "qwen3.8-flash",
|
|
8868
|
+
name: "Qwen3.8 Flash",
|
|
8869
|
+
api: "anthropic-messages",
|
|
8870
|
+
provider: "opencode-go",
|
|
8871
|
+
baseUrl: "https://opencode.ai/zen/go",
|
|
8872
|
+
reasoning: true,
|
|
8873
|
+
input: ["text", "image"],
|
|
8874
|
+
cost: {
|
|
8875
|
+
input: 0.15,
|
|
8876
|
+
output: 0.47,
|
|
8877
|
+
cacheRead: 0.016,
|
|
8878
|
+
cacheWrite: 0.2,
|
|
8879
|
+
},
|
|
8880
|
+
contextWindow: 1000000,
|
|
8881
|
+
maxTokens: 131072,
|
|
8882
|
+
},
|
|
8796
8883
|
"qwen3.8-max": {
|
|
8797
8884
|
id: "qwen3.8-max",
|
|
8798
8885
|
name: "Qwen3.8 Max",
|
|
@@ -9739,13 +9826,13 @@ export const MODELS = {
|
|
|
9739
9826
|
reasoning: true,
|
|
9740
9827
|
input: ["text"],
|
|
9741
9828
|
cost: {
|
|
9742
|
-
input: 0.
|
|
9743
|
-
output: 0.
|
|
9744
|
-
cacheRead: 0.
|
|
9829
|
+
input: 0.26899999999999996,
|
|
9830
|
+
output: 0.39999999999999997,
|
|
9831
|
+
cacheRead: 0.13449999999999998,
|
|
9745
9832
|
cacheWrite: 0,
|
|
9746
9833
|
},
|
|
9747
9834
|
contextWindow: 163840,
|
|
9748
|
-
maxTokens:
|
|
9835
|
+
maxTokens: 65536,
|
|
9749
9836
|
},
|
|
9750
9837
|
"deepseek/deepseek-v3.2-exp": {
|
|
9751
9838
|
id: "deepseek/deepseek-v3.2-exp",
|
|
@@ -9773,9 +9860,9 @@ export const MODELS = {
|
|
|
9773
9860
|
reasoning: true,
|
|
9774
9861
|
input: ["text"],
|
|
9775
9862
|
cost: {
|
|
9776
|
-
input: 0.
|
|
9777
|
-
output: 0.
|
|
9778
|
-
cacheRead: 0.
|
|
9863
|
+
input: 0.0868,
|
|
9864
|
+
output: 0.1736,
|
|
9865
|
+
cacheRead: 0.01736,
|
|
9779
9866
|
cacheWrite: 0,
|
|
9780
9867
|
},
|
|
9781
9868
|
contextWindow: 1048576,
|
|
@@ -9790,9 +9877,9 @@ export const MODELS = {
|
|
|
9790
9877
|
reasoning: true,
|
|
9791
9878
|
input: ["text"],
|
|
9792
9879
|
cost: {
|
|
9793
|
-
input: 0.
|
|
9794
|
-
output: 0.
|
|
9795
|
-
cacheRead: 0.
|
|
9880
|
+
input: 0.06,
|
|
9881
|
+
output: 0.12,
|
|
9882
|
+
cacheRead: 0.012,
|
|
9796
9883
|
cacheWrite: 0,
|
|
9797
9884
|
},
|
|
9798
9885
|
contextWindow: 1310720,
|
|
@@ -9824,9 +9911,9 @@ export const MODELS = {
|
|
|
9824
9911
|
reasoning: true,
|
|
9825
9912
|
input: ["text"],
|
|
9826
9913
|
cost: {
|
|
9827
|
-
input: 0.
|
|
9828
|
-
output: 1.
|
|
9829
|
-
cacheRead: 0.
|
|
9914
|
+
input: 0.7518539999999999,
|
|
9915
|
+
output: 1.5037079999999998,
|
|
9916
|
+
cacheRead: 0.0626545,
|
|
9830
9917
|
cacheWrite: 0,
|
|
9831
9918
|
},
|
|
9832
9919
|
contextWindow: 1048576,
|
|
@@ -9841,13 +9928,13 @@ export const MODELS = {
|
|
|
9841
9928
|
reasoning: true,
|
|
9842
9929
|
input: ["text"],
|
|
9843
9930
|
cost: {
|
|
9844
|
-
input:
|
|
9845
|
-
output:
|
|
9846
|
-
cacheRead: 0.
|
|
9931
|
+
input: 0.66,
|
|
9932
|
+
output: 1.9800000000000002,
|
|
9933
|
+
cacheRead: 0.022,
|
|
9847
9934
|
cacheWrite: 0,
|
|
9848
9935
|
},
|
|
9849
9936
|
contextWindow: 1048576,
|
|
9850
|
-
maxTokens:
|
|
9937
|
+
maxTokens: 384000,
|
|
9851
9938
|
},
|
|
9852
9939
|
"dots-studio/dots-3-note-preview:free": {
|
|
9853
9940
|
id: "dots-studio/dots-3-note-preview:free",
|
|
@@ -10266,10 +10353,10 @@ export const MODELS = {
|
|
|
10266
10353
|
reasoning: true,
|
|
10267
10354
|
input: ["text", "image"],
|
|
10268
10355
|
cost: {
|
|
10269
|
-
input: 0.
|
|
10270
|
-
output:
|
|
10271
|
-
cacheRead: 0.
|
|
10272
|
-
cacheWrite: 0.
|
|
10356
|
+
input: 0.75,
|
|
10357
|
+
output: 3.75,
|
|
10358
|
+
cacheRead: 0.075,
|
|
10359
|
+
cacheWrite: 0.0416666666666667,
|
|
10273
10360
|
},
|
|
10274
10361
|
contextWindow: 1048576,
|
|
10275
10362
|
maxTokens: 65536,
|
|
@@ -10322,7 +10409,7 @@ export const MODELS = {
|
|
|
10322
10409
|
cacheRead: 0.04,
|
|
10323
10410
|
cacheWrite: 0,
|
|
10324
10411
|
},
|
|
10325
|
-
contextWindow:
|
|
10412
|
+
contextWindow: 131072,
|
|
10326
10413
|
maxTokens: 117964,
|
|
10327
10414
|
},
|
|
10328
10415
|
"google/gemma-4-26b-a4b-it": {
|
|
@@ -10368,13 +10455,13 @@ export const MODELS = {
|
|
|
10368
10455
|
reasoning: true,
|
|
10369
10456
|
input: ["text", "image"],
|
|
10370
10457
|
cost: {
|
|
10371
|
-
input: 0.
|
|
10458
|
+
input: 0.09,
|
|
10372
10459
|
output: 0.33999999999999997,
|
|
10373
|
-
cacheRead: 0.
|
|
10460
|
+
cacheRead: 0.049999999999999996,
|
|
10374
10461
|
cacheWrite: 0,
|
|
10375
10462
|
},
|
|
10376
10463
|
contextWindow: 262144,
|
|
10377
|
-
maxTokens:
|
|
10464
|
+
maxTokens: 16384,
|
|
10378
10465
|
},
|
|
10379
10466
|
"google/gemma-4-31b-it:free": {
|
|
10380
10467
|
id: "google/gemma-4-31b-it:free",
|
|
@@ -10444,6 +10531,23 @@ export const MODELS = {
|
|
|
10444
10531
|
contextWindow: 262144,
|
|
10445
10532
|
maxTokens: 32768,
|
|
10446
10533
|
},
|
|
10534
|
+
"inclusionai/ling-3.0-flash-fin:free": {
|
|
10535
|
+
id: "inclusionai/ling-3.0-flash-fin:free",
|
|
10536
|
+
name: "Ling 3.0 Flash Fin (free)",
|
|
10537
|
+
api: "openai-completions",
|
|
10538
|
+
provider: "openrouter",
|
|
10539
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10540
|
+
reasoning: true,
|
|
10541
|
+
input: ["text"],
|
|
10542
|
+
cost: {
|
|
10543
|
+
input: 0,
|
|
10544
|
+
output: 0,
|
|
10545
|
+
cacheRead: 0,
|
|
10546
|
+
cacheWrite: 0,
|
|
10547
|
+
},
|
|
10548
|
+
contextWindow: 262144,
|
|
10549
|
+
maxTokens: 32768,
|
|
10550
|
+
},
|
|
10447
10551
|
"kwaipilot/kat-coder-air-v2.5": {
|
|
10448
10552
|
id: "kwaipilot/kat-coder-air-v2.5",
|
|
10449
10553
|
name: "Kwaipilot: KAT-Coder-Air V2.5",
|
|
@@ -10492,7 +10596,7 @@ export const MODELS = {
|
|
|
10492
10596
|
cacheRead: 0.15,
|
|
10493
10597
|
cacheWrite: 0,
|
|
10494
10598
|
},
|
|
10495
|
-
contextWindow:
|
|
10599
|
+
contextWindow: 262144,
|
|
10496
10600
|
maxTokens: 80000,
|
|
10497
10601
|
},
|
|
10498
10602
|
"liquid/lfm-2.5-2.6b:free": {
|
|
@@ -10572,13 +10676,13 @@ export const MODELS = {
|
|
|
10572
10676
|
reasoning: false,
|
|
10573
10677
|
input: ["text"],
|
|
10574
10678
|
cost: {
|
|
10575
|
-
input: 0.
|
|
10576
|
-
output: 0.
|
|
10577
|
-
cacheRead: 0,
|
|
10679
|
+
input: 0.71,
|
|
10680
|
+
output: 0.71,
|
|
10681
|
+
cacheRead: 0.71,
|
|
10578
10682
|
cacheWrite: 0,
|
|
10579
10683
|
},
|
|
10580
10684
|
contextWindow: 131072,
|
|
10581
|
-
maxTokens:
|
|
10685
|
+
maxTokens: 115200,
|
|
10582
10686
|
},
|
|
10583
10687
|
"meta-llama/llama-4-maverick": {
|
|
10584
10688
|
id: "meta-llama/llama-4-maverick",
|
|
@@ -10606,13 +10710,13 @@ export const MODELS = {
|
|
|
10606
10710
|
reasoning: false,
|
|
10607
10711
|
input: ["text", "image"],
|
|
10608
10712
|
cost: {
|
|
10609
|
-
input: 0.
|
|
10610
|
-
output: 0.
|
|
10611
|
-
cacheRead: 0,
|
|
10713
|
+
input: 0.11,
|
|
10714
|
+
output: 0.33999999999999997,
|
|
10715
|
+
cacheRead: 0.055,
|
|
10612
10716
|
cacheWrite: 0,
|
|
10613
10717
|
},
|
|
10614
10718
|
contextWindow: 1310720,
|
|
10615
|
-
maxTokens:
|
|
10719
|
+
maxTokens: 8192,
|
|
10616
10720
|
},
|
|
10617
10721
|
"meta/muse-glimmer-30b": {
|
|
10618
10722
|
id: "meta/muse-glimmer-30b",
|
|
@@ -10852,6 +10956,23 @@ export const MODELS = {
|
|
|
10852
10956
|
contextWindow: 256000,
|
|
10853
10957
|
maxTokens: 204800,
|
|
10854
10958
|
},
|
|
10959
|
+
"mistralai/codestral-2508:batch": {
|
|
10960
|
+
id: "mistralai/codestral-2508:batch",
|
|
10961
|
+
name: "Mistral: Codestral 2508 (batch)",
|
|
10962
|
+
api: "openai-completions",
|
|
10963
|
+
provider: "openrouter",
|
|
10964
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10965
|
+
reasoning: false,
|
|
10966
|
+
input: ["text"],
|
|
10967
|
+
cost: {
|
|
10968
|
+
input: 0.3,
|
|
10969
|
+
output: 0.8999999999999999,
|
|
10970
|
+
cacheRead: 0.03,
|
|
10971
|
+
cacheWrite: 0,
|
|
10972
|
+
},
|
|
10973
|
+
contextWindow: 256000,
|
|
10974
|
+
maxTokens: 204800,
|
|
10975
|
+
},
|
|
10855
10976
|
"mistralai/devstral-2512": {
|
|
10856
10977
|
id: "mistralai/devstral-2512",
|
|
10857
10978
|
name: "Mistral: Devstral 2 2512",
|
|
@@ -10920,21 +11041,38 @@ export const MODELS = {
|
|
|
10920
11041
|
contextWindow: 262144,
|
|
10921
11042
|
maxTokens: 209715,
|
|
10922
11043
|
},
|
|
10923
|
-
"mistralai/
|
|
10924
|
-
id: "mistralai/
|
|
10925
|
-
name: "Mistral
|
|
11044
|
+
"mistralai/ministral-8b-2512:batch": {
|
|
11045
|
+
id: "mistralai/ministral-8b-2512:batch",
|
|
11046
|
+
name: "Mistral: Ministral 3 8B 2512 (batch)",
|
|
10926
11047
|
api: "openai-completions",
|
|
10927
11048
|
provider: "openrouter",
|
|
10928
11049
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
10929
11050
|
reasoning: false,
|
|
10930
|
-
input: ["text"],
|
|
11051
|
+
input: ["text", "image"],
|
|
10931
11052
|
cost: {
|
|
10932
|
-
input:
|
|
10933
|
-
output:
|
|
10934
|
-
cacheRead: 0.
|
|
11053
|
+
input: 0.15,
|
|
11054
|
+
output: 0.15,
|
|
11055
|
+
cacheRead: 0.015,
|
|
10935
11056
|
cacheWrite: 0,
|
|
10936
11057
|
},
|
|
10937
|
-
contextWindow:
|
|
11058
|
+
contextWindow: 262144,
|
|
11059
|
+
maxTokens: 209715,
|
|
11060
|
+
},
|
|
11061
|
+
"mistralai/mistral-large": {
|
|
11062
|
+
id: "mistralai/mistral-large",
|
|
11063
|
+
name: "Mistral Large",
|
|
11064
|
+
api: "openai-completions",
|
|
11065
|
+
provider: "openrouter",
|
|
11066
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11067
|
+
reasoning: false,
|
|
11068
|
+
input: ["text"],
|
|
11069
|
+
cost: {
|
|
11070
|
+
input: 2,
|
|
11071
|
+
output: 6,
|
|
11072
|
+
cacheRead: 0.19999999999999998,
|
|
11073
|
+
cacheWrite: 0,
|
|
11074
|
+
},
|
|
11075
|
+
contextWindow: 128000,
|
|
10938
11076
|
maxTokens: 102400,
|
|
10939
11077
|
},
|
|
10940
11078
|
"mistralai/mistral-large-2407": {
|
|
@@ -10971,6 +11109,23 @@ export const MODELS = {
|
|
|
10971
11109
|
contextWindow: 262144,
|
|
10972
11110
|
maxTokens: 209715,
|
|
10973
11111
|
},
|
|
11112
|
+
"mistralai/mistral-large-2512:batch": {
|
|
11113
|
+
id: "mistralai/mistral-large-2512:batch",
|
|
11114
|
+
name: "Mistral: Mistral Large 3 2512 (batch)",
|
|
11115
|
+
api: "openai-completions",
|
|
11116
|
+
provider: "openrouter",
|
|
11117
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11118
|
+
reasoning: false,
|
|
11119
|
+
input: ["text", "image"],
|
|
11120
|
+
cost: {
|
|
11121
|
+
input: 0.5,
|
|
11122
|
+
output: 1.5,
|
|
11123
|
+
cacheRead: 0.049999999999999996,
|
|
11124
|
+
cacheWrite: 0,
|
|
11125
|
+
},
|
|
11126
|
+
contextWindow: 262144,
|
|
11127
|
+
maxTokens: 209715,
|
|
11128
|
+
},
|
|
10974
11129
|
"mistralai/mistral-medium-3": {
|
|
10975
11130
|
id: "mistralai/mistral-medium-3",
|
|
10976
11131
|
name: "Mistral: Mistral Medium 3",
|
|
@@ -11005,6 +11160,23 @@ export const MODELS = {
|
|
|
11005
11160
|
contextWindow: 262144,
|
|
11006
11161
|
maxTokens: 209715,
|
|
11007
11162
|
},
|
|
11163
|
+
"mistralai/mistral-medium-3-5:batch": {
|
|
11164
|
+
id: "mistralai/mistral-medium-3-5:batch",
|
|
11165
|
+
name: "Mistral: Mistral Medium 3.5 (batch)",
|
|
11166
|
+
api: "openai-completions",
|
|
11167
|
+
provider: "openrouter",
|
|
11168
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11169
|
+
reasoning: true,
|
|
11170
|
+
input: ["text", "image"],
|
|
11171
|
+
cost: {
|
|
11172
|
+
input: 0.75,
|
|
11173
|
+
output: 3.75,
|
|
11174
|
+
cacheRead: 0,
|
|
11175
|
+
cacheWrite: 0,
|
|
11176
|
+
},
|
|
11177
|
+
contextWindow: 262144,
|
|
11178
|
+
maxTokens: 209715,
|
|
11179
|
+
},
|
|
11008
11180
|
"mistralai/mistral-medium-3.1": {
|
|
11009
11181
|
id: "mistralai/mistral-medium-3.1",
|
|
11010
11182
|
name: "Mistral: Mistral Medium 3.1",
|
|
@@ -11022,6 +11194,23 @@ export const MODELS = {
|
|
|
11022
11194
|
contextWindow: 131072,
|
|
11023
11195
|
maxTokens: 104857,
|
|
11024
11196
|
},
|
|
11197
|
+
"mistralai/mistral-medium-3.1:batch": {
|
|
11198
|
+
id: "mistralai/mistral-medium-3.1:batch",
|
|
11199
|
+
name: "Mistral: Mistral Medium 3.1 (batch)",
|
|
11200
|
+
api: "openai-completions",
|
|
11201
|
+
provider: "openrouter",
|
|
11202
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11203
|
+
reasoning: false,
|
|
11204
|
+
input: ["text", "image"],
|
|
11205
|
+
cost: {
|
|
11206
|
+
input: 0.39999999999999997,
|
|
11207
|
+
output: 2,
|
|
11208
|
+
cacheRead: 0.04,
|
|
11209
|
+
cacheWrite: 0,
|
|
11210
|
+
},
|
|
11211
|
+
contextWindow: 131072,
|
|
11212
|
+
maxTokens: 104857,
|
|
11213
|
+
},
|
|
11025
11214
|
"mistralai/mistral-nemo": {
|
|
11026
11215
|
id: "mistralai/mistral-nemo",
|
|
11027
11216
|
name: "Mistral: Mistral Nemo",
|
|
@@ -11073,6 +11262,23 @@ export const MODELS = {
|
|
|
11073
11262
|
contextWindow: 262144,
|
|
11074
11263
|
maxTokens: 209715,
|
|
11075
11264
|
},
|
|
11265
|
+
"mistralai/mistral-small-2603:batch": {
|
|
11266
|
+
id: "mistralai/mistral-small-2603:batch",
|
|
11267
|
+
name: "Mistral: Mistral Small 4 (batch)",
|
|
11268
|
+
api: "openai-completions",
|
|
11269
|
+
provider: "openrouter",
|
|
11270
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11271
|
+
reasoning: true,
|
|
11272
|
+
input: ["text", "image"],
|
|
11273
|
+
cost: {
|
|
11274
|
+
input: 0.15,
|
|
11275
|
+
output: 0.6,
|
|
11276
|
+
cacheRead: 0.015,
|
|
11277
|
+
cacheWrite: 0,
|
|
11278
|
+
},
|
|
11279
|
+
contextWindow: 262144,
|
|
11280
|
+
maxTokens: 209715,
|
|
11281
|
+
},
|
|
11076
11282
|
"mistralai/mistral-small-3.2-24b-instruct": {
|
|
11077
11283
|
id: "mistralai/mistral-small-3.2-24b-instruct",
|
|
11078
11284
|
name: "Mistral: Mistral Small 3.2 24B",
|
|
@@ -11121,8 +11327,8 @@ export const MODELS = {
|
|
|
11121
11327
|
cacheRead: 0.01,
|
|
11122
11328
|
cacheWrite: 0,
|
|
11123
11329
|
},
|
|
11124
|
-
contextWindow:
|
|
11125
|
-
maxTokens:
|
|
11330
|
+
contextWindow: 32768,
|
|
11331
|
+
maxTokens: 26214,
|
|
11126
11332
|
},
|
|
11127
11333
|
"moonshotai/kimi-k2": {
|
|
11128
11334
|
id: "moonshotai/kimi-k2",
|
|
@@ -11218,26 +11424,9 @@ export const MODELS = {
|
|
|
11218
11424
|
reasoning: true,
|
|
11219
11425
|
input: ["text", "image"],
|
|
11220
11426
|
cost: {
|
|
11221
|
-
input: 0.
|
|
11427
|
+
input: 0.66,
|
|
11222
11428
|
output: 3.4,
|
|
11223
|
-
cacheRead: 0.
|
|
11224
|
-
cacheWrite: 0,
|
|
11225
|
-
},
|
|
11226
|
-
contextWindow: 262144,
|
|
11227
|
-
maxTokens: 235929,
|
|
11228
|
-
},
|
|
11229
|
-
"moonshotai/kimi-k2.7-code:batch": {
|
|
11230
|
-
id: "moonshotai/kimi-k2.7-code:batch",
|
|
11231
|
-
name: "MoonshotAI: Kimi K2.7 Code (batch)",
|
|
11232
|
-
api: "openai-completions",
|
|
11233
|
-
provider: "openrouter",
|
|
11234
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11235
|
-
reasoning: true,
|
|
11236
|
-
input: ["text", "image"],
|
|
11237
|
-
cost: {
|
|
11238
|
-
input: 0.95,
|
|
11239
|
-
output: 4,
|
|
11240
|
-
cacheRead: 0.19,
|
|
11429
|
+
cacheRead: 0.18,
|
|
11241
11430
|
cacheWrite: 0,
|
|
11242
11431
|
},
|
|
11243
11432
|
contextWindow: 262144,
|
|
@@ -11305,11 +11494,11 @@ export const MODELS = {
|
|
|
11305
11494
|
cost: {
|
|
11306
11495
|
input: 0.049999999999999996,
|
|
11307
11496
|
output: 0.19999999999999998,
|
|
11308
|
-
cacheRead: 0.
|
|
11497
|
+
cacheRead: 0.024999999999999998,
|
|
11309
11498
|
cacheWrite: 0,
|
|
11310
11499
|
},
|
|
11311
11500
|
contextWindow: 262144,
|
|
11312
|
-
maxTokens:
|
|
11501
|
+
maxTokens: 228000,
|
|
11313
11502
|
},
|
|
11314
11503
|
"nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
|
|
11315
11504
|
id: "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free",
|
|
@@ -11371,13 +11560,13 @@ export const MODELS = {
|
|
|
11371
11560
|
reasoning: true,
|
|
11372
11561
|
input: ["text"],
|
|
11373
11562
|
cost: {
|
|
11374
|
-
input: 0.
|
|
11375
|
-
output:
|
|
11376
|
-
cacheRead: 0.
|
|
11563
|
+
input: 0.5,
|
|
11564
|
+
output: 2.2,
|
|
11565
|
+
cacheRead: 0.09999999999999999,
|
|
11377
11566
|
cacheWrite: 0,
|
|
11378
11567
|
},
|
|
11379
|
-
contextWindow:
|
|
11380
|
-
maxTokens:
|
|
11568
|
+
contextWindow: 262144,
|
|
11569
|
+
maxTokens: 16384,
|
|
11381
11570
|
},
|
|
11382
11571
|
"nvidia/nemotron-3-ultra-550b-a55b:batch": {
|
|
11383
11572
|
id: "nvidia/nemotron-3-ultra-550b-a55b:batch",
|
|
@@ -11498,23 +11687,6 @@ export const MODELS = {
|
|
|
11498
11687
|
contextWindow: 16385,
|
|
11499
11688
|
maxTokens: 4096,
|
|
11500
11689
|
},
|
|
11501
|
-
"openai/gpt-3.5-turbo:batch": {
|
|
11502
|
-
id: "openai/gpt-3.5-turbo:batch",
|
|
11503
|
-
name: "OpenAI: GPT-3.5 Turbo (batch)",
|
|
11504
|
-
api: "openai-completions",
|
|
11505
|
-
provider: "openrouter",
|
|
11506
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11507
|
-
reasoning: false,
|
|
11508
|
-
input: ["text"],
|
|
11509
|
-
cost: {
|
|
11510
|
-
input: 0.25,
|
|
11511
|
-
output: 0.75,
|
|
11512
|
-
cacheRead: 0,
|
|
11513
|
-
cacheWrite: 0,
|
|
11514
|
-
},
|
|
11515
|
-
contextWindow: 16385,
|
|
11516
|
-
maxTokens: 4096,
|
|
11517
|
-
},
|
|
11518
11690
|
"openai/gpt-4": {
|
|
11519
11691
|
id: "openai/gpt-4",
|
|
11520
11692
|
name: "OpenAI: GPT-4",
|
|
@@ -11566,23 +11738,6 @@ export const MODELS = {
|
|
|
11566
11738
|
contextWindow: 128000,
|
|
11567
11739
|
maxTokens: 4096,
|
|
11568
11740
|
},
|
|
11569
|
-
"openai/gpt-4-turbo:batch": {
|
|
11570
|
-
id: "openai/gpt-4-turbo:batch",
|
|
11571
|
-
name: "OpenAI: GPT-4 Turbo (batch)",
|
|
11572
|
-
api: "openai-completions",
|
|
11573
|
-
provider: "openrouter",
|
|
11574
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11575
|
-
reasoning: false,
|
|
11576
|
-
input: ["text", "image"],
|
|
11577
|
-
cost: {
|
|
11578
|
-
input: 5,
|
|
11579
|
-
output: 15,
|
|
11580
|
-
cacheRead: 0,
|
|
11581
|
-
cacheWrite: 0,
|
|
11582
|
-
},
|
|
11583
|
-
contextWindow: 128000,
|
|
11584
|
-
maxTokens: 4096,
|
|
11585
|
-
},
|
|
11586
11741
|
"openai/gpt-4.1": {
|
|
11587
11742
|
id: "openai/gpt-4.1",
|
|
11588
11743
|
name: "OpenAI: GPT-4.1",
|
|
@@ -11617,23 +11772,6 @@ export const MODELS = {
|
|
|
11617
11772
|
contextWindow: 1047576,
|
|
11618
11773
|
maxTokens: 32768,
|
|
11619
11774
|
},
|
|
11620
|
-
"openai/gpt-4.1-mini:batch": {
|
|
11621
|
-
id: "openai/gpt-4.1-mini:batch",
|
|
11622
|
-
name: "OpenAI: GPT-4.1 Mini (batch)",
|
|
11623
|
-
api: "openai-completions",
|
|
11624
|
-
provider: "openrouter",
|
|
11625
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11626
|
-
reasoning: false,
|
|
11627
|
-
input: ["text", "image"],
|
|
11628
|
-
cost: {
|
|
11629
|
-
input: 0.19999999999999998,
|
|
11630
|
-
output: 0.7999999999999999,
|
|
11631
|
-
cacheRead: 0.049999999999999996,
|
|
11632
|
-
cacheWrite: 0,
|
|
11633
|
-
},
|
|
11634
|
-
contextWindow: 1047576,
|
|
11635
|
-
maxTokens: 32768,
|
|
11636
|
-
},
|
|
11637
11775
|
"openai/gpt-4.1-nano": {
|
|
11638
11776
|
id: "openai/gpt-4.1-nano",
|
|
11639
11777
|
name: "OpenAI: GPT-4.1 Nano",
|
|
@@ -11645,45 +11783,11 @@ export const MODELS = {
|
|
|
11645
11783
|
cost: {
|
|
11646
11784
|
input: 0.09999999999999999,
|
|
11647
11785
|
output: 0.39999999999999997,
|
|
11648
|
-
cacheRead: 0.
|
|
11649
|
-
cacheWrite: 0,
|
|
11650
|
-
},
|
|
11651
|
-
contextWindow: 1047576,
|
|
11652
|
-
maxTokens: 32768,
|
|
11653
|
-
},
|
|
11654
|
-
"openai/gpt-4.1-nano:batch": {
|
|
11655
|
-
id: "openai/gpt-4.1-nano:batch",
|
|
11656
|
-
name: "OpenAI: GPT-4.1 Nano (batch)",
|
|
11657
|
-
api: "openai-completions",
|
|
11658
|
-
provider: "openrouter",
|
|
11659
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11660
|
-
reasoning: false,
|
|
11661
|
-
input: ["text", "image"],
|
|
11662
|
-
cost: {
|
|
11663
|
-
input: 0.049999999999999996,
|
|
11664
|
-
output: 0.19999999999999998,
|
|
11665
|
-
cacheRead: 0.012499999999999999,
|
|
11666
|
-
cacheWrite: 0,
|
|
11667
|
-
},
|
|
11668
|
-
contextWindow: 1047576,
|
|
11669
|
-
maxTokens: 32768,
|
|
11670
|
-
},
|
|
11671
|
-
"openai/gpt-4.1:batch": {
|
|
11672
|
-
id: "openai/gpt-4.1:batch",
|
|
11673
|
-
name: "OpenAI: GPT-4.1 (batch)",
|
|
11674
|
-
api: "openai-completions",
|
|
11675
|
-
provider: "openrouter",
|
|
11676
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11677
|
-
reasoning: false,
|
|
11678
|
-
input: ["text", "image"],
|
|
11679
|
-
cost: {
|
|
11680
|
-
input: 1,
|
|
11681
|
-
output: 4,
|
|
11682
|
-
cacheRead: 0.25,
|
|
11786
|
+
cacheRead: 0.03,
|
|
11683
11787
|
cacheWrite: 0,
|
|
11684
11788
|
},
|
|
11685
11789
|
contextWindow: 1047576,
|
|
11686
|
-
maxTokens:
|
|
11790
|
+
maxTokens: 942818,
|
|
11687
11791
|
},
|
|
11688
11792
|
"openai/gpt-4o": {
|
|
11689
11793
|
id: "openai/gpt-4o",
|
|
@@ -11787,40 +11891,6 @@ export const MODELS = {
|
|
|
11787
11891
|
contextWindow: 128000,
|
|
11788
11892
|
maxTokens: 16384,
|
|
11789
11893
|
},
|
|
11790
|
-
"openai/gpt-4o-mini:batch": {
|
|
11791
|
-
id: "openai/gpt-4o-mini:batch",
|
|
11792
|
-
name: "OpenAI: GPT-4o-mini (batch)",
|
|
11793
|
-
api: "openai-completions",
|
|
11794
|
-
provider: "openrouter",
|
|
11795
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11796
|
-
reasoning: false,
|
|
11797
|
-
input: ["text", "image"],
|
|
11798
|
-
cost: {
|
|
11799
|
-
input: 0.075,
|
|
11800
|
-
output: 0.3,
|
|
11801
|
-
cacheRead: 0.0375,
|
|
11802
|
-
cacheWrite: 0,
|
|
11803
|
-
},
|
|
11804
|
-
contextWindow: 128000,
|
|
11805
|
-
maxTokens: 16384,
|
|
11806
|
-
},
|
|
11807
|
-
"openai/gpt-4o:batch": {
|
|
11808
|
-
id: "openai/gpt-4o:batch",
|
|
11809
|
-
name: "OpenAI: GPT-4o (batch)",
|
|
11810
|
-
api: "openai-completions",
|
|
11811
|
-
provider: "openrouter",
|
|
11812
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11813
|
-
reasoning: false,
|
|
11814
|
-
input: ["text", "image"],
|
|
11815
|
-
cost: {
|
|
11816
|
-
input: 1.25,
|
|
11817
|
-
output: 5,
|
|
11818
|
-
cacheRead: 0.625,
|
|
11819
|
-
cacheWrite: 0,
|
|
11820
|
-
},
|
|
11821
|
-
contextWindow: 128000,
|
|
11822
|
-
maxTokens: 16384,
|
|
11823
|
-
},
|
|
11824
11894
|
"openai/gpt-5": {
|
|
11825
11895
|
id: "openai/gpt-5",
|
|
11826
11896
|
name: "OpenAI: GPT-5",
|
|
@@ -11838,23 +11908,6 @@ export const MODELS = {
|
|
|
11838
11908
|
contextWindow: 400000,
|
|
11839
11909
|
maxTokens: 128000,
|
|
11840
11910
|
},
|
|
11841
|
-
"openai/gpt-5-codex:batch": {
|
|
11842
|
-
id: "openai/gpt-5-codex:batch",
|
|
11843
|
-
name: "OpenAI: GPT-5 Codex (batch)",
|
|
11844
|
-
api: "openai-completions",
|
|
11845
|
-
provider: "openrouter",
|
|
11846
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11847
|
-
reasoning: true,
|
|
11848
|
-
input: ["text", "image"],
|
|
11849
|
-
cost: {
|
|
11850
|
-
input: 0.625,
|
|
11851
|
-
output: 5,
|
|
11852
|
-
cacheRead: 0.0625,
|
|
11853
|
-
cacheWrite: 0,
|
|
11854
|
-
},
|
|
11855
|
-
contextWindow: 400000,
|
|
11856
|
-
maxTokens: 128000,
|
|
11857
|
-
},
|
|
11858
11911
|
"openai/gpt-5-mini": {
|
|
11859
11912
|
id: "openai/gpt-5-mini",
|
|
11860
11913
|
name: "OpenAI: GPT-5 Mini",
|
|
@@ -11872,23 +11925,6 @@ export const MODELS = {
|
|
|
11872
11925
|
contextWindow: 400000,
|
|
11873
11926
|
maxTokens: 128000,
|
|
11874
11927
|
},
|
|
11875
|
-
"openai/gpt-5-mini:batch": {
|
|
11876
|
-
id: "openai/gpt-5-mini:batch",
|
|
11877
|
-
name: "OpenAI: GPT-5 Mini (batch)",
|
|
11878
|
-
api: "openai-completions",
|
|
11879
|
-
provider: "openrouter",
|
|
11880
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11881
|
-
reasoning: true,
|
|
11882
|
-
input: ["text", "image"],
|
|
11883
|
-
cost: {
|
|
11884
|
-
input: 0.125,
|
|
11885
|
-
output: 1,
|
|
11886
|
-
cacheRead: 0.012499999999999999,
|
|
11887
|
-
cacheWrite: 0,
|
|
11888
|
-
},
|
|
11889
|
-
contextWindow: 400000,
|
|
11890
|
-
maxTokens: 128000,
|
|
11891
|
-
},
|
|
11892
11928
|
"openai/gpt-5-nano": {
|
|
11893
11929
|
id: "openai/gpt-5-nano",
|
|
11894
11930
|
name: "OpenAI: GPT-5 Nano",
|
|
@@ -11906,23 +11942,6 @@ export const MODELS = {
|
|
|
11906
11942
|
contextWindow: 400000,
|
|
11907
11943
|
maxTokens: 128000,
|
|
11908
11944
|
},
|
|
11909
|
-
"openai/gpt-5-nano:batch": {
|
|
11910
|
-
id: "openai/gpt-5-nano:batch",
|
|
11911
|
-
name: "OpenAI: GPT-5 Nano (batch)",
|
|
11912
|
-
api: "openai-completions",
|
|
11913
|
-
provider: "openrouter",
|
|
11914
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11915
|
-
reasoning: true,
|
|
11916
|
-
input: ["text", "image"],
|
|
11917
|
-
cost: {
|
|
11918
|
-
input: 0.024999999999999998,
|
|
11919
|
-
output: 0.19999999999999998,
|
|
11920
|
-
cacheRead: 0.0025,
|
|
11921
|
-
cacheWrite: 0,
|
|
11922
|
-
},
|
|
11923
|
-
contextWindow: 400000,
|
|
11924
|
-
maxTokens: 128000,
|
|
11925
|
-
},
|
|
11926
11945
|
"openai/gpt-5-pro": {
|
|
11927
11946
|
id: "openai/gpt-5-pro",
|
|
11928
11947
|
name: "OpenAI: GPT-5 Pro",
|
|
@@ -11940,26 +11959,9 @@ export const MODELS = {
|
|
|
11940
11959
|
contextWindow: 400000,
|
|
11941
11960
|
maxTokens: 128000,
|
|
11942
11961
|
},
|
|
11943
|
-
"openai/gpt-5
|
|
11944
|
-
id: "openai/gpt-5
|
|
11945
|
-
name: "OpenAI: GPT-5
|
|
11946
|
-
api: "openai-completions",
|
|
11947
|
-
provider: "openrouter",
|
|
11948
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11949
|
-
reasoning: true,
|
|
11950
|
-
input: ["text", "image"],
|
|
11951
|
-
cost: {
|
|
11952
|
-
input: 7.5,
|
|
11953
|
-
output: 60,
|
|
11954
|
-
cacheRead: 0,
|
|
11955
|
-
cacheWrite: 0,
|
|
11956
|
-
},
|
|
11957
|
-
contextWindow: 400000,
|
|
11958
|
-
maxTokens: 128000,
|
|
11959
|
-
},
|
|
11960
|
-
"openai/gpt-5.1": {
|
|
11961
|
-
id: "openai/gpt-5.1",
|
|
11962
|
-
name: "OpenAI: GPT-5.1",
|
|
11962
|
+
"openai/gpt-5.1": {
|
|
11963
|
+
id: "openai/gpt-5.1",
|
|
11964
|
+
name: "OpenAI: GPT-5.1",
|
|
11963
11965
|
api: "openai-completions",
|
|
11964
11966
|
provider: "openrouter",
|
|
11965
11967
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
@@ -12025,23 +12027,6 @@ export const MODELS = {
|
|
|
12025
12027
|
contextWindow: 400000,
|
|
12026
12028
|
maxTokens: 128000,
|
|
12027
12029
|
},
|
|
12028
|
-
"openai/gpt-5.1:batch": {
|
|
12029
|
-
id: "openai/gpt-5.1:batch",
|
|
12030
|
-
name: "OpenAI: GPT-5.1 (batch)",
|
|
12031
|
-
api: "openai-completions",
|
|
12032
|
-
provider: "openrouter",
|
|
12033
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12034
|
-
reasoning: true,
|
|
12035
|
-
input: ["text", "image"],
|
|
12036
|
-
cost: {
|
|
12037
|
-
input: 0.625,
|
|
12038
|
-
output: 5,
|
|
12039
|
-
cacheRead: 0.0625,
|
|
12040
|
-
cacheWrite: 0,
|
|
12041
|
-
},
|
|
12042
|
-
contextWindow: 400000,
|
|
12043
|
-
maxTokens: 128000,
|
|
12044
|
-
},
|
|
12045
12030
|
"openai/gpt-5.2": {
|
|
12046
12031
|
id: "openai/gpt-5.2",
|
|
12047
12032
|
name: "OpenAI: GPT-5.2",
|
|
@@ -12110,40 +12095,6 @@ export const MODELS = {
|
|
|
12110
12095
|
contextWindow: 400000,
|
|
12111
12096
|
maxTokens: 128000,
|
|
12112
12097
|
},
|
|
12113
|
-
"openai/gpt-5.2-pro:batch": {
|
|
12114
|
-
id: "openai/gpt-5.2-pro:batch",
|
|
12115
|
-
name: "OpenAI: GPT-5.2 Pro (batch)",
|
|
12116
|
-
api: "openai-completions",
|
|
12117
|
-
provider: "openrouter",
|
|
12118
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12119
|
-
reasoning: true,
|
|
12120
|
-
input: ["text", "image"],
|
|
12121
|
-
cost: {
|
|
12122
|
-
input: 10.5,
|
|
12123
|
-
output: 84,
|
|
12124
|
-
cacheRead: 0,
|
|
12125
|
-
cacheWrite: 0,
|
|
12126
|
-
},
|
|
12127
|
-
contextWindow: 400000,
|
|
12128
|
-
maxTokens: 128000,
|
|
12129
|
-
},
|
|
12130
|
-
"openai/gpt-5.2:batch": {
|
|
12131
|
-
id: "openai/gpt-5.2:batch",
|
|
12132
|
-
name: "OpenAI: GPT-5.2 (batch)",
|
|
12133
|
-
api: "openai-completions",
|
|
12134
|
-
provider: "openrouter",
|
|
12135
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12136
|
-
reasoning: true,
|
|
12137
|
-
input: ["text", "image"],
|
|
12138
|
-
cost: {
|
|
12139
|
-
input: 0.875,
|
|
12140
|
-
output: 7,
|
|
12141
|
-
cacheRead: 0.0875,
|
|
12142
|
-
cacheWrite: 0,
|
|
12143
|
-
},
|
|
12144
|
-
contextWindow: 400000,
|
|
12145
|
-
maxTokens: 128000,
|
|
12146
|
-
},
|
|
12147
12098
|
"openai/gpt-5.3-codex": {
|
|
12148
12099
|
id: "openai/gpt-5.3-codex",
|
|
12149
12100
|
name: "OpenAI: GPT-5.3-Codex",
|
|
@@ -12195,23 +12146,6 @@ export const MODELS = {
|
|
|
12195
12146
|
contextWindow: 400000,
|
|
12196
12147
|
maxTokens: 128000,
|
|
12197
12148
|
},
|
|
12198
|
-
"openai/gpt-5.4-mini:batch": {
|
|
12199
|
-
id: "openai/gpt-5.4-mini:batch",
|
|
12200
|
-
name: "OpenAI: GPT-5.4 Mini (batch)",
|
|
12201
|
-
api: "openai-completions",
|
|
12202
|
-
provider: "openrouter",
|
|
12203
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12204
|
-
reasoning: true,
|
|
12205
|
-
input: ["text", "image"],
|
|
12206
|
-
cost: {
|
|
12207
|
-
input: 0.375,
|
|
12208
|
-
output: 2.25,
|
|
12209
|
-
cacheRead: 0.0375,
|
|
12210
|
-
cacheWrite: 0,
|
|
12211
|
-
},
|
|
12212
|
-
contextWindow: 400000,
|
|
12213
|
-
maxTokens: 128000,
|
|
12214
|
-
},
|
|
12215
12149
|
"openai/gpt-5.4-nano": {
|
|
12216
12150
|
id: "openai/gpt-5.4-nano",
|
|
12217
12151
|
name: "OpenAI: GPT-5.4 Nano",
|
|
@@ -12229,23 +12163,6 @@ export const MODELS = {
|
|
|
12229
12163
|
contextWindow: 400000,
|
|
12230
12164
|
maxTokens: 128000,
|
|
12231
12165
|
},
|
|
12232
|
-
"openai/gpt-5.4-nano:batch": {
|
|
12233
|
-
id: "openai/gpt-5.4-nano:batch",
|
|
12234
|
-
name: "OpenAI: GPT-5.4 Nano (batch)",
|
|
12235
|
-
api: "openai-completions",
|
|
12236
|
-
provider: "openrouter",
|
|
12237
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12238
|
-
reasoning: true,
|
|
12239
|
-
input: ["text", "image"],
|
|
12240
|
-
cost: {
|
|
12241
|
-
input: 0.09999999999999999,
|
|
12242
|
-
output: 0.625,
|
|
12243
|
-
cacheRead: 0.01,
|
|
12244
|
-
cacheWrite: 0,
|
|
12245
|
-
},
|
|
12246
|
-
contextWindow: 400000,
|
|
12247
|
-
maxTokens: 128000,
|
|
12248
|
-
},
|
|
12249
12166
|
"openai/gpt-5.4-pro": {
|
|
12250
12167
|
id: "openai/gpt-5.4-pro",
|
|
12251
12168
|
name: "OpenAI: GPT-5.4 Pro",
|
|
@@ -12263,40 +12180,6 @@ export const MODELS = {
|
|
|
12263
12180
|
contextWindow: 1050000,
|
|
12264
12181
|
maxTokens: 128000,
|
|
12265
12182
|
},
|
|
12266
|
-
"openai/gpt-5.4-pro:batch": {
|
|
12267
|
-
id: "openai/gpt-5.4-pro:batch",
|
|
12268
|
-
name: "OpenAI: GPT-5.4 Pro (batch)",
|
|
12269
|
-
api: "openai-completions",
|
|
12270
|
-
provider: "openrouter",
|
|
12271
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12272
|
-
reasoning: true,
|
|
12273
|
-
input: ["text", "image"],
|
|
12274
|
-
cost: {
|
|
12275
|
-
input: 15,
|
|
12276
|
-
output: 90,
|
|
12277
|
-
cacheRead: 0,
|
|
12278
|
-
cacheWrite: 0,
|
|
12279
|
-
},
|
|
12280
|
-
contextWindow: 1050000,
|
|
12281
|
-
maxTokens: 128000,
|
|
12282
|
-
},
|
|
12283
|
-
"openai/gpt-5.4:batch": {
|
|
12284
|
-
id: "openai/gpt-5.4:batch",
|
|
12285
|
-
name: "OpenAI: GPT-5.4 (batch)",
|
|
12286
|
-
api: "openai-completions",
|
|
12287
|
-
provider: "openrouter",
|
|
12288
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12289
|
-
reasoning: true,
|
|
12290
|
-
input: ["text", "image"],
|
|
12291
|
-
cost: {
|
|
12292
|
-
input: 1.25,
|
|
12293
|
-
output: 7.5,
|
|
12294
|
-
cacheRead: 0.125,
|
|
12295
|
-
cacheWrite: 0,
|
|
12296
|
-
},
|
|
12297
|
-
contextWindow: 1050000,
|
|
12298
|
-
maxTokens: 128000,
|
|
12299
|
-
},
|
|
12300
12183
|
"openai/gpt-5.5": {
|
|
12301
12184
|
id: "openai/gpt-5.5",
|
|
12302
12185
|
name: "OpenAI: GPT-5.5",
|
|
@@ -12331,40 +12214,6 @@ export const MODELS = {
|
|
|
12331
12214
|
contextWindow: 1050000,
|
|
12332
12215
|
maxTokens: 128000,
|
|
12333
12216
|
},
|
|
12334
|
-
"openai/gpt-5.5-pro:batch": {
|
|
12335
|
-
id: "openai/gpt-5.5-pro:batch",
|
|
12336
|
-
name: "OpenAI: GPT-5.5 Pro (batch)",
|
|
12337
|
-
api: "openai-completions",
|
|
12338
|
-
provider: "openrouter",
|
|
12339
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12340
|
-
reasoning: true,
|
|
12341
|
-
input: ["text", "image"],
|
|
12342
|
-
cost: {
|
|
12343
|
-
input: 15,
|
|
12344
|
-
output: 90,
|
|
12345
|
-
cacheRead: 0,
|
|
12346
|
-
cacheWrite: 0,
|
|
12347
|
-
},
|
|
12348
|
-
contextWindow: 1050000,
|
|
12349
|
-
maxTokens: 128000,
|
|
12350
|
-
},
|
|
12351
|
-
"openai/gpt-5.5:batch": {
|
|
12352
|
-
id: "openai/gpt-5.5:batch",
|
|
12353
|
-
name: "OpenAI: GPT-5.5 (batch)",
|
|
12354
|
-
api: "openai-completions",
|
|
12355
|
-
provider: "openrouter",
|
|
12356
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12357
|
-
reasoning: true,
|
|
12358
|
-
input: ["text", "image"],
|
|
12359
|
-
cost: {
|
|
12360
|
-
input: 2.5,
|
|
12361
|
-
output: 15,
|
|
12362
|
-
cacheRead: 0.25,
|
|
12363
|
-
cacheWrite: 0,
|
|
12364
|
-
},
|
|
12365
|
-
contextWindow: 1050000,
|
|
12366
|
-
maxTokens: 128000,
|
|
12367
|
-
},
|
|
12368
12217
|
"openai/gpt-5.6-luna": {
|
|
12369
12218
|
id: "openai/gpt-5.6-luna",
|
|
12370
12219
|
name: "OpenAI: GPT-5.6 Luna",
|
|
@@ -12399,40 +12248,6 @@ export const MODELS = {
|
|
|
12399
12248
|
contextWindow: 1050000,
|
|
12400
12249
|
maxTokens: 128000,
|
|
12401
12250
|
},
|
|
12402
|
-
"openai/gpt-5.6-luna-pro:batch": {
|
|
12403
|
-
id: "openai/gpt-5.6-luna-pro:batch",
|
|
12404
|
-
name: "OpenAI: GPT-5.6 Luna Pro (batch)",
|
|
12405
|
-
api: "openai-completions",
|
|
12406
|
-
provider: "openrouter",
|
|
12407
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12408
|
-
reasoning: true,
|
|
12409
|
-
input: ["text", "image"],
|
|
12410
|
-
cost: {
|
|
12411
|
-
input: 0.09999999999999999,
|
|
12412
|
-
output: 0.6,
|
|
12413
|
-
cacheRead: 0.01,
|
|
12414
|
-
cacheWrite: 0,
|
|
12415
|
-
},
|
|
12416
|
-
contextWindow: 1050000,
|
|
12417
|
-
maxTokens: 128000,
|
|
12418
|
-
},
|
|
12419
|
-
"openai/gpt-5.6-luna:batch": {
|
|
12420
|
-
id: "openai/gpt-5.6-luna:batch",
|
|
12421
|
-
name: "OpenAI: GPT-5.6 Luna (batch)",
|
|
12422
|
-
api: "openai-completions",
|
|
12423
|
-
provider: "openrouter",
|
|
12424
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12425
|
-
reasoning: true,
|
|
12426
|
-
input: ["text", "image"],
|
|
12427
|
-
cost: {
|
|
12428
|
-
input: 0.09999999999999999,
|
|
12429
|
-
output: 0.6,
|
|
12430
|
-
cacheRead: 0.01,
|
|
12431
|
-
cacheWrite: 0,
|
|
12432
|
-
},
|
|
12433
|
-
contextWindow: 1050000,
|
|
12434
|
-
maxTokens: 128000,
|
|
12435
|
-
},
|
|
12436
12251
|
"openai/gpt-5.6-sol": {
|
|
12437
12252
|
id: "openai/gpt-5.6-sol",
|
|
12438
12253
|
name: "OpenAI: GPT-5.6 Sol",
|
|
@@ -12467,40 +12282,6 @@ export const MODELS = {
|
|
|
12467
12282
|
contextWindow: 1050000,
|
|
12468
12283
|
maxTokens: 128000,
|
|
12469
12284
|
},
|
|
12470
|
-
"openai/gpt-5.6-sol-pro:batch": {
|
|
12471
|
-
id: "openai/gpt-5.6-sol-pro:batch",
|
|
12472
|
-
name: "OpenAI: GPT-5.6 Sol Pro (batch)",
|
|
12473
|
-
api: "openai-completions",
|
|
12474
|
-
provider: "openrouter",
|
|
12475
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12476
|
-
reasoning: true,
|
|
12477
|
-
input: ["text", "image"],
|
|
12478
|
-
cost: {
|
|
12479
|
-
input: 1,
|
|
12480
|
-
output: 5,
|
|
12481
|
-
cacheRead: 0.09999999999999999,
|
|
12482
|
-
cacheWrite: 1.25,
|
|
12483
|
-
},
|
|
12484
|
-
contextWindow: 1050000,
|
|
12485
|
-
maxTokens: 128000,
|
|
12486
|
-
},
|
|
12487
|
-
"openai/gpt-5.6-sol:batch": {
|
|
12488
|
-
id: "openai/gpt-5.6-sol:batch",
|
|
12489
|
-
name: "OpenAI: GPT-5.6 Sol (batch)",
|
|
12490
|
-
api: "openai-completions",
|
|
12491
|
-
provider: "openrouter",
|
|
12492
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12493
|
-
reasoning: true,
|
|
12494
|
-
input: ["text", "image"],
|
|
12495
|
-
cost: {
|
|
12496
|
-
input: 1,
|
|
12497
|
-
output: 5,
|
|
12498
|
-
cacheRead: 0.09999999999999999,
|
|
12499
|
-
cacheWrite: 1.25,
|
|
12500
|
-
},
|
|
12501
|
-
contextWindow: 1050000,
|
|
12502
|
-
maxTokens: 128000,
|
|
12503
|
-
},
|
|
12504
12285
|
"openai/gpt-5.6-terra": {
|
|
12505
12286
|
id: "openai/gpt-5.6-terra",
|
|
12506
12287
|
name: "OpenAI: GPT-5.6 Terra",
|
|
@@ -12535,57 +12316,6 @@ export const MODELS = {
|
|
|
12535
12316
|
contextWindow: 1050000,
|
|
12536
12317
|
maxTokens: 128000,
|
|
12537
12318
|
},
|
|
12538
|
-
"openai/gpt-5.6-terra-pro:batch": {
|
|
12539
|
-
id: "openai/gpt-5.6-terra-pro:batch",
|
|
12540
|
-
name: "OpenAI: GPT-5.6 Terra Pro (batch)",
|
|
12541
|
-
api: "openai-completions",
|
|
12542
|
-
provider: "openrouter",
|
|
12543
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12544
|
-
reasoning: true,
|
|
12545
|
-
input: ["text", "image"],
|
|
12546
|
-
cost: {
|
|
12547
|
-
input: 1,
|
|
12548
|
-
output: 6,
|
|
12549
|
-
cacheRead: 0.09999999999999999,
|
|
12550
|
-
cacheWrite: 0,
|
|
12551
|
-
},
|
|
12552
|
-
contextWindow: 1050000,
|
|
12553
|
-
maxTokens: 128000,
|
|
12554
|
-
},
|
|
12555
|
-
"openai/gpt-5.6-terra:batch": {
|
|
12556
|
-
id: "openai/gpt-5.6-terra:batch",
|
|
12557
|
-
name: "OpenAI: GPT-5.6 Terra (batch)",
|
|
12558
|
-
api: "openai-completions",
|
|
12559
|
-
provider: "openrouter",
|
|
12560
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12561
|
-
reasoning: true,
|
|
12562
|
-
input: ["text", "image"],
|
|
12563
|
-
cost: {
|
|
12564
|
-
input: 1,
|
|
12565
|
-
output: 6,
|
|
12566
|
-
cacheRead: 0.09999999999999999,
|
|
12567
|
-
cacheWrite: 0,
|
|
12568
|
-
},
|
|
12569
|
-
contextWindow: 1050000,
|
|
12570
|
-
maxTokens: 128000,
|
|
12571
|
-
},
|
|
12572
|
-
"openai/gpt-5:batch": {
|
|
12573
|
-
id: "openai/gpt-5:batch",
|
|
12574
|
-
name: "OpenAI: GPT-5 (batch)",
|
|
12575
|
-
api: "openai-completions",
|
|
12576
|
-
provider: "openrouter",
|
|
12577
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12578
|
-
reasoning: true,
|
|
12579
|
-
input: ["text", "image"],
|
|
12580
|
-
cost: {
|
|
12581
|
-
input: 0.625,
|
|
12582
|
-
output: 5,
|
|
12583
|
-
cacheRead: 0.0625,
|
|
12584
|
-
cacheWrite: 0,
|
|
12585
|
-
},
|
|
12586
|
-
contextWindow: 400000,
|
|
12587
|
-
maxTokens: 128000,
|
|
12588
|
-
},
|
|
12589
12319
|
"openai/gpt-audio": {
|
|
12590
12320
|
id: "openai/gpt-audio",
|
|
12591
12321
|
name: "OpenAI: GPT Audio",
|
|
@@ -12705,23 +12435,6 @@ export const MODELS = {
|
|
|
12705
12435
|
contextWindow: 200000,
|
|
12706
12436
|
maxTokens: 100000,
|
|
12707
12437
|
},
|
|
12708
|
-
"openai/o1:batch": {
|
|
12709
|
-
id: "openai/o1:batch",
|
|
12710
|
-
name: "OpenAI: o1 (batch)",
|
|
12711
|
-
api: "openai-completions",
|
|
12712
|
-
provider: "openrouter",
|
|
12713
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12714
|
-
reasoning: true,
|
|
12715
|
-
input: ["text", "image"],
|
|
12716
|
-
cost: {
|
|
12717
|
-
input: 7.5,
|
|
12718
|
-
output: 30,
|
|
12719
|
-
cacheRead: 3.75,
|
|
12720
|
-
cacheWrite: 0,
|
|
12721
|
-
},
|
|
12722
|
-
contextWindow: 200000,
|
|
12723
|
-
maxTokens: 100000,
|
|
12724
|
-
},
|
|
12725
12438
|
"openai/o3": {
|
|
12726
12439
|
id: "openai/o3",
|
|
12727
12440
|
name: "OpenAI: o3",
|
|
@@ -12773,86 +12486,18 @@ export const MODELS = {
|
|
|
12773
12486
|
contextWindow: 200000,
|
|
12774
12487
|
maxTokens: 100000,
|
|
12775
12488
|
},
|
|
12776
|
-
"openai/o3-
|
|
12777
|
-
id: "openai/o3-
|
|
12778
|
-
name: "OpenAI: o3
|
|
12779
|
-
api: "openai-completions",
|
|
12780
|
-
provider: "openrouter",
|
|
12781
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12782
|
-
reasoning: true,
|
|
12783
|
-
input: ["text"],
|
|
12784
|
-
cost: {
|
|
12785
|
-
input: 0.55,
|
|
12786
|
-
output: 2.2,
|
|
12787
|
-
cacheRead: 0.275,
|
|
12788
|
-
cacheWrite: 0,
|
|
12789
|
-
},
|
|
12790
|
-
contextWindow: 200000,
|
|
12791
|
-
maxTokens: 100000,
|
|
12792
|
-
},
|
|
12793
|
-
"openai/o3-mini:batch": {
|
|
12794
|
-
id: "openai/o3-mini:batch",
|
|
12795
|
-
name: "OpenAI: o3 Mini (batch)",
|
|
12796
|
-
api: "openai-completions",
|
|
12797
|
-
provider: "openrouter",
|
|
12798
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12799
|
-
reasoning: true,
|
|
12800
|
-
input: ["text"],
|
|
12801
|
-
cost: {
|
|
12802
|
-
input: 0.55,
|
|
12803
|
-
output: 2.2,
|
|
12804
|
-
cacheRead: 0.275,
|
|
12805
|
-
cacheWrite: 0,
|
|
12806
|
-
},
|
|
12807
|
-
contextWindow: 200000,
|
|
12808
|
-
maxTokens: 100000,
|
|
12809
|
-
},
|
|
12810
|
-
"openai/o3-pro": {
|
|
12811
|
-
id: "openai/o3-pro",
|
|
12812
|
-
name: "OpenAI: o3 Pro",
|
|
12813
|
-
api: "openai-completions",
|
|
12814
|
-
provider: "openrouter",
|
|
12815
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12816
|
-
reasoning: true,
|
|
12817
|
-
input: ["text", "image"],
|
|
12818
|
-
cost: {
|
|
12819
|
-
input: 20,
|
|
12820
|
-
output: 80,
|
|
12821
|
-
cacheRead: 0,
|
|
12822
|
-
cacheWrite: 0,
|
|
12823
|
-
},
|
|
12824
|
-
contextWindow: 200000,
|
|
12825
|
-
maxTokens: 100000,
|
|
12826
|
-
},
|
|
12827
|
-
"openai/o3-pro:batch": {
|
|
12828
|
-
id: "openai/o3-pro:batch",
|
|
12829
|
-
name: "OpenAI: o3 Pro (batch)",
|
|
12830
|
-
api: "openai-completions",
|
|
12831
|
-
provider: "openrouter",
|
|
12832
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12833
|
-
reasoning: true,
|
|
12834
|
-
input: ["text", "image"],
|
|
12835
|
-
cost: {
|
|
12836
|
-
input: 10,
|
|
12837
|
-
output: 40,
|
|
12838
|
-
cacheRead: 0,
|
|
12839
|
-
cacheWrite: 0,
|
|
12840
|
-
},
|
|
12841
|
-
contextWindow: 200000,
|
|
12842
|
-
maxTokens: 100000,
|
|
12843
|
-
},
|
|
12844
|
-
"openai/o3:batch": {
|
|
12845
|
-
id: "openai/o3:batch",
|
|
12846
|
-
name: "OpenAI: o3 (batch)",
|
|
12489
|
+
"openai/o3-pro": {
|
|
12490
|
+
id: "openai/o3-pro",
|
|
12491
|
+
name: "OpenAI: o3 Pro",
|
|
12847
12492
|
api: "openai-completions",
|
|
12848
12493
|
provider: "openrouter",
|
|
12849
12494
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
12850
12495
|
reasoning: true,
|
|
12851
12496
|
input: ["text", "image"],
|
|
12852
12497
|
cost: {
|
|
12853
|
-
input:
|
|
12854
|
-
output:
|
|
12855
|
-
cacheRead: 0
|
|
12498
|
+
input: 20,
|
|
12499
|
+
output: 80,
|
|
12500
|
+
cacheRead: 0,
|
|
12856
12501
|
cacheWrite: 0,
|
|
12857
12502
|
},
|
|
12858
12503
|
contextWindow: 200000,
|
|
@@ -12892,40 +12537,6 @@ export const MODELS = {
|
|
|
12892
12537
|
contextWindow: 200000,
|
|
12893
12538
|
maxTokens: 100000,
|
|
12894
12539
|
},
|
|
12895
|
-
"openai/o4-mini-high:batch": {
|
|
12896
|
-
id: "openai/o4-mini-high:batch",
|
|
12897
|
-
name: "OpenAI: o4 Mini High (batch)",
|
|
12898
|
-
api: "openai-completions",
|
|
12899
|
-
provider: "openrouter",
|
|
12900
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12901
|
-
reasoning: true,
|
|
12902
|
-
input: ["text", "image"],
|
|
12903
|
-
cost: {
|
|
12904
|
-
input: 0.55,
|
|
12905
|
-
output: 2.2,
|
|
12906
|
-
cacheRead: 0.1375,
|
|
12907
|
-
cacheWrite: 0,
|
|
12908
|
-
},
|
|
12909
|
-
contextWindow: 200000,
|
|
12910
|
-
maxTokens: 100000,
|
|
12911
|
-
},
|
|
12912
|
-
"openai/o4-mini:batch": {
|
|
12913
|
-
id: "openai/o4-mini:batch",
|
|
12914
|
-
name: "OpenAI: o4 Mini (batch)",
|
|
12915
|
-
api: "openai-completions",
|
|
12916
|
-
provider: "openrouter",
|
|
12917
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12918
|
-
reasoning: true,
|
|
12919
|
-
input: ["text", "image"],
|
|
12920
|
-
cost: {
|
|
12921
|
-
input: 0.55,
|
|
12922
|
-
output: 2.2,
|
|
12923
|
-
cacheRead: 0.1375,
|
|
12924
|
-
cacheWrite: 0,
|
|
12925
|
-
},
|
|
12926
|
-
contextWindow: 200000,
|
|
12927
|
-
maxTokens: 100000,
|
|
12928
|
-
},
|
|
12929
12540
|
"openrouter/auto": {
|
|
12930
12541
|
id: "openrouter/auto",
|
|
12931
12542
|
name: "Auto Router",
|
|
@@ -13156,13 +12767,13 @@ export const MODELS = {
|
|
|
13156
12767
|
reasoning: false,
|
|
13157
12768
|
input: ["text"],
|
|
13158
12769
|
cost: {
|
|
13159
|
-
input: 0.
|
|
13160
|
-
output: 0.
|
|
13161
|
-
cacheRead: 0,
|
|
12770
|
+
input: 0.0875,
|
|
12771
|
+
output: 0.35,
|
|
12772
|
+
cacheRead: 0.0175,
|
|
13162
12773
|
cacheWrite: 0,
|
|
13163
12774
|
},
|
|
13164
12775
|
contextWindow: 262144,
|
|
13165
|
-
maxTokens:
|
|
12776
|
+
maxTokens: 235929,
|
|
13166
12777
|
},
|
|
13167
12778
|
"qwen/qwen3-235b-a22b-thinking-2507": {
|
|
13168
12779
|
id: "qwen/qwen3-235b-a22b-thinking-2507",
|
|
@@ -13547,13 +13158,13 @@ export const MODELS = {
|
|
|
13547
13158
|
reasoning: true,
|
|
13548
13159
|
input: ["text", "image"],
|
|
13549
13160
|
cost: {
|
|
13550
|
-
input: 0.
|
|
13551
|
-
output: 2.
|
|
13161
|
+
input: 0.29,
|
|
13162
|
+
output: 2.4,
|
|
13552
13163
|
cacheRead: 0,
|
|
13553
13164
|
cacheWrite: 0,
|
|
13554
13165
|
},
|
|
13555
13166
|
contextWindow: 262144,
|
|
13556
|
-
maxTokens:
|
|
13167
|
+
maxTokens: 81920,
|
|
13557
13168
|
},
|
|
13558
13169
|
"qwen/qwen3.5-27b": {
|
|
13559
13170
|
id: "qwen/qwen3.5-27b",
|
|
@@ -13598,13 +13209,13 @@ export const MODELS = {
|
|
|
13598
13209
|
reasoning: true,
|
|
13599
13210
|
input: ["text", "image"],
|
|
13600
13211
|
cost: {
|
|
13601
|
-
input: 0.
|
|
13602
|
-
output:
|
|
13603
|
-
cacheRead: 0
|
|
13212
|
+
input: 0.39,
|
|
13213
|
+
output: 2.34,
|
|
13214
|
+
cacheRead: 0,
|
|
13604
13215
|
cacheWrite: 0,
|
|
13605
13216
|
},
|
|
13606
13217
|
contextWindow: 262144,
|
|
13607
|
-
maxTokens:
|
|
13218
|
+
maxTokens: 65536,
|
|
13608
13219
|
},
|
|
13609
13220
|
"qwen/qwen3.5-9b": {
|
|
13610
13221
|
id: "qwen/qwen3.5-9b",
|
|
@@ -13683,13 +13294,13 @@ export const MODELS = {
|
|
|
13683
13294
|
reasoning: true,
|
|
13684
13295
|
input: ["text", "image"],
|
|
13685
13296
|
cost: {
|
|
13686
|
-
input: 0.
|
|
13687
|
-
output: 3.
|
|
13688
|
-
cacheRead: 0,
|
|
13297
|
+
input: 0.6,
|
|
13298
|
+
output: 3.5999999999999996,
|
|
13299
|
+
cacheRead: 0.12,
|
|
13689
13300
|
cacheWrite: 0,
|
|
13690
13301
|
},
|
|
13691
13302
|
contextWindow: 262144,
|
|
13692
|
-
maxTokens:
|
|
13303
|
+
maxTokens: 235929,
|
|
13693
13304
|
},
|
|
13694
13305
|
"qwen/qwen3.6-35b-a3b": {
|
|
13695
13306
|
id: "qwen/qwen3.6-35b-a3b",
|
|
@@ -13700,8 +13311,8 @@ export const MODELS = {
|
|
|
13700
13311
|
reasoning: true,
|
|
13701
13312
|
input: ["text", "image"],
|
|
13702
13313
|
cost: {
|
|
13703
|
-
input: 0.
|
|
13704
|
-
output:
|
|
13314
|
+
input: 0.09999999999999999,
|
|
13315
|
+
output: 0.8999999999999999,
|
|
13705
13316
|
cacheRead: 0.049999999999999996,
|
|
13706
13317
|
cacheWrite: 0,
|
|
13707
13318
|
},
|
|
@@ -13821,12 +13432,29 @@ export const MODELS = {
|
|
|
13821
13432
|
cost: {
|
|
13822
13433
|
input: 2,
|
|
13823
13434
|
output: 6,
|
|
13824
|
-
cacheRead: 0.
|
|
13435
|
+
cacheRead: 0.19999999999999998,
|
|
13825
13436
|
cacheWrite: 0,
|
|
13826
13437
|
},
|
|
13827
13438
|
contextWindow: 1048576,
|
|
13828
13439
|
maxTokens: 131072,
|
|
13829
13440
|
},
|
|
13441
|
+
"qwen/qwen3.8-2.4t-a95b:batch": {
|
|
13442
|
+
id: "qwen/qwen3.8-2.4t-a95b:batch",
|
|
13443
|
+
name: "Qwen: Qwen3.8 2.4T A95B (batch)",
|
|
13444
|
+
api: "openai-completions",
|
|
13445
|
+
provider: "openrouter",
|
|
13446
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
13447
|
+
reasoning: true,
|
|
13448
|
+
input: ["text"],
|
|
13449
|
+
cost: {
|
|
13450
|
+
input: 2,
|
|
13451
|
+
output: 6,
|
|
13452
|
+
cacheRead: 0.25,
|
|
13453
|
+
cacheWrite: 0,
|
|
13454
|
+
},
|
|
13455
|
+
contextWindow: 1010000,
|
|
13456
|
+
maxTokens: 909000,
|
|
13457
|
+
},
|
|
13830
13458
|
"qwen/qwen3.8-27b": {
|
|
13831
13459
|
id: "qwen/qwen3.8-27b",
|
|
13832
13460
|
name: "Qwen: Qwen3.8 27B",
|
|
@@ -13844,6 +13472,23 @@ export const MODELS = {
|
|
|
13844
13472
|
contextWindow: 1000000,
|
|
13845
13473
|
maxTokens: 131072,
|
|
13846
13474
|
},
|
|
13475
|
+
"qwen/qwen3.8-flash": {
|
|
13476
|
+
id: "qwen/qwen3.8-flash",
|
|
13477
|
+
name: "Qwen: Qwen3.8 Flash",
|
|
13478
|
+
api: "openai-completions",
|
|
13479
|
+
provider: "openrouter",
|
|
13480
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
13481
|
+
reasoning: true,
|
|
13482
|
+
input: ["text", "image"],
|
|
13483
|
+
cost: {
|
|
13484
|
+
input: 0.15,
|
|
13485
|
+
output: 0.47,
|
|
13486
|
+
cacheRead: 0.016,
|
|
13487
|
+
cacheWrite: 0.19999999999999998,
|
|
13488
|
+
},
|
|
13489
|
+
contextWindow: 1000000,
|
|
13490
|
+
maxTokens: 131072,
|
|
13491
|
+
},
|
|
13847
13492
|
"qwen/qwen3.8-max": {
|
|
13848
13493
|
id: "qwen/qwen3.8-max",
|
|
13849
13494
|
name: "Qwen: Qwen3.8 Max",
|
|
@@ -13946,23 +13591,6 @@ export const MODELS = {
|
|
|
13946
13591
|
contextWindow: 131072,
|
|
13947
13592
|
maxTokens: 16384,
|
|
13948
13593
|
},
|
|
13949
|
-
"stealth/ox-alpha": {
|
|
13950
|
-
id: "stealth/ox-alpha",
|
|
13951
|
-
name: "Ox Alpha",
|
|
13952
|
-
api: "openai-completions",
|
|
13953
|
-
provider: "openrouter",
|
|
13954
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13955
|
-
reasoning: true,
|
|
13956
|
-
input: ["text", "image"],
|
|
13957
|
-
cost: {
|
|
13958
|
-
input: 0,
|
|
13959
|
-
output: 0,
|
|
13960
|
-
cacheRead: 0,
|
|
13961
|
-
cacheWrite: 0,
|
|
13962
|
-
},
|
|
13963
|
-
contextWindow: 1048576,
|
|
13964
|
-
maxTokens: 131072,
|
|
13965
|
-
},
|
|
13966
13594
|
"stepfun/step-3.5-flash": {
|
|
13967
13595
|
id: "stepfun/step-3.5-flash",
|
|
13968
13596
|
name: "StepFun: Step 3.5 Flash",
|
|
@@ -14006,9 +13634,9 @@ export const MODELS = {
|
|
|
14006
13634
|
reasoning: true,
|
|
14007
13635
|
input: ["text"],
|
|
14008
13636
|
cost: {
|
|
14009
|
-
input: 0.
|
|
14010
|
-
output: 0.
|
|
14011
|
-
cacheRead: 0.
|
|
13637
|
+
input: 0.0825,
|
|
13638
|
+
output: 0.33,
|
|
13639
|
+
cacheRead: 0.020625,
|
|
14012
13640
|
cacheWrite: 0,
|
|
14013
13641
|
},
|
|
14014
13642
|
contextWindow: 262144,
|
|
@@ -14031,6 +13659,23 @@ export const MODELS = {
|
|
|
14031
13659
|
contextWindow: 262144,
|
|
14032
13660
|
maxTokens: 235929,
|
|
14033
13661
|
},
|
|
13662
|
+
"tencent/hy4-preview": {
|
|
13663
|
+
id: "tencent/hy4-preview",
|
|
13664
|
+
name: "Tencent: Hy4 preview",
|
|
13665
|
+
api: "openai-completions",
|
|
13666
|
+
provider: "openrouter",
|
|
13667
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
13668
|
+
reasoning: true,
|
|
13669
|
+
input: ["text"],
|
|
13670
|
+
cost: {
|
|
13671
|
+
input: 0.834,
|
|
13672
|
+
output: 2.501,
|
|
13673
|
+
cacheRead: 0.041999999999999996,
|
|
13674
|
+
cacheWrite: 0,
|
|
13675
|
+
},
|
|
13676
|
+
contextWindow: 1048576,
|
|
13677
|
+
maxTokens: 64000,
|
|
13678
|
+
},
|
|
14034
13679
|
"thedrummer/unslopnemo-12b": {
|
|
14035
13680
|
id: "thedrummer/unslopnemo-12b",
|
|
14036
13681
|
name: "TheDrummer: UnslopNemo 12B",
|
|
@@ -14346,13 +13991,13 @@ export const MODELS = {
|
|
|
14346
13991
|
reasoning: true,
|
|
14347
13992
|
input: ["text"],
|
|
14348
13993
|
cost: {
|
|
14349
|
-
input: 0.
|
|
14350
|
-
output:
|
|
14351
|
-
cacheRead: 0.
|
|
13994
|
+
input: 0.43,
|
|
13995
|
+
output: 1.75,
|
|
13996
|
+
cacheRead: 0.08,
|
|
14352
13997
|
cacheWrite: 0,
|
|
14353
13998
|
},
|
|
14354
13999
|
contextWindow: 204800,
|
|
14355
|
-
maxTokens:
|
|
14000
|
+
maxTokens: 16384,
|
|
14356
14001
|
},
|
|
14357
14002
|
"z-ai/glm-4.6v": {
|
|
14358
14003
|
id: "z-ai/glm-4.6v",
|
|
@@ -14473,23 +14118,6 @@ export const MODELS = {
|
|
|
14473
14118
|
contextWindow: 1048576,
|
|
14474
14119
|
maxTokens: 262144,
|
|
14475
14120
|
},
|
|
14476
|
-
"z-ai/glm-5.2:batch": {
|
|
14477
|
-
id: "z-ai/glm-5.2:batch",
|
|
14478
|
-
name: "Z.ai: GLM 5.2 (batch)",
|
|
14479
|
-
api: "openai-completions",
|
|
14480
|
-
provider: "openrouter",
|
|
14481
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
14482
|
-
reasoning: true,
|
|
14483
|
-
input: ["text"],
|
|
14484
|
-
cost: {
|
|
14485
|
-
input: 1.4,
|
|
14486
|
-
output: 4.4,
|
|
14487
|
-
cacheRead: 0.26,
|
|
14488
|
-
cacheWrite: 0,
|
|
14489
|
-
},
|
|
14490
|
-
contextWindow: 1048575,
|
|
14491
|
-
maxTokens: 943717,
|
|
14492
|
-
},
|
|
14493
14121
|
"z-ai/glm-5.2:free": {
|
|
14494
14122
|
id: "z-ai/glm-5.2:free",
|
|
14495
14123
|
name: "Z.ai: GLM 5.2 (free)",
|
|
@@ -14521,7 +14149,24 @@ export const MODELS = {
|
|
|
14521
14149
|
cacheRead: 0.26,
|
|
14522
14150
|
cacheWrite: 0,
|
|
14523
14151
|
},
|
|
14524
|
-
contextWindow:
|
|
14152
|
+
contextWindow: 1310720,
|
|
14153
|
+
maxTokens: 131072,
|
|
14154
|
+
},
|
|
14155
|
+
"z-ai/glm-5.3-flash": {
|
|
14156
|
+
id: "z-ai/glm-5.3-flash",
|
|
14157
|
+
name: "Z.ai: GLM 5.3 Flash",
|
|
14158
|
+
api: "openai-completions",
|
|
14159
|
+
provider: "openrouter",
|
|
14160
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
14161
|
+
reasoning: true,
|
|
14162
|
+
input: ["text", "image"],
|
|
14163
|
+
cost: {
|
|
14164
|
+
input: 0.075,
|
|
14165
|
+
output: 0.25,
|
|
14166
|
+
cacheRead: 0.015,
|
|
14167
|
+
cacheWrite: 0,
|
|
14168
|
+
},
|
|
14169
|
+
contextWindow: 1310720,
|
|
14525
14170
|
maxTokens: 131072,
|
|
14526
14171
|
},
|
|
14527
14172
|
"z-ai/glm-5v-turbo": {
|
|
@@ -14618,13 +14263,13 @@ export const MODELS = {
|
|
|
14618
14263
|
reasoning: true,
|
|
14619
14264
|
input: ["text"],
|
|
14620
14265
|
cost: {
|
|
14621
|
-
input: 0.
|
|
14266
|
+
input: 0.03,
|
|
14622
14267
|
output: 0.09999999999999999,
|
|
14623
|
-
cacheRead: 0.
|
|
14268
|
+
cacheRead: 0.007,
|
|
14624
14269
|
cacheWrite: 0,
|
|
14625
14270
|
},
|
|
14626
14271
|
contextWindow: 1310720,
|
|
14627
|
-
maxTokens:
|
|
14272
|
+
maxTokens: 131072,
|
|
14628
14273
|
},
|
|
14629
14274
|
"~google/gemini-flash-latest": {
|
|
14630
14275
|
id: "~google/gemini-flash-latest",
|
|
@@ -14635,10 +14280,10 @@ export const MODELS = {
|
|
|
14635
14280
|
reasoning: true,
|
|
14636
14281
|
input: ["text", "image"],
|
|
14637
14282
|
cost: {
|
|
14638
|
-
input: 0.
|
|
14639
|
-
output:
|
|
14640
|
-
cacheRead: 0.
|
|
14641
|
-
cacheWrite: 0.
|
|
14283
|
+
input: 0.75,
|
|
14284
|
+
output: 3.75,
|
|
14285
|
+
cacheRead: 0.075,
|
|
14286
|
+
cacheWrite: 0.0416666666666667,
|
|
14642
14287
|
},
|
|
14643
14288
|
contextWindow: 1048576,
|
|
14644
14289
|
maxTokens: 65536,
|
|
@@ -14669,13 +14314,13 @@ export const MODELS = {
|
|
|
14669
14314
|
reasoning: true,
|
|
14670
14315
|
input: ["text", "image"],
|
|
14671
14316
|
cost: {
|
|
14672
|
-
input: 2.
|
|
14673
|
-
output:
|
|
14674
|
-
cacheRead: 0.
|
|
14317
|
+
input: 2.5500000000000003,
|
|
14318
|
+
output: 12.75,
|
|
14319
|
+
cacheRead: 0.25599998999999996,
|
|
14675
14320
|
cacheWrite: 0,
|
|
14676
14321
|
},
|
|
14677
14322
|
contextWindow: 1048576,
|
|
14678
|
-
maxTokens:
|
|
14323
|
+
maxTokens: 943718,
|
|
14679
14324
|
},
|
|
14680
14325
|
"~openai/gpt-latest": {
|
|
14681
14326
|
id: "~openai/gpt-latest",
|
|
@@ -14737,12 +14382,12 @@ export const MODELS = {
|
|
|
14737
14382
|
reasoning: true,
|
|
14738
14383
|
input: ["text"],
|
|
14739
14384
|
cost: {
|
|
14740
|
-
input: 1.
|
|
14385
|
+
input: 1.25,
|
|
14741
14386
|
output: 4.4,
|
|
14742
14387
|
cacheRead: 0.26,
|
|
14743
14388
|
cacheWrite: 0,
|
|
14744
14389
|
},
|
|
14745
|
-
contextWindow:
|
|
14390
|
+
contextWindow: 1310720,
|
|
14746
14391
|
maxTokens: 131072,
|
|
14747
14392
|
},
|
|
14748
14393
|
},
|
|
@@ -15183,11 +14828,11 @@ export const MODELS = {
|
|
|
15183
14828
|
cost: {
|
|
15184
14829
|
input: 2,
|
|
15185
14830
|
output: 6,
|
|
15186
|
-
cacheRead: 0.
|
|
14831
|
+
cacheRead: 0.25,
|
|
15187
14832
|
cacheWrite: 0,
|
|
15188
14833
|
},
|
|
15189
14834
|
contextWindow: 262144,
|
|
15190
|
-
maxTokens:
|
|
14835
|
+
maxTokens: 128000,
|
|
15191
14836
|
},
|
|
15192
14837
|
"alibaba/qwen3.8-27b": {
|
|
15193
14838
|
id: "alibaba/qwen3.8-27b",
|
|
@@ -15206,6 +14851,23 @@ export const MODELS = {
|
|
|
15206
14851
|
contextWindow: 1000000,
|
|
15207
14852
|
maxTokens: 131072,
|
|
15208
14853
|
},
|
|
14854
|
+
"alibaba/qwen3.8-flash": {
|
|
14855
|
+
id: "alibaba/qwen3.8-flash",
|
|
14856
|
+
name: "Qwen 3.8 Flash",
|
|
14857
|
+
api: "anthropic-messages",
|
|
14858
|
+
provider: "vercel-ai-gateway",
|
|
14859
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14860
|
+
reasoning: true,
|
|
14861
|
+
input: ["text", "image"],
|
|
14862
|
+
cost: {
|
|
14863
|
+
input: 0.16,
|
|
14864
|
+
output: 0.47,
|
|
14865
|
+
cacheRead: 0.016,
|
|
14866
|
+
cacheWrite: 0.19999999999999998,
|
|
14867
|
+
},
|
|
14868
|
+
contextWindow: 991000,
|
|
14869
|
+
maxTokens: 128000,
|
|
14870
|
+
},
|
|
15209
14871
|
"alibaba/qwen3.8-max": {
|
|
15210
14872
|
id: "alibaba/qwen3.8-max",
|
|
15211
14873
|
name: "Qwen 3.8 Max",
|
|
@@ -15776,13 +15438,13 @@ export const MODELS = {
|
|
|
15776
15438
|
reasoning: true,
|
|
15777
15439
|
input: ["text"],
|
|
15778
15440
|
cost: {
|
|
15779
|
-
input:
|
|
15780
|
-
output:
|
|
15781
|
-
cacheRead: 0.
|
|
15441
|
+
input: 0.66,
|
|
15442
|
+
output: 1.9800000000000002,
|
|
15443
|
+
cacheRead: 0.022,
|
|
15782
15444
|
cacheWrite: 0,
|
|
15783
15445
|
},
|
|
15784
|
-
contextWindow:
|
|
15785
|
-
maxTokens:
|
|
15446
|
+
contextWindow: 1000000,
|
|
15447
|
+
maxTokens: 384000,
|
|
15786
15448
|
},
|
|
15787
15449
|
"deepseek/deepseek-v4-pro-0813": {
|
|
15788
15450
|
id: "deepseek/deepseek-v4-pro-0813",
|
|
@@ -16056,6 +15718,40 @@ export const MODELS = {
|
|
|
16056
15718
|
contextWindow: 256000,
|
|
16057
15719
|
maxTokens: 32000,
|
|
16058
15720
|
},
|
|
15721
|
+
"inclusionai/ling-3.0-flash-fin": {
|
|
15722
|
+
id: "inclusionai/ling-3.0-flash-fin",
|
|
15723
|
+
name: "Ling 3.0 Flash Fin",
|
|
15724
|
+
api: "anthropic-messages",
|
|
15725
|
+
provider: "vercel-ai-gateway",
|
|
15726
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15727
|
+
reasoning: true,
|
|
15728
|
+
input: ["text"],
|
|
15729
|
+
cost: {
|
|
15730
|
+
input: 0,
|
|
15731
|
+
output: 0,
|
|
15732
|
+
cacheRead: 0,
|
|
15733
|
+
cacheWrite: 0,
|
|
15734
|
+
},
|
|
15735
|
+
contextWindow: 256000,
|
|
15736
|
+
maxTokens: 32000,
|
|
15737
|
+
},
|
|
15738
|
+
"inclusionai/ling-3.0-flash-fin-free": {
|
|
15739
|
+
id: "inclusionai/ling-3.0-flash-fin-free",
|
|
15740
|
+
name: "Ling 3.0 Flash Fin (Free)",
|
|
15741
|
+
api: "anthropic-messages",
|
|
15742
|
+
provider: "vercel-ai-gateway",
|
|
15743
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15744
|
+
reasoning: true,
|
|
15745
|
+
input: ["text"],
|
|
15746
|
+
cost: {
|
|
15747
|
+
input: 0,
|
|
15748
|
+
output: 0,
|
|
15749
|
+
cacheRead: 0,
|
|
15750
|
+
cacheWrite: 0,
|
|
15751
|
+
},
|
|
15752
|
+
contextWindow: 256000,
|
|
15753
|
+
maxTokens: 32000,
|
|
15754
|
+
},
|
|
16059
15755
|
"interfaze/interfaze-beta": {
|
|
16060
15756
|
id: "interfaze/interfaze-beta",
|
|
16061
15757
|
name: "Interfaze Beta",
|
|
@@ -16381,7 +16077,7 @@ export const MODELS = {
|
|
|
16381
16077
|
},
|
|
16382
16078
|
"minimax/minimax-m2.7": {
|
|
16383
16079
|
id: "minimax/minimax-m2.7",
|
|
16384
|
-
name: "
|
|
16080
|
+
name: "MiniMax M2.7",
|
|
16385
16081
|
api: "anthropic-messages",
|
|
16386
16082
|
provider: "vercel-ai-gateway",
|
|
16387
16083
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
@@ -16398,7 +16094,7 @@ export const MODELS = {
|
|
|
16398
16094
|
},
|
|
16399
16095
|
"minimax/minimax-m2.7-free": {
|
|
16400
16096
|
id: "minimax/minimax-m2.7-free",
|
|
16401
|
-
name: "
|
|
16097
|
+
name: "MiniMax M2.7 (Free)",
|
|
16402
16098
|
api: "anthropic-messages",
|
|
16403
16099
|
provider: "vercel-ai-gateway",
|
|
16404
16100
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
@@ -16444,8 +16140,8 @@ export const MODELS = {
|
|
|
16444
16140
|
cacheRead: 0.06,
|
|
16445
16141
|
cacheWrite: 0,
|
|
16446
16142
|
},
|
|
16447
|
-
contextWindow:
|
|
16448
|
-
maxTokens:
|
|
16143
|
+
contextWindow: 512000,
|
|
16144
|
+
maxTokens: 512000,
|
|
16449
16145
|
},
|
|
16450
16146
|
"minimax/minimax-m3-free": {
|
|
16451
16147
|
id: "minimax/minimax-m3-free",
|
|
@@ -16747,7 +16443,7 @@ export const MODELS = {
|
|
|
16747
16443
|
cost: {
|
|
16748
16444
|
input: 0.95,
|
|
16749
16445
|
output: 4,
|
|
16750
|
-
cacheRead: 0.
|
|
16446
|
+
cacheRead: 0.16,
|
|
16751
16447
|
cacheWrite: 0,
|
|
16752
16448
|
},
|
|
16753
16449
|
contextWindow: 256000,
|
|
@@ -18173,13 +17869,30 @@ export const MODELS = {
|
|
|
18173
17869
|
reasoning: true,
|
|
18174
17870
|
input: ["text"],
|
|
18175
17871
|
cost: {
|
|
18176
|
-
input: 0.
|
|
18177
|
-
output: 0.
|
|
18178
|
-
cacheRead: 0.
|
|
17872
|
+
input: 0.14,
|
|
17873
|
+
output: 0.58,
|
|
17874
|
+
cacheRead: 0.035,
|
|
17875
|
+
cacheWrite: 0,
|
|
17876
|
+
},
|
|
17877
|
+
contextWindow: 262144,
|
|
17878
|
+
maxTokens: 262144,
|
|
17879
|
+
},
|
|
17880
|
+
"tencent/hy4-preview": {
|
|
17881
|
+
id: "tencent/hy4-preview",
|
|
17882
|
+
name: "Tencent Hy4 Preview",
|
|
17883
|
+
api: "anthropic-messages",
|
|
17884
|
+
provider: "vercel-ai-gateway",
|
|
17885
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
17886
|
+
reasoning: true,
|
|
17887
|
+
input: ["text"],
|
|
17888
|
+
cost: {
|
|
17889
|
+
input: 0.834,
|
|
17890
|
+
output: 2.501,
|
|
17891
|
+
cacheRead: 0.041999999999999996,
|
|
18179
17892
|
cacheWrite: 0,
|
|
18180
17893
|
},
|
|
18181
|
-
contextWindow:
|
|
18182
|
-
maxTokens:
|
|
17894
|
+
contextWindow: 1024000,
|
|
17895
|
+
maxTokens: 64000,
|
|
18183
17896
|
},
|
|
18184
17897
|
"thinkingmachines/inkling": {
|
|
18185
17898
|
id: "thinkingmachines/inkling",
|
|
@@ -18464,11 +18177,28 @@ export const MODELS = {
|
|
|
18464
18177
|
cost: {
|
|
18465
18178
|
input: 1.4,
|
|
18466
18179
|
output: 4.4,
|
|
18467
|
-
cacheRead: 0.
|
|
18180
|
+
cacheRead: 0.14,
|
|
18181
|
+
cacheWrite: 0,
|
|
18182
|
+
},
|
|
18183
|
+
contextWindow: 1000000,
|
|
18184
|
+
maxTokens: 1000000,
|
|
18185
|
+
},
|
|
18186
|
+
"zai/glm-5.3-flash": {
|
|
18187
|
+
id: "zai/glm-5.3-flash",
|
|
18188
|
+
name: "GLM 5.3 Flash",
|
|
18189
|
+
api: "anthropic-messages",
|
|
18190
|
+
provider: "vercel-ai-gateway",
|
|
18191
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18192
|
+
reasoning: true,
|
|
18193
|
+
input: ["text", "image"],
|
|
18194
|
+
cost: {
|
|
18195
|
+
input: 0.15,
|
|
18196
|
+
output: 0.5,
|
|
18197
|
+
cacheRead: 0.03,
|
|
18468
18198
|
cacheWrite: 0,
|
|
18469
18199
|
},
|
|
18470
18200
|
contextWindow: 1000000,
|
|
18471
|
-
maxTokens:
|
|
18201
|
+
maxTokens: 131000,
|
|
18472
18202
|
},
|
|
18473
18203
|
"zai/glm-5v-turbo": {
|
|
18474
18204
|
id: "zai/glm-5v-turbo",
|