@dreb/ai 2.53.0 → 2.54.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.
@@ -2010,40 +2010,6 @@ export const MODELS = {
2010
2010
  contextWindow: 200000,
2011
2011
  maxTokens: 64000,
2012
2012
  },
2013
- "claude-opus-4-1": {
2014
- id: "claude-opus-4-1",
2015
- name: "Claude Opus 4.1 (latest)",
2016
- api: "anthropic-messages",
2017
- provider: "anthropic",
2018
- baseUrl: "https://api.anthropic.com",
2019
- reasoning: true,
2020
- input: ["text", "image"],
2021
- cost: {
2022
- input: 15,
2023
- output: 75,
2024
- cacheRead: 1.5,
2025
- cacheWrite: 18.75,
2026
- },
2027
- contextWindow: 200000,
2028
- maxTokens: 32000,
2029
- },
2030
- "claude-opus-4-1-20250805": {
2031
- id: "claude-opus-4-1-20250805",
2032
- name: "Claude Opus 4.1",
2033
- api: "anthropic-messages",
2034
- provider: "anthropic",
2035
- baseUrl: "https://api.anthropic.com",
2036
- reasoning: true,
2037
- input: ["text", "image"],
2038
- cost: {
2039
- input: 15,
2040
- output: 75,
2041
- cacheRead: 1.5,
2042
- cacheWrite: 18.75,
2043
- },
2044
- contextWindow: 200000,
2045
- maxTokens: 32000,
2046
- },
2047
2013
  "claude-opus-4-5": {
2048
2014
  id: "claude-opus-4-5",
2049
2015
  name: "Claude Opus 4.5 (latest)",
@@ -4572,6 +4538,24 @@ export const MODELS = {
4572
4538
  contextWindow: 40960,
4573
4539
  maxTokens: 16384,
4574
4540
  },
4541
+ "Qwen/Qwen3-235B-A22B-Instruct-2507": {
4542
+ id: "Qwen/Qwen3-235B-A22B-Instruct-2507",
4543
+ name: "Qwen3 235B-A22B Instruct 2507",
4544
+ api: "openai-completions",
4545
+ provider: "huggingface",
4546
+ baseUrl: "https://router.huggingface.co/v1",
4547
+ compat: { "supportsDeveloperRole": false },
4548
+ reasoning: false,
4549
+ input: ["text"],
4550
+ cost: {
4551
+ input: 0.855,
4552
+ output: 2.565,
4553
+ cacheRead: 0,
4554
+ cacheWrite: 0,
4555
+ },
4556
+ contextWindow: 262144,
4557
+ maxTokens: 16384,
4558
+ },
4575
4559
  "Qwen/Qwen3-235B-A22B-Thinking-2507": {
4576
4560
  id: "Qwen/Qwen3-235B-A22B-Thinking-2507",
4577
4561
  name: "Qwen3-235B-A22B-Thinking-2507",
@@ -4914,6 +4898,42 @@ export const MODELS = {
4914
4898
  contextWindow: 163840,
4915
4899
  maxTokens: 163840,
4916
4900
  },
4901
+ "deepseek-ai/DeepSeek-V3": {
4902
+ id: "deepseek-ai/DeepSeek-V3",
4903
+ name: "DeepSeek-V3",
4904
+ api: "openai-completions",
4905
+ provider: "huggingface",
4906
+ baseUrl: "https://router.huggingface.co/v1",
4907
+ compat: { "supportsDeveloperRole": false },
4908
+ reasoning: false,
4909
+ input: ["text"],
4910
+ cost: {
4911
+ input: 0.4,
4912
+ output: 1.3,
4913
+ cacheRead: 0,
4914
+ cacheWrite: 0,
4915
+ },
4916
+ contextWindow: 64000,
4917
+ maxTokens: 8192,
4918
+ },
4919
+ "deepseek-ai/DeepSeek-V3.1": {
4920
+ id: "deepseek-ai/DeepSeek-V3.1",
4921
+ name: "DeepSeek-V3.1",
4922
+ api: "openai-completions",
4923
+ provider: "huggingface",
4924
+ baseUrl: "https://router.huggingface.co/v1",
4925
+ compat: { "supportsDeveloperRole": false },
4926
+ reasoning: true,
4927
+ input: ["text"],
4928
+ cost: {
4929
+ input: 0.27,
4930
+ output: 1,
4931
+ cacheRead: 0,
4932
+ cacheWrite: 0,
4933
+ },
4934
+ contextWindow: 131072,
4935
+ maxTokens: 8192,
4936
+ },
4917
4937
  "deepseek-ai/DeepSeek-V3.2": {
4918
4938
  id: "deepseek-ai/DeepSeek-V3.2",
4919
4939
  name: "DeepSeek-V3.2",
@@ -7955,6 +7975,23 @@ export const MODELS = {
7955
7975
  contextWindow: 262144,
7956
7976
  maxTokens: 32768,
7957
7977
  },
7978
+ "longcat-2.0-free": {
7979
+ id: "longcat-2.0-free",
7980
+ name: "LongCat-2.0 Free",
7981
+ api: "openai-completions",
7982
+ provider: "opencode",
7983
+ baseUrl: "https://opencode.ai/zen/v1",
7984
+ reasoning: true,
7985
+ input: ["text"],
7986
+ cost: {
7987
+ input: 0,
7988
+ output: 0,
7989
+ cacheRead: 0,
7990
+ cacheWrite: 0,
7991
+ },
7992
+ contextWindow: 1000000,
7993
+ maxTokens: 131072,
7994
+ },
7958
7995
  "mimo-v2.5-free": {
7959
7996
  id: "mimo-v2.5-free",
7960
7997
  name: "MiMo V2.5 Free",
@@ -8588,6 +8625,23 @@ export const MODELS = {
8588
8625
  contextWindow: 1000000,
8589
8626
  maxTokens: 128000,
8590
8627
  },
8628
+ "anthropic/claude-fable-5:batch": {
8629
+ id: "anthropic/claude-fable-5:batch",
8630
+ name: "Anthropic: Claude Fable 5 (batch)",
8631
+ api: "openai-completions",
8632
+ provider: "openrouter",
8633
+ baseUrl: "https://openrouter.ai/api/v1",
8634
+ reasoning: true,
8635
+ input: ["text", "image"],
8636
+ cost: {
8637
+ input: 5,
8638
+ output: 25,
8639
+ cacheRead: 0.5,
8640
+ cacheWrite: 6.25,
8641
+ },
8642
+ contextWindow: 1000000,
8643
+ maxTokens: 128000,
8644
+ },
8591
8645
  "anthropic/claude-haiku-4.5": {
8592
8646
  id: "anthropic/claude-haiku-4.5",
8593
8647
  name: "Anthropic: Claude Haiku 4.5",
@@ -8605,6 +8659,23 @@ export const MODELS = {
8605
8659
  contextWindow: 200000,
8606
8660
  maxTokens: 64000,
8607
8661
  },
8662
+ "anthropic/claude-haiku-4.5:batch": {
8663
+ id: "anthropic/claude-haiku-4.5:batch",
8664
+ name: "Anthropic: Claude Haiku 4.5 (batch)",
8665
+ api: "openai-completions",
8666
+ provider: "openrouter",
8667
+ baseUrl: "https://openrouter.ai/api/v1",
8668
+ reasoning: true,
8669
+ input: ["text", "image"],
8670
+ cost: {
8671
+ input: 0.5,
8672
+ output: 2.5,
8673
+ cacheRead: 0.049999999999999996,
8674
+ cacheWrite: 0.625,
8675
+ },
8676
+ contextWindow: 200000,
8677
+ maxTokens: 64000,
8678
+ },
8608
8679
  "anthropic/claude-opus-4": {
8609
8680
  id: "anthropic/claude-opus-4",
8610
8681
  name: "Anthropic: Claude Opus 4",
@@ -8639,6 +8710,23 @@ export const MODELS = {
8639
8710
  contextWindow: 200000,
8640
8711
  maxTokens: 32000,
8641
8712
  },
8713
+ "anthropic/claude-opus-4.1:batch": {
8714
+ id: "anthropic/claude-opus-4.1:batch",
8715
+ name: "Anthropic: Claude Opus 4.1 (batch)",
8716
+ api: "openai-completions",
8717
+ provider: "openrouter",
8718
+ baseUrl: "https://openrouter.ai/api/v1",
8719
+ reasoning: true,
8720
+ input: ["text", "image"],
8721
+ cost: {
8722
+ input: 7.5,
8723
+ output: 37.5,
8724
+ cacheRead: 0.75,
8725
+ cacheWrite: 9.375,
8726
+ },
8727
+ contextWindow: 200000,
8728
+ maxTokens: 32000,
8729
+ },
8642
8730
  "anthropic/claude-opus-4.5": {
8643
8731
  id: "anthropic/claude-opus-4.5",
8644
8732
  name: "Anthropic: Claude Opus 4.5",
@@ -8656,6 +8744,23 @@ export const MODELS = {
8656
8744
  contextWindow: 200000,
8657
8745
  maxTokens: 64000,
8658
8746
  },
8747
+ "anthropic/claude-opus-4.5:batch": {
8748
+ id: "anthropic/claude-opus-4.5:batch",
8749
+ name: "Anthropic: Claude Opus 4.5 (batch)",
8750
+ api: "openai-completions",
8751
+ provider: "openrouter",
8752
+ baseUrl: "https://openrouter.ai/api/v1",
8753
+ reasoning: true,
8754
+ input: ["text", "image"],
8755
+ cost: {
8756
+ input: 2.5,
8757
+ output: 12.5,
8758
+ cacheRead: 0.25,
8759
+ cacheWrite: 3.125,
8760
+ },
8761
+ contextWindow: 200000,
8762
+ maxTokens: 64000,
8763
+ },
8659
8764
  "anthropic/claude-opus-4.6": {
8660
8765
  id: "anthropic/claude-opus-4.6",
8661
8766
  name: "Anthropic: Claude Opus 4.6",
@@ -8673,6 +8778,23 @@ export const MODELS = {
8673
8778
  contextWindow: 1000000,
8674
8779
  maxTokens: 128000,
8675
8780
  },
8781
+ "anthropic/claude-opus-4.6:batch": {
8782
+ id: "anthropic/claude-opus-4.6:batch",
8783
+ name: "Anthropic: Claude Opus 4.6 (batch)",
8784
+ api: "openai-completions",
8785
+ provider: "openrouter",
8786
+ baseUrl: "https://openrouter.ai/api/v1",
8787
+ reasoning: true,
8788
+ input: ["text", "image"],
8789
+ cost: {
8790
+ input: 2.5,
8791
+ output: 12.5,
8792
+ cacheRead: 0.25,
8793
+ cacheWrite: 3.125,
8794
+ },
8795
+ contextWindow: 1000000,
8796
+ maxTokens: 128000,
8797
+ },
8676
8798
  "anthropic/claude-opus-4.7": {
8677
8799
  id: "anthropic/claude-opus-4.7",
8678
8800
  name: "Anthropic: Claude Opus 4.7",
@@ -8707,6 +8829,23 @@ export const MODELS = {
8707
8829
  contextWindow: 1000000,
8708
8830
  maxTokens: 128000,
8709
8831
  },
8832
+ "anthropic/claude-opus-4.7:batch": {
8833
+ id: "anthropic/claude-opus-4.7:batch",
8834
+ name: "Anthropic: Claude Opus 4.7 (batch)",
8835
+ api: "openai-completions",
8836
+ provider: "openrouter",
8837
+ baseUrl: "https://openrouter.ai/api/v1",
8838
+ reasoning: true,
8839
+ input: ["text", "image"],
8840
+ cost: {
8841
+ input: 2.5,
8842
+ output: 12.5,
8843
+ cacheRead: 0.25,
8844
+ cacheWrite: 3.125,
8845
+ },
8846
+ contextWindow: 1000000,
8847
+ maxTokens: 128000,
8848
+ },
8710
8849
  "anthropic/claude-opus-4.8": {
8711
8850
  id: "anthropic/claude-opus-4.8",
8712
8851
  name: "Anthropic: Claude Opus 4.8",
@@ -8741,6 +8880,23 @@ export const MODELS = {
8741
8880
  contextWindow: 1000000,
8742
8881
  maxTokens: 128000,
8743
8882
  },
8883
+ "anthropic/claude-opus-4.8:batch": {
8884
+ id: "anthropic/claude-opus-4.8:batch",
8885
+ name: "Anthropic: Claude Opus 4.8 (batch)",
8886
+ api: "openai-completions",
8887
+ provider: "openrouter",
8888
+ baseUrl: "https://openrouter.ai/api/v1",
8889
+ reasoning: true,
8890
+ input: ["text", "image"],
8891
+ cost: {
8892
+ input: 2.5,
8893
+ output: 12.5,
8894
+ cacheRead: 0.25,
8895
+ cacheWrite: 3.125,
8896
+ },
8897
+ contextWindow: 1000000,
8898
+ maxTokens: 128000,
8899
+ },
8744
8900
  "anthropic/claude-opus-5": {
8745
8901
  id: "anthropic/claude-opus-5",
8746
8902
  name: "Claude Opus 5",
@@ -8775,6 +8931,23 @@ export const MODELS = {
8775
8931
  contextWindow: 1000000,
8776
8932
  maxTokens: 128000,
8777
8933
  },
8934
+ "anthropic/claude-opus-5:batch": {
8935
+ id: "anthropic/claude-opus-5:batch",
8936
+ name: "Claude Opus 5 (batch)",
8937
+ api: "openai-completions",
8938
+ provider: "openrouter",
8939
+ baseUrl: "https://openrouter.ai/api/v1",
8940
+ reasoning: true,
8941
+ input: ["text", "image"],
8942
+ cost: {
8943
+ input: 2.5,
8944
+ output: 12.5,
8945
+ cacheRead: 0.25,
8946
+ cacheWrite: 3.125,
8947
+ },
8948
+ contextWindow: 1000000,
8949
+ maxTokens: 128000,
8950
+ },
8778
8951
  "anthropic/claude-sonnet-4": {
8779
8952
  id: "anthropic/claude-sonnet-4",
8780
8953
  name: "Anthropic: Claude Sonnet 4",
@@ -8809,6 +8982,23 @@ export const MODELS = {
8809
8982
  contextWindow: 1000000,
8810
8983
  maxTokens: 64000,
8811
8984
  },
8985
+ "anthropic/claude-sonnet-4.5:batch": {
8986
+ id: "anthropic/claude-sonnet-4.5:batch",
8987
+ name: "Anthropic: Claude Sonnet 4.5 (batch)",
8988
+ api: "openai-completions",
8989
+ provider: "openrouter",
8990
+ baseUrl: "https://openrouter.ai/api/v1",
8991
+ reasoning: true,
8992
+ input: ["text", "image"],
8993
+ cost: {
8994
+ input: 1.5,
8995
+ output: 7.5,
8996
+ cacheRead: 0.15,
8997
+ cacheWrite: 1.875,
8998
+ },
8999
+ contextWindow: 1000000,
9000
+ maxTokens: 64000,
9001
+ },
8812
9002
  "anthropic/claude-sonnet-4.6": {
8813
9003
  id: "anthropic/claude-sonnet-4.6",
8814
9004
  name: "Anthropic: Claude Sonnet 4.6",
@@ -8826,6 +9016,23 @@ export const MODELS = {
8826
9016
  contextWindow: 1000000,
8827
9017
  maxTokens: 128000,
8828
9018
  },
9019
+ "anthropic/claude-sonnet-4.6:batch": {
9020
+ id: "anthropic/claude-sonnet-4.6:batch",
9021
+ name: "Anthropic: Claude Sonnet 4.6 (batch)",
9022
+ api: "openai-completions",
9023
+ provider: "openrouter",
9024
+ baseUrl: "https://openrouter.ai/api/v1",
9025
+ reasoning: true,
9026
+ input: ["text", "image"],
9027
+ cost: {
9028
+ input: 1.5,
9029
+ output: 7.5,
9030
+ cacheRead: 0.15,
9031
+ cacheWrite: 1.875,
9032
+ },
9033
+ contextWindow: 1000000,
9034
+ maxTokens: 128000,
9035
+ },
8829
9036
  "anthropic/claude-sonnet-5": {
8830
9037
  id: "anthropic/claude-sonnet-5",
8831
9038
  name: "Anthropic: Claude Sonnet 5",
@@ -8843,6 +9050,23 @@ export const MODELS = {
8843
9050
  contextWindow: 1000000,
8844
9051
  maxTokens: 128000,
8845
9052
  },
9053
+ "anthropic/claude-sonnet-5:batch": {
9054
+ id: "anthropic/claude-sonnet-5:batch",
9055
+ name: "Anthropic: Claude Sonnet 5 (batch)",
9056
+ api: "openai-completions",
9057
+ provider: "openrouter",
9058
+ baseUrl: "https://openrouter.ai/api/v1",
9059
+ reasoning: true,
9060
+ input: ["text", "image"],
9061
+ cost: {
9062
+ input: 1,
9063
+ output: 5,
9064
+ cacheRead: 0.09999999999999999,
9065
+ cacheWrite: 1.25,
9066
+ },
9067
+ contextWindow: 1000000,
9068
+ maxTokens: 128000,
9069
+ },
8846
9070
  "arcee-ai/trinity-large-thinking": {
8847
9071
  id: "arcee-ai/trinity-large-thinking",
8848
9072
  name: "Arcee AI: Trinity Large Thinking",
@@ -9158,13 +9382,13 @@ export const MODELS = {
9158
9382
  reasoning: true,
9159
9383
  input: ["text"],
9160
9384
  cost: {
9161
- input: 0.14,
9162
- output: 0.28,
9163
- cacheRead: 0.028,
9385
+ input: 0.0882,
9386
+ output: 0.1764,
9387
+ cacheRead: 0.01764,
9164
9388
  cacheWrite: 0,
9165
9389
  },
9166
9390
  contextWindow: 1048576,
9167
- maxTokens: 393216,
9391
+ maxTokens: 131072,
9168
9392
  },
9169
9393
  "deepseek/deepseek-v4-flash-0731": {
9170
9394
  id: "deepseek/deepseek-v4-flash-0731",
@@ -9234,24 +9458,58 @@ export const MODELS = {
9234
9458
  contextWindow: 1048576,
9235
9459
  maxTokens: 65535,
9236
9460
  },
9237
- "google/gemini-2.5-pro": {
9238
- id: "google/gemini-2.5-pro",
9239
- name: "Google: Gemini 2.5 Pro",
9461
+ "google/gemini-2.5-flash-lite:batch": {
9462
+ id: "google/gemini-2.5-flash-lite:batch",
9463
+ name: "Google: Gemini 2.5 Flash Lite (batch)",
9240
9464
  api: "openai-completions",
9241
9465
  provider: "openrouter",
9242
9466
  baseUrl: "https://openrouter.ai/api/v1",
9243
9467
  reasoning: true,
9244
9468
  input: ["text", "image"],
9245
9469
  cost: {
9246
- input: 1.25,
9247
- output: 10,
9248
- cacheRead: 0.125,
9249
- cacheWrite: 0.375,
9470
+ input: 0.049999999999999996,
9471
+ output: 0.19999999999999998,
9472
+ cacheRead: 0.01,
9473
+ cacheWrite: 0,
9250
9474
  },
9251
9475
  contextWindow: 1048576,
9252
- maxTokens: 65536,
9476
+ maxTokens: 65535,
9253
9477
  },
9254
- "google/gemini-2.5-pro-preview": {
9478
+ "google/gemini-2.5-flash:batch": {
9479
+ id: "google/gemini-2.5-flash:batch",
9480
+ name: "Google: Gemini 2.5 Flash (batch)",
9481
+ api: "openai-completions",
9482
+ provider: "openrouter",
9483
+ baseUrl: "https://openrouter.ai/api/v1",
9484
+ reasoning: true,
9485
+ input: ["text", "image"],
9486
+ cost: {
9487
+ input: 0.15,
9488
+ output: 1.25,
9489
+ cacheRead: 0.03,
9490
+ cacheWrite: 0,
9491
+ },
9492
+ contextWindow: 1048576,
9493
+ maxTokens: 65535,
9494
+ },
9495
+ "google/gemini-2.5-pro": {
9496
+ id: "google/gemini-2.5-pro",
9497
+ name: "Google: Gemini 2.5 Pro",
9498
+ api: "openai-completions",
9499
+ provider: "openrouter",
9500
+ baseUrl: "https://openrouter.ai/api/v1",
9501
+ reasoning: true,
9502
+ input: ["text", "image"],
9503
+ cost: {
9504
+ input: 1.25,
9505
+ output: 10,
9506
+ cacheRead: 0.125,
9507
+ cacheWrite: 0.375,
9508
+ },
9509
+ contextWindow: 1048576,
9510
+ maxTokens: 65536,
9511
+ },
9512
+ "google/gemini-2.5-pro-preview": {
9255
9513
  id: "google/gemini-2.5-pro-preview",
9256
9514
  name: "Google: Gemini 2.5 Pro Preview 06-05",
9257
9515
  api: "openai-completions",
@@ -9285,6 +9543,23 @@ export const MODELS = {
9285
9543
  contextWindow: 1048576,
9286
9544
  maxTokens: 65535,
9287
9545
  },
9546
+ "google/gemini-2.5-pro:batch": {
9547
+ id: "google/gemini-2.5-pro:batch",
9548
+ name: "Google: Gemini 2.5 Pro (batch)",
9549
+ api: "openai-completions",
9550
+ provider: "openrouter",
9551
+ baseUrl: "https://openrouter.ai/api/v1",
9552
+ reasoning: true,
9553
+ input: ["text", "image"],
9554
+ cost: {
9555
+ input: 0.625,
9556
+ output: 5,
9557
+ cacheRead: 0.125,
9558
+ cacheWrite: 0,
9559
+ },
9560
+ contextWindow: 1048576,
9561
+ maxTokens: 65536,
9562
+ },
9288
9563
  "google/gemini-3-flash-preview": {
9289
9564
  id: "google/gemini-3-flash-preview",
9290
9565
  name: "Google: Gemini 3 Flash Preview",
@@ -9302,6 +9577,23 @@ export const MODELS = {
9302
9577
  contextWindow: 1048576,
9303
9578
  maxTokens: 65535,
9304
9579
  },
9580
+ "google/gemini-3-flash-preview:batch": {
9581
+ id: "google/gemini-3-flash-preview:batch",
9582
+ name: "Google: Gemini 3 Flash Preview (batch)",
9583
+ api: "openai-completions",
9584
+ provider: "openrouter",
9585
+ baseUrl: "https://openrouter.ai/api/v1",
9586
+ reasoning: true,
9587
+ input: ["text", "image"],
9588
+ cost: {
9589
+ input: 0.25,
9590
+ output: 1.5,
9591
+ cacheRead: 0,
9592
+ cacheWrite: 0,
9593
+ },
9594
+ contextWindow: 1048576,
9595
+ maxTokens: 65535,
9596
+ },
9305
9597
  "google/gemini-3-pro-image": {
9306
9598
  id: "google/gemini-3-pro-image",
9307
9599
  name: "Google: Nano Banana Pro (Gemini 3 Pro Image)",
@@ -9353,6 +9645,23 @@ export const MODELS = {
9353
9645
  contextWindow: 1048576,
9354
9646
  maxTokens: 65536,
9355
9647
  },
9648
+ "google/gemini-3.1-flash-lite:batch": {
9649
+ id: "google/gemini-3.1-flash-lite:batch",
9650
+ name: "Google: Gemini 3.1 Flash Lite (batch)",
9651
+ api: "openai-completions",
9652
+ provider: "openrouter",
9653
+ baseUrl: "https://openrouter.ai/api/v1",
9654
+ reasoning: true,
9655
+ input: ["text", "image"],
9656
+ cost: {
9657
+ input: 0.125,
9658
+ output: 0.75,
9659
+ cacheRead: 0.012499999999999999,
9660
+ cacheWrite: 0,
9661
+ },
9662
+ contextWindow: 1048576,
9663
+ maxTokens: 65536,
9664
+ },
9356
9665
  "google/gemini-3.1-pro-preview": {
9357
9666
  id: "google/gemini-3.1-pro-preview",
9358
9667
  name: "Google: Gemini 3.1 Pro Preview",
@@ -9387,6 +9696,23 @@ export const MODELS = {
9387
9696
  contextWindow: 1048576,
9388
9697
  maxTokens: 65536,
9389
9698
  },
9699
+ "google/gemini-3.1-pro-preview:batch": {
9700
+ id: "google/gemini-3.1-pro-preview:batch",
9701
+ name: "Google: Gemini 3.1 Pro Preview (batch)",
9702
+ api: "openai-completions",
9703
+ provider: "openrouter",
9704
+ baseUrl: "https://openrouter.ai/api/v1",
9705
+ reasoning: true,
9706
+ input: ["text", "image"],
9707
+ cost: {
9708
+ input: 1,
9709
+ output: 6,
9710
+ cacheRead: 0,
9711
+ cacheWrite: 0,
9712
+ },
9713
+ contextWindow: 1048576,
9714
+ maxTokens: 65536,
9715
+ },
9390
9716
  "google/gemini-3.5-flash": {
9391
9717
  id: "google/gemini-3.5-flash",
9392
9718
  name: "Google: Gemini 3.5 Flash",
@@ -9421,6 +9747,40 @@ export const MODELS = {
9421
9747
  contextWindow: 1048576,
9422
9748
  maxTokens: 65536,
9423
9749
  },
9750
+ "google/gemini-3.5-flash-lite:batch": {
9751
+ id: "google/gemini-3.5-flash-lite:batch",
9752
+ name: "Google: Gemini 3.5 Flash Lite (batch)",
9753
+ api: "openai-completions",
9754
+ provider: "openrouter",
9755
+ baseUrl: "https://openrouter.ai/api/v1",
9756
+ reasoning: true,
9757
+ input: ["text", "image"],
9758
+ cost: {
9759
+ input: 0.15,
9760
+ output: 1.25,
9761
+ cacheRead: 0.015,
9762
+ cacheWrite: 0,
9763
+ },
9764
+ contextWindow: 1048576,
9765
+ maxTokens: 65536,
9766
+ },
9767
+ "google/gemini-3.5-flash:batch": {
9768
+ id: "google/gemini-3.5-flash:batch",
9769
+ name: "Google: Gemini 3.5 Flash (batch)",
9770
+ api: "openai-completions",
9771
+ provider: "openrouter",
9772
+ baseUrl: "https://openrouter.ai/api/v1",
9773
+ reasoning: true,
9774
+ input: ["text", "image"],
9775
+ cost: {
9776
+ input: 0.75,
9777
+ output: 4.5,
9778
+ cacheRead: 0.075,
9779
+ cacheWrite: 0,
9780
+ },
9781
+ contextWindow: 1048576,
9782
+ maxTokens: 65536,
9783
+ },
9424
9784
  "google/gemini-3.6-flash": {
9425
9785
  id: "google/gemini-3.6-flash",
9426
9786
  name: "Google: Gemini 3.6 Flash",
@@ -9438,6 +9798,23 @@ export const MODELS = {
9438
9798
  contextWindow: 1048576,
9439
9799
  maxTokens: 65536,
9440
9800
  },
9801
+ "google/gemini-3.6-flash:batch": {
9802
+ id: "google/gemini-3.6-flash:batch",
9803
+ name: "Google: Gemini 3.6 Flash (batch)",
9804
+ api: "openai-completions",
9805
+ provider: "openrouter",
9806
+ baseUrl: "https://openrouter.ai/api/v1",
9807
+ reasoning: true,
9808
+ input: ["text", "image"],
9809
+ cost: {
9810
+ input: 0.75,
9811
+ output: 3.75,
9812
+ cacheRead: 0.075,
9813
+ cacheWrite: 0.0833333333333333,
9814
+ },
9815
+ contextWindow: 1048576,
9816
+ maxTokens: 65536,
9817
+ },
9441
9818
  "google/gemma-3-12b-it": {
9442
9819
  id: "google/gemma-3-12b-it",
9443
9820
  name: "Google: Gemma 3 12B",
@@ -9608,6 +9985,23 @@ export const MODELS = {
9608
9985
  contextWindow: 262144,
9609
9986
  maxTokens: 32768,
9610
9987
  },
9988
+ "inclusionai/ling-3.0-flash": {
9989
+ id: "inclusionai/ling-3.0-flash",
9990
+ name: "Ling-3.0-flash",
9991
+ api: "openai-completions",
9992
+ provider: "openrouter",
9993
+ baseUrl: "https://openrouter.ai/api/v1",
9994
+ reasoning: true,
9995
+ input: ["text"],
9996
+ cost: {
9997
+ input: 0.075,
9998
+ output: 0.22,
9999
+ cacheRead: 0.015,
10000
+ cacheWrite: 0,
10001
+ },
10002
+ contextWindow: 131072,
10003
+ maxTokens: 32768,
10004
+ },
9611
10005
  "inclusionai/ling-3.0-flash:free": {
9612
10006
  id: "inclusionai/ling-3.0-flash:free",
9613
10007
  name: "Ling-3.0-flash (free)",
@@ -9812,6 +10206,23 @@ export const MODELS = {
9812
10206
  contextWindow: 1048576,
9813
10207
  maxTokens: 4096,
9814
10208
  },
10209
+ "meta/muse-spark-1.2": {
10210
+ id: "meta/muse-spark-1.2",
10211
+ name: "Meta: Muse Spark 1.2",
10212
+ api: "openai-completions",
10213
+ provider: "openrouter",
10214
+ baseUrl: "https://openrouter.ai/api/v1",
10215
+ reasoning: true,
10216
+ input: ["text", "image"],
10217
+ cost: {
10218
+ input: 1.25,
10219
+ output: 4.25,
10220
+ cacheRead: 0.15,
10221
+ cacheWrite: 0,
10222
+ },
10223
+ contextWindow: 1048576,
10224
+ maxTokens: 4096,
10225
+ },
9815
10226
  "minimax/minimax-m1": {
9816
10227
  id: "minimax/minimax-m1",
9817
10228
  name: "MiniMax: MiniMax M1",
@@ -9872,7 +10283,7 @@ export const MODELS = {
9872
10283
  reasoning: true,
9873
10284
  input: ["text"],
9874
10285
  cost: {
9875
- input: 0.15,
10286
+ input: 0.22,
9876
10287
  output: 0.8999999999999999,
9877
10288
  cacheRead: 0.049999999999999996,
9878
10289
  cacheWrite: 0,
@@ -9914,6 +10325,23 @@ export const MODELS = {
9914
10325
  contextWindow: 1048576,
9915
10326
  maxTokens: 512000,
9916
10327
  },
10328
+ "minimax/minimax-m3:batch": {
10329
+ id: "minimax/minimax-m3:batch",
10330
+ name: "MiniMax: MiniMax M3 (batch)",
10331
+ api: "openai-completions",
10332
+ provider: "openrouter",
10333
+ baseUrl: "https://openrouter.ai/api/v1",
10334
+ reasoning: true,
10335
+ input: ["text", "image"],
10336
+ cost: {
10337
+ input: 0.15,
10338
+ output: 0.6,
10339
+ cacheRead: 0.03,
10340
+ cacheWrite: 0,
10341
+ },
10342
+ contextWindow: 524288,
10343
+ maxTokens: 4096,
10344
+ },
9917
10345
  "mistralai/codestral-2508": {
9918
10346
  id: "mistralai/codestral-2508",
9919
10347
  name: "Mistral: Codestral 2508",
@@ -10263,9 +10691,9 @@ export const MODELS = {
10263
10691
  reasoning: true,
10264
10692
  input: ["text", "image"],
10265
10693
  cost: {
10266
- input: 0.589,
10267
- output: 2.48,
10268
- cacheRead: 0.0992,
10694
+ input: 0.5700000000000001,
10695
+ output: 2.4,
10696
+ cacheRead: 0.096,
10269
10697
  cacheWrite: 0,
10270
10698
  },
10271
10699
  contextWindow: 262144,
@@ -10280,7 +10708,7 @@ export const MODELS = {
10280
10708
  reasoning: true,
10281
10709
  input: ["text", "image"],
10282
10710
  cost: {
10283
- input: 0.73,
10711
+ input: 0.7,
10284
10712
  output: 3.5,
10285
10713
  cacheRead: 0.15,
10286
10714
  cacheWrite: 0,
@@ -10288,6 +10716,23 @@ export const MODELS = {
10288
10716
  contextWindow: 262144,
10289
10717
  maxTokens: 262144,
10290
10718
  },
10719
+ "moonshotai/kimi-k2.7-code:batch": {
10720
+ id: "moonshotai/kimi-k2.7-code:batch",
10721
+ name: "MoonshotAI: Kimi K2.7 Code (batch)",
10722
+ api: "openai-completions",
10723
+ provider: "openrouter",
10724
+ baseUrl: "https://openrouter.ai/api/v1",
10725
+ reasoning: true,
10726
+ input: ["text", "image"],
10727
+ cost: {
10728
+ input: 0.475,
10729
+ output: 2,
10730
+ cacheRead: 0.095,
10731
+ cacheWrite: 0,
10732
+ },
10733
+ contextWindow: 262144,
10734
+ maxTokens: 4096,
10735
+ },
10291
10736
  "moonshotai/kimi-k3": {
10292
10737
  id: "moonshotai/kimi-k3",
10293
10738
  name: "MoonshotAI: Kimi K3",
@@ -10441,6 +10886,23 @@ export const MODELS = {
10441
10886
  contextWindow: 512288,
10442
10887
  maxTokens: 4096,
10443
10888
  },
10889
+ "nvidia/nemotron-3-ultra-550b-a55b:batch": {
10890
+ id: "nvidia/nemotron-3-ultra-550b-a55b:batch",
10891
+ name: "NVIDIA: Nemotron 3 Ultra (batch)",
10892
+ api: "openai-completions",
10893
+ provider: "openrouter",
10894
+ baseUrl: "https://openrouter.ai/api/v1",
10895
+ reasoning: true,
10896
+ input: ["text"],
10897
+ cost: {
10898
+ input: 0.3,
10899
+ output: 1.7999999999999998,
10900
+ cacheRead: 0.09999999999999999,
10901
+ cacheWrite: 0,
10902
+ },
10903
+ contextWindow: 512288,
10904
+ maxTokens: 4096,
10905
+ },
10444
10906
  "nvidia/nemotron-3-ultra-550b-a55b:free": {
10445
10907
  id: "nvidia/nemotron-3-ultra-550b-a55b:free",
10446
10908
  name: "NVIDIA: Nemotron 3 Ultra (free)",
@@ -10543,6 +11005,23 @@ export const MODELS = {
10543
11005
  contextWindow: 16385,
10544
11006
  maxTokens: 4096,
10545
11007
  },
11008
+ "openai/gpt-3.5-turbo:batch": {
11009
+ id: "openai/gpt-3.5-turbo:batch",
11010
+ name: "OpenAI: GPT-3.5 Turbo (batch)",
11011
+ api: "openai-completions",
11012
+ provider: "openrouter",
11013
+ baseUrl: "https://openrouter.ai/api/v1",
11014
+ reasoning: false,
11015
+ input: ["text"],
11016
+ cost: {
11017
+ input: 0.25,
11018
+ output: 0.75,
11019
+ cacheRead: 0,
11020
+ cacheWrite: 0,
11021
+ },
11022
+ contextWindow: 16385,
11023
+ maxTokens: 4096,
11024
+ },
10546
11025
  "openai/gpt-4": {
10547
11026
  id: "openai/gpt-4",
10548
11027
  name: "OpenAI: GPT-4",
@@ -10594,6 +11073,23 @@ export const MODELS = {
10594
11073
  contextWindow: 128000,
10595
11074
  maxTokens: 4096,
10596
11075
  },
11076
+ "openai/gpt-4-turbo:batch": {
11077
+ id: "openai/gpt-4-turbo:batch",
11078
+ name: "OpenAI: GPT-4 Turbo (batch)",
11079
+ api: "openai-completions",
11080
+ provider: "openrouter",
11081
+ baseUrl: "https://openrouter.ai/api/v1",
11082
+ reasoning: false,
11083
+ input: ["text", "image"],
11084
+ cost: {
11085
+ input: 5,
11086
+ output: 15,
11087
+ cacheRead: 0,
11088
+ cacheWrite: 0,
11089
+ },
11090
+ contextWindow: 128000,
11091
+ maxTokens: 4096,
11092
+ },
10597
11093
  "openai/gpt-4.1": {
10598
11094
  id: "openai/gpt-4.1",
10599
11095
  name: "OpenAI: GPT-4.1",
@@ -10628,6 +11124,23 @@ export const MODELS = {
10628
11124
  contextWindow: 1047576,
10629
11125
  maxTokens: 32768,
10630
11126
  },
11127
+ "openai/gpt-4.1-mini:batch": {
11128
+ id: "openai/gpt-4.1-mini:batch",
11129
+ name: "OpenAI: GPT-4.1 Mini (batch)",
11130
+ api: "openai-completions",
11131
+ provider: "openrouter",
11132
+ baseUrl: "https://openrouter.ai/api/v1",
11133
+ reasoning: false,
11134
+ input: ["text", "image"],
11135
+ cost: {
11136
+ input: 0.19999999999999998,
11137
+ output: 0.7999999999999999,
11138
+ cacheRead: 0.049999999999999996,
11139
+ cacheWrite: 0,
11140
+ },
11141
+ contextWindow: 1047576,
11142
+ maxTokens: 32768,
11143
+ },
10631
11144
  "openai/gpt-4.1-nano": {
10632
11145
  id: "openai/gpt-4.1-nano",
10633
11146
  name: "OpenAI: GPT-4.1 Nano",
@@ -10645,26 +11158,60 @@ export const MODELS = {
10645
11158
  contextWindow: 1047576,
10646
11159
  maxTokens: 32768,
10647
11160
  },
10648
- "openai/gpt-4o": {
10649
- id: "openai/gpt-4o",
10650
- name: "OpenAI: GPT-4o",
11161
+ "openai/gpt-4.1-nano:batch": {
11162
+ id: "openai/gpt-4.1-nano:batch",
11163
+ name: "OpenAI: GPT-4.1 Nano (batch)",
10651
11164
  api: "openai-completions",
10652
11165
  provider: "openrouter",
10653
11166
  baseUrl: "https://openrouter.ai/api/v1",
10654
11167
  reasoning: false,
10655
11168
  input: ["text", "image"],
10656
11169
  cost: {
10657
- input: 2.5,
10658
- output: 10,
10659
- cacheRead: 1.25,
11170
+ input: 0.049999999999999996,
11171
+ output: 0.19999999999999998,
11172
+ cacheRead: 0.012499999999999999,
10660
11173
  cacheWrite: 0,
10661
11174
  },
10662
- contextWindow: 128000,
10663
- maxTokens: 16384,
11175
+ contextWindow: 1047576,
11176
+ maxTokens: 32768,
10664
11177
  },
10665
- "openai/gpt-4o-2024-05-13": {
10666
- id: "openai/gpt-4o-2024-05-13",
10667
- name: "OpenAI: GPT-4o (2024-05-13)",
11178
+ "openai/gpt-4.1:batch": {
11179
+ id: "openai/gpt-4.1:batch",
11180
+ name: "OpenAI: GPT-4.1 (batch)",
11181
+ api: "openai-completions",
11182
+ provider: "openrouter",
11183
+ baseUrl: "https://openrouter.ai/api/v1",
11184
+ reasoning: false,
11185
+ input: ["text", "image"],
11186
+ cost: {
11187
+ input: 1,
11188
+ output: 4,
11189
+ cacheRead: 0.25,
11190
+ cacheWrite: 0,
11191
+ },
11192
+ contextWindow: 1047576,
11193
+ maxTokens: 32768,
11194
+ },
11195
+ "openai/gpt-4o": {
11196
+ id: "openai/gpt-4o",
11197
+ name: "OpenAI: GPT-4o",
11198
+ api: "openai-completions",
11199
+ provider: "openrouter",
11200
+ baseUrl: "https://openrouter.ai/api/v1",
11201
+ reasoning: false,
11202
+ input: ["text", "image"],
11203
+ cost: {
11204
+ input: 2.5,
11205
+ output: 10,
11206
+ cacheRead: 1.25,
11207
+ cacheWrite: 0,
11208
+ },
11209
+ contextWindow: 128000,
11210
+ maxTokens: 16384,
11211
+ },
11212
+ "openai/gpt-4o-2024-05-13": {
11213
+ id: "openai/gpt-4o-2024-05-13",
11214
+ name: "OpenAI: GPT-4o (2024-05-13)",
10668
11215
  api: "openai-completions",
10669
11216
  provider: "openrouter",
10670
11217
  baseUrl: "https://openrouter.ai/api/v1",
@@ -10747,6 +11294,40 @@ export const MODELS = {
10747
11294
  contextWindow: 128000,
10748
11295
  maxTokens: 16384,
10749
11296
  },
11297
+ "openai/gpt-4o-mini:batch": {
11298
+ id: "openai/gpt-4o-mini:batch",
11299
+ name: "OpenAI: GPT-4o-mini (batch)",
11300
+ api: "openai-completions",
11301
+ provider: "openrouter",
11302
+ baseUrl: "https://openrouter.ai/api/v1",
11303
+ reasoning: false,
11304
+ input: ["text", "image"],
11305
+ cost: {
11306
+ input: 0.075,
11307
+ output: 0.3,
11308
+ cacheRead: 0.0375,
11309
+ cacheWrite: 0,
11310
+ },
11311
+ contextWindow: 128000,
11312
+ maxTokens: 16384,
11313
+ },
11314
+ "openai/gpt-4o:batch": {
11315
+ id: "openai/gpt-4o:batch",
11316
+ name: "OpenAI: GPT-4o (batch)",
11317
+ api: "openai-completions",
11318
+ provider: "openrouter",
11319
+ baseUrl: "https://openrouter.ai/api/v1",
11320
+ reasoning: false,
11321
+ input: ["text", "image"],
11322
+ cost: {
11323
+ input: 1.25,
11324
+ output: 5,
11325
+ cacheRead: 0.625,
11326
+ cacheWrite: 0,
11327
+ },
11328
+ contextWindow: 128000,
11329
+ maxTokens: 16384,
11330
+ },
10750
11331
  "openai/gpt-5": {
10751
11332
  id: "openai/gpt-5",
10752
11333
  name: "OpenAI: GPT-5",
@@ -10764,6 +11345,23 @@ export const MODELS = {
10764
11345
  contextWindow: 400000,
10765
11346
  maxTokens: 128000,
10766
11347
  },
11348
+ "openai/gpt-5-codex:batch": {
11349
+ id: "openai/gpt-5-codex:batch",
11350
+ name: "OpenAI: GPT-5 Codex (batch)",
11351
+ api: "openai-completions",
11352
+ provider: "openrouter",
11353
+ baseUrl: "https://openrouter.ai/api/v1",
11354
+ reasoning: true,
11355
+ input: ["text", "image"],
11356
+ cost: {
11357
+ input: 0.625,
11358
+ output: 5,
11359
+ cacheRead: 0.0625,
11360
+ cacheWrite: 0,
11361
+ },
11362
+ contextWindow: 400000,
11363
+ maxTokens: 128000,
11364
+ },
10767
11365
  "openai/gpt-5-mini": {
10768
11366
  id: "openai/gpt-5-mini",
10769
11367
  name: "OpenAI: GPT-5 Mini",
@@ -10781,6 +11379,23 @@ export const MODELS = {
10781
11379
  contextWindow: 400000,
10782
11380
  maxTokens: 128000,
10783
11381
  },
11382
+ "openai/gpt-5-mini:batch": {
11383
+ id: "openai/gpt-5-mini:batch",
11384
+ name: "OpenAI: GPT-5 Mini (batch)",
11385
+ api: "openai-completions",
11386
+ provider: "openrouter",
11387
+ baseUrl: "https://openrouter.ai/api/v1",
11388
+ reasoning: true,
11389
+ input: ["text", "image"],
11390
+ cost: {
11391
+ input: 0.125,
11392
+ output: 1,
11393
+ cacheRead: 0.012499999999999999,
11394
+ cacheWrite: 0,
11395
+ },
11396
+ contextWindow: 400000,
11397
+ maxTokens: 128000,
11398
+ },
10784
11399
  "openai/gpt-5-nano": {
10785
11400
  id: "openai/gpt-5-nano",
10786
11401
  name: "OpenAI: GPT-5 Nano",
@@ -10798,6 +11413,23 @@ export const MODELS = {
10798
11413
  contextWindow: 400000,
10799
11414
  maxTokens: 128000,
10800
11415
  },
11416
+ "openai/gpt-5-nano:batch": {
11417
+ id: "openai/gpt-5-nano:batch",
11418
+ name: "OpenAI: GPT-5 Nano (batch)",
11419
+ api: "openai-completions",
11420
+ provider: "openrouter",
11421
+ baseUrl: "https://openrouter.ai/api/v1",
11422
+ reasoning: true,
11423
+ input: ["text", "image"],
11424
+ cost: {
11425
+ input: 0.024999999999999998,
11426
+ output: 0.19999999999999998,
11427
+ cacheRead: 0.0025,
11428
+ cacheWrite: 0,
11429
+ },
11430
+ contextWindow: 400000,
11431
+ maxTokens: 128000,
11432
+ },
10801
11433
  "openai/gpt-5-pro": {
10802
11434
  id: "openai/gpt-5-pro",
10803
11435
  name: "OpenAI: GPT-5 Pro",
@@ -10815,6 +11447,23 @@ export const MODELS = {
10815
11447
  contextWindow: 400000,
10816
11448
  maxTokens: 128000,
10817
11449
  },
11450
+ "openai/gpt-5-pro:batch": {
11451
+ id: "openai/gpt-5-pro:batch",
11452
+ name: "OpenAI: GPT-5 Pro (batch)",
11453
+ api: "openai-completions",
11454
+ provider: "openrouter",
11455
+ baseUrl: "https://openrouter.ai/api/v1",
11456
+ reasoning: true,
11457
+ input: ["text", "image"],
11458
+ cost: {
11459
+ input: 7.5,
11460
+ output: 60,
11461
+ cacheRead: 0,
11462
+ cacheWrite: 0,
11463
+ },
11464
+ contextWindow: 400000,
11465
+ maxTokens: 128000,
11466
+ },
10818
11467
  "openai/gpt-5.1": {
10819
11468
  id: "openai/gpt-5.1",
10820
11469
  name: "OpenAI: GPT-5.1",
@@ -10883,6 +11532,23 @@ export const MODELS = {
10883
11532
  contextWindow: 400000,
10884
11533
  maxTokens: 128000,
10885
11534
  },
11535
+ "openai/gpt-5.1:batch": {
11536
+ id: "openai/gpt-5.1:batch",
11537
+ name: "OpenAI: GPT-5.1 (batch)",
11538
+ api: "openai-completions",
11539
+ provider: "openrouter",
11540
+ baseUrl: "https://openrouter.ai/api/v1",
11541
+ reasoning: true,
11542
+ input: ["text", "image"],
11543
+ cost: {
11544
+ input: 0.625,
11545
+ output: 5,
11546
+ cacheRead: 0.0625,
11547
+ cacheWrite: 0,
11548
+ },
11549
+ contextWindow: 400000,
11550
+ maxTokens: 128000,
11551
+ },
10886
11552
  "openai/gpt-5.2": {
10887
11553
  id: "openai/gpt-5.2",
10888
11554
  name: "OpenAI: GPT-5.2",
@@ -10951,6 +11617,40 @@ export const MODELS = {
10951
11617
  contextWindow: 400000,
10952
11618
  maxTokens: 128000,
10953
11619
  },
11620
+ "openai/gpt-5.2-pro:batch": {
11621
+ id: "openai/gpt-5.2-pro:batch",
11622
+ name: "OpenAI: GPT-5.2 Pro (batch)",
11623
+ api: "openai-completions",
11624
+ provider: "openrouter",
11625
+ baseUrl: "https://openrouter.ai/api/v1",
11626
+ reasoning: true,
11627
+ input: ["text", "image"],
11628
+ cost: {
11629
+ input: 10.5,
11630
+ output: 84,
11631
+ cacheRead: 0,
11632
+ cacheWrite: 0,
11633
+ },
11634
+ contextWindow: 400000,
11635
+ maxTokens: 128000,
11636
+ },
11637
+ "openai/gpt-5.2:batch": {
11638
+ id: "openai/gpt-5.2:batch",
11639
+ name: "OpenAI: GPT-5.2 (batch)",
11640
+ api: "openai-completions",
11641
+ provider: "openrouter",
11642
+ baseUrl: "https://openrouter.ai/api/v1",
11643
+ reasoning: true,
11644
+ input: ["text", "image"],
11645
+ cost: {
11646
+ input: 0.875,
11647
+ output: 7,
11648
+ cacheRead: 0.0875,
11649
+ cacheWrite: 0,
11650
+ },
11651
+ contextWindow: 400000,
11652
+ maxTokens: 128000,
11653
+ },
10954
11654
  "openai/gpt-5.3-chat": {
10955
11655
  id: "openai/gpt-5.3-chat",
10956
11656
  name: "OpenAI: GPT-5.3 Chat",
@@ -11019,6 +11719,23 @@ export const MODELS = {
11019
11719
  contextWindow: 400000,
11020
11720
  maxTokens: 128000,
11021
11721
  },
11722
+ "openai/gpt-5.4-mini:batch": {
11723
+ id: "openai/gpt-5.4-mini:batch",
11724
+ name: "OpenAI: GPT-5.4 Mini (batch)",
11725
+ api: "openai-completions",
11726
+ provider: "openrouter",
11727
+ baseUrl: "https://openrouter.ai/api/v1",
11728
+ reasoning: true,
11729
+ input: ["text", "image"],
11730
+ cost: {
11731
+ input: 0.375,
11732
+ output: 2.25,
11733
+ cacheRead: 0.0375,
11734
+ cacheWrite: 0,
11735
+ },
11736
+ contextWindow: 400000,
11737
+ maxTokens: 128000,
11738
+ },
11022
11739
  "openai/gpt-5.4-nano": {
11023
11740
  id: "openai/gpt-5.4-nano",
11024
11741
  name: "OpenAI: GPT-5.4 Nano",
@@ -11036,6 +11753,23 @@ export const MODELS = {
11036
11753
  contextWindow: 400000,
11037
11754
  maxTokens: 128000,
11038
11755
  },
11756
+ "openai/gpt-5.4-nano:batch": {
11757
+ id: "openai/gpt-5.4-nano:batch",
11758
+ name: "OpenAI: GPT-5.4 Nano (batch)",
11759
+ api: "openai-completions",
11760
+ provider: "openrouter",
11761
+ baseUrl: "https://openrouter.ai/api/v1",
11762
+ reasoning: true,
11763
+ input: ["text", "image"],
11764
+ cost: {
11765
+ input: 0.09999999999999999,
11766
+ output: 0.625,
11767
+ cacheRead: 0.01,
11768
+ cacheWrite: 0,
11769
+ },
11770
+ contextWindow: 400000,
11771
+ maxTokens: 128000,
11772
+ },
11039
11773
  "openai/gpt-5.4-pro": {
11040
11774
  id: "openai/gpt-5.4-pro",
11041
11775
  name: "OpenAI: GPT-5.4 Pro",
@@ -11053,6 +11787,40 @@ export const MODELS = {
11053
11787
  contextWindow: 1050000,
11054
11788
  maxTokens: 128000,
11055
11789
  },
11790
+ "openai/gpt-5.4-pro:batch": {
11791
+ id: "openai/gpt-5.4-pro:batch",
11792
+ name: "OpenAI: GPT-5.4 Pro (batch)",
11793
+ api: "openai-completions",
11794
+ provider: "openrouter",
11795
+ baseUrl: "https://openrouter.ai/api/v1",
11796
+ reasoning: true,
11797
+ input: ["text", "image"],
11798
+ cost: {
11799
+ input: 15,
11800
+ output: 90,
11801
+ cacheRead: 0,
11802
+ cacheWrite: 0,
11803
+ },
11804
+ contextWindow: 1050000,
11805
+ maxTokens: 128000,
11806
+ },
11807
+ "openai/gpt-5.4:batch": {
11808
+ id: "openai/gpt-5.4:batch",
11809
+ name: "OpenAI: GPT-5.4 (batch)",
11810
+ api: "openai-completions",
11811
+ provider: "openrouter",
11812
+ baseUrl: "https://openrouter.ai/api/v1",
11813
+ reasoning: true,
11814
+ input: ["text", "image"],
11815
+ cost: {
11816
+ input: 1.25,
11817
+ output: 7.5,
11818
+ cacheRead: 0.125,
11819
+ cacheWrite: 0,
11820
+ },
11821
+ contextWindow: 1050000,
11822
+ maxTokens: 128000,
11823
+ },
11056
11824
  "openai/gpt-5.5": {
11057
11825
  id: "openai/gpt-5.5",
11058
11826
  name: "OpenAI: GPT-5.5",
@@ -11087,6 +11855,40 @@ export const MODELS = {
11087
11855
  contextWindow: 1050000,
11088
11856
  maxTokens: 128000,
11089
11857
  },
11858
+ "openai/gpt-5.5-pro:batch": {
11859
+ id: "openai/gpt-5.5-pro:batch",
11860
+ name: "OpenAI: GPT-5.5 Pro (batch)",
11861
+ api: "openai-completions",
11862
+ provider: "openrouter",
11863
+ baseUrl: "https://openrouter.ai/api/v1",
11864
+ reasoning: true,
11865
+ input: ["text", "image"],
11866
+ cost: {
11867
+ input: 15,
11868
+ output: 90,
11869
+ cacheRead: 0,
11870
+ cacheWrite: 0,
11871
+ },
11872
+ contextWindow: 1050000,
11873
+ maxTokens: 128000,
11874
+ },
11875
+ "openai/gpt-5.5:batch": {
11876
+ id: "openai/gpt-5.5:batch",
11877
+ name: "OpenAI: GPT-5.5 (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: 2.5,
11885
+ output: 15,
11886
+ cacheRead: 0.25,
11887
+ cacheWrite: 0,
11888
+ },
11889
+ contextWindow: 1050000,
11890
+ maxTokens: 128000,
11891
+ },
11090
11892
  "openai/gpt-5.6-luna": {
11091
11893
  id: "openai/gpt-5.6-luna",
11092
11894
  name: "OpenAI: GPT-5.6 Luna",
@@ -11121,6 +11923,40 @@ export const MODELS = {
11121
11923
  contextWindow: 1050000,
11122
11924
  maxTokens: 128000,
11123
11925
  },
11926
+ "openai/gpt-5.6-luna-pro:batch": {
11927
+ id: "openai/gpt-5.6-luna-pro:batch",
11928
+ name: "OpenAI: GPT-5.6 Luna Pro (batch)",
11929
+ api: "openai-completions",
11930
+ provider: "openrouter",
11931
+ baseUrl: "https://openrouter.ai/api/v1",
11932
+ reasoning: true,
11933
+ input: ["text", "image"],
11934
+ cost: {
11935
+ input: 0.09999999999999999,
11936
+ output: 0.6,
11937
+ cacheRead: 0.01,
11938
+ cacheWrite: 0,
11939
+ },
11940
+ contextWindow: 1050000,
11941
+ maxTokens: 128000,
11942
+ },
11943
+ "openai/gpt-5.6-luna:batch": {
11944
+ id: "openai/gpt-5.6-luna:batch",
11945
+ name: "OpenAI: GPT-5.6 Luna (batch)",
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: 0.09999999999999999,
11953
+ output: 0.6,
11954
+ cacheRead: 0.01,
11955
+ cacheWrite: 0,
11956
+ },
11957
+ contextWindow: 1050000,
11958
+ maxTokens: 128000,
11959
+ },
11124
11960
  "openai/gpt-5.6-sol": {
11125
11961
  id: "openai/gpt-5.6-sol",
11126
11962
  name: "OpenAI: GPT-5.6 Sol",
@@ -11130,34 +11966,102 @@ export const MODELS = {
11130
11966
  reasoning: true,
11131
11967
  input: ["text", "image"],
11132
11968
  cost: {
11133
- input: 5,
11134
- output: 30,
11135
- cacheRead: 0.5,
11136
- cacheWrite: 6.25,
11969
+ input: 5,
11970
+ output: 30,
11971
+ cacheRead: 0.5,
11972
+ cacheWrite: 6.25,
11973
+ },
11974
+ contextWindow: 1050000,
11975
+ maxTokens: 128000,
11976
+ },
11977
+ "openai/gpt-5.6-sol-pro": {
11978
+ id: "openai/gpt-5.6-sol-pro",
11979
+ name: "OpenAI: GPT-5.6 Sol Pro",
11980
+ api: "openai-completions",
11981
+ provider: "openrouter",
11982
+ baseUrl: "https://openrouter.ai/api/v1",
11983
+ reasoning: true,
11984
+ input: ["text", "image"],
11985
+ cost: {
11986
+ input: 5,
11987
+ output: 30,
11988
+ cacheRead: 0.5,
11989
+ cacheWrite: 6.25,
11990
+ },
11991
+ contextWindow: 1050000,
11992
+ maxTokens: 128000,
11993
+ },
11994
+ "openai/gpt-5.6-sol-pro:batch": {
11995
+ id: "openai/gpt-5.6-sol-pro:batch",
11996
+ name: "OpenAI: GPT-5.6 Sol Pro (batch)",
11997
+ api: "openai-completions",
11998
+ provider: "openrouter",
11999
+ baseUrl: "https://openrouter.ai/api/v1",
12000
+ reasoning: true,
12001
+ input: ["text", "image"],
12002
+ cost: {
12003
+ input: 2.5,
12004
+ output: 15,
12005
+ cacheRead: 0.25,
12006
+ cacheWrite: 0,
12007
+ },
12008
+ contextWindow: 1050000,
12009
+ maxTokens: 128000,
12010
+ },
12011
+ "openai/gpt-5.6-sol:batch": {
12012
+ id: "openai/gpt-5.6-sol:batch",
12013
+ name: "OpenAI: GPT-5.6 Sol (batch)",
12014
+ api: "openai-completions",
12015
+ provider: "openrouter",
12016
+ baseUrl: "https://openrouter.ai/api/v1",
12017
+ reasoning: true,
12018
+ input: ["text", "image"],
12019
+ cost: {
12020
+ input: 2.5,
12021
+ output: 15,
12022
+ cacheRead: 0.25,
12023
+ cacheWrite: 0,
12024
+ },
12025
+ contextWindow: 1050000,
12026
+ maxTokens: 128000,
12027
+ },
12028
+ "openai/gpt-5.6-terra": {
12029
+ id: "openai/gpt-5.6-terra",
12030
+ name: "OpenAI: GPT-5.6 Terra",
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: 1,
12038
+ output: 6,
12039
+ cacheRead: 0.09999999999999999,
12040
+ cacheWrite: 1.25,
11137
12041
  },
11138
12042
  contextWindow: 1050000,
11139
12043
  maxTokens: 128000,
11140
12044
  },
11141
- "openai/gpt-5.6-sol-pro": {
11142
- id: "openai/gpt-5.6-sol-pro",
11143
- name: "OpenAI: GPT-5.6 Sol Pro",
12045
+ "openai/gpt-5.6-terra-pro": {
12046
+ id: "openai/gpt-5.6-terra-pro",
12047
+ name: "OpenAI: GPT-5.6 Terra Pro",
11144
12048
  api: "openai-completions",
11145
12049
  provider: "openrouter",
11146
12050
  baseUrl: "https://openrouter.ai/api/v1",
11147
12051
  reasoning: true,
11148
12052
  input: ["text", "image"],
11149
12053
  cost: {
11150
- input: 5,
11151
- output: 30,
11152
- cacheRead: 0.5,
11153
- cacheWrite: 6.25,
12054
+ input: 1,
12055
+ output: 6,
12056
+ cacheRead: 0.09999999999999999,
12057
+ cacheWrite: 1.25,
11154
12058
  },
11155
12059
  contextWindow: 1050000,
11156
12060
  maxTokens: 128000,
11157
12061
  },
11158
- "openai/gpt-5.6-terra": {
11159
- id: "openai/gpt-5.6-terra",
11160
- name: "OpenAI: GPT-5.6 Terra",
12062
+ "openai/gpt-5.6-terra-pro:batch": {
12063
+ id: "openai/gpt-5.6-terra-pro:batch",
12064
+ name: "OpenAI: GPT-5.6 Terra Pro (batch)",
11161
12065
  api: "openai-completions",
11162
12066
  provider: "openrouter",
11163
12067
  baseUrl: "https://openrouter.ai/api/v1",
@@ -11167,14 +12071,14 @@ export const MODELS = {
11167
12071
  input: 1,
11168
12072
  output: 6,
11169
12073
  cacheRead: 0.09999999999999999,
11170
- cacheWrite: 1.25,
12074
+ cacheWrite: 0,
11171
12075
  },
11172
12076
  contextWindow: 1050000,
11173
12077
  maxTokens: 128000,
11174
12078
  },
11175
- "openai/gpt-5.6-terra-pro": {
11176
- id: "openai/gpt-5.6-terra-pro",
11177
- name: "OpenAI: GPT-5.6 Terra Pro",
12079
+ "openai/gpt-5.6-terra:batch": {
12080
+ id: "openai/gpt-5.6-terra:batch",
12081
+ name: "OpenAI: GPT-5.6 Terra (batch)",
11178
12082
  api: "openai-completions",
11179
12083
  provider: "openrouter",
11180
12084
  baseUrl: "https://openrouter.ai/api/v1",
@@ -11184,11 +12088,28 @@ export const MODELS = {
11184
12088
  input: 1,
11185
12089
  output: 6,
11186
12090
  cacheRead: 0.09999999999999999,
11187
- cacheWrite: 1.25,
12091
+ cacheWrite: 0,
11188
12092
  },
11189
12093
  contextWindow: 1050000,
11190
12094
  maxTokens: 128000,
11191
12095
  },
12096
+ "openai/gpt-5:batch": {
12097
+ id: "openai/gpt-5:batch",
12098
+ name: "OpenAI: GPT-5 (batch)",
12099
+ api: "openai-completions",
12100
+ provider: "openrouter",
12101
+ baseUrl: "https://openrouter.ai/api/v1",
12102
+ reasoning: true,
12103
+ input: ["text", "image"],
12104
+ cost: {
12105
+ input: 0.625,
12106
+ output: 5,
12107
+ cacheRead: 0.0625,
12108
+ cacheWrite: 0,
12109
+ },
12110
+ contextWindow: 400000,
12111
+ maxTokens: 128000,
12112
+ },
11192
12113
  "openai/gpt-audio": {
11193
12114
  id: "openai/gpt-audio",
11194
12115
  name: "OpenAI: GPT Audio",
@@ -11325,6 +12246,23 @@ export const MODELS = {
11325
12246
  contextWindow: 200000,
11326
12247
  maxTokens: 100000,
11327
12248
  },
12249
+ "openai/o1:batch": {
12250
+ id: "openai/o1:batch",
12251
+ name: "OpenAI: o1 (batch)",
12252
+ api: "openai-completions",
12253
+ provider: "openrouter",
12254
+ baseUrl: "https://openrouter.ai/api/v1",
12255
+ reasoning: true,
12256
+ input: ["text", "image"],
12257
+ cost: {
12258
+ input: 7.5,
12259
+ output: 30,
12260
+ cacheRead: 3.75,
12261
+ cacheWrite: 0,
12262
+ },
12263
+ contextWindow: 200000,
12264
+ maxTokens: 100000,
12265
+ },
11328
12266
  "openai/o3": {
11329
12267
  id: "openai/o3",
11330
12268
  name: "OpenAI: o3",
@@ -11376,6 +12314,40 @@ export const MODELS = {
11376
12314
  contextWindow: 200000,
11377
12315
  maxTokens: 100000,
11378
12316
  },
12317
+ "openai/o3-mini-high:batch": {
12318
+ id: "openai/o3-mini-high:batch",
12319
+ name: "OpenAI: o3 Mini High (batch)",
12320
+ api: "openai-completions",
12321
+ provider: "openrouter",
12322
+ baseUrl: "https://openrouter.ai/api/v1",
12323
+ reasoning: true,
12324
+ input: ["text"],
12325
+ cost: {
12326
+ input: 0.55,
12327
+ output: 2.2,
12328
+ cacheRead: 0.275,
12329
+ cacheWrite: 0,
12330
+ },
12331
+ contextWindow: 200000,
12332
+ maxTokens: 100000,
12333
+ },
12334
+ "openai/o3-mini:batch": {
12335
+ id: "openai/o3-mini:batch",
12336
+ name: "OpenAI: o3 Mini (batch)",
12337
+ api: "openai-completions",
12338
+ provider: "openrouter",
12339
+ baseUrl: "https://openrouter.ai/api/v1",
12340
+ reasoning: true,
12341
+ input: ["text"],
12342
+ cost: {
12343
+ input: 0.55,
12344
+ output: 2.2,
12345
+ cacheRead: 0.275,
12346
+ cacheWrite: 0,
12347
+ },
12348
+ contextWindow: 200000,
12349
+ maxTokens: 100000,
12350
+ },
11379
12351
  "openai/o3-pro": {
11380
12352
  id: "openai/o3-pro",
11381
12353
  name: "OpenAI: o3 Pro",
@@ -11393,6 +12365,40 @@ export const MODELS = {
11393
12365
  contextWindow: 200000,
11394
12366
  maxTokens: 100000,
11395
12367
  },
12368
+ "openai/o3-pro:batch": {
12369
+ id: "openai/o3-pro:batch",
12370
+ name: "OpenAI: o3 Pro (batch)",
12371
+ api: "openai-completions",
12372
+ provider: "openrouter",
12373
+ baseUrl: "https://openrouter.ai/api/v1",
12374
+ reasoning: true,
12375
+ input: ["text", "image"],
12376
+ cost: {
12377
+ input: 10,
12378
+ output: 40,
12379
+ cacheRead: 0,
12380
+ cacheWrite: 0,
12381
+ },
12382
+ contextWindow: 200000,
12383
+ maxTokens: 100000,
12384
+ },
12385
+ "openai/o3:batch": {
12386
+ id: "openai/o3:batch",
12387
+ name: "OpenAI: o3 (batch)",
12388
+ api: "openai-completions",
12389
+ provider: "openrouter",
12390
+ baseUrl: "https://openrouter.ai/api/v1",
12391
+ reasoning: true,
12392
+ input: ["text", "image"],
12393
+ cost: {
12394
+ input: 1,
12395
+ output: 4,
12396
+ cacheRead: 0.25,
12397
+ cacheWrite: 0,
12398
+ },
12399
+ contextWindow: 200000,
12400
+ maxTokens: 100000,
12401
+ },
11396
12402
  "openai/o4-mini": {
11397
12403
  id: "openai/o4-mini",
11398
12404
  name: "OpenAI: o4 Mini",
@@ -11427,6 +12433,40 @@ export const MODELS = {
11427
12433
  contextWindow: 200000,
11428
12434
  maxTokens: 100000,
11429
12435
  },
12436
+ "openai/o4-mini-high:batch": {
12437
+ id: "openai/o4-mini-high:batch",
12438
+ name: "OpenAI: o4 Mini High (batch)",
12439
+ api: "openai-completions",
12440
+ provider: "openrouter",
12441
+ baseUrl: "https://openrouter.ai/api/v1",
12442
+ reasoning: true,
12443
+ input: ["text", "image"],
12444
+ cost: {
12445
+ input: 0.55,
12446
+ output: 2.2,
12447
+ cacheRead: 0.1375,
12448
+ cacheWrite: 0,
12449
+ },
12450
+ contextWindow: 200000,
12451
+ maxTokens: 100000,
12452
+ },
12453
+ "openai/o4-mini:batch": {
12454
+ id: "openai/o4-mini:batch",
12455
+ name: "OpenAI: o4 Mini (batch)",
12456
+ api: "openai-completions",
12457
+ provider: "openrouter",
12458
+ baseUrl: "https://openrouter.ai/api/v1",
12459
+ reasoning: true,
12460
+ input: ["text", "image"],
12461
+ cost: {
12462
+ input: 0.55,
12463
+ output: 2.2,
12464
+ cacheRead: 0.1375,
12465
+ cacheWrite: 0,
12466
+ },
12467
+ contextWindow: 200000,
12468
+ maxTokens: 100000,
12469
+ },
11430
12470
  "openrouter/auto": {
11431
12471
  id: "openrouter/auto",
11432
12472
  name: "Auto Router",
@@ -11674,13 +12714,13 @@ export const MODELS = {
11674
12714
  reasoning: false,
11675
12715
  input: ["text"],
11676
12716
  cost: {
11677
- input: 0.14950000000000002,
11678
- output: 0.5980000000000001,
12717
+ input: 0.09,
12718
+ output: 0.55,
11679
12719
  cacheRead: 0,
11680
12720
  cacheWrite: 0,
11681
12721
  },
11682
12722
  contextWindow: 262144,
11683
- maxTokens: 32768,
12723
+ maxTokens: 16384,
11684
12724
  },
11685
12725
  "qwen/qwen3-235b-a22b-thinking-2507": {
11686
12726
  id: "qwen/qwen3-235b-a22b-thinking-2507",
@@ -12201,13 +13241,13 @@ export const MODELS = {
12201
13241
  reasoning: true,
12202
13242
  input: ["text", "image"],
12203
13243
  cost: {
12204
- input: 0.28900000000000003,
12205
- output: 2.4,
12206
- cacheRead: 0,
13244
+ input: 0.6,
13245
+ output: 3.5999999999999996,
13246
+ cacheRead: 0.12,
12207
13247
  cacheWrite: 0,
12208
13248
  },
12209
13249
  contextWindow: 262144,
12210
- maxTokens: 131072,
13250
+ maxTokens: 262144,
12211
13251
  },
12212
13252
  "qwen/qwen3.6-35b-a3b": {
12213
13253
  id: "qwen/qwen3.6-35b-a3b",
@@ -12532,6 +13572,23 @@ export const MODELS = {
12532
13572
  contextWindow: 524288,
12533
13573
  maxTokens: 4096,
12534
13574
  },
13575
+ "thinkingmachines/inkling:batch": {
13576
+ id: "thinkingmachines/inkling:batch",
13577
+ name: "Thinking Machines: Inkling (batch)",
13578
+ api: "openai-completions",
13579
+ provider: "openrouter",
13580
+ baseUrl: "https://openrouter.ai/api/v1",
13581
+ reasoning: true,
13582
+ input: ["text", "image"],
13583
+ cost: {
13584
+ input: 0.5,
13585
+ output: 2.025,
13586
+ cacheRead: 0.08499999999999999,
13587
+ cacheWrite: 0,
13588
+ },
13589
+ contextWindow: 524288,
13590
+ maxTokens: 4096,
13591
+ },
12535
13592
  "upstage/solar-pro-3": {
12536
13593
  id: "upstage/solar-pro-3",
12537
13594
  name: "Upstage: Solar Pro 3",
@@ -12546,8 +13603,8 @@ export const MODELS = {
12546
13603
  cacheRead: 0.015,
12547
13604
  cacheWrite: 0,
12548
13605
  },
12549
- contextWindow: 128000,
12550
- maxTokens: 4096,
13606
+ contextWindow: 131072,
13607
+ maxTokens: 131072,
12551
13608
  },
12552
13609
  "x-ai/grok-4.20": {
12553
13610
  id: "x-ai/grok-4.20",
@@ -12813,13 +13870,13 @@ export const MODELS = {
12813
13870
  reasoning: true,
12814
13871
  input: ["text"],
12815
13872
  cost: {
12816
- input: 0.966,
12817
- output: 3.036,
12818
- cacheRead: 0.1794,
13873
+ input: 0.952,
13874
+ output: 2.992,
13875
+ cacheRead: 0.17679999999999998,
12819
13876
  cacheWrite: 0,
12820
13877
  },
12821
13878
  contextWindow: 204800,
12822
- maxTokens: 128000,
13879
+ maxTokens: 131072,
12823
13880
  },
12824
13881
  "z-ai/glm-5.2": {
12825
13882
  id: "z-ai/glm-5.2",
@@ -12830,13 +13887,30 @@ export const MODELS = {
12830
13887
  reasoning: true,
12831
13888
  input: ["text"],
12832
13889
  cost: {
12833
- input: 0.76,
12834
- output: 2.42,
12835
- cacheRead: 0.14,
13890
+ input: 0.56,
13891
+ output: 1.76,
13892
+ cacheRead: 0.10400000000000001,
12836
13893
  cacheWrite: 0,
12837
13894
  },
12838
13895
  contextWindow: 1048576,
12839
- maxTokens: 262144,
13896
+ maxTokens: 128000,
13897
+ },
13898
+ "z-ai/glm-5.2:batch": {
13899
+ id: "z-ai/glm-5.2:batch",
13900
+ name: "Z.ai: GLM 5.2 (batch)",
13901
+ api: "openai-completions",
13902
+ provider: "openrouter",
13903
+ baseUrl: "https://openrouter.ai/api/v1",
13904
+ reasoning: true,
13905
+ input: ["text"],
13906
+ cost: {
13907
+ input: 0.7,
13908
+ output: 2.2,
13909
+ cacheRead: 0.13,
13910
+ cacheWrite: 0,
13911
+ },
13912
+ contextWindow: 512000,
13913
+ maxTokens: 4096,
12840
13914
  },
12841
13915
  "z-ai/glm-5v-turbo": {
12842
13916
  id: "z-ai/glm-5v-turbo",
@@ -13622,23 +14696,6 @@ export const MODELS = {
13622
14696
  contextWindow: 200000,
13623
14697
  maxTokens: 8192,
13624
14698
  },
13625
- "anthropic/claude-opus-4.1": {
13626
- id: "anthropic/claude-opus-4.1",
13627
- name: "Claude Opus 4.1",
13628
- api: "anthropic-messages",
13629
- provider: "vercel-ai-gateway",
13630
- baseUrl: "https://ai-gateway.vercel.sh",
13631
- reasoning: true,
13632
- input: ["text", "image"],
13633
- cost: {
13634
- input: 15,
13635
- output: 75,
13636
- cacheRead: 1.5,
13637
- cacheWrite: 18.75,
13638
- },
13639
- contextWindow: 200000,
13640
- maxTokens: 32000,
13641
- },
13642
14699
  "anthropic/claude-opus-4.5": {
13643
14700
  id: "anthropic/claude-opus-4.5",
13644
14701
  name: "Claude Opus 4.5",
@@ -13741,23 +14798,6 @@ export const MODELS = {
13741
14798
  contextWindow: 1000000,
13742
14799
  maxTokens: 128000,
13743
14800
  },
13744
- "anthropic/claude-opus-5-fast": {
13745
- id: "anthropic/claude-opus-5-fast",
13746
- name: "Claude Opus 5 (Fast)",
13747
- api: "anthropic-messages",
13748
- provider: "vercel-ai-gateway",
13749
- baseUrl: "https://ai-gateway.vercel.sh",
13750
- reasoning: true,
13751
- input: ["text", "image"],
13752
- cost: {
13753
- input: 10,
13754
- output: 50,
13755
- cacheRead: 1,
13756
- cacheWrite: 12.5,
13757
- },
13758
- contextWindow: 1000000,
13759
- maxTokens: 128000,
13760
- },
13761
14801
  "anthropic/claude-sonnet-4": {
13762
14802
  id: "anthropic/claude-sonnet-4",
13763
14803
  name: "Claude Sonnet 4",
@@ -14056,13 +15096,13 @@ export const MODELS = {
14056
15096
  reasoning: true,
14057
15097
  input: ["text"],
14058
15098
  cost: {
14059
- input: 0.435,
14060
- output: 0.87,
14061
- cacheRead: 0.0036,
15099
+ input: 1.74,
15100
+ output: 3.48,
15101
+ cacheRead: 0.14,
14062
15102
  cacheWrite: 0,
14063
15103
  },
14064
- contextWindow: 1000000,
14065
- maxTokens: 384000,
15104
+ contextWindow: 1048600,
15105
+ maxTokens: 1048600,
14066
15106
  },
14067
15107
  "google/gemini-2.5-flash": {
14068
15108
  id: "google/gemini-2.5-flash",
@@ -14248,7 +15288,7 @@ export const MODELS = {
14248
15288
  cacheRead: 0,
14249
15289
  cacheWrite: 0,
14250
15290
  },
14251
- contextWindow: 262144,
15291
+ contextWindow: 256000,
14252
15292
  maxTokens: 131072,
14253
15293
  },
14254
15294
  "inception/mercury-2": {
@@ -14489,6 +15529,40 @@ export const MODELS = {
14489
15529
  contextWindow: 1048576,
14490
15530
  maxTokens: 1048576,
14491
15531
  },
15532
+ "meta/muse-spark-1.2": {
15533
+ id: "meta/muse-spark-1.2",
15534
+ name: "Muse Spark 1.2",
15535
+ api: "anthropic-messages",
15536
+ provider: "vercel-ai-gateway",
15537
+ baseUrl: "https://ai-gateway.vercel.sh",
15538
+ reasoning: true,
15539
+ input: ["text", "image"],
15540
+ cost: {
15541
+ input: 1.25,
15542
+ output: 4.25,
15543
+ cacheRead: 0.15,
15544
+ cacheWrite: 0,
15545
+ },
15546
+ contextWindow: 1048576,
15547
+ maxTokens: 1048576,
15548
+ },
15549
+ "meta/muse-spark-1.2-contributor": {
15550
+ id: "meta/muse-spark-1.2-contributor",
15551
+ name: "Muse Spark 1.2 Contributor",
15552
+ api: "anthropic-messages",
15553
+ provider: "vercel-ai-gateway",
15554
+ baseUrl: "https://ai-gateway.vercel.sh",
15555
+ reasoning: true,
15556
+ input: ["text", "image"],
15557
+ cost: {
15558
+ input: 0.09999999999999999,
15559
+ output: 0.19999999999999998,
15560
+ cacheRead: 0.002,
15561
+ cacheWrite: 0,
15562
+ },
15563
+ contextWindow: 1048576,
15564
+ maxTokens: 1048576,
15565
+ },
14492
15566
  "minimax/minimax-m2": {
14493
15567
  id: "minimax/minimax-m2",
14494
15568
  name: "MiniMax M2",