@dreb/ai 2.61.1 → 2.62.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.
@@ -776,10 +776,10 @@ export const MODELS = {
776
776
  reasoning: true,
777
777
  input: ["text", "image"],
778
778
  cost: {
779
- input: 0.22,
780
- output: 1.32,
781
- cacheRead: 0.022,
782
- cacheWrite: 0.275,
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: 5.5,
797
- output: 33,
798
- cacheRead: 0.55,
799
- cacheWrite: 6.875,
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.2,
814
- output: 13.2,
815
- cacheRead: 0.22,
816
- cacheWrite: 2.75,
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: 5.5,
1426
- output: 33,
1427
- cacheRead: 0.55,
1428
- cacheWrite: 6.875,
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,
@@ -2769,10 +2769,10 @@ export const MODELS = {
2769
2769
  reasoning: true,
2770
2770
  input: ["text", "image"],
2771
2771
  cost: {
2772
- input: 5,
2773
- output: 30,
2774
- cacheRead: 0.5,
2775
- cacheWrite: 6.25,
2772
+ input: 4,
2773
+ output: 20,
2774
+ cacheRead: 0.4,
2775
+ cacheWrite: 5,
2776
2776
  },
2777
2777
  contextWindow: 1050000,
2778
2778
  maxTokens: 128000,
@@ -2803,10 +2803,10 @@ export const MODELS = {
2803
2803
  reasoning: true,
2804
2804
  input: ["text", "image"],
2805
2805
  cost: {
2806
- input: 5,
2807
- output: 30,
2808
- cacheRead: 0.5,
2809
- cacheWrite: 6.25,
2806
+ input: 4,
2807
+ output: 20,
2808
+ cacheRead: 0.4,
2809
+ cacheWrite: 5,
2810
2810
  },
2811
2811
  contextWindow: 1050000,
2812
2812
  maxTokens: 128000,
@@ -4556,7 +4556,7 @@ export const MODELS = {
4556
4556
  cacheWrite: 0,
4557
4557
  },
4558
4558
  contextWindow: 204800,
4559
- maxTokens: 128000,
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: 128000,
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"],
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": {
@@ -7011,10 +7064,10 @@ export const MODELS = {
7011
7064
  reasoning: true,
7012
7065
  input: ["text", "image"],
7013
7066
  cost: {
7014
- input: 5,
7015
- output: 30,
7016
- cacheRead: 0.5,
7017
- cacheWrite: 6.25,
7067
+ input: 4,
7068
+ output: 20,
7069
+ cacheRead: 0.4,
7070
+ cacheWrite: 5,
7018
7071
  },
7019
7072
  contextWindow: 1050000,
7020
7073
  maxTokens: 128000,
@@ -7045,10 +7098,10 @@ export const MODELS = {
7045
7098
  reasoning: true,
7046
7099
  input: ["text", "image"],
7047
7100
  cost: {
7048
- input: 5,
7049
- output: 30,
7050
- cacheRead: 0.5,
7051
- cacheWrite: 6.25,
7101
+ input: 4,
7102
+ output: 20,
7103
+ cacheRead: 0.4,
7104
+ cacheWrite: 5,
7052
7105
  },
7053
7106
  contextWindow: 1050000,
7054
7107
  maxTokens: 128000,
@@ -8069,10 +8122,10 @@ export const MODELS = {
8069
8122
  reasoning: true,
8070
8123
  input: ["text", "image"],
8071
8124
  cost: {
8072
- input: 2.5,
8073
- output: 15,
8074
- cacheRead: 0.25,
8075
- cacheWrite: 3.125,
8125
+ input: 2,
8126
+ output: 10,
8127
+ cacheRead: 0.2,
8128
+ cacheWrite: 2.5,
8076
8129
  },
8077
8130
  contextWindow: 1050000,
8078
8131
  maxTokens: 128000,
@@ -8105,7 +8158,7 @@ export const MODELS = {
8105
8158
  cost: {
8106
8159
  input: 2,
8107
8160
  output: 6,
8108
- cacheRead: 0.5,
8161
+ cacheRead: 0.3,
8109
8162
  cacheWrite: 0,
8110
8163
  },
8111
8164
  contextWindow: 500000,
@@ -8400,23 +8453,6 @@ export const MODELS = {
8400
8453
  contextWindow: 262144,
8401
8454
  maxTokens: 65536,
8402
8455
  },
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
8456
  },
8421
8457
  "opencode-go": {
8422
8458
  "deepseek-v4-flash": {
@@ -8521,6 +8557,23 @@ export const MODELS = {
8521
8557
  contextWindow: 1000000,
8522
8558
  maxTokens: 131072,
8523
8559
  },
8560
+ "glm-5.3-flash": {
8561
+ id: "glm-5.3-flash",
8562
+ name: "GLM-5.3-Flash (2x usage)",
8563
+ api: "openai-completions",
8564
+ provider: "opencode-go",
8565
+ baseUrl: "https://opencode.ai/zen/go/v1",
8566
+ reasoning: true,
8567
+ input: ["text", "image"],
8568
+ cost: {
8569
+ input: 0.075,
8570
+ output: 0.25,
8571
+ cacheRead: 0.015,
8572
+ cacheWrite: 0,
8573
+ },
8574
+ contextWindow: 1000000,
8575
+ maxTokens: 131072,
8576
+ },
8524
8577
  "gpt-5.6-luna": {
8525
8578
  id: "gpt-5.6-luna",
8526
8579
  name: "GPT-5.6 Luna",
@@ -8538,9 +8591,9 @@ export const MODELS = {
8538
8591
  contextWindow: 1050000,
8539
8592
  maxTokens: 128000,
8540
8593
  },
8541
- "grok-4.5": {
8542
- id: "grok-4.5",
8543
- name: "Grok 4.5",
8594
+ "grok-4.6": {
8595
+ id: "grok-4.6",
8596
+ name: "Grok 4.6",
8544
8597
  api: "openai-responses",
8545
8598
  provider: "opencode-go",
8546
8599
  baseUrl: "https://opencode.ai/zen/go/v1",
@@ -8623,6 +8676,23 @@ export const MODELS = {
8623
8676
  contextWindow: 1048576,
8624
8677
  maxTokens: 131072,
8625
8678
  },
8679
+ "longcat-2.0": {
8680
+ id: "longcat-2.0",
8681
+ name: "LongCat-2.0",
8682
+ api: "openai-completions",
8683
+ provider: "opencode-go",
8684
+ baseUrl: "https://opencode.ai/zen/go/v1",
8685
+ reasoning: true,
8686
+ input: ["text"],
8687
+ cost: {
8688
+ input: 0.3,
8689
+ output: 1.2,
8690
+ cacheRead: 0.006,
8691
+ cacheWrite: 0,
8692
+ },
8693
+ contextWindow: 1000000,
8694
+ maxTokens: 131072,
8695
+ },
8626
8696
  "mimo-v2.5": {
8627
8697
  id: "mimo-v2.5",
8628
8698
  name: "MiMo V2.5",
@@ -8708,23 +8778,6 @@ export const MODELS = {
8708
8778
  contextWindow: 1048576,
8709
8779
  maxTokens: 131072,
8710
8780
  },
8711
- "ox-alpha-free": {
8712
- id: "ox-alpha-free",
8713
- name: "Ox Alpha Free (Unlimited)",
8714
- api: "openai-completions",
8715
- provider: "opencode-go",
8716
- baseUrl: "https://opencode.ai/zen/go/v1",
8717
- reasoning: true,
8718
- input: ["text", "image"],
8719
- cost: {
8720
- input: 0,
8721
- output: 0,
8722
- cacheRead: 0,
8723
- cacheWrite: 0,
8724
- },
8725
- contextWindow: 1000000,
8726
- maxTokens: 131072,
8727
- },
8728
8781
  "qwen3.6-plus": {
8729
8782
  id: "qwen3.6-plus",
8730
8783
  name: "Qwen3.6 Plus",
@@ -9422,7 +9475,7 @@ export const MODELS = {
9422
9475
  cacheWrite: 0,
9423
9476
  },
9424
9477
  contextWindow: 262144,
9425
- maxTokens: 262144,
9478
+ maxTokens: 235929,
9426
9479
  },
9427
9480
  "arcee-ai/virtuoso-large": {
9428
9481
  id: "arcee-ai/virtuoso-large",
@@ -9507,7 +9560,7 @@ export const MODELS = {
9507
9560
  cacheWrite: 0,
9508
9561
  },
9509
9562
  contextWindow: 262144,
9510
- maxTokens: 262144,
9563
+ maxTokens: 235929,
9511
9564
  },
9512
9565
  "bytedance-seed/seed-2.0-code": {
9513
9566
  id: "bytedance-seed/seed-2.0-code",
@@ -9643,7 +9696,7 @@ export const MODELS = {
9643
9696
  cacheWrite: 0,
9644
9697
  },
9645
9698
  contextWindow: 163840,
9646
- maxTokens: 163840,
9699
+ maxTokens: 147456,
9647
9700
  },
9648
9701
  "deepseek/deepseek-chat-v3.1": {
9649
9702
  id: "deepseek/deepseek-chat-v3.1",
@@ -9654,13 +9707,13 @@ export const MODELS = {
9654
9707
  reasoning: true,
9655
9708
  input: ["text"],
9656
9709
  cost: {
9657
- input: 0.25,
9658
- output: 0.95,
9659
- cacheRead: 0.13,
9710
+ input: 0.55,
9711
+ output: 1.6500000000000001,
9712
+ cacheRead: 0.55,
9660
9713
  cacheWrite: 0,
9661
9714
  },
9662
9715
  contextWindow: 163840,
9663
- maxTokens: 32768,
9716
+ maxTokens: 144900,
9664
9717
  },
9665
9718
  "deepseek/deepseek-r1": {
9666
9719
  id: "deepseek/deepseek-r1",
@@ -9722,13 +9775,13 @@ export const MODELS = {
9722
9775
  reasoning: true,
9723
9776
  input: ["text"],
9724
9777
  cost: {
9725
- input: 0.26899999999999996,
9726
- output: 0.39999999999999997,
9727
- cacheRead: 0.13449999999999998,
9778
+ input: 0.26,
9779
+ output: 0.38,
9780
+ cacheRead: 0.13,
9728
9781
  cacheWrite: 0,
9729
9782
  },
9730
9783
  contextWindow: 163840,
9731
- maxTokens: 65536,
9784
+ maxTokens: 147456,
9732
9785
  },
9733
9786
  "deepseek/deepseek-v3.2-exp": {
9734
9787
  id: "deepseek/deepseek-v3.2-exp",
@@ -9756,9 +9809,9 @@ export const MODELS = {
9756
9809
  reasoning: true,
9757
9810
  input: ["text"],
9758
9811
  cost: {
9759
- input: 0.07966,
9760
- output: 0.15932,
9761
- cacheRead: 0.015932,
9812
+ input: 0.07798000000000001,
9813
+ output: 0.15596000000000002,
9814
+ cacheRead: 0.015595999999999999,
9762
9815
  cacheWrite: 0,
9763
9816
  },
9764
9817
  contextWindow: 1048576,
@@ -9773,13 +9826,13 @@ export const MODELS = {
9773
9826
  reasoning: true,
9774
9827
  input: ["text"],
9775
9828
  cost: {
9776
- input: 0.08,
9777
- output: 0.18,
9778
- cacheRead: 0.016,
9829
+ input: 0.049999999999999996,
9830
+ output: 0.09999999999999999,
9831
+ cacheRead: 0.01,
9779
9832
  cacheWrite: 0,
9780
9833
  },
9781
9834
  contextWindow: 1310720,
9782
- maxTokens: 384000,
9835
+ maxTokens: 943718,
9783
9836
  },
9784
9837
  "deepseek/deepseek-v4-flash-vision-exp": {
9785
9838
  id: "deepseek/deepseek-v4-flash-vision-exp",
@@ -9807,13 +9860,13 @@ export const MODELS = {
9807
9860
  reasoning: true,
9808
9861
  input: ["text"],
9809
9862
  cost: {
9810
- input: 1.5999999999999999,
9811
- output: 3.1999999999999997,
9812
- cacheRead: 0.135,
9863
+ input: 0.87,
9864
+ output: 1.74,
9865
+ cacheRead: 0.0725,
9813
9866
  cacheWrite: 0,
9814
9867
  },
9815
9868
  contextWindow: 1048576,
9816
- maxTokens: 393216,
9869
+ maxTokens: 384000,
9817
9870
  },
9818
9871
  "deepseek/deepseek-v4-pro-0813": {
9819
9872
  id: "deepseek/deepseek-v4-pro-0813",
@@ -9824,13 +9877,13 @@ export const MODELS = {
9824
9877
  reasoning: true,
9825
9878
  input: ["text"],
9826
9879
  cost: {
9827
- input: 1.1880000000000002,
9828
- output: 3.564,
9829
- cacheRead: 0.039599999999999996,
9880
+ input: 1.122,
9881
+ output: 3.366,
9882
+ cacheRead: 0.037399999999999996,
9830
9883
  cacheWrite: 0,
9831
9884
  },
9832
9885
  contextWindow: 1048576,
9833
- maxTokens: 4096,
9886
+ maxTokens: 943717,
9834
9887
  },
9835
9888
  "dots-studio/dots-3-note-preview:free": {
9836
9889
  id: "dots-studio/dots-3-note-preview:free",
@@ -9847,7 +9900,7 @@ export const MODELS = {
9847
9900
  cacheWrite: 0,
9848
9901
  },
9849
9902
  contextWindow: 512000,
9850
- maxTokens: 512000,
9903
+ maxTokens: 460800,
9851
9904
  },
9852
9905
  "google/gemini-2.5-flash": {
9853
9906
  id: "google/gemini-2.5-flash",
@@ -10306,7 +10359,7 @@ export const MODELS = {
10306
10359
  cacheWrite: 0,
10307
10360
  },
10308
10361
  contextWindow: 262144,
10309
- maxTokens: 131072,
10362
+ maxTokens: 117964,
10310
10363
  },
10311
10364
  "google/gemma-4-26b-a4b-it": {
10312
10365
  id: "google/gemma-4-26b-a4b-it",
@@ -10351,13 +10404,13 @@ export const MODELS = {
10351
10404
  reasoning: true,
10352
10405
  input: ["text", "image"],
10353
10406
  cost: {
10354
- input: 0.09999999999999999,
10407
+ input: 0.09,
10355
10408
  output: 0.33999999999999997,
10356
- cacheRead: 0.09999999999999999,
10409
+ cacheRead: 0.049999999999999996,
10357
10410
  cacheWrite: 0,
10358
10411
  },
10359
10412
  contextWindow: 262144,
10360
- maxTokens: 262144,
10413
+ maxTokens: 16384,
10361
10414
  },
10362
10415
  "google/gemma-4-31b-it:free": {
10363
10416
  id: "google/gemma-4-31b-it:free",
@@ -10391,7 +10444,7 @@ export const MODELS = {
10391
10444
  cacheWrite: 0,
10392
10445
  },
10393
10446
  contextWindow: 131072,
10394
- maxTokens: 131072,
10447
+ maxTokens: 117964,
10395
10448
  },
10396
10449
  "inception/mercury-2": {
10397
10450
  id: "inception/mercury-2",
@@ -10410,40 +10463,6 @@ export const MODELS = {
10410
10463
  contextWindow: 128000,
10411
10464
  maxTokens: 50000,
10412
10465
  },
10413
- "inclusionai/ling-2.6-1t": {
10414
- id: "inclusionai/ling-2.6-1t",
10415
- name: "inclusionAI: Ling-2.6-1T",
10416
- api: "openai-completions",
10417
- provider: "openrouter",
10418
- baseUrl: "https://openrouter.ai/api/v1",
10419
- reasoning: false,
10420
- input: ["text"],
10421
- cost: {
10422
- input: 0.075,
10423
- output: 0.625,
10424
- cacheRead: 0.015,
10425
- cacheWrite: 0,
10426
- },
10427
- contextWindow: 262144,
10428
- maxTokens: 32768,
10429
- },
10430
- "inclusionai/ling-2.6-flash": {
10431
- id: "inclusionai/ling-2.6-flash",
10432
- name: "inclusionAI: Ling-2.6-flash",
10433
- api: "openai-completions",
10434
- provider: "openrouter",
10435
- baseUrl: "https://openrouter.ai/api/v1",
10436
- reasoning: false,
10437
- input: ["text"],
10438
- cost: {
10439
- input: 0.01,
10440
- output: 0.03,
10441
- cacheRead: 0.002,
10442
- cacheWrite: 0,
10443
- },
10444
- contextWindow: 262144,
10445
- maxTokens: 32768,
10446
- },
10447
10466
  "inclusionai/ling-3.0-flash": {
10448
10467
  id: "inclusionai/ling-3.0-flash",
10449
10468
  name: "Ling-3.0-flash",
@@ -10461,22 +10480,22 @@ export const MODELS = {
10461
10480
  contextWindow: 262144,
10462
10481
  maxTokens: 32768,
10463
10482
  },
10464
- "inclusionai/ring-2.6-1t": {
10465
- id: "inclusionai/ring-2.6-1t",
10466
- name: "inclusionAI: Ring-2.6-1T",
10483
+ "inclusionai/ling-3.0-flash-fin:free": {
10484
+ id: "inclusionai/ling-3.0-flash-fin:free",
10485
+ name: "Ling 3.0 Flash Fin (free)",
10467
10486
  api: "openai-completions",
10468
10487
  provider: "openrouter",
10469
10488
  baseUrl: "https://openrouter.ai/api/v1",
10470
10489
  reasoning: true,
10471
10490
  input: ["text"],
10472
10491
  cost: {
10473
- input: 0.075,
10474
- output: 0.625,
10475
- cacheRead: 0.015,
10492
+ input: 0,
10493
+ output: 0,
10494
+ cacheRead: 0,
10476
10495
  cacheWrite: 0,
10477
10496
  },
10478
10497
  contextWindow: 262144,
10479
- maxTokens: 65536,
10498
+ maxTokens: 32768,
10480
10499
  },
10481
10500
  "kwaipilot/kat-coder-air-v2.5": {
10482
10501
  id: "kwaipilot/kat-coder-air-v2.5",
@@ -10595,7 +10614,7 @@ export const MODELS = {
10595
10614
  cacheWrite: 0,
10596
10615
  },
10597
10616
  contextWindow: 131072,
10598
- maxTokens: 131072,
10617
+ maxTokens: 117964,
10599
10618
  },
10600
10619
  "meta-llama/llama-3.3-70b-instruct": {
10601
10620
  id: "meta-llama/llama-3.3-70b-instruct",
@@ -10606,13 +10625,13 @@ export const MODELS = {
10606
10625
  reasoning: false,
10607
10626
  input: ["text"],
10608
10627
  cost: {
10609
- input: 0.09999999999999999,
10610
- output: 0.32,
10611
- cacheRead: 0,
10628
+ input: 0.71,
10629
+ output: 0.71,
10630
+ cacheRead: 0.71,
10612
10631
  cacheWrite: 0,
10613
10632
  },
10614
10633
  contextWindow: 131072,
10615
- maxTokens: 16384,
10634
+ maxTokens: 115200,
10616
10635
  },
10617
10636
  "meta-llama/llama-4-maverick": {
10618
10637
  id: "meta-llama/llama-4-maverick",
@@ -10640,13 +10659,13 @@ export const MODELS = {
10640
10659
  reasoning: false,
10641
10660
  input: ["text", "image"],
10642
10661
  cost: {
10643
- input: 0.09999999999999999,
10644
- output: 0.3,
10645
- cacheRead: 0,
10662
+ input: 0.11,
10663
+ output: 0.33999999999999997,
10664
+ cacheRead: 0.055,
10646
10665
  cacheWrite: 0,
10647
10666
  },
10648
10667
  contextWindow: 1310720,
10649
- maxTokens: 16384,
10668
+ maxTokens: 8192,
10650
10669
  },
10651
10670
  "meta/muse-glimmer-30b": {
10652
10671
  id: "meta/muse-glimmer-30b",
@@ -10657,13 +10676,13 @@ export const MODELS = {
10657
10676
  reasoning: true,
10658
10677
  input: ["text", "image"],
10659
10678
  cost: {
10660
- input: 0.3,
10661
- output: 1.1,
10679
+ input: 0.35,
10680
+ output: 1.5,
10662
10681
  cacheRead: 0.04,
10663
10682
  cacheWrite: 0,
10664
10683
  },
10665
10684
  contextWindow: 131072,
10666
- maxTokens: 131072,
10685
+ maxTokens: 117964,
10667
10686
  },
10668
10687
  "meta/muse-spark-1.1": {
10669
10688
  id: "meta/muse-spark-1.1",
@@ -10680,7 +10699,7 @@ export const MODELS = {
10680
10699
  cacheWrite: 0,
10681
10700
  },
10682
10701
  contextWindow: 1048576,
10683
- maxTokens: 4096,
10702
+ maxTokens: 943718,
10684
10703
  },
10685
10704
  "meta/muse-spark-1.2": {
10686
10705
  id: "meta/muse-spark-1.2",
@@ -10697,7 +10716,24 @@ export const MODELS = {
10697
10716
  cacheWrite: 0,
10698
10717
  },
10699
10718
  contextWindow: 1048576,
10700
- maxTokens: 4096,
10719
+ maxTokens: 943718,
10720
+ },
10721
+ "meta/muse-spark-1.2-contributor": {
10722
+ id: "meta/muse-spark-1.2-contributor",
10723
+ name: "Meta: Muse Spark 1.2 Contributor",
10724
+ api: "openai-completions",
10725
+ provider: "openrouter",
10726
+ baseUrl: "https://openrouter.ai/api/v1",
10727
+ reasoning: true,
10728
+ input: ["text", "image"],
10729
+ cost: {
10730
+ input: 0.09999999999999999,
10731
+ output: 0.19999999999999998,
10732
+ cacheRead: 0.002,
10733
+ cacheWrite: 0,
10734
+ },
10735
+ contextWindow: 1048576,
10736
+ maxTokens: 943718,
10701
10737
  },
10702
10738
  "minimax/minimax-m1": {
10703
10739
  id: "minimax/minimax-m1",
@@ -10760,12 +10796,12 @@ export const MODELS = {
10760
10796
  input: ["text"],
10761
10797
  cost: {
10762
10798
  input: 0.27,
10763
- output: 0.95,
10764
- cacheRead: 0.03,
10799
+ output: 1.08,
10800
+ cacheRead: 0.027,
10765
10801
  cacheWrite: 0,
10766
10802
  },
10767
10803
  contextWindow: 204800,
10768
- maxTokens: 32768,
10804
+ maxTokens: 128000,
10769
10805
  },
10770
10806
  "minimax/minimax-m2.7": {
10771
10807
  id: "minimax/minimax-m2.7",
@@ -10784,6 +10820,23 @@ export const MODELS = {
10784
10820
  contextWindow: 204800,
10785
10821
  maxTokens: 131072,
10786
10822
  },
10823
+ "minimax/minimax-m2.7:free": {
10824
+ id: "minimax/minimax-m2.7:free",
10825
+ name: "MiniMax: MiniMax M2.7 (free)",
10826
+ api: "openai-completions",
10827
+ provider: "openrouter",
10828
+ baseUrl: "https://openrouter.ai/api/v1",
10829
+ reasoning: true,
10830
+ input: ["text"],
10831
+ cost: {
10832
+ input: 0,
10833
+ output: 0,
10834
+ cacheRead: 0,
10835
+ cacheWrite: 0,
10836
+ },
10837
+ contextWindow: 196608,
10838
+ maxTokens: 176947,
10839
+ },
10787
10840
  "minimax/minimax-m3": {
10788
10841
  id: "minimax/minimax-m3",
10789
10842
  name: "MiniMax: MiniMax M3",
@@ -10816,7 +10869,24 @@ export const MODELS = {
10816
10869
  cacheWrite: 0,
10817
10870
  },
10818
10871
  contextWindow: 524288,
10819
- maxTokens: 4096,
10872
+ maxTokens: 471859,
10873
+ },
10874
+ "minimax/minimax-m3:free": {
10875
+ id: "minimax/minimax-m3:free",
10876
+ name: "MiniMax: MiniMax M3 (free)",
10877
+ api: "openai-completions",
10878
+ provider: "openrouter",
10879
+ baseUrl: "https://openrouter.ai/api/v1",
10880
+ reasoning: true,
10881
+ input: ["text", "image"],
10882
+ cost: {
10883
+ input: 0,
10884
+ output: 0,
10885
+ cacheRead: 0,
10886
+ cacheWrite: 0,
10887
+ },
10888
+ contextWindow: 1048576,
10889
+ maxTokens: 943718,
10820
10890
  },
10821
10891
  "mistralai/codestral-2508": {
10822
10892
  id: "mistralai/codestral-2508",
@@ -10833,7 +10903,24 @@ export const MODELS = {
10833
10903
  cacheWrite: 0,
10834
10904
  },
10835
10905
  contextWindow: 256000,
10836
- maxTokens: 4096,
10906
+ maxTokens: 204800,
10907
+ },
10908
+ "mistralai/devstral-2512": {
10909
+ id: "mistralai/devstral-2512",
10910
+ name: "Mistral: Devstral 2 2512",
10911
+ api: "openai-completions",
10912
+ provider: "openrouter",
10913
+ baseUrl: "https://openrouter.ai/api/v1",
10914
+ reasoning: false,
10915
+ input: ["text"],
10916
+ cost: {
10917
+ input: 0.44,
10918
+ output: 2.2,
10919
+ cacheRead: 0.044,
10920
+ cacheWrite: 0,
10921
+ },
10922
+ contextWindow: 262144,
10923
+ maxTokens: 209715,
10837
10924
  },
10838
10925
  "mistralai/ministral-14b-2512": {
10839
10926
  id: "mistralai/ministral-14b-2512",
@@ -10850,7 +10937,7 @@ export const MODELS = {
10850
10937
  cacheWrite: 0,
10851
10938
  },
10852
10939
  contextWindow: 262144,
10853
- maxTokens: 4096,
10940
+ maxTokens: 209715,
10854
10941
  },
10855
10942
  "mistralai/ministral-3b-2512": {
10856
10943
  id: "mistralai/ministral-3b-2512",
@@ -10867,7 +10954,7 @@ export const MODELS = {
10867
10954
  cacheWrite: 0,
10868
10955
  },
10869
10956
  contextWindow: 131072,
10870
- maxTokens: 4096,
10957
+ maxTokens: 104857,
10871
10958
  },
10872
10959
  "mistralai/ministral-8b-2512": {
10873
10960
  id: "mistralai/ministral-8b-2512",
@@ -10884,7 +10971,7 @@ export const MODELS = {
10884
10971
  cacheWrite: 0,
10885
10972
  },
10886
10973
  contextWindow: 262144,
10887
- maxTokens: 4096,
10974
+ maxTokens: 209715,
10888
10975
  },
10889
10976
  "mistralai/mistral-large": {
10890
10977
  id: "mistralai/mistral-large",
@@ -10901,7 +10988,7 @@ export const MODELS = {
10901
10988
  cacheWrite: 0,
10902
10989
  },
10903
10990
  contextWindow: 128000,
10904
- maxTokens: 4096,
10991
+ maxTokens: 102400,
10905
10992
  },
10906
10993
  "mistralai/mistral-large-2407": {
10907
10994
  id: "mistralai/mistral-large-2407",
@@ -10918,7 +11005,7 @@ export const MODELS = {
10918
11005
  cacheWrite: 0,
10919
11006
  },
10920
11007
  contextWindow: 131072,
10921
- maxTokens: 4096,
11008
+ maxTokens: 104857,
10922
11009
  },
10923
11010
  "mistralai/mistral-large-2512": {
10924
11011
  id: "mistralai/mistral-large-2512",
@@ -10935,7 +11022,7 @@ export const MODELS = {
10935
11022
  cacheWrite: 0,
10936
11023
  },
10937
11024
  contextWindow: 262144,
10938
- maxTokens: 4096,
11025
+ maxTokens: 209715,
10939
11026
  },
10940
11027
  "mistralai/mistral-medium-3": {
10941
11028
  id: "mistralai/mistral-medium-3",
@@ -10952,7 +11039,7 @@ export const MODELS = {
10952
11039
  cacheWrite: 0,
10953
11040
  },
10954
11041
  contextWindow: 131072,
10955
- maxTokens: 4096,
11042
+ maxTokens: 104857,
10956
11043
  },
10957
11044
  "mistralai/mistral-medium-3-5": {
10958
11045
  id: "mistralai/mistral-medium-3-5",
@@ -10969,7 +11056,7 @@ export const MODELS = {
10969
11056
  cacheWrite: 0,
10970
11057
  },
10971
11058
  contextWindow: 262144,
10972
- maxTokens: 4096,
11059
+ maxTokens: 209715,
10973
11060
  },
10974
11061
  "mistralai/mistral-medium-3.1": {
10975
11062
  id: "mistralai/mistral-medium-3.1",
@@ -10986,7 +11073,7 @@ export const MODELS = {
10986
11073
  cacheWrite: 0,
10987
11074
  },
10988
11075
  contextWindow: 131072,
10989
- maxTokens: 4096,
11076
+ maxTokens: 104857,
10990
11077
  },
10991
11078
  "mistralai/mistral-nemo": {
10992
11079
  id: "mistralai/mistral-nemo",
@@ -11020,7 +11107,7 @@ export const MODELS = {
11020
11107
  cacheWrite: 0,
11021
11108
  },
11022
11109
  contextWindow: 32768,
11023
- maxTokens: 4096,
11110
+ maxTokens: 26214,
11024
11111
  },
11025
11112
  "mistralai/mistral-small-2603": {
11026
11113
  id: "mistralai/mistral-small-2603",
@@ -11037,7 +11124,7 @@ export const MODELS = {
11037
11124
  cacheWrite: 0,
11038
11125
  },
11039
11126
  contextWindow: 262144,
11040
- maxTokens: 4096,
11127
+ maxTokens: 209715,
11041
11128
  },
11042
11129
  "mistralai/mistral-small-3.2-24b-instruct": {
11043
11130
  id: "mistralai/mistral-small-3.2-24b-instruct",
@@ -11048,12 +11135,12 @@ export const MODELS = {
11048
11135
  reasoning: false,
11049
11136
  input: ["text", "image"],
11050
11137
  cost: {
11051
- input: 0.09375,
11052
- output: 0.25,
11138
+ input: 0.075,
11139
+ output: 0.19999999999999998,
11053
11140
  cacheRead: 0,
11054
11141
  cacheWrite: 0,
11055
11142
  },
11056
- contextWindow: 256000,
11143
+ contextWindow: 131072,
11057
11144
  maxTokens: 16384,
11058
11145
  },
11059
11146
  "mistralai/mixtral-8x22b-instruct": {
@@ -11071,7 +11158,7 @@ export const MODELS = {
11071
11158
  cacheWrite: 0,
11072
11159
  },
11073
11160
  contextWindow: 65536,
11074
- maxTokens: 4096,
11161
+ maxTokens: 52428,
11075
11162
  },
11076
11163
  "mistralai/voxtral-small-24b-2507": {
11077
11164
  id: "mistralai/voxtral-small-24b-2507",
@@ -11088,7 +11175,7 @@ export const MODELS = {
11088
11175
  cacheWrite: 0,
11089
11176
  },
11090
11177
  contextWindow: 32000,
11091
- maxTokens: 4096,
11178
+ maxTokens: 25600,
11092
11179
  },
11093
11180
  "moonshotai/kimi-k2": {
11094
11181
  id: "moonshotai/kimi-k2",
@@ -11167,13 +11254,13 @@ export const MODELS = {
11167
11254
  reasoning: true,
11168
11255
  input: ["text", "image"],
11169
11256
  cost: {
11170
- input: 0.5795,
11171
- output: 2.44,
11172
- cacheRead: 0.0976,
11257
+ input: 0.95,
11258
+ output: 4,
11259
+ cacheRead: 0.16,
11173
11260
  cacheWrite: 0,
11174
11261
  },
11175
11262
  contextWindow: 262144,
11176
- maxTokens: 262144,
11263
+ maxTokens: 235929,
11177
11264
  },
11178
11265
  "moonshotai/kimi-k2.7-code": {
11179
11266
  id: "moonshotai/kimi-k2.7-code",
@@ -11184,13 +11271,13 @@ export const MODELS = {
11184
11271
  reasoning: true,
11185
11272
  input: ["text", "image"],
11186
11273
  cost: {
11187
- input: 0.67,
11274
+ input: 0.66,
11188
11275
  output: 3.4,
11189
- cacheRead: 0.16999999999999998,
11276
+ cacheRead: 0.18,
11190
11277
  cacheWrite: 0,
11191
11278
  },
11192
11279
  contextWindow: 262144,
11193
- maxTokens: 262144,
11280
+ maxTokens: 235929,
11194
11281
  },
11195
11282
  "moonshotai/kimi-k2.7-code:batch": {
11196
11283
  id: "moonshotai/kimi-k2.7-code:batch",
@@ -11207,7 +11294,7 @@ export const MODELS = {
11207
11294
  cacheWrite: 0,
11208
11295
  },
11209
11296
  contextWindow: 262144,
11210
- maxTokens: 4096,
11297
+ maxTokens: 235929,
11211
11298
  },
11212
11299
  "moonshotai/kimi-k3": {
11213
11300
  id: "moonshotai/kimi-k3",
@@ -11224,7 +11311,7 @@ export const MODELS = {
11224
11311
  cacheWrite: 0,
11225
11312
  },
11226
11313
  contextWindow: 1048576,
11227
- maxTokens: 4096,
11314
+ maxTokens: 943718,
11228
11315
  },
11229
11316
  "nex-agi/nex-n2-mini": {
11230
11317
  id: "nex-agi/nex-n2-mini",
@@ -11241,7 +11328,7 @@ export const MODELS = {
11241
11328
  cacheWrite: 0,
11242
11329
  },
11243
11330
  contextWindow: 262144,
11244
- maxTokens: 262144,
11331
+ maxTokens: 235929,
11245
11332
  },
11246
11333
  "nex-agi/nex-n2-pro": {
11247
11334
  id: "nex-agi/nex-n2-pro",
@@ -11258,7 +11345,7 @@ export const MODELS = {
11258
11345
  cacheWrite: 0,
11259
11346
  },
11260
11347
  contextWindow: 262144,
11261
- maxTokens: 262144,
11348
+ maxTokens: 235929,
11262
11349
  },
11263
11350
  "nvidia/nemotron-3-nano-30b-a3b": {
11264
11351
  id: "nvidia/nemotron-3-nano-30b-a3b",
@@ -11271,28 +11358,11 @@ export const MODELS = {
11271
11358
  cost: {
11272
11359
  input: 0.049999999999999996,
11273
11360
  output: 0.19999999999999998,
11274
- cacheRead: 0.03,
11361
+ cacheRead: 0.024999999999999998,
11275
11362
  cacheWrite: 0,
11276
11363
  },
11277
11364
  contextWindow: 262144,
11278
- maxTokens: 262144,
11279
- },
11280
- "nvidia/nemotron-3-nano-30b-a3b:free": {
11281
- id: "nvidia/nemotron-3-nano-30b-a3b:free",
11282
- name: "NVIDIA: Nemotron 3 Nano 30B A3B (free)",
11283
- api: "openai-completions",
11284
- provider: "openrouter",
11285
- baseUrl: "https://openrouter.ai/api/v1",
11286
- reasoning: true,
11287
- input: ["text"],
11288
- cost: {
11289
- input: 0,
11290
- output: 0,
11291
- cacheRead: 0,
11292
- cacheWrite: 0,
11293
- },
11294
- contextWindow: 256000,
11295
- maxTokens: 4096,
11365
+ maxTokens: 228000,
11296
11366
  },
11297
11367
  "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
11298
11368
  id: "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free",
@@ -11343,7 +11413,7 @@ export const MODELS = {
11343
11413
  cacheWrite: 0,
11344
11414
  },
11345
11415
  contextWindow: 262144,
11346
- maxTokens: 262144,
11416
+ maxTokens: 235929,
11347
11417
  },
11348
11418
  "nvidia/nemotron-3-ultra-550b-a55b": {
11349
11419
  id: "nvidia/nemotron-3-ultra-550b-a55b",
@@ -11360,7 +11430,7 @@ export const MODELS = {
11360
11430
  cacheWrite: 0,
11361
11431
  },
11362
11432
  contextWindow: 512288,
11363
- maxTokens: 4096,
11433
+ maxTokens: 461059,
11364
11434
  },
11365
11435
  "nvidia/nemotron-3-ultra-550b-a55b:batch": {
11366
11436
  id: "nvidia/nemotron-3-ultra-550b-a55b:batch",
@@ -11377,7 +11447,7 @@ export const MODELS = {
11377
11447
  cacheWrite: 0,
11378
11448
  },
11379
11449
  contextWindow: 512288,
11380
- maxTokens: 4096,
11450
+ maxTokens: 461059,
11381
11451
  },
11382
11452
  "nvidia/nemotron-3-ultra-550b-a55b:free": {
11383
11453
  id: "nvidia/nemotron-3-ultra-550b-a55b:free",
@@ -11430,40 +11500,6 @@ export const MODELS = {
11430
11500
  contextWindow: 1000000,
11431
11501
  maxTokens: 65536,
11432
11502
  },
11433
- "nvidia/nemotron-nano-12b-v2-vl:free": {
11434
- id: "nvidia/nemotron-nano-12b-v2-vl:free",
11435
- name: "NVIDIA: Nemotron Nano 12B 2 VL (free)",
11436
- api: "openai-completions",
11437
- provider: "openrouter",
11438
- baseUrl: "https://openrouter.ai/api/v1",
11439
- reasoning: true,
11440
- input: ["text", "image"],
11441
- cost: {
11442
- input: 0,
11443
- output: 0,
11444
- cacheRead: 0,
11445
- cacheWrite: 0,
11446
- },
11447
- contextWindow: 128000,
11448
- maxTokens: 128000,
11449
- },
11450
- "nvidia/nemotron-nano-9b-v2:free": {
11451
- id: "nvidia/nemotron-nano-9b-v2:free",
11452
- name: "NVIDIA: Nemotron Nano 9B V2 (free)",
11453
- api: "openai-completions",
11454
- provider: "openrouter",
11455
- baseUrl: "https://openrouter.ai/api/v1",
11456
- reasoning: true,
11457
- input: ["text"],
11458
- cost: {
11459
- input: 0,
11460
- output: 0,
11461
- cacheRead: 0,
11462
- cacheWrite: 0,
11463
- },
11464
- contextWindow: 128000,
11465
- maxTokens: 4096,
11466
- },
11467
11503
  "openai/gpt-3.5-turbo": {
11468
11504
  id: "openai/gpt-3.5-turbo",
11469
11505
  name: "OpenAI: GPT-3.5 Turbo",
@@ -11496,7 +11532,7 @@ export const MODELS = {
11496
11532
  cacheWrite: 0,
11497
11533
  },
11498
11534
  contextWindow: 4095,
11499
- maxTokens: 4096,
11535
+ maxTokens: 3685,
11500
11536
  },
11501
11537
  "openai/gpt-3.5-turbo-16k": {
11502
11538
  id: "openai/gpt-3.5-turbo-16k",
@@ -12459,10 +12495,10 @@ export const MODELS = {
12459
12495
  reasoning: true,
12460
12496
  input: ["text", "image"],
12461
12497
  cost: {
12462
- input: 2.5,
12463
- output: 15,
12464
- cacheRead: 0.25,
12465
- cacheWrite: 3.125,
12498
+ input: 2,
12499
+ output: 10,
12500
+ cacheRead: 0.19999999999999998,
12501
+ cacheWrite: 2.5,
12466
12502
  },
12467
12503
  contextWindow: 1050000,
12468
12504
  maxTokens: 128000,
@@ -12476,10 +12512,10 @@ export const MODELS = {
12476
12512
  reasoning: true,
12477
12513
  input: ["text", "image"],
12478
12514
  cost: {
12479
- input: 2.5,
12480
- output: 15,
12481
- cacheRead: 0.25,
12482
- cacheWrite: 3.125,
12515
+ input: 2,
12516
+ output: 10,
12517
+ cacheRead: 0.19999999999999998,
12518
+ cacheWrite: 2.5,
12483
12519
  },
12484
12520
  contextWindow: 1050000,
12485
12521
  maxTokens: 128000,
@@ -12493,10 +12529,10 @@ export const MODELS = {
12493
12529
  reasoning: true,
12494
12530
  input: ["text", "image"],
12495
12531
  cost: {
12496
- input: 1.25,
12497
- output: 7.5,
12498
- cacheRead: 0.125,
12499
- cacheWrite: 0,
12532
+ input: 1,
12533
+ output: 5,
12534
+ cacheRead: 0.09999999999999999,
12535
+ cacheWrite: 1.25,
12500
12536
  },
12501
12537
  contextWindow: 1050000,
12502
12538
  maxTokens: 128000,
@@ -12510,10 +12546,10 @@ export const MODELS = {
12510
12546
  reasoning: true,
12511
12547
  input: ["text", "image"],
12512
12548
  cost: {
12513
- input: 1.25,
12514
- output: 7.5,
12515
- cacheRead: 0.125,
12516
- cacheWrite: 0,
12549
+ input: 1,
12550
+ output: 5,
12551
+ cacheRead: 0.09999999999999999,
12552
+ cacheWrite: 1.25,
12517
12553
  },
12518
12554
  contextWindow: 1050000,
12519
12555
  maxTokens: 128000,
@@ -12663,13 +12699,13 @@ export const MODELS = {
12663
12699
  reasoning: true,
12664
12700
  input: ["text"],
12665
12701
  cost: {
12666
- input: 0.03,
12702
+ input: 0.037,
12667
12703
  output: 0.16999999999999998,
12668
- cacheRead: 0.03,
12704
+ cacheRead: 0,
12669
12705
  cacheWrite: 0,
12670
12706
  },
12671
12707
  contextWindow: 131072,
12672
- maxTokens: 131072,
12708
+ maxTokens: 117964,
12673
12709
  },
12674
12710
  "openai/gpt-oss-20b": {
12675
12711
  id: "openai/gpt-oss-20b",
@@ -12686,24 +12722,7 @@ export const MODELS = {
12686
12722
  cacheWrite: 0,
12687
12723
  },
12688
12724
  contextWindow: 131072,
12689
- maxTokens: 131072,
12690
- },
12691
- "openai/gpt-oss-20b:free": {
12692
- id: "openai/gpt-oss-20b:free",
12693
- name: "OpenAI: gpt-oss-20b (free)",
12694
- api: "openai-completions",
12695
- provider: "openrouter",
12696
- baseUrl: "https://openrouter.ai/api/v1",
12697
- reasoning: true,
12698
- input: ["text"],
12699
- cost: {
12700
- input: 0,
12701
- output: 0,
12702
- cacheRead: 0,
12703
- cacheWrite: 0,
12704
- },
12705
- contextWindow: 131072,
12706
- maxTokens: 32768,
12725
+ maxTokens: 117964,
12707
12726
  },
12708
12727
  "openai/gpt-oss-safeguard-20b": {
12709
12728
  id: "openai/gpt-oss-safeguard-20b",
@@ -13111,7 +13130,7 @@ export const MODELS = {
13111
13130
  cacheWrite: 0,
13112
13131
  },
13113
13132
  contextWindow: 32768,
13114
- maxTokens: 32768,
13133
+ maxTokens: 29491,
13115
13134
  },
13116
13135
  "qwen/qwen-plus": {
13117
13136
  id: "qwen/qwen-plus",
@@ -13147,23 +13166,6 @@ export const MODELS = {
13147
13166
  contextWindow: 1000000,
13148
13167
  maxTokens: 32768,
13149
13168
  },
13150
- "qwen/qwen-plus-2025-07-28:thinking": {
13151
- id: "qwen/qwen-plus-2025-07-28:thinking",
13152
- name: "Qwen: Qwen Plus 0728 (thinking)",
13153
- api: "openai-completions",
13154
- provider: "openrouter",
13155
- baseUrl: "https://openrouter.ai/api/v1",
13156
- reasoning: true,
13157
- input: ["text"],
13158
- cost: {
13159
- input: 0.26,
13160
- output: 0.78,
13161
- cacheRead: 0,
13162
- cacheWrite: 0,
13163
- },
13164
- contextWindow: 1000000,
13165
- maxTokens: 32768,
13166
- },
13167
13169
  "qwen/qwen3-14b": {
13168
13170
  id: "qwen/qwen3-14b",
13169
13171
  name: "Qwen: Qwen3 14B",
@@ -13207,13 +13209,13 @@ export const MODELS = {
13207
13209
  reasoning: false,
13208
13210
  input: ["text"],
13209
13211
  cost: {
13210
- input: 0.09,
13211
- output: 0.55,
13212
- cacheRead: 0,
13212
+ input: 0.0875,
13213
+ output: 0.35,
13214
+ cacheRead: 0.0175,
13213
13215
  cacheWrite: 0,
13214
13216
  },
13215
13217
  contextWindow: 262144,
13216
- maxTokens: 16384,
13218
+ maxTokens: 235929,
13217
13219
  },
13218
13220
  "qwen/qwen3-235b-a22b-thinking-2507": {
13219
13221
  id: "qwen/qwen3-235b-a22b-thinking-2507",
@@ -13229,8 +13231,8 @@ export const MODELS = {
13229
13231
  cacheRead: 0,
13230
13232
  cacheWrite: 0,
13231
13233
  },
13232
- contextWindow: 262144,
13233
- maxTokens: 4096,
13234
+ contextWindow: 131072,
13235
+ maxTokens: 117964,
13234
13236
  },
13235
13237
  "qwen/qwen3-30b-a3b": {
13236
13238
  id: "qwen/qwen3-30b-a3b",
@@ -13241,13 +13243,13 @@ export const MODELS = {
13241
13243
  reasoning: true,
13242
13244
  input: ["text"],
13243
13245
  cost: {
13244
- input: 0.13,
13245
- output: 0.52,
13246
+ input: 0.12,
13247
+ output: 0.5,
13246
13248
  cacheRead: 0,
13247
13249
  cacheWrite: 0,
13248
13250
  },
13249
13251
  contextWindow: 131072,
13250
- maxTokens: 8192,
13252
+ maxTokens: 16384,
13251
13253
  },
13252
13254
  "qwen/qwen3-30b-a3b-instruct-2507": {
13253
13255
  id: "qwen/qwen3-30b-a3b-instruct-2507",
@@ -13349,7 +13351,7 @@ export const MODELS = {
13349
13351
  cacheWrite: 0,
13350
13352
  },
13351
13353
  contextWindow: 262144,
13352
- maxTokens: 262144,
13354
+ maxTokens: 235929,
13353
13355
  },
13354
13356
  "qwen/qwen3-coder-flash": {
13355
13357
  id: "qwen/qwen3-coder-flash",
@@ -13383,7 +13385,7 @@ export const MODELS = {
13383
13385
  cacheWrite: 0,
13384
13386
  },
13385
13387
  contextWindow: 262144,
13386
- maxTokens: 262144,
13388
+ maxTokens: 235929,
13387
13389
  },
13388
13390
  "qwen/qwen3-coder-plus": {
13389
13391
  id: "qwen/qwen3-coder-plus",
@@ -13445,13 +13447,13 @@ export const MODELS = {
13445
13447
  reasoning: false,
13446
13448
  input: ["text"],
13447
13449
  cost: {
13448
- input: 0.09,
13450
+ input: 0.09999999999999999,
13449
13451
  output: 1.1,
13450
- cacheRead: 0,
13452
+ cacheRead: 0.07,
13451
13453
  cacheWrite: 0,
13452
13454
  },
13453
13455
  contextWindow: 262144,
13454
- maxTokens: 16384,
13456
+ maxTokens: 235929,
13455
13457
  },
13456
13458
  "qwen/qwen3-next-80b-a3b-thinking": {
13457
13459
  id: "qwen/qwen3-next-80b-a3b-thinking",
@@ -13604,7 +13606,7 @@ export const MODELS = {
13604
13606
  cacheWrite: 0,
13605
13607
  },
13606
13608
  contextWindow: 262144,
13607
- maxTokens: 65536,
13609
+ maxTokens: 235929,
13608
13610
  },
13609
13611
  "qwen/qwen3.5-27b": {
13610
13612
  id: "qwen/qwen3.5-27b",
@@ -13638,7 +13640,7 @@ export const MODELS = {
13638
13640
  cacheWrite: 0,
13639
13641
  },
13640
13642
  contextWindow: 262144,
13641
- maxTokens: 262144,
13643
+ maxTokens: 235929,
13642
13644
  },
13643
13645
  "qwen/qwen3.5-397b-a17b": {
13644
13646
  id: "qwen/qwen3.5-397b-a17b",
@@ -13672,7 +13674,7 @@ export const MODELS = {
13672
13674
  cacheWrite: 0,
13673
13675
  },
13674
13676
  contextWindow: 262144,
13675
- maxTokens: 262144,
13677
+ maxTokens: 235929,
13676
13678
  },
13677
13679
  "qwen/qwen3.5-flash-02-23": {
13678
13680
  id: "qwen/qwen3.5-flash-02-23",
@@ -13740,7 +13742,7 @@ export const MODELS = {
13740
13742
  cacheWrite: 0,
13741
13743
  },
13742
13744
  contextWindow: 262144,
13743
- maxTokens: 262144,
13745
+ maxTokens: 235929,
13744
13746
  },
13745
13747
  "qwen/qwen3.6-35b-a3b": {
13746
13748
  id: "qwen/qwen3.6-35b-a3b",
@@ -13751,13 +13753,13 @@ export const MODELS = {
13751
13753
  reasoning: true,
13752
13754
  input: ["text", "image"],
13753
13755
  cost: {
13754
- input: 0.14,
13755
- output: 1,
13756
+ input: 0.09999999999999999,
13757
+ output: 0.8999999999999999,
13756
13758
  cacheRead: 0.049999999999999996,
13757
13759
  cacheWrite: 0,
13758
13760
  },
13759
13761
  contextWindow: 262144,
13760
- maxTokens: 262144,
13762
+ maxTokens: 235929,
13761
13763
  },
13762
13764
  "qwen/qwen3.6-flash": {
13763
13765
  id: "qwen/qwen3.6-flash",
@@ -13876,7 +13878,7 @@ export const MODELS = {
13876
13878
  cacheWrite: 0,
13877
13879
  },
13878
13880
  contextWindow: 1048576,
13879
- maxTokens: 262144,
13881
+ maxTokens: 131072,
13880
13882
  },
13881
13883
  "qwen/qwen3.8-27b": {
13882
13884
  id: "qwen/qwen3.8-27b",
@@ -13887,10 +13889,27 @@ export const MODELS = {
13887
13889
  reasoning: true,
13888
13890
  input: ["text", "image"],
13889
13891
  cost: {
13890
- input: 0.44999999999999996,
13891
- output: 3.1999999999999997,
13892
- cacheRead: 0.049999999999999996,
13893
- cacheWrite: 0,
13892
+ input: 0.425,
13893
+ output: 2.5500000000000003,
13894
+ cacheRead: 0.08499999999999999,
13895
+ cacheWrite: 0.53125,
13896
+ },
13897
+ contextWindow: 1000000,
13898
+ maxTokens: 131072,
13899
+ },
13900
+ "qwen/qwen3.8-flash": {
13901
+ id: "qwen/qwen3.8-flash",
13902
+ name: "Qwen: Qwen3.8 Flash",
13903
+ api: "openai-completions",
13904
+ provider: "openrouter",
13905
+ baseUrl: "https://openrouter.ai/api/v1",
13906
+ reasoning: true,
13907
+ input: ["text", "image"],
13908
+ cost: {
13909
+ input: 0.15,
13910
+ output: 0.47,
13911
+ cacheRead: 0.016,
13912
+ cacheWrite: 0.19999999999999998,
13894
13913
  },
13895
13914
  contextWindow: 1000000,
13896
13915
  maxTokens: 131072,
@@ -13927,7 +13946,7 @@ export const MODELS = {
13927
13946
  cacheWrite: 0,
13928
13947
  },
13929
13948
  contextWindow: 16384,
13930
- maxTokens: 16384,
13949
+ maxTokens: 14745,
13931
13950
  },
13932
13951
  "relace/relace-search": {
13933
13952
  id: "relace/relace-search",
@@ -13997,23 +14016,6 @@ export const MODELS = {
13997
14016
  contextWindow: 131072,
13998
14017
  maxTokens: 16384,
13999
14018
  },
14000
- "stealth/ox-alpha": {
14001
- id: "stealth/ox-alpha",
14002
- name: "Ox Alpha",
14003
- api: "openai-completions",
14004
- provider: "openrouter",
14005
- baseUrl: "https://openrouter.ai/api/v1",
14006
- reasoning: true,
14007
- input: ["text", "image"],
14008
- cost: {
14009
- input: 0,
14010
- output: 0,
14011
- cacheRead: 0,
14012
- cacheWrite: 0,
14013
- },
14014
- contextWindow: 1048576,
14015
- maxTokens: 131072,
14016
- },
14017
14019
  "stepfun/step-3.5-flash": {
14018
14020
  id: "stepfun/step-3.5-flash",
14019
14021
  name: "StepFun: Step 3.5 Flash",
@@ -14046,7 +14048,7 @@ export const MODELS = {
14046
14048
  cacheWrite: 0,
14047
14049
  },
14048
14050
  contextWindow: 262144,
14049
- maxTokens: 256000,
14051
+ maxTokens: 230400,
14050
14052
  },
14051
14053
  "tencent/hy3": {
14052
14054
  id: "tencent/hy3",
@@ -14057,9 +14059,9 @@ export const MODELS = {
14057
14059
  reasoning: true,
14058
14060
  input: ["text"],
14059
14061
  cost: {
14060
- input: 0.13199999999999998,
14061
- output: 0.5279999999999999,
14062
- cacheRead: 0.032999999999999995,
14062
+ input: 0.0825,
14063
+ output: 0.33,
14064
+ cacheRead: 0.020625,
14063
14065
  cacheWrite: 0,
14064
14066
  },
14065
14067
  contextWindow: 262144,
@@ -14080,7 +14082,7 @@ export const MODELS = {
14080
14082
  cacheWrite: 0,
14081
14083
  },
14082
14084
  contextWindow: 262144,
14083
- maxTokens: 4096,
14085
+ maxTokens: 235929,
14084
14086
  },
14085
14087
  "thedrummer/unslopnemo-12b": {
14086
14088
  id: "thedrummer/unslopnemo-12b",
@@ -14097,7 +14099,7 @@ export const MODELS = {
14097
14099
  cacheWrite: 0,
14098
14100
  },
14099
14101
  contextWindow: 1024000,
14100
- maxTokens: 1024000,
14102
+ maxTokens: 26214,
14101
14103
  },
14102
14104
  "thinkingmachines/inkling": {
14103
14105
  id: "thinkingmachines/inkling",
@@ -14133,6 +14135,23 @@ export const MODELS = {
14133
14135
  contextWindow: 1048576,
14134
14136
  maxTokens: 262144,
14135
14137
  },
14138
+ "thinkingmachines/inkling-small:free": {
14139
+ id: "thinkingmachines/inkling-small:free",
14140
+ name: "Thinking Machines: Inkling Small (free)",
14141
+ api: "openai-completions",
14142
+ provider: "openrouter",
14143
+ baseUrl: "https://openrouter.ai/api/v1",
14144
+ reasoning: true,
14145
+ input: ["text", "image"],
14146
+ cost: {
14147
+ input: 0,
14148
+ output: 0,
14149
+ cacheRead: 0,
14150
+ cacheWrite: 0,
14151
+ },
14152
+ contextWindow: 1048576,
14153
+ maxTokens: 262144,
14154
+ },
14136
14155
  "thinkingmachines/inkling:batch": {
14137
14156
  id: "thinkingmachines/inkling:batch",
14138
14157
  name: "Thinking Machines: Inkling (batch)",
@@ -14147,8 +14166,25 @@ export const MODELS = {
14147
14166
  cacheRead: 0.16999999999999998,
14148
14167
  cacheWrite: 0,
14149
14168
  },
14150
- contextWindow: 524288,
14151
- maxTokens: 4096,
14169
+ contextWindow: 524288,
14170
+ maxTokens: 471859,
14171
+ },
14172
+ "thinkingmachines/inkling:free": {
14173
+ id: "thinkingmachines/inkling:free",
14174
+ name: "Thinking Machines: Inkling (free)",
14175
+ api: "openai-completions",
14176
+ provider: "openrouter",
14177
+ baseUrl: "https://openrouter.ai/api/v1",
14178
+ reasoning: true,
14179
+ input: ["text", "image"],
14180
+ cost: {
14181
+ input: 0,
14182
+ output: 0,
14183
+ cacheRead: 0,
14184
+ cacheWrite: 0,
14185
+ },
14186
+ contextWindow: 1048576,
14187
+ maxTokens: 262144,
14152
14188
  },
14153
14189
  "upstage/solar-pro-3": {
14154
14190
  id: "upstage/solar-pro-3",
@@ -14165,7 +14201,7 @@ export const MODELS = {
14165
14201
  cacheWrite: 0,
14166
14202
  },
14167
14203
  contextWindow: 131072,
14168
- maxTokens: 131072,
14204
+ maxTokens: 117964,
14169
14205
  },
14170
14206
  "upstage/solar-pro4": {
14171
14207
  id: "upstage/solar-pro4",
@@ -14199,7 +14235,7 @@ export const MODELS = {
14199
14235
  cacheWrite: 0,
14200
14236
  },
14201
14237
  contextWindow: 2000000,
14202
- maxTokens: 4096,
14238
+ maxTokens: 1800000,
14203
14239
  },
14204
14240
  "x-ai/grok-4.3": {
14205
14241
  id: "x-ai/grok-4.3",
@@ -14216,7 +14252,7 @@ export const MODELS = {
14216
14252
  cacheWrite: 0,
14217
14253
  },
14218
14254
  contextWindow: 1000000,
14219
- maxTokens: 4096,
14255
+ maxTokens: 900000,
14220
14256
  },
14221
14257
  "x-ai/grok-4.5": {
14222
14258
  id: "x-ai/grok-4.5",
@@ -14233,7 +14269,7 @@ export const MODELS = {
14233
14269
  cacheWrite: 0,
14234
14270
  },
14235
14271
  contextWindow: 500000,
14236
- maxTokens: 4096,
14272
+ maxTokens: 450000,
14237
14273
  },
14238
14274
  "x-ai/grok-4.6": {
14239
14275
  id: "x-ai/grok-4.6",
@@ -14250,7 +14286,7 @@ export const MODELS = {
14250
14286
  cacheWrite: 0,
14251
14287
  },
14252
14288
  contextWindow: 500000,
14253
- maxTokens: 4096,
14289
+ maxTokens: 450000,
14254
14290
  },
14255
14291
  "x-ai/grok-build-0.1": {
14256
14292
  id: "x-ai/grok-build-0.1",
@@ -14267,7 +14303,7 @@ export const MODELS = {
14267
14303
  cacheWrite: 0,
14268
14304
  },
14269
14305
  contextWindow: 256000,
14270
- maxTokens: 4096,
14306
+ maxTokens: 230400,
14271
14307
  },
14272
14308
  "xiaomi/mimo-v2.5": {
14273
14309
  id: "xiaomi/mimo-v2.5",
@@ -14363,13 +14399,13 @@ export const MODELS = {
14363
14399
  reasoning: true,
14364
14400
  input: ["text"],
14365
14401
  cost: {
14366
- input: 0.5,
14367
- output: 2,
14368
- cacheRead: 0.09999999999999999,
14402
+ input: 0.43,
14403
+ output: 1.75,
14404
+ cacheRead: 0.08,
14369
14405
  cacheWrite: 0,
14370
14406
  },
14371
14407
  contextWindow: 204800,
14372
- maxTokens: 131072,
14408
+ maxTokens: 16384,
14373
14409
  },
14374
14410
  "z-ai/glm-4.6v": {
14375
14411
  id: "z-ai/glm-4.6v",
@@ -14465,13 +14501,13 @@ export const MODELS = {
14465
14501
  reasoning: true,
14466
14502
  input: ["text"],
14467
14503
  cost: {
14468
- input: 0.966,
14469
- output: 3.036,
14470
- cacheRead: 0.1794,
14504
+ input: 1.26,
14505
+ output: 3.9600000000000004,
14506
+ cacheRead: 0.234,
14471
14507
  cacheWrite: 0,
14472
14508
  },
14473
14509
  contextWindow: 204800,
14474
- maxTokens: 128000,
14510
+ maxTokens: 182476,
14475
14511
  },
14476
14512
  "z-ai/glm-5.2": {
14477
14513
  id: "z-ai/glm-5.2",
@@ -14482,30 +14518,13 @@ export const MODELS = {
14482
14518
  reasoning: true,
14483
14519
  input: ["text"],
14484
14520
  cost: {
14485
- input: 0.966,
14486
- output: 3.036,
14487
- cacheRead: 0.1932,
14521
+ input: 1.19,
14522
+ output: 3.74,
14523
+ cacheRead: 0.221,
14488
14524
  cacheWrite: 0,
14489
14525
  },
14490
14526
  contextWindow: 1048576,
14491
- maxTokens: 131072,
14492
- },
14493
- "z-ai/glm-5.2:batch": {
14494
- id: "z-ai/glm-5.2:batch",
14495
- name: "Z.ai: GLM 5.2 (batch)",
14496
- api: "openai-completions",
14497
- provider: "openrouter",
14498
- baseUrl: "https://openrouter.ai/api/v1",
14499
- reasoning: true,
14500
- input: ["text"],
14501
- cost: {
14502
- input: 1.4,
14503
- output: 4.4,
14504
- cacheRead: 0.26,
14505
- cacheWrite: 0,
14506
- },
14507
- contextWindow: 1048575,
14508
- maxTokens: 4096,
14527
+ maxTokens: 262144,
14509
14528
  },
14510
14529
  "z-ai/glm-5.2:free": {
14511
14530
  id: "z-ai/glm-5.2:free",
@@ -14522,7 +14541,7 @@ export const MODELS = {
14522
14541
  cacheWrite: 0,
14523
14542
  },
14524
14543
  contextWindow: 256000,
14525
- maxTokens: 256000,
14544
+ maxTokens: 230400,
14526
14545
  },
14527
14546
  "z-ai/glm-5.3": {
14528
14547
  id: "z-ai/glm-5.3",
@@ -14541,6 +14560,23 @@ export const MODELS = {
14541
14560
  contextWindow: 1048576,
14542
14561
  maxTokens: 131072,
14543
14562
  },
14563
+ "z-ai/glm-5.3-flash": {
14564
+ id: "z-ai/glm-5.3-flash",
14565
+ name: "Z.ai: GLM 5.3 Flash",
14566
+ api: "openai-completions",
14567
+ provider: "openrouter",
14568
+ baseUrl: "https://openrouter.ai/api/v1",
14569
+ reasoning: true,
14570
+ input: ["text", "image"],
14571
+ cost: {
14572
+ input: 0.075,
14573
+ output: 0.25,
14574
+ cacheRead: 0.015,
14575
+ cacheWrite: 0,
14576
+ },
14577
+ contextWindow: 1310720,
14578
+ maxTokens: 131072,
14579
+ },
14544
14580
  "z-ai/glm-5v-turbo": {
14545
14581
  id: "z-ai/glm-5v-turbo",
14546
14582
  name: "Z.ai: GLM 5V Turbo",
@@ -14635,13 +14671,13 @@ export const MODELS = {
14635
14671
  reasoning: true,
14636
14672
  input: ["text"],
14637
14673
  cost: {
14638
- input: 0.065,
14639
- output: 0.18,
14640
- cacheRead: 0.02,
14674
+ input: 0.03,
14675
+ output: 0.09999999999999999,
14676
+ cacheRead: 0.007,
14641
14677
  cacheWrite: 0,
14642
14678
  },
14643
14679
  contextWindow: 1310720,
14644
- maxTokens: 1048576,
14680
+ maxTokens: 131072,
14645
14681
  },
14646
14682
  "~google/gemini-flash-latest": {
14647
14683
  id: "~google/gemini-flash-latest",
@@ -14686,13 +14722,13 @@ export const MODELS = {
14686
14722
  reasoning: true,
14687
14723
  input: ["text", "image"],
14688
14724
  cost: {
14689
- input: 2.6,
14690
- output: 13,
14691
- cacheRead: 0.29,
14725
+ input: 2.5500000000000003,
14726
+ output: 12.75,
14727
+ cacheRead: 0.25599998999999996,
14692
14728
  cacheWrite: 0,
14693
14729
  },
14694
14730
  contextWindow: 1048576,
14695
- maxTokens: 974842,
14731
+ maxTokens: 943718,
14696
14732
  },
14697
14733
  "~openai/gpt-latest": {
14698
14734
  id: "~openai/gpt-latest",
@@ -14703,10 +14739,10 @@ export const MODELS = {
14703
14739
  reasoning: true,
14704
14740
  input: ["text", "image"],
14705
14741
  cost: {
14706
- input: 2.5,
14707
- output: 15,
14708
- cacheRead: 0.25,
14709
- cacheWrite: 3.125,
14742
+ input: 2,
14743
+ output: 10,
14744
+ cacheRead: 0.19999999999999998,
14745
+ cacheWrite: 2.5,
14710
14746
  },
14711
14747
  contextWindow: 1050000,
14712
14748
  maxTokens: 128000,
@@ -14743,7 +14779,7 @@ export const MODELS = {
14743
14779
  cacheWrite: 0,
14744
14780
  },
14745
14781
  contextWindow: 500000,
14746
- maxTokens: 4096,
14782
+ maxTokens: 450000,
14747
14783
  },
14748
14784
  "~z-ai/glm-latest": {
14749
14785
  id: "~z-ai/glm-latest",
@@ -15223,6 +15259,23 @@ export const MODELS = {
15223
15259
  contextWindow: 1000000,
15224
15260
  maxTokens: 131072,
15225
15261
  },
15262
+ "alibaba/qwen3.8-flash": {
15263
+ id: "alibaba/qwen3.8-flash",
15264
+ name: "Qwen 3.8 Flash",
15265
+ api: "anthropic-messages",
15266
+ provider: "vercel-ai-gateway",
15267
+ baseUrl: "https://ai-gateway.vercel.sh",
15268
+ reasoning: true,
15269
+ input: ["text", "image"],
15270
+ cost: {
15271
+ input: 0.16,
15272
+ output: 0.47,
15273
+ cacheRead: 0.016,
15274
+ cacheWrite: 0.19999999999999998,
15275
+ },
15276
+ contextWindow: 991000,
15277
+ maxTokens: 128000,
15278
+ },
15226
15279
  "alibaba/qwen3.8-max": {
15227
15280
  id: "alibaba/qwen3.8-max",
15228
15281
  name: "Qwen 3.8 Max",
@@ -15580,23 +15633,6 @@ export const MODELS = {
15580
15633
  contextWindow: 262100,
15581
15634
  maxTokens: 80000,
15582
15635
  },
15583
- "arcee-ai/trinity-mini": {
15584
- id: "arcee-ai/trinity-mini",
15585
- name: "Trinity Mini",
15586
- api: "anthropic-messages",
15587
- provider: "vercel-ai-gateway",
15588
- baseUrl: "https://ai-gateway.vercel.sh",
15589
- reasoning: false,
15590
- input: ["text"],
15591
- cost: {
15592
- input: 0.045,
15593
- output: 0.15,
15594
- cacheRead: 0,
15595
- cacheWrite: 0,
15596
- },
15597
- contextWindow: 131072,
15598
- maxTokens: 131072,
15599
- },
15600
15636
  "bytedance/seed-1.6": {
15601
15637
  id: "bytedance/seed-1.6",
15602
15638
  name: "Seed 1.6",
@@ -15776,9 +15812,9 @@ export const MODELS = {
15776
15812
  reasoning: true,
15777
15813
  input: ["text"],
15778
15814
  cost: {
15779
- input: 0.13,
15780
- output: 0.26,
15781
- cacheRead: 0.028,
15815
+ input: 0.07600000000000001,
15816
+ output: 0.153,
15817
+ cacheRead: 0.014,
15782
15818
  cacheWrite: 0,
15783
15819
  },
15784
15820
  contextWindow: 1000000,
@@ -15827,9 +15863,9 @@ export const MODELS = {
15827
15863
  reasoning: true,
15828
15864
  input: ["text"],
15829
15865
  cost: {
15830
- input: 1.32,
15831
- output: 3.9600000000000004,
15832
- cacheRead: 0.13199999999999998,
15866
+ input: 0.66,
15867
+ output: 1.9800000000000002,
15868
+ cacheRead: 0.06599999999999999,
15833
15869
  cacheWrite: 0,
15834
15870
  },
15835
15871
  contextWindow: 1000000,
@@ -16090,6 +16126,40 @@ export const MODELS = {
16090
16126
  contextWindow: 256000,
16091
16127
  maxTokens: 32000,
16092
16128
  },
16129
+ "inclusionai/ling-3.0-flash-fin": {
16130
+ id: "inclusionai/ling-3.0-flash-fin",
16131
+ name: "Ling 3.0 Flash Fin",
16132
+ api: "anthropic-messages",
16133
+ provider: "vercel-ai-gateway",
16134
+ baseUrl: "https://ai-gateway.vercel.sh",
16135
+ reasoning: true,
16136
+ input: ["text"],
16137
+ cost: {
16138
+ input: 0,
16139
+ output: 0,
16140
+ cacheRead: 0,
16141
+ cacheWrite: 0,
16142
+ },
16143
+ contextWindow: 256000,
16144
+ maxTokens: 32000,
16145
+ },
16146
+ "inclusionai/ling-3.0-flash-fin-free": {
16147
+ id: "inclusionai/ling-3.0-flash-fin-free",
16148
+ name: "Ling 3.0 Flash Fin (Free)",
16149
+ api: "anthropic-messages",
16150
+ provider: "vercel-ai-gateway",
16151
+ baseUrl: "https://ai-gateway.vercel.sh",
16152
+ reasoning: true,
16153
+ input: ["text"],
16154
+ cost: {
16155
+ input: 0,
16156
+ output: 0,
16157
+ cacheRead: 0,
16158
+ cacheWrite: 0,
16159
+ },
16160
+ contextWindow: 256000,
16161
+ maxTokens: 32000,
16162
+ },
16093
16163
  "interfaze/interfaze-beta": {
16094
16164
  id: "interfaze/interfaze-beta",
16095
16165
  name: "Interfaze Beta",
@@ -16430,6 +16500,23 @@ export const MODELS = {
16430
16500
  contextWindow: 204800,
16431
16501
  maxTokens: 131000,
16432
16502
  },
16503
+ "minimax/minimax-m2.7-free": {
16504
+ id: "minimax/minimax-m2.7-free",
16505
+ name: "Minimax M2.7 (Free)",
16506
+ api: "anthropic-messages",
16507
+ provider: "vercel-ai-gateway",
16508
+ baseUrl: "https://ai-gateway.vercel.sh",
16509
+ reasoning: true,
16510
+ input: ["text"],
16511
+ cost: {
16512
+ input: 0,
16513
+ output: 0,
16514
+ cacheRead: 0,
16515
+ cacheWrite: 0,
16516
+ },
16517
+ contextWindow: 196608,
16518
+ maxTokens: 196608,
16519
+ },
16433
16520
  "minimax/minimax-m2.7-highspeed": {
16434
16521
  id: "minimax/minimax-m2.7-highspeed",
16435
16522
  name: "MiniMax M2.7 High Speed",
@@ -16464,6 +16551,23 @@ export const MODELS = {
16464
16551
  contextWindow: 1000000,
16465
16552
  maxTokens: 1000000,
16466
16553
  },
16554
+ "minimax/minimax-m3-free": {
16555
+ id: "minimax/minimax-m3-free",
16556
+ name: "MiniMax M3 (Free)",
16557
+ api: "anthropic-messages",
16558
+ provider: "vercel-ai-gateway",
16559
+ baseUrl: "https://ai-gateway.vercel.sh",
16560
+ reasoning: true,
16561
+ input: ["text", "image"],
16562
+ cost: {
16563
+ input: 0,
16564
+ output: 0,
16565
+ cacheRead: 0,
16566
+ cacheWrite: 0,
16567
+ },
16568
+ contextWindow: 1048576,
16569
+ maxTokens: 1048576,
16570
+ },
16467
16571
  "mistral/codestral": {
16468
16572
  id: "mistral/codestral",
16469
16573
  name: "Mistral Codestral",
@@ -16515,40 +16619,6 @@ export const MODELS = {
16515
16619
  contextWindow: 256000,
16516
16620
  maxTokens: 256000,
16517
16621
  },
16518
- "mistral/magistral-medium": {
16519
- id: "mistral/magistral-medium",
16520
- name: "Magistral Medium 2509",
16521
- api: "anthropic-messages",
16522
- provider: "vercel-ai-gateway",
16523
- baseUrl: "https://ai-gateway.vercel.sh",
16524
- reasoning: true,
16525
- input: ["text", "image"],
16526
- cost: {
16527
- input: 2,
16528
- output: 5,
16529
- cacheRead: 0,
16530
- cacheWrite: 0,
16531
- },
16532
- contextWindow: 128000,
16533
- maxTokens: 64000,
16534
- },
16535
- "mistral/magistral-small": {
16536
- id: "mistral/magistral-small",
16537
- name: "Magistral Small 2509",
16538
- api: "anthropic-messages",
16539
- provider: "vercel-ai-gateway",
16540
- baseUrl: "https://ai-gateway.vercel.sh",
16541
- reasoning: true,
16542
- input: ["text", "image"],
16543
- cost: {
16544
- input: 0.5,
16545
- output: 1.5,
16546
- cacheRead: 0,
16547
- cacheWrite: 0,
16548
- },
16549
- contextWindow: 128000,
16550
- maxTokens: 64000,
16551
- },
16552
16622
  "mistral/ministral-14b": {
16553
16623
  id: "mistral/ministral-14b",
16554
16624
  name: "Ministral 14B",
@@ -16899,8 +16969,8 @@ export const MODELS = {
16899
16969
  input: ["text"],
16900
16970
  cost: {
16901
16971
  input: 0.049999999999999996,
16902
- output: 0.19999999999999998,
16903
- cacheRead: 0.01,
16972
+ output: 0.15,
16973
+ cacheRead: 0.049999999999999996,
16904
16974
  cacheWrite: 0,
16905
16975
  },
16906
16976
  contextWindow: 262144,
@@ -17646,10 +17716,10 @@ export const MODELS = {
17646
17716
  reasoning: true,
17647
17717
  input: ["text", "image"],
17648
17718
  cost: {
17649
- input: 2.5,
17650
- output: 15,
17651
- cacheRead: 0.25,
17652
- cacheWrite: 3.125,
17719
+ input: 2,
17720
+ output: 10,
17721
+ cacheRead: 0.19999999999999998,
17722
+ cacheWrite: 2.5,
17653
17723
  },
17654
17724
  contextWindow: 1050000,
17655
17725
  maxTokens: 128000,
@@ -17663,10 +17733,10 @@ export const MODELS = {
17663
17733
  reasoning: true,
17664
17734
  input: ["text", "image"],
17665
17735
  cost: {
17666
- input: 5,
17667
- output: 30,
17668
- cacheRead: 0.5,
17669
- cacheWrite: 3.125,
17736
+ input: 4,
17737
+ output: 20,
17738
+ cacheRead: 0.39999999999999997,
17739
+ cacheWrite: 2.5,
17670
17740
  },
17671
17741
  contextWindow: 1050000,
17672
17742
  maxTokens: 128000,
@@ -17739,6 +17809,23 @@ export const MODELS = {
17739
17809
  contextWindow: 131072,
17740
17810
  maxTokens: 8192,
17741
17811
  },
17812
+ "openai/gpt-oss-safeguard-120b": {
17813
+ id: "openai/gpt-oss-safeguard-120b",
17814
+ name: "GPT OSS Safeguard 120B",
17815
+ api: "anthropic-messages",
17816
+ provider: "vercel-ai-gateway",
17817
+ baseUrl: "https://ai-gateway.vercel.sh",
17818
+ reasoning: true,
17819
+ input: ["text"],
17820
+ cost: {
17821
+ input: 0.15,
17822
+ output: 0.6,
17823
+ cacheRead: 0,
17824
+ cacheWrite: 0,
17825
+ },
17826
+ contextWindow: 128000,
17827
+ maxTokens: 16000,
17828
+ },
17742
17829
  "openai/gpt-oss-safeguard-20b": {
17743
17830
  id: "openai/gpt-oss-safeguard-20b",
17744
17831
  name: "GPT OSS Safeguard 20B",
@@ -17748,13 +17835,13 @@ export const MODELS = {
17748
17835
  reasoning: true,
17749
17836
  input: ["text"],
17750
17837
  cost: {
17751
- input: 0.075,
17752
- output: 0.3,
17753
- cacheRead: 0.037,
17838
+ input: 0.07,
17839
+ output: 0.19999999999999998,
17840
+ cacheRead: 0,
17754
17841
  cacheWrite: 0,
17755
17842
  },
17756
- contextWindow: 131072,
17757
- maxTokens: 65536,
17843
+ contextWindow: 128000,
17844
+ maxTokens: 16000,
17758
17845
  },
17759
17846
  "openai/o1": {
17760
17847
  id: "openai/o1",
@@ -17790,23 +17877,6 @@ export const MODELS = {
17790
17877
  contextWindow: 200000,
17791
17878
  maxTokens: 100000,
17792
17879
  },
17793
- "openai/o3-deep-research": {
17794
- id: "openai/o3-deep-research",
17795
- name: "o3-deep-research",
17796
- api: "anthropic-messages",
17797
- provider: "vercel-ai-gateway",
17798
- baseUrl: "https://ai-gateway.vercel.sh",
17799
- reasoning: true,
17800
- input: ["text", "image"],
17801
- cost: {
17802
- input: 10,
17803
- output: 40,
17804
- cacheRead: 2.5,
17805
- cacheWrite: 0,
17806
- },
17807
- contextWindow: 200000,
17808
- maxTokens: 100000,
17809
- },
17810
17880
  "openai/o3-fast": {
17811
17881
  id: "openai/o3-fast",
17812
17882
  name: "o3 (Fast)",
@@ -18504,6 +18574,23 @@ export const MODELS = {
18504
18574
  contextWindow: 1000000,
18505
18575
  maxTokens: 12800,
18506
18576
  },
18577
+ "zai/glm-5.3-flash": {
18578
+ id: "zai/glm-5.3-flash",
18579
+ name: "GLM 5.3 Flash",
18580
+ api: "anthropic-messages",
18581
+ provider: "vercel-ai-gateway",
18582
+ baseUrl: "https://ai-gateway.vercel.sh",
18583
+ reasoning: true,
18584
+ input: ["text", "image"],
18585
+ cost: {
18586
+ input: 0.15,
18587
+ output: 0.5,
18588
+ cacheRead: 0.03,
18589
+ cacheWrite: 0,
18590
+ },
18591
+ contextWindow: 1000000,
18592
+ maxTokens: 131000,
18593
+ },
18507
18594
  "zai/glm-5v-turbo": {
18508
18595
  id: "zai/glm-5v-turbo",
18509
18596
  name: "GLM 5V Turbo",