@dreb/ai 2.53.1 → 2.55.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)",
@@ -3464,6 +3430,25 @@ export const MODELS = {
3464
3430
  contextWindow: 256000,
3465
3431
  maxTokens: 32000,
3466
3432
  },
3433
+ "kimi-k3": {
3434
+ id: "kimi-k3",
3435
+ name: "Kimi K3",
3436
+ api: "openai-completions",
3437
+ provider: "github-copilot",
3438
+ baseUrl: "https://api.individual.githubcopilot.com",
3439
+ headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
3440
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
3441
+ reasoning: true,
3442
+ input: ["text", "image"],
3443
+ cost: {
3444
+ input: 3,
3445
+ output: 15,
3446
+ cacheRead: 0.3,
3447
+ cacheWrite: 0,
3448
+ },
3449
+ contextWindow: 1048576,
3450
+ maxTokens: 131072,
3451
+ },
3467
3452
  "mai-code-1-flash-picker": {
3468
3453
  id: "mai-code-1-flash-picker",
3469
3454
  name: "MAI-Code-1-Flash",
@@ -4572,6 +4557,24 @@ export const MODELS = {
4572
4557
  contextWindow: 40960,
4573
4558
  maxTokens: 16384,
4574
4559
  },
4560
+ "Qwen/Qwen3-235B-A22B-Instruct-2507": {
4561
+ id: "Qwen/Qwen3-235B-A22B-Instruct-2507",
4562
+ name: "Qwen3 235B-A22B Instruct 2507",
4563
+ api: "openai-completions",
4564
+ provider: "huggingface",
4565
+ baseUrl: "https://router.huggingface.co/v1",
4566
+ compat: { "supportsDeveloperRole": false },
4567
+ reasoning: false,
4568
+ input: ["text"],
4569
+ cost: {
4570
+ input: 0.855,
4571
+ output: 2.565,
4572
+ cacheRead: 0,
4573
+ cacheWrite: 0,
4574
+ },
4575
+ contextWindow: 262144,
4576
+ maxTokens: 16384,
4577
+ },
4575
4578
  "Qwen/Qwen3-235B-A22B-Thinking-2507": {
4576
4579
  id: "Qwen/Qwen3-235B-A22B-Thinking-2507",
4577
4580
  name: "Qwen3-235B-A22B-Thinking-2507",
@@ -4914,6 +4917,42 @@ export const MODELS = {
4914
4917
  contextWindow: 163840,
4915
4918
  maxTokens: 163840,
4916
4919
  },
4920
+ "deepseek-ai/DeepSeek-V3": {
4921
+ id: "deepseek-ai/DeepSeek-V3",
4922
+ name: "DeepSeek-V3",
4923
+ api: "openai-completions",
4924
+ provider: "huggingface",
4925
+ baseUrl: "https://router.huggingface.co/v1",
4926
+ compat: { "supportsDeveloperRole": false },
4927
+ reasoning: false,
4928
+ input: ["text"],
4929
+ cost: {
4930
+ input: 0.4,
4931
+ output: 1.3,
4932
+ cacheRead: 0,
4933
+ cacheWrite: 0,
4934
+ },
4935
+ contextWindow: 64000,
4936
+ maxTokens: 8192,
4937
+ },
4938
+ "deepseek-ai/DeepSeek-V3.1": {
4939
+ id: "deepseek-ai/DeepSeek-V3.1",
4940
+ name: "DeepSeek-V3.1",
4941
+ api: "openai-completions",
4942
+ provider: "huggingface",
4943
+ baseUrl: "https://router.huggingface.co/v1",
4944
+ compat: { "supportsDeveloperRole": false },
4945
+ reasoning: true,
4946
+ input: ["text"],
4947
+ cost: {
4948
+ input: 0.27,
4949
+ output: 1,
4950
+ cacheRead: 0,
4951
+ cacheWrite: 0,
4952
+ },
4953
+ contextWindow: 131072,
4954
+ maxTokens: 8192,
4955
+ },
4917
4956
  "deepseek-ai/DeepSeek-V3.2": {
4918
4957
  id: "deepseek-ai/DeepSeek-V3.2",
4919
4958
  name: "DeepSeek-V3.2",
@@ -7139,23 +7178,6 @@ export const MODELS = {
7139
7178
  contextWindow: 200000,
7140
7179
  maxTokens: 64000,
7141
7180
  },
7142
- "claude-opus-4-1": {
7143
- id: "claude-opus-4-1",
7144
- name: "Claude Opus 4.1",
7145
- api: "anthropic-messages",
7146
- provider: "opencode",
7147
- baseUrl: "https://opencode.ai/zen",
7148
- reasoning: true,
7149
- input: ["text", "image"],
7150
- cost: {
7151
- input: 15,
7152
- output: 75,
7153
- cacheRead: 1.5,
7154
- cacheWrite: 18.75,
7155
- },
7156
- contextWindow: 200000,
7157
- maxTokens: 32000,
7158
- },
7159
7181
  "claude-opus-4-5": {
7160
7182
  id: "claude-opus-4-5",
7161
7183
  name: "Claude Opus 4.5",
@@ -7311,7 +7333,7 @@ export const MODELS = {
7311
7333
  },
7312
7334
  "deepseek-v4-flash": {
7313
7335
  id: "deepseek-v4-flash",
7314
- name: "DeepSeek V4 Flash (New)",
7336
+ name: "DeepSeek V4 Flash",
7315
7337
  api: "openai-completions",
7316
7338
  provider: "opencode",
7317
7339
  baseUrl: "https://opencode.ai/zen/v1",
@@ -7328,7 +7350,7 @@ export const MODELS = {
7328
7350
  },
7329
7351
  "deepseek-v4-flash-free": {
7330
7352
  id: "deepseek-v4-flash-free",
7331
- name: "DeepSeek V4 Flash Free (New)",
7353
+ name: "DeepSeek V4 Flash Free",
7332
7354
  api: "openai-completions",
7333
7355
  provider: "opencode",
7334
7356
  baseUrl: "https://opencode.ai/zen/v1",
@@ -7839,7 +7861,7 @@ export const MODELS = {
7839
7861
  "grok-build-0.1": {
7840
7862
  id: "grok-build-0.1",
7841
7863
  name: "Grok Build 0.1",
7842
- api: "openai-completions",
7864
+ api: "openai-responses",
7843
7865
  provider: "opencode",
7844
7866
  baseUrl: "https://opencode.ai/zen/v1",
7845
7867
  reasoning: true,
@@ -7938,9 +7960,9 @@ export const MODELS = {
7938
7960
  contextWindow: 256000,
7939
7961
  maxTokens: 32000,
7940
7962
  },
7941
- "ling-3.0-flash-free": {
7942
- id: "ling-3.0-flash-free",
7943
- name: "Ling-3.0-flash Free",
7963
+ "ling-3.0-tiny-free": {
7964
+ id: "ling-3.0-tiny-free",
7965
+ name: "Ling-3.0-tiny Free",
7944
7966
  api: "openai-completions",
7945
7967
  provider: "opencode",
7946
7968
  baseUrl: "https://opencode.ai/zen/v1",
@@ -7955,6 +7977,23 @@ export const MODELS = {
7955
7977
  contextWindow: 262144,
7956
7978
  maxTokens: 32768,
7957
7979
  },
7980
+ "longcat-2.0-free": {
7981
+ id: "longcat-2.0-free",
7982
+ name: "LongCat-2.0 Free",
7983
+ api: "openai-completions",
7984
+ provider: "opencode",
7985
+ baseUrl: "https://opencode.ai/zen/v1",
7986
+ reasoning: true,
7987
+ input: ["text"],
7988
+ cost: {
7989
+ input: 0,
7990
+ output: 0,
7991
+ cacheRead: 0,
7992
+ cacheWrite: 0,
7993
+ },
7994
+ contextWindow: 1000000,
7995
+ maxTokens: 131072,
7996
+ },
7958
7997
  "mimo-v2.5-free": {
7959
7998
  id: "mimo-v2.5-free",
7960
7999
  name: "MiMo V2.5 Free",
@@ -8095,16 +8134,16 @@ export const MODELS = {
8095
8134
  "opencode-go": {
8096
8135
  "deepseek-v4-flash": {
8097
8136
  id: "deepseek-v4-flash",
8098
- name: "DeepSeek V4 Flash (New)",
8137
+ name: "DeepSeek V4 Flash (2x usage)",
8099
8138
  api: "openai-completions",
8100
8139
  provider: "opencode-go",
8101
8140
  baseUrl: "https://opencode.ai/zen/go/v1",
8102
8141
  reasoning: true,
8103
8142
  input: ["text"],
8104
8143
  cost: {
8105
- input: 0.14,
8106
- output: 0.28,
8107
- cacheRead: 0.0028,
8144
+ input: 0.07,
8145
+ output: 0.14,
8146
+ cacheRead: 0.0014,
8108
8147
  cacheWrite: 0,
8109
8148
  },
8110
8149
  contextWindow: 1000000,
@@ -8588,6 +8627,23 @@ export const MODELS = {
8588
8627
  contextWindow: 1000000,
8589
8628
  maxTokens: 128000,
8590
8629
  },
8630
+ "anthropic/claude-fable-5:batch": {
8631
+ id: "anthropic/claude-fable-5:batch",
8632
+ name: "Anthropic: Claude Fable 5 (batch)",
8633
+ api: "openai-completions",
8634
+ provider: "openrouter",
8635
+ baseUrl: "https://openrouter.ai/api/v1",
8636
+ reasoning: true,
8637
+ input: ["text", "image"],
8638
+ cost: {
8639
+ input: 5,
8640
+ output: 25,
8641
+ cacheRead: 0.5,
8642
+ cacheWrite: 6.25,
8643
+ },
8644
+ contextWindow: 1000000,
8645
+ maxTokens: 128000,
8646
+ },
8591
8647
  "anthropic/claude-haiku-4.5": {
8592
8648
  id: "anthropic/claude-haiku-4.5",
8593
8649
  name: "Anthropic: Claude Haiku 4.5",
@@ -8605,6 +8661,23 @@ export const MODELS = {
8605
8661
  contextWindow: 200000,
8606
8662
  maxTokens: 64000,
8607
8663
  },
8664
+ "anthropic/claude-haiku-4.5:batch": {
8665
+ id: "anthropic/claude-haiku-4.5:batch",
8666
+ name: "Anthropic: Claude Haiku 4.5 (batch)",
8667
+ api: "openai-completions",
8668
+ provider: "openrouter",
8669
+ baseUrl: "https://openrouter.ai/api/v1",
8670
+ reasoning: true,
8671
+ input: ["text", "image"],
8672
+ cost: {
8673
+ input: 0.5,
8674
+ output: 2.5,
8675
+ cacheRead: 0.049999999999999996,
8676
+ cacheWrite: 0.625,
8677
+ },
8678
+ contextWindow: 200000,
8679
+ maxTokens: 64000,
8680
+ },
8608
8681
  "anthropic/claude-opus-4": {
8609
8682
  id: "anthropic/claude-opus-4",
8610
8683
  name: "Anthropic: Claude Opus 4",
@@ -8639,6 +8712,23 @@ export const MODELS = {
8639
8712
  contextWindow: 200000,
8640
8713
  maxTokens: 32000,
8641
8714
  },
8715
+ "anthropic/claude-opus-4.1:batch": {
8716
+ id: "anthropic/claude-opus-4.1:batch",
8717
+ name: "Anthropic: Claude Opus 4.1 (batch)",
8718
+ api: "openai-completions",
8719
+ provider: "openrouter",
8720
+ baseUrl: "https://openrouter.ai/api/v1",
8721
+ reasoning: true,
8722
+ input: ["text", "image"],
8723
+ cost: {
8724
+ input: 7.5,
8725
+ output: 37.5,
8726
+ cacheRead: 0.75,
8727
+ cacheWrite: 9.375,
8728
+ },
8729
+ contextWindow: 200000,
8730
+ maxTokens: 32000,
8731
+ },
8642
8732
  "anthropic/claude-opus-4.5": {
8643
8733
  id: "anthropic/claude-opus-4.5",
8644
8734
  name: "Anthropic: Claude Opus 4.5",
@@ -8656,6 +8746,23 @@ export const MODELS = {
8656
8746
  contextWindow: 200000,
8657
8747
  maxTokens: 64000,
8658
8748
  },
8749
+ "anthropic/claude-opus-4.5:batch": {
8750
+ id: "anthropic/claude-opus-4.5:batch",
8751
+ name: "Anthropic: Claude Opus 4.5 (batch)",
8752
+ api: "openai-completions",
8753
+ provider: "openrouter",
8754
+ baseUrl: "https://openrouter.ai/api/v1",
8755
+ reasoning: true,
8756
+ input: ["text", "image"],
8757
+ cost: {
8758
+ input: 2.5,
8759
+ output: 12.5,
8760
+ cacheRead: 0.25,
8761
+ cacheWrite: 3.125,
8762
+ },
8763
+ contextWindow: 200000,
8764
+ maxTokens: 64000,
8765
+ },
8659
8766
  "anthropic/claude-opus-4.6": {
8660
8767
  id: "anthropic/claude-opus-4.6",
8661
8768
  name: "Anthropic: Claude Opus 4.6",
@@ -8673,6 +8780,23 @@ export const MODELS = {
8673
8780
  contextWindow: 1000000,
8674
8781
  maxTokens: 128000,
8675
8782
  },
8783
+ "anthropic/claude-opus-4.6:batch": {
8784
+ id: "anthropic/claude-opus-4.6:batch",
8785
+ name: "Anthropic: Claude Opus 4.6 (batch)",
8786
+ api: "openai-completions",
8787
+ provider: "openrouter",
8788
+ baseUrl: "https://openrouter.ai/api/v1",
8789
+ reasoning: true,
8790
+ input: ["text", "image"],
8791
+ cost: {
8792
+ input: 2.5,
8793
+ output: 12.5,
8794
+ cacheRead: 0.25,
8795
+ cacheWrite: 3.125,
8796
+ },
8797
+ contextWindow: 1000000,
8798
+ maxTokens: 128000,
8799
+ },
8676
8800
  "anthropic/claude-opus-4.7": {
8677
8801
  id: "anthropic/claude-opus-4.7",
8678
8802
  name: "Anthropic: Claude Opus 4.7",
@@ -8707,6 +8831,23 @@ export const MODELS = {
8707
8831
  contextWindow: 1000000,
8708
8832
  maxTokens: 128000,
8709
8833
  },
8834
+ "anthropic/claude-opus-4.7:batch": {
8835
+ id: "anthropic/claude-opus-4.7:batch",
8836
+ name: "Anthropic: Claude Opus 4.7 (batch)",
8837
+ api: "openai-completions",
8838
+ provider: "openrouter",
8839
+ baseUrl: "https://openrouter.ai/api/v1",
8840
+ reasoning: true,
8841
+ input: ["text", "image"],
8842
+ cost: {
8843
+ input: 2.5,
8844
+ output: 12.5,
8845
+ cacheRead: 0.25,
8846
+ cacheWrite: 3.125,
8847
+ },
8848
+ contextWindow: 1000000,
8849
+ maxTokens: 128000,
8850
+ },
8710
8851
  "anthropic/claude-opus-4.8": {
8711
8852
  id: "anthropic/claude-opus-4.8",
8712
8853
  name: "Anthropic: Claude Opus 4.8",
@@ -8741,6 +8882,23 @@ export const MODELS = {
8741
8882
  contextWindow: 1000000,
8742
8883
  maxTokens: 128000,
8743
8884
  },
8885
+ "anthropic/claude-opus-4.8:batch": {
8886
+ id: "anthropic/claude-opus-4.8:batch",
8887
+ name: "Anthropic: Claude Opus 4.8 (batch)",
8888
+ api: "openai-completions",
8889
+ provider: "openrouter",
8890
+ baseUrl: "https://openrouter.ai/api/v1",
8891
+ reasoning: true,
8892
+ input: ["text", "image"],
8893
+ cost: {
8894
+ input: 2.5,
8895
+ output: 12.5,
8896
+ cacheRead: 0.25,
8897
+ cacheWrite: 3.125,
8898
+ },
8899
+ contextWindow: 1000000,
8900
+ maxTokens: 128000,
8901
+ },
8744
8902
  "anthropic/claude-opus-5": {
8745
8903
  id: "anthropic/claude-opus-5",
8746
8904
  name: "Claude Opus 5",
@@ -8775,6 +8933,23 @@ export const MODELS = {
8775
8933
  contextWindow: 1000000,
8776
8934
  maxTokens: 128000,
8777
8935
  },
8936
+ "anthropic/claude-opus-5:batch": {
8937
+ id: "anthropic/claude-opus-5:batch",
8938
+ name: "Claude Opus 5 (batch)",
8939
+ api: "openai-completions",
8940
+ provider: "openrouter",
8941
+ baseUrl: "https://openrouter.ai/api/v1",
8942
+ reasoning: true,
8943
+ input: ["text", "image"],
8944
+ cost: {
8945
+ input: 2.5,
8946
+ output: 12.5,
8947
+ cacheRead: 0.25,
8948
+ cacheWrite: 3.125,
8949
+ },
8950
+ contextWindow: 1000000,
8951
+ maxTokens: 128000,
8952
+ },
8778
8953
  "anthropic/claude-sonnet-4": {
8779
8954
  id: "anthropic/claude-sonnet-4",
8780
8955
  name: "Anthropic: Claude Sonnet 4",
@@ -8809,6 +8984,23 @@ export const MODELS = {
8809
8984
  contextWindow: 1000000,
8810
8985
  maxTokens: 64000,
8811
8986
  },
8987
+ "anthropic/claude-sonnet-4.5:batch": {
8988
+ id: "anthropic/claude-sonnet-4.5:batch",
8989
+ name: "Anthropic: Claude Sonnet 4.5 (batch)",
8990
+ api: "openai-completions",
8991
+ provider: "openrouter",
8992
+ baseUrl: "https://openrouter.ai/api/v1",
8993
+ reasoning: true,
8994
+ input: ["text", "image"],
8995
+ cost: {
8996
+ input: 1.5,
8997
+ output: 7.5,
8998
+ cacheRead: 0.15,
8999
+ cacheWrite: 1.875,
9000
+ },
9001
+ contextWindow: 1000000,
9002
+ maxTokens: 64000,
9003
+ },
8812
9004
  "anthropic/claude-sonnet-4.6": {
8813
9005
  id: "anthropic/claude-sonnet-4.6",
8814
9006
  name: "Anthropic: Claude Sonnet 4.6",
@@ -8826,23 +9018,57 @@ export const MODELS = {
8826
9018
  contextWindow: 1000000,
8827
9019
  maxTokens: 128000,
8828
9020
  },
8829
- "anthropic/claude-sonnet-5": {
8830
- id: "anthropic/claude-sonnet-5",
8831
- name: "Anthropic: Claude Sonnet 5",
9021
+ "anthropic/claude-sonnet-4.6:batch": {
9022
+ id: "anthropic/claude-sonnet-4.6:batch",
9023
+ name: "Anthropic: Claude Sonnet 4.6 (batch)",
8832
9024
  api: "openai-completions",
8833
9025
  provider: "openrouter",
8834
9026
  baseUrl: "https://openrouter.ai/api/v1",
8835
9027
  reasoning: true,
8836
9028
  input: ["text", "image"],
8837
9029
  cost: {
8838
- input: 2,
8839
- output: 10,
8840
- cacheRead: 0.19999999999999998,
9030
+ input: 1.5,
9031
+ output: 7.5,
9032
+ cacheRead: 0.15,
9033
+ cacheWrite: 1.875,
9034
+ },
9035
+ contextWindow: 1000000,
9036
+ maxTokens: 128000,
9037
+ },
9038
+ "anthropic/claude-sonnet-5": {
9039
+ id: "anthropic/claude-sonnet-5",
9040
+ name: "Anthropic: Claude Sonnet 5",
9041
+ api: "openai-completions",
9042
+ provider: "openrouter",
9043
+ baseUrl: "https://openrouter.ai/api/v1",
9044
+ reasoning: true,
9045
+ input: ["text", "image"],
9046
+ cost: {
9047
+ input: 2,
9048
+ output: 10,
9049
+ cacheRead: 0.19999999999999998,
8841
9050
  cacheWrite: 2.5,
8842
9051
  },
8843
9052
  contextWindow: 1000000,
8844
9053
  maxTokens: 128000,
8845
9054
  },
9055
+ "anthropic/claude-sonnet-5:batch": {
9056
+ id: "anthropic/claude-sonnet-5:batch",
9057
+ name: "Anthropic: Claude Sonnet 5 (batch)",
9058
+ api: "openai-completions",
9059
+ provider: "openrouter",
9060
+ baseUrl: "https://openrouter.ai/api/v1",
9061
+ reasoning: true,
9062
+ input: ["text", "image"],
9063
+ cost: {
9064
+ input: 1,
9065
+ output: 5,
9066
+ cacheRead: 0.09999999999999999,
9067
+ cacheWrite: 1.25,
9068
+ },
9069
+ contextWindow: 1000000,
9070
+ maxTokens: 128000,
9071
+ },
8846
9072
  "arcee-ai/trinity-large-thinking": {
8847
9073
  id: "arcee-ai/trinity-large-thinking",
8848
9074
  name: "Arcee AI: Trinity Large Thinking",
@@ -9234,6 +9460,40 @@ export const MODELS = {
9234
9460
  contextWindow: 1048576,
9235
9461
  maxTokens: 65535,
9236
9462
  },
9463
+ "google/gemini-2.5-flash-lite:batch": {
9464
+ id: "google/gemini-2.5-flash-lite:batch",
9465
+ name: "Google: Gemini 2.5 Flash Lite (batch)",
9466
+ api: "openai-completions",
9467
+ provider: "openrouter",
9468
+ baseUrl: "https://openrouter.ai/api/v1",
9469
+ reasoning: true,
9470
+ input: ["text", "image"],
9471
+ cost: {
9472
+ input: 0.049999999999999996,
9473
+ output: 0.19999999999999998,
9474
+ cacheRead: 0.01,
9475
+ cacheWrite: 0,
9476
+ },
9477
+ contextWindow: 1048576,
9478
+ maxTokens: 65535,
9479
+ },
9480
+ "google/gemini-2.5-flash:batch": {
9481
+ id: "google/gemini-2.5-flash:batch",
9482
+ name: "Google: Gemini 2.5 Flash (batch)",
9483
+ api: "openai-completions",
9484
+ provider: "openrouter",
9485
+ baseUrl: "https://openrouter.ai/api/v1",
9486
+ reasoning: true,
9487
+ input: ["text", "image"],
9488
+ cost: {
9489
+ input: 0.15,
9490
+ output: 1.25,
9491
+ cacheRead: 0.03,
9492
+ cacheWrite: 0,
9493
+ },
9494
+ contextWindow: 1048576,
9495
+ maxTokens: 65535,
9496
+ },
9237
9497
  "google/gemini-2.5-pro": {
9238
9498
  id: "google/gemini-2.5-pro",
9239
9499
  name: "Google: Gemini 2.5 Pro",
@@ -9285,6 +9545,23 @@ export const MODELS = {
9285
9545
  contextWindow: 1048576,
9286
9546
  maxTokens: 65535,
9287
9547
  },
9548
+ "google/gemini-2.5-pro:batch": {
9549
+ id: "google/gemini-2.5-pro:batch",
9550
+ name: "Google: Gemini 2.5 Pro (batch)",
9551
+ api: "openai-completions",
9552
+ provider: "openrouter",
9553
+ baseUrl: "https://openrouter.ai/api/v1",
9554
+ reasoning: true,
9555
+ input: ["text", "image"],
9556
+ cost: {
9557
+ input: 0.625,
9558
+ output: 5,
9559
+ cacheRead: 0.125,
9560
+ cacheWrite: 0,
9561
+ },
9562
+ contextWindow: 1048576,
9563
+ maxTokens: 65536,
9564
+ },
9288
9565
  "google/gemini-3-flash-preview": {
9289
9566
  id: "google/gemini-3-flash-preview",
9290
9567
  name: "Google: Gemini 3 Flash Preview",
@@ -9300,7 +9577,24 @@ export const MODELS = {
9300
9577
  cacheWrite: 0.0833333333333333,
9301
9578
  },
9302
9579
  contextWindow: 1048576,
9303
- maxTokens: 65535,
9580
+ maxTokens: 65536,
9581
+ },
9582
+ "google/gemini-3-flash-preview:batch": {
9583
+ id: "google/gemini-3-flash-preview:batch",
9584
+ name: "Google: Gemini 3 Flash Preview (batch)",
9585
+ api: "openai-completions",
9586
+ provider: "openrouter",
9587
+ baseUrl: "https://openrouter.ai/api/v1",
9588
+ reasoning: true,
9589
+ input: ["text", "image"],
9590
+ cost: {
9591
+ input: 0.25,
9592
+ output: 1.5,
9593
+ cacheRead: 0,
9594
+ cacheWrite: 0,
9595
+ },
9596
+ contextWindow: 1048576,
9597
+ maxTokens: 65536,
9304
9598
  },
9305
9599
  "google/gemini-3-pro-image": {
9306
9600
  id: "google/gemini-3-pro-image",
@@ -9353,6 +9647,23 @@ export const MODELS = {
9353
9647
  contextWindow: 1048576,
9354
9648
  maxTokens: 65536,
9355
9649
  },
9650
+ "google/gemini-3.1-flash-lite:batch": {
9651
+ id: "google/gemini-3.1-flash-lite:batch",
9652
+ name: "Google: Gemini 3.1 Flash Lite (batch)",
9653
+ api: "openai-completions",
9654
+ provider: "openrouter",
9655
+ baseUrl: "https://openrouter.ai/api/v1",
9656
+ reasoning: true,
9657
+ input: ["text", "image"],
9658
+ cost: {
9659
+ input: 0.125,
9660
+ output: 0.75,
9661
+ cacheRead: 0.012499999999999999,
9662
+ cacheWrite: 0,
9663
+ },
9664
+ contextWindow: 1048576,
9665
+ maxTokens: 65536,
9666
+ },
9356
9667
  "google/gemini-3.1-pro-preview": {
9357
9668
  id: "google/gemini-3.1-pro-preview",
9358
9669
  name: "Google: Gemini 3.1 Pro Preview",
@@ -9387,6 +9698,23 @@ export const MODELS = {
9387
9698
  contextWindow: 1048576,
9388
9699
  maxTokens: 65536,
9389
9700
  },
9701
+ "google/gemini-3.1-pro-preview:batch": {
9702
+ id: "google/gemini-3.1-pro-preview:batch",
9703
+ name: "Google: Gemini 3.1 Pro Preview (batch)",
9704
+ api: "openai-completions",
9705
+ provider: "openrouter",
9706
+ baseUrl: "https://openrouter.ai/api/v1",
9707
+ reasoning: true,
9708
+ input: ["text", "image"],
9709
+ cost: {
9710
+ input: 1,
9711
+ output: 6,
9712
+ cacheRead: 0,
9713
+ cacheWrite: 0,
9714
+ },
9715
+ contextWindow: 1048576,
9716
+ maxTokens: 65536,
9717
+ },
9390
9718
  "google/gemini-3.5-flash": {
9391
9719
  id: "google/gemini-3.5-flash",
9392
9720
  name: "Google: Gemini 3.5 Flash",
@@ -9421,6 +9749,40 @@ export const MODELS = {
9421
9749
  contextWindow: 1048576,
9422
9750
  maxTokens: 65536,
9423
9751
  },
9752
+ "google/gemini-3.5-flash-lite:batch": {
9753
+ id: "google/gemini-3.5-flash-lite:batch",
9754
+ name: "Google: Gemini 3.5 Flash Lite (batch)",
9755
+ api: "openai-completions",
9756
+ provider: "openrouter",
9757
+ baseUrl: "https://openrouter.ai/api/v1",
9758
+ reasoning: true,
9759
+ input: ["text", "image"],
9760
+ cost: {
9761
+ input: 0.15,
9762
+ output: 1.25,
9763
+ cacheRead: 0.015,
9764
+ cacheWrite: 0,
9765
+ },
9766
+ contextWindow: 1048576,
9767
+ maxTokens: 65536,
9768
+ },
9769
+ "google/gemini-3.5-flash:batch": {
9770
+ id: "google/gemini-3.5-flash:batch",
9771
+ name: "Google: Gemini 3.5 Flash (batch)",
9772
+ api: "openai-completions",
9773
+ provider: "openrouter",
9774
+ baseUrl: "https://openrouter.ai/api/v1",
9775
+ reasoning: true,
9776
+ input: ["text", "image"],
9777
+ cost: {
9778
+ input: 0.75,
9779
+ output: 4.5,
9780
+ cacheRead: 0.075,
9781
+ cacheWrite: 0,
9782
+ },
9783
+ contextWindow: 1048576,
9784
+ maxTokens: 65536,
9785
+ },
9424
9786
  "google/gemini-3.6-flash": {
9425
9787
  id: "google/gemini-3.6-flash",
9426
9788
  name: "Google: Gemini 3.6 Flash",
@@ -9438,6 +9800,23 @@ export const MODELS = {
9438
9800
  contextWindow: 1048576,
9439
9801
  maxTokens: 65536,
9440
9802
  },
9803
+ "google/gemini-3.6-flash:batch": {
9804
+ id: "google/gemini-3.6-flash:batch",
9805
+ name: "Google: Gemini 3.6 Flash (batch)",
9806
+ api: "openai-completions",
9807
+ provider: "openrouter",
9808
+ baseUrl: "https://openrouter.ai/api/v1",
9809
+ reasoning: true,
9810
+ input: ["text", "image"],
9811
+ cost: {
9812
+ input: 0.75,
9813
+ output: 3.75,
9814
+ cacheRead: 0.075,
9815
+ cacheWrite: 0.0833333333333333,
9816
+ },
9817
+ contextWindow: 1048576,
9818
+ maxTokens: 65536,
9819
+ },
9441
9820
  "google/gemma-3-12b-it": {
9442
9821
  id: "google/gemma-3-12b-it",
9443
9822
  name: "Google: Gemma 3 12B",
@@ -9608,9 +9987,26 @@ export const MODELS = {
9608
9987
  contextWindow: 262144,
9609
9988
  maxTokens: 32768,
9610
9989
  },
9611
- "inclusionai/ling-3.0-flash:free": {
9612
- id: "inclusionai/ling-3.0-flash:free",
9613
- name: "Ling-3.0-flash (free)",
9990
+ "inclusionai/ling-3.0-flash": {
9991
+ id: "inclusionai/ling-3.0-flash",
9992
+ name: "Ling-3.0-flash",
9993
+ api: "openai-completions",
9994
+ provider: "openrouter",
9995
+ baseUrl: "https://openrouter.ai/api/v1",
9996
+ reasoning: true,
9997
+ input: ["text"],
9998
+ cost: {
9999
+ input: 0.020999999999999998,
10000
+ output: 0.063,
10001
+ cacheRead: 0.004200000000000001,
10002
+ cacheWrite: 0,
10003
+ },
10004
+ contextWindow: 262144,
10005
+ maxTokens: 32768,
10006
+ },
10007
+ "inclusionai/ling-3.0-tiny:free": {
10008
+ id: "inclusionai/ling-3.0-tiny:free",
10009
+ name: "inclusionAI: Ling 3.0 Tiny (free)",
9614
10010
  api: "openai-completions",
9615
10011
  provider: "openrouter",
9616
10012
  baseUrl: "https://openrouter.ai/api/v1",
@@ -9812,6 +10208,23 @@ export const MODELS = {
9812
10208
  contextWindow: 1048576,
9813
10209
  maxTokens: 4096,
9814
10210
  },
10211
+ "meta/muse-spark-1.2": {
10212
+ id: "meta/muse-spark-1.2",
10213
+ name: "Meta: Muse Spark 1.2",
10214
+ api: "openai-completions",
10215
+ provider: "openrouter",
10216
+ baseUrl: "https://openrouter.ai/api/v1",
10217
+ reasoning: true,
10218
+ input: ["text", "image"],
10219
+ cost: {
10220
+ input: 1.25,
10221
+ output: 4.25,
10222
+ cacheRead: 0.15,
10223
+ cacheWrite: 0,
10224
+ },
10225
+ contextWindow: 1048576,
10226
+ maxTokens: 4096,
10227
+ },
9815
10228
  "minimax/minimax-m1": {
9816
10229
  id: "minimax/minimax-m1",
9817
10230
  name: "MiniMax: MiniMax M1",
@@ -9872,7 +10285,7 @@ export const MODELS = {
9872
10285
  reasoning: true,
9873
10286
  input: ["text"],
9874
10287
  cost: {
9875
- input: 0.15,
10288
+ input: 0.22,
9876
10289
  output: 0.8999999999999999,
9877
10290
  cacheRead: 0.049999999999999996,
9878
10291
  cacheWrite: 0,
@@ -9914,6 +10327,23 @@ export const MODELS = {
9914
10327
  contextWindow: 1048576,
9915
10328
  maxTokens: 512000,
9916
10329
  },
10330
+ "minimax/minimax-m3:batch": {
10331
+ id: "minimax/minimax-m3:batch",
10332
+ name: "MiniMax: MiniMax M3 (batch)",
10333
+ api: "openai-completions",
10334
+ provider: "openrouter",
10335
+ baseUrl: "https://openrouter.ai/api/v1",
10336
+ reasoning: true,
10337
+ input: ["text", "image"],
10338
+ cost: {
10339
+ input: 0.15,
10340
+ output: 0.6,
10341
+ cacheRead: 0.03,
10342
+ cacheWrite: 0,
10343
+ },
10344
+ contextWindow: 524288,
10345
+ maxTokens: 4096,
10346
+ },
9917
10347
  "mistralai/codestral-2508": {
9918
10348
  id: "mistralai/codestral-2508",
9919
10349
  name: "Mistral: Codestral 2508",
@@ -10263,9 +10693,9 @@ export const MODELS = {
10263
10693
  reasoning: true,
10264
10694
  input: ["text", "image"],
10265
10695
  cost: {
10266
- input: 0.589,
10267
- output: 2.48,
10268
- cacheRead: 0.0992,
10696
+ input: 0.5795,
10697
+ output: 2.44,
10698
+ cacheRead: 0.0976,
10269
10699
  cacheWrite: 0,
10270
10700
  },
10271
10701
  contextWindow: 262144,
@@ -10280,7 +10710,7 @@ export const MODELS = {
10280
10710
  reasoning: true,
10281
10711
  input: ["text", "image"],
10282
10712
  cost: {
10283
- input: 0.73,
10713
+ input: 0.7,
10284
10714
  output: 3.5,
10285
10715
  cacheRead: 0.15,
10286
10716
  cacheWrite: 0,
@@ -10288,6 +10718,23 @@ export const MODELS = {
10288
10718
  contextWindow: 262144,
10289
10719
  maxTokens: 262144,
10290
10720
  },
10721
+ "moonshotai/kimi-k2.7-code:batch": {
10722
+ id: "moonshotai/kimi-k2.7-code:batch",
10723
+ name: "MoonshotAI: Kimi K2.7 Code (batch)",
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.475,
10731
+ output: 2,
10732
+ cacheRead: 0.095,
10733
+ cacheWrite: 0,
10734
+ },
10735
+ contextWindow: 262144,
10736
+ maxTokens: 4096,
10737
+ },
10291
10738
  "moonshotai/kimi-k3": {
10292
10739
  id: "moonshotai/kimi-k3",
10293
10740
  name: "MoonshotAI: Kimi K3",
@@ -10441,6 +10888,23 @@ export const MODELS = {
10441
10888
  contextWindow: 512288,
10442
10889
  maxTokens: 4096,
10443
10890
  },
10891
+ "nvidia/nemotron-3-ultra-550b-a55b:batch": {
10892
+ id: "nvidia/nemotron-3-ultra-550b-a55b:batch",
10893
+ name: "NVIDIA: Nemotron 3 Ultra (batch)",
10894
+ api: "openai-completions",
10895
+ provider: "openrouter",
10896
+ baseUrl: "https://openrouter.ai/api/v1",
10897
+ reasoning: true,
10898
+ input: ["text"],
10899
+ cost: {
10900
+ input: 0.3,
10901
+ output: 1.7999999999999998,
10902
+ cacheRead: 0.09999999999999999,
10903
+ cacheWrite: 0,
10904
+ },
10905
+ contextWindow: 512288,
10906
+ maxTokens: 4096,
10907
+ },
10444
10908
  "nvidia/nemotron-3-ultra-550b-a55b:free": {
10445
10909
  id: "nvidia/nemotron-3-ultra-550b-a55b:free",
10446
10910
  name: "NVIDIA: Nemotron 3 Ultra (free)",
@@ -10543,6 +11007,23 @@ export const MODELS = {
10543
11007
  contextWindow: 16385,
10544
11008
  maxTokens: 4096,
10545
11009
  },
11010
+ "openai/gpt-3.5-turbo:batch": {
11011
+ id: "openai/gpt-3.5-turbo:batch",
11012
+ name: "OpenAI: GPT-3.5 Turbo (batch)",
11013
+ api: "openai-completions",
11014
+ provider: "openrouter",
11015
+ baseUrl: "https://openrouter.ai/api/v1",
11016
+ reasoning: false,
11017
+ input: ["text"],
11018
+ cost: {
11019
+ input: 0.25,
11020
+ output: 0.75,
11021
+ cacheRead: 0,
11022
+ cacheWrite: 0,
11023
+ },
11024
+ contextWindow: 16385,
11025
+ maxTokens: 4096,
11026
+ },
10546
11027
  "openai/gpt-4": {
10547
11028
  id: "openai/gpt-4",
10548
11029
  name: "OpenAI: GPT-4",
@@ -10594,6 +11075,23 @@ export const MODELS = {
10594
11075
  contextWindow: 128000,
10595
11076
  maxTokens: 4096,
10596
11077
  },
11078
+ "openai/gpt-4-turbo:batch": {
11079
+ id: "openai/gpt-4-turbo:batch",
11080
+ name: "OpenAI: GPT-4 Turbo (batch)",
11081
+ api: "openai-completions",
11082
+ provider: "openrouter",
11083
+ baseUrl: "https://openrouter.ai/api/v1",
11084
+ reasoning: false,
11085
+ input: ["text", "image"],
11086
+ cost: {
11087
+ input: 5,
11088
+ output: 15,
11089
+ cacheRead: 0,
11090
+ cacheWrite: 0,
11091
+ },
11092
+ contextWindow: 128000,
11093
+ maxTokens: 4096,
11094
+ },
10597
11095
  "openai/gpt-4.1": {
10598
11096
  id: "openai/gpt-4.1",
10599
11097
  name: "OpenAI: GPT-4.1",
@@ -10628,9 +11126,26 @@ export const MODELS = {
10628
11126
  contextWindow: 1047576,
10629
11127
  maxTokens: 32768,
10630
11128
  },
10631
- "openai/gpt-4.1-nano": {
10632
- id: "openai/gpt-4.1-nano",
10633
- name: "OpenAI: GPT-4.1 Nano",
11129
+ "openai/gpt-4.1-mini:batch": {
11130
+ id: "openai/gpt-4.1-mini:batch",
11131
+ name: "OpenAI: GPT-4.1 Mini (batch)",
11132
+ api: "openai-completions",
11133
+ provider: "openrouter",
11134
+ baseUrl: "https://openrouter.ai/api/v1",
11135
+ reasoning: false,
11136
+ input: ["text", "image"],
11137
+ cost: {
11138
+ input: 0.19999999999999998,
11139
+ output: 0.7999999999999999,
11140
+ cacheRead: 0.049999999999999996,
11141
+ cacheWrite: 0,
11142
+ },
11143
+ contextWindow: 1047576,
11144
+ maxTokens: 32768,
11145
+ },
11146
+ "openai/gpt-4.1-nano": {
11147
+ id: "openai/gpt-4.1-nano",
11148
+ name: "OpenAI: GPT-4.1 Nano",
10634
11149
  api: "openai-completions",
10635
11150
  provider: "openrouter",
10636
11151
  baseUrl: "https://openrouter.ai/api/v1",
@@ -10645,6 +11160,40 @@ export const MODELS = {
10645
11160
  contextWindow: 1047576,
10646
11161
  maxTokens: 32768,
10647
11162
  },
11163
+ "openai/gpt-4.1-nano:batch": {
11164
+ id: "openai/gpt-4.1-nano:batch",
11165
+ name: "OpenAI: GPT-4.1 Nano (batch)",
11166
+ api: "openai-completions",
11167
+ provider: "openrouter",
11168
+ baseUrl: "https://openrouter.ai/api/v1",
11169
+ reasoning: false,
11170
+ input: ["text", "image"],
11171
+ cost: {
11172
+ input: 0.049999999999999996,
11173
+ output: 0.19999999999999998,
11174
+ cacheRead: 0.012499999999999999,
11175
+ cacheWrite: 0,
11176
+ },
11177
+ contextWindow: 1047576,
11178
+ maxTokens: 32768,
11179
+ },
11180
+ "openai/gpt-4.1:batch": {
11181
+ id: "openai/gpt-4.1:batch",
11182
+ name: "OpenAI: GPT-4.1 (batch)",
11183
+ api: "openai-completions",
11184
+ provider: "openrouter",
11185
+ baseUrl: "https://openrouter.ai/api/v1",
11186
+ reasoning: false,
11187
+ input: ["text", "image"],
11188
+ cost: {
11189
+ input: 1,
11190
+ output: 4,
11191
+ cacheRead: 0.25,
11192
+ cacheWrite: 0,
11193
+ },
11194
+ contextWindow: 1047576,
11195
+ maxTokens: 32768,
11196
+ },
10648
11197
  "openai/gpt-4o": {
10649
11198
  id: "openai/gpt-4o",
10650
11199
  name: "OpenAI: GPT-4o",
@@ -10747,6 +11296,40 @@ export const MODELS = {
10747
11296
  contextWindow: 128000,
10748
11297
  maxTokens: 16384,
10749
11298
  },
11299
+ "openai/gpt-4o-mini:batch": {
11300
+ id: "openai/gpt-4o-mini:batch",
11301
+ name: "OpenAI: GPT-4o-mini (batch)",
11302
+ api: "openai-completions",
11303
+ provider: "openrouter",
11304
+ baseUrl: "https://openrouter.ai/api/v1",
11305
+ reasoning: false,
11306
+ input: ["text", "image"],
11307
+ cost: {
11308
+ input: 0.075,
11309
+ output: 0.3,
11310
+ cacheRead: 0.0375,
11311
+ cacheWrite: 0,
11312
+ },
11313
+ contextWindow: 128000,
11314
+ maxTokens: 16384,
11315
+ },
11316
+ "openai/gpt-4o:batch": {
11317
+ id: "openai/gpt-4o:batch",
11318
+ name: "OpenAI: GPT-4o (batch)",
11319
+ api: "openai-completions",
11320
+ provider: "openrouter",
11321
+ baseUrl: "https://openrouter.ai/api/v1",
11322
+ reasoning: false,
11323
+ input: ["text", "image"],
11324
+ cost: {
11325
+ input: 1.25,
11326
+ output: 5,
11327
+ cacheRead: 0.625,
11328
+ cacheWrite: 0,
11329
+ },
11330
+ contextWindow: 128000,
11331
+ maxTokens: 16384,
11332
+ },
10750
11333
  "openai/gpt-5": {
10751
11334
  id: "openai/gpt-5",
10752
11335
  name: "OpenAI: GPT-5",
@@ -10764,6 +11347,23 @@ export const MODELS = {
10764
11347
  contextWindow: 400000,
10765
11348
  maxTokens: 128000,
10766
11349
  },
11350
+ "openai/gpt-5-codex:batch": {
11351
+ id: "openai/gpt-5-codex:batch",
11352
+ name: "OpenAI: GPT-5 Codex (batch)",
11353
+ api: "openai-completions",
11354
+ provider: "openrouter",
11355
+ baseUrl: "https://openrouter.ai/api/v1",
11356
+ reasoning: true,
11357
+ input: ["text", "image"],
11358
+ cost: {
11359
+ input: 0.625,
11360
+ output: 5,
11361
+ cacheRead: 0.0625,
11362
+ cacheWrite: 0,
11363
+ },
11364
+ contextWindow: 400000,
11365
+ maxTokens: 128000,
11366
+ },
10767
11367
  "openai/gpt-5-mini": {
10768
11368
  id: "openai/gpt-5-mini",
10769
11369
  name: "OpenAI: GPT-5 Mini",
@@ -10781,6 +11381,23 @@ export const MODELS = {
10781
11381
  contextWindow: 400000,
10782
11382
  maxTokens: 128000,
10783
11383
  },
11384
+ "openai/gpt-5-mini:batch": {
11385
+ id: "openai/gpt-5-mini:batch",
11386
+ name: "OpenAI: GPT-5 Mini (batch)",
11387
+ api: "openai-completions",
11388
+ provider: "openrouter",
11389
+ baseUrl: "https://openrouter.ai/api/v1",
11390
+ reasoning: true,
11391
+ input: ["text", "image"],
11392
+ cost: {
11393
+ input: 0.125,
11394
+ output: 1,
11395
+ cacheRead: 0.012499999999999999,
11396
+ cacheWrite: 0,
11397
+ },
11398
+ contextWindow: 400000,
11399
+ maxTokens: 128000,
11400
+ },
10784
11401
  "openai/gpt-5-nano": {
10785
11402
  id: "openai/gpt-5-nano",
10786
11403
  name: "OpenAI: GPT-5 Nano",
@@ -10798,6 +11415,23 @@ export const MODELS = {
10798
11415
  contextWindow: 400000,
10799
11416
  maxTokens: 128000,
10800
11417
  },
11418
+ "openai/gpt-5-nano:batch": {
11419
+ id: "openai/gpt-5-nano:batch",
11420
+ name: "OpenAI: GPT-5 Nano (batch)",
11421
+ api: "openai-completions",
11422
+ provider: "openrouter",
11423
+ baseUrl: "https://openrouter.ai/api/v1",
11424
+ reasoning: true,
11425
+ input: ["text", "image"],
11426
+ cost: {
11427
+ input: 0.024999999999999998,
11428
+ output: 0.19999999999999998,
11429
+ cacheRead: 0.0025,
11430
+ cacheWrite: 0,
11431
+ },
11432
+ contextWindow: 400000,
11433
+ maxTokens: 128000,
11434
+ },
10801
11435
  "openai/gpt-5-pro": {
10802
11436
  id: "openai/gpt-5-pro",
10803
11437
  name: "OpenAI: GPT-5 Pro",
@@ -10815,6 +11449,23 @@ export const MODELS = {
10815
11449
  contextWindow: 400000,
10816
11450
  maxTokens: 128000,
10817
11451
  },
11452
+ "openai/gpt-5-pro:batch": {
11453
+ id: "openai/gpt-5-pro:batch",
11454
+ name: "OpenAI: GPT-5 Pro (batch)",
11455
+ api: "openai-completions",
11456
+ provider: "openrouter",
11457
+ baseUrl: "https://openrouter.ai/api/v1",
11458
+ reasoning: true,
11459
+ input: ["text", "image"],
11460
+ cost: {
11461
+ input: 7.5,
11462
+ output: 60,
11463
+ cacheRead: 0,
11464
+ cacheWrite: 0,
11465
+ },
11466
+ contextWindow: 400000,
11467
+ maxTokens: 128000,
11468
+ },
10818
11469
  "openai/gpt-5.1": {
10819
11470
  id: "openai/gpt-5.1",
10820
11471
  name: "OpenAI: GPT-5.1",
@@ -10883,6 +11534,23 @@ export const MODELS = {
10883
11534
  contextWindow: 400000,
10884
11535
  maxTokens: 128000,
10885
11536
  },
11537
+ "openai/gpt-5.1:batch": {
11538
+ id: "openai/gpt-5.1:batch",
11539
+ name: "OpenAI: GPT-5.1 (batch)",
11540
+ api: "openai-completions",
11541
+ provider: "openrouter",
11542
+ baseUrl: "https://openrouter.ai/api/v1",
11543
+ reasoning: true,
11544
+ input: ["text", "image"],
11545
+ cost: {
11546
+ input: 0.625,
11547
+ output: 5,
11548
+ cacheRead: 0.0625,
11549
+ cacheWrite: 0,
11550
+ },
11551
+ contextWindow: 400000,
11552
+ maxTokens: 128000,
11553
+ },
10886
11554
  "openai/gpt-5.2": {
10887
11555
  id: "openai/gpt-5.2",
10888
11556
  name: "OpenAI: GPT-5.2",
@@ -10951,6 +11619,40 @@ export const MODELS = {
10951
11619
  contextWindow: 400000,
10952
11620
  maxTokens: 128000,
10953
11621
  },
11622
+ "openai/gpt-5.2-pro:batch": {
11623
+ id: "openai/gpt-5.2-pro:batch",
11624
+ name: "OpenAI: GPT-5.2 Pro (batch)",
11625
+ api: "openai-completions",
11626
+ provider: "openrouter",
11627
+ baseUrl: "https://openrouter.ai/api/v1",
11628
+ reasoning: true,
11629
+ input: ["text", "image"],
11630
+ cost: {
11631
+ input: 10.5,
11632
+ output: 84,
11633
+ cacheRead: 0,
11634
+ cacheWrite: 0,
11635
+ },
11636
+ contextWindow: 400000,
11637
+ maxTokens: 128000,
11638
+ },
11639
+ "openai/gpt-5.2:batch": {
11640
+ id: "openai/gpt-5.2:batch",
11641
+ name: "OpenAI: GPT-5.2 (batch)",
11642
+ api: "openai-completions",
11643
+ provider: "openrouter",
11644
+ baseUrl: "https://openrouter.ai/api/v1",
11645
+ reasoning: true,
11646
+ input: ["text", "image"],
11647
+ cost: {
11648
+ input: 0.875,
11649
+ output: 7,
11650
+ cacheRead: 0.0875,
11651
+ cacheWrite: 0,
11652
+ },
11653
+ contextWindow: 400000,
11654
+ maxTokens: 128000,
11655
+ },
10954
11656
  "openai/gpt-5.3-chat": {
10955
11657
  id: "openai/gpt-5.3-chat",
10956
11658
  name: "OpenAI: GPT-5.3 Chat",
@@ -11019,6 +11721,23 @@ export const MODELS = {
11019
11721
  contextWindow: 400000,
11020
11722
  maxTokens: 128000,
11021
11723
  },
11724
+ "openai/gpt-5.4-mini:batch": {
11725
+ id: "openai/gpt-5.4-mini:batch",
11726
+ name: "OpenAI: GPT-5.4 Mini (batch)",
11727
+ api: "openai-completions",
11728
+ provider: "openrouter",
11729
+ baseUrl: "https://openrouter.ai/api/v1",
11730
+ reasoning: true,
11731
+ input: ["text", "image"],
11732
+ cost: {
11733
+ input: 0.375,
11734
+ output: 2.25,
11735
+ cacheRead: 0.0375,
11736
+ cacheWrite: 0,
11737
+ },
11738
+ contextWindow: 400000,
11739
+ maxTokens: 128000,
11740
+ },
11022
11741
  "openai/gpt-5.4-nano": {
11023
11742
  id: "openai/gpt-5.4-nano",
11024
11743
  name: "OpenAI: GPT-5.4 Nano",
@@ -11036,6 +11755,23 @@ export const MODELS = {
11036
11755
  contextWindow: 400000,
11037
11756
  maxTokens: 128000,
11038
11757
  },
11758
+ "openai/gpt-5.4-nano:batch": {
11759
+ id: "openai/gpt-5.4-nano:batch",
11760
+ name: "OpenAI: GPT-5.4 Nano (batch)",
11761
+ api: "openai-completions",
11762
+ provider: "openrouter",
11763
+ baseUrl: "https://openrouter.ai/api/v1",
11764
+ reasoning: true,
11765
+ input: ["text", "image"],
11766
+ cost: {
11767
+ input: 0.09999999999999999,
11768
+ output: 0.625,
11769
+ cacheRead: 0.01,
11770
+ cacheWrite: 0,
11771
+ },
11772
+ contextWindow: 400000,
11773
+ maxTokens: 128000,
11774
+ },
11039
11775
  "openai/gpt-5.4-pro": {
11040
11776
  id: "openai/gpt-5.4-pro",
11041
11777
  name: "OpenAI: GPT-5.4 Pro",
@@ -11053,6 +11789,40 @@ export const MODELS = {
11053
11789
  contextWindow: 1050000,
11054
11790
  maxTokens: 128000,
11055
11791
  },
11792
+ "openai/gpt-5.4-pro:batch": {
11793
+ id: "openai/gpt-5.4-pro:batch",
11794
+ name: "OpenAI: GPT-5.4 Pro (batch)",
11795
+ api: "openai-completions",
11796
+ provider: "openrouter",
11797
+ baseUrl: "https://openrouter.ai/api/v1",
11798
+ reasoning: true,
11799
+ input: ["text", "image"],
11800
+ cost: {
11801
+ input: 15,
11802
+ output: 90,
11803
+ cacheRead: 0,
11804
+ cacheWrite: 0,
11805
+ },
11806
+ contextWindow: 1050000,
11807
+ maxTokens: 128000,
11808
+ },
11809
+ "openai/gpt-5.4:batch": {
11810
+ id: "openai/gpt-5.4:batch",
11811
+ name: "OpenAI: GPT-5.4 (batch)",
11812
+ api: "openai-completions",
11813
+ provider: "openrouter",
11814
+ baseUrl: "https://openrouter.ai/api/v1",
11815
+ reasoning: true,
11816
+ input: ["text", "image"],
11817
+ cost: {
11818
+ input: 1.25,
11819
+ output: 7.5,
11820
+ cacheRead: 0.125,
11821
+ cacheWrite: 0,
11822
+ },
11823
+ contextWindow: 1050000,
11824
+ maxTokens: 128000,
11825
+ },
11056
11826
  "openai/gpt-5.5": {
11057
11827
  id: "openai/gpt-5.5",
11058
11828
  name: "OpenAI: GPT-5.5",
@@ -11087,6 +11857,40 @@ export const MODELS = {
11087
11857
  contextWindow: 1050000,
11088
11858
  maxTokens: 128000,
11089
11859
  },
11860
+ "openai/gpt-5.5-pro:batch": {
11861
+ id: "openai/gpt-5.5-pro:batch",
11862
+ name: "OpenAI: GPT-5.5 Pro (batch)",
11863
+ api: "openai-completions",
11864
+ provider: "openrouter",
11865
+ baseUrl: "https://openrouter.ai/api/v1",
11866
+ reasoning: true,
11867
+ input: ["text", "image"],
11868
+ cost: {
11869
+ input: 15,
11870
+ output: 90,
11871
+ cacheRead: 0,
11872
+ cacheWrite: 0,
11873
+ },
11874
+ contextWindow: 1050000,
11875
+ maxTokens: 128000,
11876
+ },
11877
+ "openai/gpt-5.5:batch": {
11878
+ id: "openai/gpt-5.5:batch",
11879
+ name: "OpenAI: GPT-5.5 (batch)",
11880
+ api: "openai-completions",
11881
+ provider: "openrouter",
11882
+ baseUrl: "https://openrouter.ai/api/v1",
11883
+ reasoning: true,
11884
+ input: ["text", "image"],
11885
+ cost: {
11886
+ input: 2.5,
11887
+ output: 15,
11888
+ cacheRead: 0.25,
11889
+ cacheWrite: 0,
11890
+ },
11891
+ contextWindow: 1050000,
11892
+ maxTokens: 128000,
11893
+ },
11090
11894
  "openai/gpt-5.6-luna": {
11091
11895
  id: "openai/gpt-5.6-luna",
11092
11896
  name: "OpenAI: GPT-5.6 Luna",
@@ -11121,6 +11925,40 @@ export const MODELS = {
11121
11925
  contextWindow: 1050000,
11122
11926
  maxTokens: 128000,
11123
11927
  },
11928
+ "openai/gpt-5.6-luna-pro:batch": {
11929
+ id: "openai/gpt-5.6-luna-pro:batch",
11930
+ name: "OpenAI: GPT-5.6 Luna Pro (batch)",
11931
+ api: "openai-completions",
11932
+ provider: "openrouter",
11933
+ baseUrl: "https://openrouter.ai/api/v1",
11934
+ reasoning: true,
11935
+ input: ["text", "image"],
11936
+ cost: {
11937
+ input: 0.09999999999999999,
11938
+ output: 0.6,
11939
+ cacheRead: 0.01,
11940
+ cacheWrite: 0,
11941
+ },
11942
+ contextWindow: 1050000,
11943
+ maxTokens: 128000,
11944
+ },
11945
+ "openai/gpt-5.6-luna:batch": {
11946
+ id: "openai/gpt-5.6-luna:batch",
11947
+ name: "OpenAI: GPT-5.6 Luna (batch)",
11948
+ api: "openai-completions",
11949
+ provider: "openrouter",
11950
+ baseUrl: "https://openrouter.ai/api/v1",
11951
+ reasoning: true,
11952
+ input: ["text", "image"],
11953
+ cost: {
11954
+ input: 0.09999999999999999,
11955
+ output: 0.6,
11956
+ cacheRead: 0.01,
11957
+ cacheWrite: 0,
11958
+ },
11959
+ contextWindow: 1050000,
11960
+ maxTokens: 128000,
11961
+ },
11124
11962
  "openai/gpt-5.6-sol": {
11125
11963
  id: "openai/gpt-5.6-sol",
11126
11964
  name: "OpenAI: GPT-5.6 Sol",
@@ -11155,9 +11993,94 @@ export const MODELS = {
11155
11993
  contextWindow: 1050000,
11156
11994
  maxTokens: 128000,
11157
11995
  },
11158
- "openai/gpt-5.6-terra": {
11159
- id: "openai/gpt-5.6-terra",
11160
- name: "OpenAI: GPT-5.6 Terra",
11996
+ "openai/gpt-5.6-sol-pro:batch": {
11997
+ id: "openai/gpt-5.6-sol-pro:batch",
11998
+ name: "OpenAI: GPT-5.6 Sol Pro (batch)",
11999
+ api: "openai-completions",
12000
+ provider: "openrouter",
12001
+ baseUrl: "https://openrouter.ai/api/v1",
12002
+ reasoning: true,
12003
+ input: ["text", "image"],
12004
+ cost: {
12005
+ input: 2.5,
12006
+ output: 15,
12007
+ cacheRead: 0.25,
12008
+ cacheWrite: 0,
12009
+ },
12010
+ contextWindow: 1050000,
12011
+ maxTokens: 128000,
12012
+ },
12013
+ "openai/gpt-5.6-sol:batch": {
12014
+ id: "openai/gpt-5.6-sol:batch",
12015
+ name: "OpenAI: GPT-5.6 Sol (batch)",
12016
+ api: "openai-completions",
12017
+ provider: "openrouter",
12018
+ baseUrl: "https://openrouter.ai/api/v1",
12019
+ reasoning: true,
12020
+ input: ["text", "image"],
12021
+ cost: {
12022
+ input: 2.5,
12023
+ output: 15,
12024
+ cacheRead: 0.25,
12025
+ cacheWrite: 0,
12026
+ },
12027
+ contextWindow: 1050000,
12028
+ maxTokens: 128000,
12029
+ },
12030
+ "openai/gpt-5.6-terra": {
12031
+ id: "openai/gpt-5.6-terra",
12032
+ name: "OpenAI: GPT-5.6 Terra",
12033
+ api: "openai-completions",
12034
+ provider: "openrouter",
12035
+ baseUrl: "https://openrouter.ai/api/v1",
12036
+ reasoning: true,
12037
+ input: ["text", "image"],
12038
+ cost: {
12039
+ input: 1,
12040
+ output: 6,
12041
+ cacheRead: 0.09999999999999999,
12042
+ cacheWrite: 1.25,
12043
+ },
12044
+ contextWindow: 1050000,
12045
+ maxTokens: 128000,
12046
+ },
12047
+ "openai/gpt-5.6-terra-pro": {
12048
+ id: "openai/gpt-5.6-terra-pro",
12049
+ name: "OpenAI: GPT-5.6 Terra Pro",
12050
+ api: "openai-completions",
12051
+ provider: "openrouter",
12052
+ baseUrl: "https://openrouter.ai/api/v1",
12053
+ reasoning: true,
12054
+ input: ["text", "image"],
12055
+ cost: {
12056
+ input: 1,
12057
+ output: 6,
12058
+ cacheRead: 0.09999999999999999,
12059
+ cacheWrite: 1.25,
12060
+ },
12061
+ contextWindow: 1050000,
12062
+ maxTokens: 128000,
12063
+ },
12064
+ "openai/gpt-5.6-terra-pro:batch": {
12065
+ id: "openai/gpt-5.6-terra-pro:batch",
12066
+ name: "OpenAI: GPT-5.6 Terra Pro (batch)",
12067
+ api: "openai-completions",
12068
+ provider: "openrouter",
12069
+ baseUrl: "https://openrouter.ai/api/v1",
12070
+ reasoning: true,
12071
+ input: ["text", "image"],
12072
+ cost: {
12073
+ input: 1,
12074
+ output: 6,
12075
+ cacheRead: 0.09999999999999999,
12076
+ cacheWrite: 0,
12077
+ },
12078
+ contextWindow: 1050000,
12079
+ maxTokens: 128000,
12080
+ },
12081
+ "openai/gpt-5.6-terra:batch": {
12082
+ id: "openai/gpt-5.6-terra:batch",
12083
+ name: "OpenAI: GPT-5.6 Terra (batch)",
11161
12084
  api: "openai-completions",
11162
12085
  provider: "openrouter",
11163
12086
  baseUrl: "https://openrouter.ai/api/v1",
@@ -11167,26 +12090,26 @@ export const MODELS = {
11167
12090
  input: 1,
11168
12091
  output: 6,
11169
12092
  cacheRead: 0.09999999999999999,
11170
- cacheWrite: 1.25,
12093
+ cacheWrite: 0,
11171
12094
  },
11172
12095
  contextWindow: 1050000,
11173
12096
  maxTokens: 128000,
11174
12097
  },
11175
- "openai/gpt-5.6-terra-pro": {
11176
- id: "openai/gpt-5.6-terra-pro",
11177
- name: "OpenAI: GPT-5.6 Terra Pro",
12098
+ "openai/gpt-5:batch": {
12099
+ id: "openai/gpt-5:batch",
12100
+ name: "OpenAI: GPT-5 (batch)",
11178
12101
  api: "openai-completions",
11179
12102
  provider: "openrouter",
11180
12103
  baseUrl: "https://openrouter.ai/api/v1",
11181
12104
  reasoning: true,
11182
12105
  input: ["text", "image"],
11183
12106
  cost: {
11184
- input: 1,
11185
- output: 6,
11186
- cacheRead: 0.09999999999999999,
11187
- cacheWrite: 1.25,
12107
+ input: 0.625,
12108
+ output: 5,
12109
+ cacheRead: 0.0625,
12110
+ cacheWrite: 0,
11188
12111
  },
11189
- contextWindow: 1050000,
12112
+ contextWindow: 400000,
11190
12113
  maxTokens: 128000,
11191
12114
  },
11192
12115
  "openai/gpt-audio": {
@@ -11325,6 +12248,23 @@ export const MODELS = {
11325
12248
  contextWindow: 200000,
11326
12249
  maxTokens: 100000,
11327
12250
  },
12251
+ "openai/o1:batch": {
12252
+ id: "openai/o1:batch",
12253
+ name: "OpenAI: o1 (batch)",
12254
+ api: "openai-completions",
12255
+ provider: "openrouter",
12256
+ baseUrl: "https://openrouter.ai/api/v1",
12257
+ reasoning: true,
12258
+ input: ["text", "image"],
12259
+ cost: {
12260
+ input: 7.5,
12261
+ output: 30,
12262
+ cacheRead: 3.75,
12263
+ cacheWrite: 0,
12264
+ },
12265
+ contextWindow: 200000,
12266
+ maxTokens: 100000,
12267
+ },
11328
12268
  "openai/o3": {
11329
12269
  id: "openai/o3",
11330
12270
  name: "OpenAI: o3",
@@ -11376,6 +12316,40 @@ export const MODELS = {
11376
12316
  contextWindow: 200000,
11377
12317
  maxTokens: 100000,
11378
12318
  },
12319
+ "openai/o3-mini-high:batch": {
12320
+ id: "openai/o3-mini-high:batch",
12321
+ name: "OpenAI: o3 Mini High (batch)",
12322
+ api: "openai-completions",
12323
+ provider: "openrouter",
12324
+ baseUrl: "https://openrouter.ai/api/v1",
12325
+ reasoning: true,
12326
+ input: ["text"],
12327
+ cost: {
12328
+ input: 0.55,
12329
+ output: 2.2,
12330
+ cacheRead: 0.275,
12331
+ cacheWrite: 0,
12332
+ },
12333
+ contextWindow: 200000,
12334
+ maxTokens: 100000,
12335
+ },
12336
+ "openai/o3-mini:batch": {
12337
+ id: "openai/o3-mini:batch",
12338
+ name: "OpenAI: o3 Mini (batch)",
12339
+ api: "openai-completions",
12340
+ provider: "openrouter",
12341
+ baseUrl: "https://openrouter.ai/api/v1",
12342
+ reasoning: true,
12343
+ input: ["text"],
12344
+ cost: {
12345
+ input: 0.55,
12346
+ output: 2.2,
12347
+ cacheRead: 0.275,
12348
+ cacheWrite: 0,
12349
+ },
12350
+ contextWindow: 200000,
12351
+ maxTokens: 100000,
12352
+ },
11379
12353
  "openai/o3-pro": {
11380
12354
  id: "openai/o3-pro",
11381
12355
  name: "OpenAI: o3 Pro",
@@ -11393,6 +12367,40 @@ export const MODELS = {
11393
12367
  contextWindow: 200000,
11394
12368
  maxTokens: 100000,
11395
12369
  },
12370
+ "openai/o3-pro:batch": {
12371
+ id: "openai/o3-pro:batch",
12372
+ name: "OpenAI: o3 Pro (batch)",
12373
+ api: "openai-completions",
12374
+ provider: "openrouter",
12375
+ baseUrl: "https://openrouter.ai/api/v1",
12376
+ reasoning: true,
12377
+ input: ["text", "image"],
12378
+ cost: {
12379
+ input: 10,
12380
+ output: 40,
12381
+ cacheRead: 0,
12382
+ cacheWrite: 0,
12383
+ },
12384
+ contextWindow: 200000,
12385
+ maxTokens: 100000,
12386
+ },
12387
+ "openai/o3:batch": {
12388
+ id: "openai/o3:batch",
12389
+ name: "OpenAI: o3 (batch)",
12390
+ api: "openai-completions",
12391
+ provider: "openrouter",
12392
+ baseUrl: "https://openrouter.ai/api/v1",
12393
+ reasoning: true,
12394
+ input: ["text", "image"],
12395
+ cost: {
12396
+ input: 1,
12397
+ output: 4,
12398
+ cacheRead: 0.25,
12399
+ cacheWrite: 0,
12400
+ },
12401
+ contextWindow: 200000,
12402
+ maxTokens: 100000,
12403
+ },
11396
12404
  "openai/o4-mini": {
11397
12405
  id: "openai/o4-mini",
11398
12406
  name: "OpenAI: o4 Mini",
@@ -11427,6 +12435,40 @@ export const MODELS = {
11427
12435
  contextWindow: 200000,
11428
12436
  maxTokens: 100000,
11429
12437
  },
12438
+ "openai/o4-mini-high:batch": {
12439
+ id: "openai/o4-mini-high:batch",
12440
+ name: "OpenAI: o4 Mini High (batch)",
12441
+ api: "openai-completions",
12442
+ provider: "openrouter",
12443
+ baseUrl: "https://openrouter.ai/api/v1",
12444
+ reasoning: true,
12445
+ input: ["text", "image"],
12446
+ cost: {
12447
+ input: 0.55,
12448
+ output: 2.2,
12449
+ cacheRead: 0.1375,
12450
+ cacheWrite: 0,
12451
+ },
12452
+ contextWindow: 200000,
12453
+ maxTokens: 100000,
12454
+ },
12455
+ "openai/o4-mini:batch": {
12456
+ id: "openai/o4-mini:batch",
12457
+ name: "OpenAI: o4 Mini (batch)",
12458
+ api: "openai-completions",
12459
+ provider: "openrouter",
12460
+ baseUrl: "https://openrouter.ai/api/v1",
12461
+ reasoning: true,
12462
+ input: ["text", "image"],
12463
+ cost: {
12464
+ input: 0.55,
12465
+ output: 2.2,
12466
+ cacheRead: 0.1375,
12467
+ cacheWrite: 0,
12468
+ },
12469
+ contextWindow: 200000,
12470
+ maxTokens: 100000,
12471
+ },
11430
12472
  "openrouter/auto": {
11431
12473
  id: "openrouter/auto",
11432
12474
  name: "Auto Router",
@@ -11674,13 +12716,13 @@ export const MODELS = {
11674
12716
  reasoning: false,
11675
12717
  input: ["text"],
11676
12718
  cost: {
11677
- input: 0.14950000000000002,
11678
- output: 0.5980000000000001,
12719
+ input: 0.09,
12720
+ output: 0.55,
11679
12721
  cacheRead: 0,
11680
12722
  cacheWrite: 0,
11681
12723
  },
11682
12724
  contextWindow: 262144,
11683
- maxTokens: 32768,
12725
+ maxTokens: 16384,
11684
12726
  },
11685
12727
  "qwen/qwen3-235b-a22b-thinking-2507": {
11686
12728
  id: "qwen/qwen3-235b-a22b-thinking-2507",
@@ -11935,7 +12977,7 @@ export const MODELS = {
11935
12977
  cacheWrite: 0,
11936
12978
  },
11937
12979
  contextWindow: 262144,
11938
- maxTokens: 4096,
12980
+ maxTokens: 262144,
11939
12981
  },
11940
12982
  "qwen/qwen3-vl-235b-a22b-instruct": {
11941
12983
  id: "qwen/qwen3-vl-235b-a22b-instruct",
@@ -11963,8 +13005,8 @@ export const MODELS = {
11963
13005
  reasoning: true,
11964
13006
  input: ["text", "image"],
11965
13007
  cost: {
11966
- input: 0.98,
11967
- output: 3.95,
13008
+ input: 0.39999999999999997,
13009
+ output: 4,
11968
13010
  cacheRead: 0,
11969
13011
  cacheWrite: 0,
11970
13012
  },
@@ -12065,13 +13107,13 @@ export const MODELS = {
12065
13107
  reasoning: true,
12066
13108
  input: ["text", "image"],
12067
13109
  cost: {
12068
- input: 0.26,
12069
- output: 2.08,
13110
+ input: 0.29,
13111
+ output: 2.4,
12070
13112
  cacheRead: 0,
12071
13113
  cacheWrite: 0,
12072
13114
  },
12073
13115
  contextWindow: 262144,
12074
- maxTokens: 65536,
13116
+ maxTokens: 81920,
12075
13117
  },
12076
13118
  "qwen/qwen3.5-27b": {
12077
13119
  id: "qwen/qwen3.5-27b",
@@ -12201,13 +13243,13 @@ export const MODELS = {
12201
13243
  reasoning: true,
12202
13244
  input: ["text", "image"],
12203
13245
  cost: {
12204
- input: 0.28900000000000003,
12205
- output: 2.4,
12206
- cacheRead: 0,
13246
+ input: 0.6,
13247
+ output: 3.5999999999999996,
13248
+ cacheRead: 0.12,
12207
13249
  cacheWrite: 0,
12208
13250
  },
12209
13251
  contextWindow: 262144,
12210
- maxTokens: 131072,
13252
+ maxTokens: 262144,
12211
13253
  },
12212
13254
  "qwen/qwen3.6-35b-a3b": {
12213
13255
  id: "qwen/qwen3.6-35b-a3b",
@@ -12220,7 +13262,7 @@ export const MODELS = {
12220
13262
  cost: {
12221
13263
  input: 0.14,
12222
13264
  output: 1,
12223
- cacheRead: 0,
13265
+ cacheRead: 0.049999999999999996,
12224
13266
  cacheWrite: 0,
12225
13267
  },
12226
13268
  contextWindow: 262144,
@@ -12524,12 +13566,29 @@ export const MODELS = {
12524
13566
  reasoning: true,
12525
13567
  input: ["text", "image"],
12526
13568
  cost: {
12527
- input: 0.5,
13569
+ input: 0.44999999999999996,
12528
13570
  output: 1.2,
12529
13571
  cacheRead: 0.09999999999999999,
12530
13572
  cacheWrite: 0,
12531
13573
  },
12532
13574
  contextWindow: 524288,
13575
+ maxTokens: 262144,
13576
+ },
13577
+ "thinkingmachines/inkling:batch": {
13578
+ id: "thinkingmachines/inkling:batch",
13579
+ name: "Thinking Machines: Inkling (batch)",
13580
+ api: "openai-completions",
13581
+ provider: "openrouter",
13582
+ baseUrl: "https://openrouter.ai/api/v1",
13583
+ reasoning: true,
13584
+ input: ["text", "image"],
13585
+ cost: {
13586
+ input: 0.5,
13587
+ output: 2.025,
13588
+ cacheRead: 0.08499999999999999,
13589
+ cacheWrite: 0,
13590
+ },
13591
+ contextWindow: 524288,
12533
13592
  maxTokens: 4096,
12534
13593
  },
12535
13594
  "upstage/solar-pro-3": {
@@ -12546,8 +13605,8 @@ export const MODELS = {
12546
13605
  cacheRead: 0.015,
12547
13606
  cacheWrite: 0,
12548
13607
  },
12549
- contextWindow: 128000,
12550
- maxTokens: 4096,
13608
+ contextWindow: 131072,
13609
+ maxTokens: 131072,
12551
13610
  },
12552
13611
  "x-ai/grok-4.20": {
12553
13612
  id: "x-ai/grok-4.20",
@@ -12813,13 +13872,13 @@ export const MODELS = {
12813
13872
  reasoning: true,
12814
13873
  input: ["text"],
12815
13874
  cost: {
12816
- input: 0.966,
12817
- output: 3.036,
12818
- cacheRead: 0.1794,
13875
+ input: 0.952,
13876
+ output: 2.992,
13877
+ cacheRead: 0.17679999999999998,
12819
13878
  cacheWrite: 0,
12820
13879
  },
12821
13880
  contextWindow: 204800,
12822
- maxTokens: 128000,
13881
+ maxTokens: 131072,
12823
13882
  },
12824
13883
  "z-ai/glm-5.2": {
12825
13884
  id: "z-ai/glm-5.2",
@@ -12830,13 +13889,30 @@ export const MODELS = {
12830
13889
  reasoning: true,
12831
13890
  input: ["text"],
12832
13891
  cost: {
12833
- input: 0.76,
12834
- output: 2.42,
12835
- cacheRead: 0.14,
13892
+ input: 0.5166,
13893
+ output: 1.6236,
13894
+ cacheRead: 0.09594,
12836
13895
  cacheWrite: 0,
12837
13896
  },
12838
13897
  contextWindow: 1048576,
12839
- maxTokens: 262144,
13898
+ maxTokens: 131072,
13899
+ },
13900
+ "z-ai/glm-5.2:batch": {
13901
+ id: "z-ai/glm-5.2:batch",
13902
+ name: "Z.ai: GLM 5.2 (batch)",
13903
+ api: "openai-completions",
13904
+ provider: "openrouter",
13905
+ baseUrl: "https://openrouter.ai/api/v1",
13906
+ reasoning: true,
13907
+ input: ["text"],
13908
+ cost: {
13909
+ input: 0.7,
13910
+ output: 2.2,
13911
+ cacheRead: 0.13,
13912
+ cacheWrite: 0,
13913
+ },
13914
+ contextWindow: 512000,
13915
+ maxTokens: 4096,
12840
13916
  },
12841
13917
  "z-ai/glm-5v-turbo": {
12842
13918
  id: "z-ai/glm-5v-turbo",
@@ -12983,7 +14059,7 @@ export const MODELS = {
12983
14059
  reasoning: true,
12984
14060
  input: ["text", "image"],
12985
14061
  cost: {
12986
- input: 2.9000000000000004,
14062
+ input: 2.5,
12987
14063
  output: 14,
12988
14064
  cacheRead: 0.29,
12989
14065
  cacheWrite: 0,
@@ -13622,23 +14698,6 @@ export const MODELS = {
13622
14698
  contextWindow: 200000,
13623
14699
  maxTokens: 8192,
13624
14700
  },
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
14701
  "anthropic/claude-opus-4.5": {
13643
14702
  id: "anthropic/claude-opus-4.5",
13644
14703
  name: "Claude Opus 4.5",
@@ -13741,23 +14800,6 @@ export const MODELS = {
13741
14800
  contextWindow: 1000000,
13742
14801
  maxTokens: 128000,
13743
14802
  },
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
14803
  "anthropic/claude-sonnet-4": {
13762
14804
  id: "anthropic/claude-sonnet-4",
13763
14805
  name: "Claude Sonnet 4",
@@ -14056,13 +15098,13 @@ export const MODELS = {
14056
15098
  reasoning: true,
14057
15099
  input: ["text"],
14058
15100
  cost: {
14059
- input: 0.435,
14060
- output: 0.87,
14061
- cacheRead: 0.0036,
15101
+ input: 1.74,
15102
+ output: 3.48,
15103
+ cacheRead: 0.14,
14062
15104
  cacheWrite: 0,
14063
15105
  },
14064
- contextWindow: 1000000,
14065
- maxTokens: 384000,
15106
+ contextWindow: 1048600,
15107
+ maxTokens: 1048600,
14066
15108
  },
14067
15109
  "google/gemini-2.5-flash": {
14068
15110
  id: "google/gemini-2.5-flash",
@@ -14248,7 +15290,7 @@ export const MODELS = {
14248
15290
  cacheRead: 0,
14249
15291
  cacheWrite: 0,
14250
15292
  },
14251
- contextWindow: 262144,
15293
+ contextWindow: 256000,
14252
15294
  maxTokens: 131072,
14253
15295
  },
14254
15296
  "inception/mercury-2": {
@@ -14285,14 +15327,31 @@ export const MODELS = {
14285
15327
  contextWindow: 32000,
14286
15328
  maxTokens: 16384,
14287
15329
  },
14288
- "inclusionai/ling-3.0-flash-free": {
14289
- id: "inclusionai/ling-3.0-flash-free",
15330
+ "inclusionai/ling-3.0-flash": {
15331
+ id: "inclusionai/ling-3.0-flash",
14290
15332
  name: "Ling 3.0 Flash",
14291
15333
  api: "anthropic-messages",
14292
15334
  provider: "vercel-ai-gateway",
14293
15335
  baseUrl: "https://ai-gateway.vercel.sh",
14294
15336
  reasoning: true,
14295
15337
  input: ["text"],
15338
+ cost: {
15339
+ input: 0.06,
15340
+ output: 0.18,
15341
+ cacheRead: 0.012,
15342
+ cacheWrite: 0,
15343
+ },
15344
+ contextWindow: 256000,
15345
+ maxTokens: 32000,
15346
+ },
15347
+ "inclusionai/ling-3.0-tiny-free": {
15348
+ id: "inclusionai/ling-3.0-tiny-free",
15349
+ name: "Ling 3.0 Tiny (Free)",
15350
+ api: "anthropic-messages",
15351
+ provider: "vercel-ai-gateway",
15352
+ baseUrl: "https://ai-gateway.vercel.sh",
15353
+ reasoning: true,
15354
+ input: ["text"],
14296
15355
  cost: {
14297
15356
  input: 0,
14298
15357
  output: 0,
@@ -14300,7 +15359,7 @@ export const MODELS = {
14300
15359
  cacheWrite: 0,
14301
15360
  },
14302
15361
  contextWindow: 256000,
14303
- maxTokens: 256000,
15362
+ maxTokens: 32000,
14304
15363
  },
14305
15364
  "interfaze/interfaze-beta": {
14306
15365
  id: "interfaze/interfaze-beta",
@@ -14489,6 +15548,40 @@ export const MODELS = {
14489
15548
  contextWindow: 1048576,
14490
15549
  maxTokens: 1048576,
14491
15550
  },
15551
+ "meta/muse-spark-1.2": {
15552
+ id: "meta/muse-spark-1.2",
15553
+ name: "Muse Spark 1.2",
15554
+ api: "anthropic-messages",
15555
+ provider: "vercel-ai-gateway",
15556
+ baseUrl: "https://ai-gateway.vercel.sh",
15557
+ reasoning: true,
15558
+ input: ["text", "image"],
15559
+ cost: {
15560
+ input: 1.25,
15561
+ output: 4.25,
15562
+ cacheRead: 0.15,
15563
+ cacheWrite: 0,
15564
+ },
15565
+ contextWindow: 1048576,
15566
+ maxTokens: 1048576,
15567
+ },
15568
+ "meta/muse-spark-1.2-contributor": {
15569
+ id: "meta/muse-spark-1.2-contributor",
15570
+ name: "Muse Spark 1.2 Contributor",
15571
+ api: "anthropic-messages",
15572
+ provider: "vercel-ai-gateway",
15573
+ baseUrl: "https://ai-gateway.vercel.sh",
15574
+ reasoning: true,
15575
+ input: ["text", "image"],
15576
+ cost: {
15577
+ input: 0.09999999999999999,
15578
+ output: 0.19999999999999998,
15579
+ cacheRead: 0.002,
15580
+ cacheWrite: 0,
15581
+ },
15582
+ contextWindow: 1048576,
15583
+ maxTokens: 1048576,
15584
+ },
14492
15585
  "minimax/minimax-m2": {
14493
15586
  id: "minimax/minimax-m2",
14494
15587
  name: "MiniMax M2",
@@ -16322,8 +17415,8 @@ export const MODELS = {
16322
17415
  cacheRead: 0.26,
16323
17416
  cacheWrite: 0,
16324
17417
  },
16325
- contextWindow: 202000,
16326
- maxTokens: 202000,
17418
+ contextWindow: 202800,
17419
+ maxTokens: 64000,
16327
17420
  },
16328
17421
  "zai/glm-5.2": {
16329
17422
  id: "zai/glm-5.2",