@elyracode/ai 0.9.25 → 0.9.26

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.
@@ -2092,42 +2092,6 @@ export const MODELS = {
2092
2092
  contextWindow: 200000,
2093
2093
  maxTokens: 64000,
2094
2094
  },
2095
- "claude-opus-4-1": {
2096
- id: "claude-opus-4-1",
2097
- name: "Claude Opus 4.1 (latest)",
2098
- api: "anthropic-messages",
2099
- provider: "anthropic",
2100
- baseUrl: "https://api.anthropic.com",
2101
- reasoning: true,
2102
- thinkingType: "budget",
2103
- input: ["text", "image"],
2104
- cost: {
2105
- input: 15,
2106
- output: 75,
2107
- cacheRead: 1.5,
2108
- cacheWrite: 18.75,
2109
- },
2110
- contextWindow: 200000,
2111
- maxTokens: 32000,
2112
- },
2113
- "claude-opus-4-1-20250805": {
2114
- id: "claude-opus-4-1-20250805",
2115
- name: "Claude Opus 4.1",
2116
- api: "anthropic-messages",
2117
- provider: "anthropic",
2118
- baseUrl: "https://api.anthropic.com",
2119
- reasoning: true,
2120
- thinkingType: "budget",
2121
- input: ["text", "image"],
2122
- cost: {
2123
- input: 15,
2124
- output: 75,
2125
- cacheRead: 1.5,
2126
- cacheWrite: 18.75,
2127
- },
2128
- contextWindow: 200000,
2129
- maxTokens: 32000,
2130
- },
2131
2095
  "claude-opus-4-5": {
2132
2096
  id: "claude-opus-4-5",
2133
2097
  name: "Claude Opus 4.5 (latest)",
@@ -4820,6 +4784,25 @@ export const MODELS = {
4820
4784
  contextWindow: 256000,
4821
4785
  maxTokens: 32000,
4822
4786
  },
4787
+ "kimi-k3": {
4788
+ id: "kimi-k3",
4789
+ name: "Kimi K3",
4790
+ api: "openai-completions",
4791
+ provider: "github-copilot",
4792
+ baseUrl: "https://api.individual.githubcopilot.com",
4793
+ 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" },
4794
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
4795
+ reasoning: true,
4796
+ input: ["text", "image"],
4797
+ cost: {
4798
+ input: 0.95,
4799
+ output: 4,
4800
+ cacheRead: 0.19,
4801
+ cacheWrite: 0,
4802
+ },
4803
+ contextWindow: 1048576,
4804
+ maxTokens: 131072,
4805
+ },
4823
4806
  "mai-code-1-flash-picker": {
4824
4807
  id: "mai-code-1-flash-picker",
4825
4808
  name: "MAI-Code-1-Flash",
@@ -5525,23 +5508,6 @@ export const MODELS = {
5525
5508
  contextWindow: 131072,
5526
5509
  maxTokens: 32768,
5527
5510
  },
5528
- "meta-llama/llama-4-scout-17b-16e-instruct": {
5529
- id: "meta-llama/llama-4-scout-17b-16e-instruct",
5530
- name: "Llama 4 Scout 17B 16E",
5531
- api: "openai-completions",
5532
- provider: "groq",
5533
- baseUrl: "https://api.groq.com/openai/v1",
5534
- reasoning: false,
5535
- input: ["text", "image"],
5536
- cost: {
5537
- input: 0.11,
5538
- output: 0.34,
5539
- cacheRead: 0,
5540
- cacheWrite: 0,
5541
- },
5542
- contextWindow: 131072,
5543
- maxTokens: 8192,
5544
- },
5545
5511
  "openai/gpt-oss-120b": {
5546
5512
  id: "openai/gpt-oss-120b",
5547
5513
  name: "GPT OSS 120B",
@@ -5593,23 +5559,22 @@ export const MODELS = {
5593
5559
  contextWindow: 131072,
5594
5560
  maxTokens: 65536,
5595
5561
  },
5596
- "qwen/qwen3-32b": {
5597
- id: "qwen/qwen3-32b",
5598
- name: "Qwen3-32B",
5562
+ "qwen/qwen3.6-27b": {
5563
+ id: "qwen/qwen3.6-27b",
5564
+ name: "Qwen3.6 27B",
5599
5565
  api: "openai-completions",
5600
5566
  provider: "groq",
5601
5567
  baseUrl: "https://api.groq.com/openai/v1",
5602
5568
  reasoning: true,
5603
- thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "default" },
5604
- input: ["text"],
5569
+ input: ["text", "image"],
5605
5570
  cost: {
5606
- input: 0.29,
5607
- output: 0.59,
5608
- cacheRead: 0,
5571
+ input: 0.6,
5572
+ output: 3,
5573
+ cacheRead: 0.3,
5609
5574
  cacheWrite: 0,
5610
5575
  },
5611
5576
  contextWindow: 131072,
5612
- maxTokens: 40960,
5577
+ maxTokens: 16384,
5613
5578
  },
5614
5579
  },
5615
5580
  "huggingface": {
@@ -5721,6 +5686,24 @@ export const MODELS = {
5721
5686
  contextWindow: 40960,
5722
5687
  maxTokens: 16384,
5723
5688
  },
5689
+ "Qwen/Qwen3-235B-A22B-Instruct-2507": {
5690
+ id: "Qwen/Qwen3-235B-A22B-Instruct-2507",
5691
+ name: "Qwen3 235B-A22B Instruct 2507",
5692
+ api: "openai-completions",
5693
+ provider: "huggingface",
5694
+ baseUrl: "https://router.huggingface.co/v1",
5695
+ compat: { "supportsDeveloperRole": false },
5696
+ reasoning: false,
5697
+ input: ["text"],
5698
+ cost: {
5699
+ input: 0.855,
5700
+ output: 2.565,
5701
+ cacheRead: 0,
5702
+ cacheWrite: 0,
5703
+ },
5704
+ contextWindow: 262144,
5705
+ maxTokens: 16384,
5706
+ },
5724
5707
  "Qwen/Qwen3-235B-A22B-Thinking-2507": {
5725
5708
  id: "Qwen/Qwen3-235B-A22B-Thinking-2507",
5726
5709
  name: "Qwen3-235B-A22B-Thinking-2507",
@@ -6045,6 +6028,42 @@ export const MODELS = {
6045
6028
  contextWindow: 163840,
6046
6029
  maxTokens: 163840,
6047
6030
  },
6031
+ "deepseek-ai/DeepSeek-V3": {
6032
+ id: "deepseek-ai/DeepSeek-V3",
6033
+ name: "DeepSeek-V3",
6034
+ api: "openai-completions",
6035
+ provider: "huggingface",
6036
+ baseUrl: "https://router.huggingface.co/v1",
6037
+ compat: { "supportsDeveloperRole": false },
6038
+ reasoning: false,
6039
+ input: ["text"],
6040
+ cost: {
6041
+ input: 0.4,
6042
+ output: 1.3,
6043
+ cacheRead: 0,
6044
+ cacheWrite: 0,
6045
+ },
6046
+ contextWindow: 64000,
6047
+ maxTokens: 8192,
6048
+ },
6049
+ "deepseek-ai/DeepSeek-V3.1": {
6050
+ id: "deepseek-ai/DeepSeek-V3.1",
6051
+ name: "DeepSeek-V3.1",
6052
+ api: "openai-completions",
6053
+ provider: "huggingface",
6054
+ baseUrl: "https://router.huggingface.co/v1",
6055
+ compat: { "supportsDeveloperRole": false },
6056
+ reasoning: true,
6057
+ input: ["text"],
6058
+ cost: {
6059
+ input: 0.27,
6060
+ output: 1,
6061
+ cacheRead: 0,
6062
+ cacheWrite: 0,
6063
+ },
6064
+ contextWindow: 131072,
6065
+ maxTokens: 8192,
6066
+ },
6048
6067
  "deepseek-ai/DeepSeek-V3.2": {
6049
6068
  id: "deepseek-ai/DeepSeek-V3.2",
6050
6069
  name: "DeepSeek-V3.2",
@@ -8547,23 +8566,6 @@ export const MODELS = {
8547
8566
  contextWindow: 200000,
8548
8567
  maxTokens: 64000,
8549
8568
  },
8550
- "claude-opus-4-1": {
8551
- id: "claude-opus-4-1",
8552
- name: "Claude Opus 4.1",
8553
- api: "anthropic-messages",
8554
- provider: "opencode",
8555
- baseUrl: "https://opencode.ai/zen",
8556
- reasoning: true,
8557
- input: ["text", "image"],
8558
- cost: {
8559
- input: 15,
8560
- output: 75,
8561
- cacheRead: 1.5,
8562
- cacheWrite: 18.75,
8563
- },
8564
- contextWindow: 200000,
8565
- maxTokens: 32000,
8566
- },
8567
8569
  "claude-opus-4-5": {
8568
8570
  id: "claude-opus-4-5",
8569
8571
  name: "Claude Opus 4.5",
@@ -8722,7 +8724,7 @@ export const MODELS = {
8722
8724
  },
8723
8725
  "deepseek-v4-flash": {
8724
8726
  id: "deepseek-v4-flash",
8725
- name: "DeepSeek V4 Flash 0731",
8727
+ name: "DeepSeek V4 Flash",
8726
8728
  api: "openai-completions",
8727
8729
  provider: "opencode",
8728
8730
  baseUrl: "https://opencode.ai/zen/v1",
@@ -8741,7 +8743,7 @@ export const MODELS = {
8741
8743
  },
8742
8744
  "deepseek-v4-flash-free": {
8743
8745
  id: "deepseek-v4-flash-free",
8744
- name: "DeepSeek V4 Flash Free (New)",
8746
+ name: "DeepSeek V4 Flash Free",
8745
8747
  api: "openai-completions",
8746
8748
  provider: "opencode",
8747
8749
  baseUrl: "https://opencode.ai/zen/v1",
@@ -9396,6 +9398,23 @@ export const MODELS = {
9396
9398
  contextWindow: 262144,
9397
9399
  maxTokens: 32768,
9398
9400
  },
9401
+ "longcat-2.0-free": {
9402
+ id: "longcat-2.0-free",
9403
+ name: "LongCat-2.0 Free",
9404
+ api: "openai-completions",
9405
+ provider: "opencode",
9406
+ baseUrl: "https://opencode.ai/zen/v1",
9407
+ reasoning: true,
9408
+ input: ["text"],
9409
+ cost: {
9410
+ input: 0,
9411
+ output: 0,
9412
+ cacheRead: 0,
9413
+ cacheWrite: 0,
9414
+ },
9415
+ contextWindow: 1000000,
9416
+ maxTokens: 131072,
9417
+ },
9399
9418
  "mimo-v2.5-free": {
9400
9419
  id: "mimo-v2.5-free",
9401
9420
  name: "MiMo V2.5 Free",
@@ -9536,7 +9555,7 @@ export const MODELS = {
9536
9555
  "opencode-go": {
9537
9556
  "deepseek-v4-flash": {
9538
9557
  id: "deepseek-v4-flash",
9539
- name: "DeepSeek V4 Flash (New)",
9558
+ name: "DeepSeek V4 Flash (2x usage)",
9540
9559
  api: "openai-completions",
9541
9560
  provider: "opencode-go",
9542
9561
  baseUrl: "https://opencode.ai/zen/go/v1",
@@ -9545,9 +9564,9 @@ export const MODELS = {
9545
9564
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
9546
9565
  input: ["text"],
9547
9566
  cost: {
9548
- input: 0.14,
9549
- output: 0.28,
9550
- cacheRead: 0.0028,
9567
+ input: 0.07,
9568
+ output: 0.14,
9569
+ cacheRead: 0.0014,
9551
9570
  cacheWrite: 0,
9552
9571
  },
9553
9572
  contextWindow: 1000000,
@@ -10036,6 +10055,24 @@ export const MODELS = {
10036
10055
  contextWindow: 1000000,
10037
10056
  maxTokens: 128000,
10038
10057
  },
10058
+ "anthropic/claude-fable-5:batch": {
10059
+ id: "anthropic/claude-fable-5:batch",
10060
+ name: "Anthropic: Claude Fable 5 (batch)",
10061
+ api: "openai-completions",
10062
+ provider: "openrouter",
10063
+ baseUrl: "https://openrouter.ai/api/v1",
10064
+ reasoning: true,
10065
+ thinkingLevelMap: { "minimal": "low", "low": "medium", "medium": "high", "high": "xhigh", "xhigh": "max" },
10066
+ input: ["text", "image"],
10067
+ cost: {
10068
+ input: 5,
10069
+ output: 25,
10070
+ cacheRead: 0.5,
10071
+ cacheWrite: 6.25,
10072
+ },
10073
+ contextWindow: 1000000,
10074
+ maxTokens: 128000,
10075
+ },
10039
10076
  "anthropic/claude-haiku-4.5": {
10040
10077
  id: "anthropic/claude-haiku-4.5",
10041
10078
  name: "Anthropic: Claude Haiku 4.5",
@@ -10053,6 +10090,23 @@ export const MODELS = {
10053
10090
  contextWindow: 200000,
10054
10091
  maxTokens: 64000,
10055
10092
  },
10093
+ "anthropic/claude-haiku-4.5:batch": {
10094
+ id: "anthropic/claude-haiku-4.5:batch",
10095
+ name: "Anthropic: Claude Haiku 4.5 (batch)",
10096
+ api: "openai-completions",
10097
+ provider: "openrouter",
10098
+ baseUrl: "https://openrouter.ai/api/v1",
10099
+ reasoning: true,
10100
+ input: ["text", "image"],
10101
+ cost: {
10102
+ input: 0.5,
10103
+ output: 2.5,
10104
+ cacheRead: 0.049999999999999996,
10105
+ cacheWrite: 0.625,
10106
+ },
10107
+ contextWindow: 200000,
10108
+ maxTokens: 64000,
10109
+ },
10056
10110
  "anthropic/claude-opus-4": {
10057
10111
  id: "anthropic/claude-opus-4",
10058
10112
  name: "Anthropic: Claude Opus 4",
@@ -10087,6 +10141,23 @@ export const MODELS = {
10087
10141
  contextWindow: 200000,
10088
10142
  maxTokens: 32000,
10089
10143
  },
10144
+ "anthropic/claude-opus-4.1:batch": {
10145
+ id: "anthropic/claude-opus-4.1:batch",
10146
+ name: "Anthropic: Claude Opus 4.1 (batch)",
10147
+ api: "openai-completions",
10148
+ provider: "openrouter",
10149
+ baseUrl: "https://openrouter.ai/api/v1",
10150
+ reasoning: true,
10151
+ input: ["text", "image"],
10152
+ cost: {
10153
+ input: 7.5,
10154
+ output: 37.5,
10155
+ cacheRead: 0.75,
10156
+ cacheWrite: 9.375,
10157
+ },
10158
+ contextWindow: 200000,
10159
+ maxTokens: 32000,
10160
+ },
10090
10161
  "anthropic/claude-opus-4.5": {
10091
10162
  id: "anthropic/claude-opus-4.5",
10092
10163
  name: "Anthropic: Claude Opus 4.5",
@@ -10104,6 +10175,23 @@ export const MODELS = {
10104
10175
  contextWindow: 200000,
10105
10176
  maxTokens: 64000,
10106
10177
  },
10178
+ "anthropic/claude-opus-4.5:batch": {
10179
+ id: "anthropic/claude-opus-4.5:batch",
10180
+ name: "Anthropic: Claude Opus 4.5 (batch)",
10181
+ api: "openai-completions",
10182
+ provider: "openrouter",
10183
+ baseUrl: "https://openrouter.ai/api/v1",
10184
+ reasoning: true,
10185
+ input: ["text", "image"],
10186
+ cost: {
10187
+ input: 2.5,
10188
+ output: 12.5,
10189
+ cacheRead: 0.25,
10190
+ cacheWrite: 3.125,
10191
+ },
10192
+ contextWindow: 200000,
10193
+ maxTokens: 64000,
10194
+ },
10107
10195
  "anthropic/claude-opus-4.6": {
10108
10196
  id: "anthropic/claude-opus-4.6",
10109
10197
  name: "Anthropic: Claude Opus 4.6",
@@ -10122,6 +10210,24 @@ export const MODELS = {
10122
10210
  contextWindow: 1000000,
10123
10211
  maxTokens: 128000,
10124
10212
  },
10213
+ "anthropic/claude-opus-4.6:batch": {
10214
+ id: "anthropic/claude-opus-4.6:batch",
10215
+ name: "Anthropic: Claude Opus 4.6 (batch)",
10216
+ api: "openai-completions",
10217
+ provider: "openrouter",
10218
+ baseUrl: "https://openrouter.ai/api/v1",
10219
+ reasoning: true,
10220
+ thinkingLevelMap: { "xhigh": "max" },
10221
+ input: ["text", "image"],
10222
+ cost: {
10223
+ input: 2.5,
10224
+ output: 12.5,
10225
+ cacheRead: 0.25,
10226
+ cacheWrite: 3.125,
10227
+ },
10228
+ contextWindow: 1000000,
10229
+ maxTokens: 128000,
10230
+ },
10125
10231
  "anthropic/claude-opus-4.7": {
10126
10232
  id: "anthropic/claude-opus-4.7",
10127
10233
  name: "Anthropic: Claude Opus 4.7",
@@ -10158,6 +10264,24 @@ export const MODELS = {
10158
10264
  contextWindow: 1000000,
10159
10265
  maxTokens: 128000,
10160
10266
  },
10267
+ "anthropic/claude-opus-4.7:batch": {
10268
+ id: "anthropic/claude-opus-4.7:batch",
10269
+ name: "Anthropic: Claude Opus 4.7 (batch)",
10270
+ api: "openai-completions",
10271
+ provider: "openrouter",
10272
+ baseUrl: "https://openrouter.ai/api/v1",
10273
+ reasoning: true,
10274
+ thinkingLevelMap: { "xhigh": "xhigh" },
10275
+ input: ["text", "image"],
10276
+ cost: {
10277
+ input: 2.5,
10278
+ output: 12.5,
10279
+ cacheRead: 0.25,
10280
+ cacheWrite: 3.125,
10281
+ },
10282
+ contextWindow: 1000000,
10283
+ maxTokens: 128000,
10284
+ },
10161
10285
  "anthropic/claude-opus-4.8": {
10162
10286
  id: "anthropic/claude-opus-4.8",
10163
10287
  name: "Anthropic: Claude Opus 4.8",
@@ -10194,22 +10318,40 @@ export const MODELS = {
10194
10318
  contextWindow: 1000000,
10195
10319
  maxTokens: 128000,
10196
10320
  },
10197
- "anthropic/claude-opus-5": {
10198
- id: "anthropic/claude-opus-5",
10199
- name: "Claude Opus 5",
10321
+ "anthropic/claude-opus-4.8:batch": {
10322
+ id: "anthropic/claude-opus-4.8:batch",
10323
+ name: "Anthropic: Claude Opus 4.8 (batch)",
10200
10324
  api: "openai-completions",
10201
10325
  provider: "openrouter",
10202
10326
  baseUrl: "https://openrouter.ai/api/v1",
10203
10327
  reasoning: true,
10328
+ thinkingLevelMap: { "minimal": "low", "low": "medium", "medium": "high", "high": "max", "xhigh": "ultracode" },
10204
10329
  input: ["text", "image"],
10205
10330
  cost: {
10206
- input: 5,
10207
- output: 25,
10208
- cacheRead: 0.5,
10209
- cacheWrite: 6.25,
10210
- },
10211
- contextWindow: 1000000,
10212
- maxTokens: 128000,
10331
+ input: 2.5,
10332
+ output: 12.5,
10333
+ cacheRead: 0.25,
10334
+ cacheWrite: 3.125,
10335
+ },
10336
+ contextWindow: 1000000,
10337
+ maxTokens: 128000,
10338
+ },
10339
+ "anthropic/claude-opus-5": {
10340
+ id: "anthropic/claude-opus-5",
10341
+ name: "Claude Opus 5",
10342
+ api: "openai-completions",
10343
+ provider: "openrouter",
10344
+ baseUrl: "https://openrouter.ai/api/v1",
10345
+ reasoning: true,
10346
+ input: ["text", "image"],
10347
+ cost: {
10348
+ input: 5,
10349
+ output: 25,
10350
+ cacheRead: 0.5,
10351
+ cacheWrite: 6.25,
10352
+ },
10353
+ contextWindow: 1000000,
10354
+ maxTokens: 128000,
10213
10355
  },
10214
10356
  "anthropic/claude-opus-5-fast": {
10215
10357
  id: "anthropic/claude-opus-5-fast",
@@ -10228,6 +10370,23 @@ export const MODELS = {
10228
10370
  contextWindow: 1000000,
10229
10371
  maxTokens: 128000,
10230
10372
  },
10373
+ "anthropic/claude-opus-5:batch": {
10374
+ id: "anthropic/claude-opus-5:batch",
10375
+ name: "Claude Opus 5 (batch)",
10376
+ api: "openai-completions",
10377
+ provider: "openrouter",
10378
+ baseUrl: "https://openrouter.ai/api/v1",
10379
+ reasoning: true,
10380
+ input: ["text", "image"],
10381
+ cost: {
10382
+ input: 2.5,
10383
+ output: 12.5,
10384
+ cacheRead: 0.25,
10385
+ cacheWrite: 3.125,
10386
+ },
10387
+ contextWindow: 1000000,
10388
+ maxTokens: 128000,
10389
+ },
10231
10390
  "anthropic/claude-sonnet-4": {
10232
10391
  id: "anthropic/claude-sonnet-4",
10233
10392
  name: "Anthropic: Claude Sonnet 4",
@@ -10262,6 +10421,23 @@ export const MODELS = {
10262
10421
  contextWindow: 1000000,
10263
10422
  maxTokens: 64000,
10264
10423
  },
10424
+ "anthropic/claude-sonnet-4.5:batch": {
10425
+ id: "anthropic/claude-sonnet-4.5:batch",
10426
+ name: "Anthropic: Claude Sonnet 4.5 (batch)",
10427
+ api: "openai-completions",
10428
+ provider: "openrouter",
10429
+ baseUrl: "https://openrouter.ai/api/v1",
10430
+ reasoning: true,
10431
+ input: ["text", "image"],
10432
+ cost: {
10433
+ input: 1.5,
10434
+ output: 7.5,
10435
+ cacheRead: 0.15,
10436
+ cacheWrite: 1.875,
10437
+ },
10438
+ contextWindow: 1000000,
10439
+ maxTokens: 64000,
10440
+ },
10265
10441
  "anthropic/claude-sonnet-4.6": {
10266
10442
  id: "anthropic/claude-sonnet-4.6",
10267
10443
  name: "Anthropic: Claude Sonnet 4.6",
@@ -10279,6 +10455,23 @@ export const MODELS = {
10279
10455
  contextWindow: 1000000,
10280
10456
  maxTokens: 128000,
10281
10457
  },
10458
+ "anthropic/claude-sonnet-4.6:batch": {
10459
+ id: "anthropic/claude-sonnet-4.6:batch",
10460
+ name: "Anthropic: Claude Sonnet 4.6 (batch)",
10461
+ api: "openai-completions",
10462
+ provider: "openrouter",
10463
+ baseUrl: "https://openrouter.ai/api/v1",
10464
+ reasoning: true,
10465
+ input: ["text", "image"],
10466
+ cost: {
10467
+ input: 1.5,
10468
+ output: 7.5,
10469
+ cacheRead: 0.15,
10470
+ cacheWrite: 1.875,
10471
+ },
10472
+ contextWindow: 1000000,
10473
+ maxTokens: 128000,
10474
+ },
10282
10475
  "anthropic/claude-sonnet-5": {
10283
10476
  id: "anthropic/claude-sonnet-5",
10284
10477
  name: "Anthropic: Claude Sonnet 5",
@@ -10296,6 +10489,23 @@ export const MODELS = {
10296
10489
  contextWindow: 1000000,
10297
10490
  maxTokens: 128000,
10298
10491
  },
10492
+ "anthropic/claude-sonnet-5:batch": {
10493
+ id: "anthropic/claude-sonnet-5:batch",
10494
+ name: "Anthropic: Claude Sonnet 5 (batch)",
10495
+ api: "openai-completions",
10496
+ provider: "openrouter",
10497
+ baseUrl: "https://openrouter.ai/api/v1",
10498
+ reasoning: true,
10499
+ input: ["text", "image"],
10500
+ cost: {
10501
+ input: 1,
10502
+ output: 5,
10503
+ cacheRead: 0.09999999999999999,
10504
+ cacheWrite: 1.25,
10505
+ },
10506
+ contextWindow: 1000000,
10507
+ maxTokens: 128000,
10508
+ },
10299
10509
  "arcee-ai/trinity-large-thinking": {
10300
10510
  id: "arcee-ai/trinity-large-thinking",
10301
10511
  name: "Arcee AI: Trinity Large Thinking",
@@ -10613,13 +10823,13 @@ export const MODELS = {
10613
10823
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
10614
10824
  input: ["text"],
10615
10825
  cost: {
10616
- input: 0.14,
10617
- output: 0.28,
10618
- cacheRead: 0.028,
10826
+ input: 0.0882,
10827
+ output: 0.1764,
10828
+ cacheRead: 0.01764,
10619
10829
  cacheWrite: 0,
10620
10830
  },
10621
10831
  contextWindow: 1048576,
10622
- maxTokens: 393216,
10832
+ maxTokens: 131072,
10623
10833
  },
10624
10834
  "deepseek/deepseek-v4-flash-0731": {
10625
10835
  id: "deepseek/deepseek-v4-flash-0731",
@@ -10693,6 +10903,40 @@ export const MODELS = {
10693
10903
  contextWindow: 1048576,
10694
10904
  maxTokens: 65535,
10695
10905
  },
10906
+ "google/gemini-2.5-flash-lite:batch": {
10907
+ id: "google/gemini-2.5-flash-lite:batch",
10908
+ name: "Google: Gemini 2.5 Flash Lite (batch)",
10909
+ api: "openai-completions",
10910
+ provider: "openrouter",
10911
+ baseUrl: "https://openrouter.ai/api/v1",
10912
+ reasoning: true,
10913
+ input: ["text", "image"],
10914
+ cost: {
10915
+ input: 0.049999999999999996,
10916
+ output: 0.19999999999999998,
10917
+ cacheRead: 0.01,
10918
+ cacheWrite: 0,
10919
+ },
10920
+ contextWindow: 1048576,
10921
+ maxTokens: 65535,
10922
+ },
10923
+ "google/gemini-2.5-flash:batch": {
10924
+ id: "google/gemini-2.5-flash:batch",
10925
+ name: "Google: Gemini 2.5 Flash (batch)",
10926
+ api: "openai-completions",
10927
+ provider: "openrouter",
10928
+ baseUrl: "https://openrouter.ai/api/v1",
10929
+ reasoning: true,
10930
+ input: ["text", "image"],
10931
+ cost: {
10932
+ input: 0.15,
10933
+ output: 1.25,
10934
+ cacheRead: 0.03,
10935
+ cacheWrite: 0,
10936
+ },
10937
+ contextWindow: 1048576,
10938
+ maxTokens: 65535,
10939
+ },
10696
10940
  "google/gemini-2.5-pro": {
10697
10941
  id: "google/gemini-2.5-pro",
10698
10942
  name: "Google: Gemini 2.5 Pro",
@@ -10744,6 +10988,23 @@ export const MODELS = {
10744
10988
  contextWindow: 1048576,
10745
10989
  maxTokens: 65535,
10746
10990
  },
10991
+ "google/gemini-2.5-pro:batch": {
10992
+ id: "google/gemini-2.5-pro:batch",
10993
+ name: "Google: Gemini 2.5 Pro (batch)",
10994
+ api: "openai-completions",
10995
+ provider: "openrouter",
10996
+ baseUrl: "https://openrouter.ai/api/v1",
10997
+ reasoning: true,
10998
+ input: ["text", "image"],
10999
+ cost: {
11000
+ input: 0.625,
11001
+ output: 5,
11002
+ cacheRead: 0.125,
11003
+ cacheWrite: 0,
11004
+ },
11005
+ contextWindow: 1048576,
11006
+ maxTokens: 65536,
11007
+ },
10747
11008
  "google/gemini-3-flash-preview": {
10748
11009
  id: "google/gemini-3-flash-preview",
10749
11010
  name: "Google: Gemini 3 Flash Preview",
@@ -10759,7 +11020,24 @@ export const MODELS = {
10759
11020
  cacheWrite: 0.0833333333333333,
10760
11021
  },
10761
11022
  contextWindow: 1048576,
10762
- maxTokens: 65535,
11023
+ maxTokens: 65536,
11024
+ },
11025
+ "google/gemini-3-flash-preview:batch": {
11026
+ id: "google/gemini-3-flash-preview:batch",
11027
+ name: "Google: Gemini 3 Flash Preview (batch)",
11028
+ api: "openai-completions",
11029
+ provider: "openrouter",
11030
+ baseUrl: "https://openrouter.ai/api/v1",
11031
+ reasoning: true,
11032
+ input: ["text", "image"],
11033
+ cost: {
11034
+ input: 0.25,
11035
+ output: 1.5,
11036
+ cacheRead: 0,
11037
+ cacheWrite: 0,
11038
+ },
11039
+ contextWindow: 1048576,
11040
+ maxTokens: 65536,
10763
11041
  },
10764
11042
  "google/gemini-3-pro-image": {
10765
11043
  id: "google/gemini-3-pro-image",
@@ -10812,6 +11090,23 @@ export const MODELS = {
10812
11090
  contextWindow: 1048576,
10813
11091
  maxTokens: 65536,
10814
11092
  },
11093
+ "google/gemini-3.1-flash-lite:batch": {
11094
+ id: "google/gemini-3.1-flash-lite:batch",
11095
+ name: "Google: Gemini 3.1 Flash Lite (batch)",
11096
+ api: "openai-completions",
11097
+ provider: "openrouter",
11098
+ baseUrl: "https://openrouter.ai/api/v1",
11099
+ reasoning: true,
11100
+ input: ["text", "image"],
11101
+ cost: {
11102
+ input: 0.125,
11103
+ output: 0.75,
11104
+ cacheRead: 0.012499999999999999,
11105
+ cacheWrite: 0,
11106
+ },
11107
+ contextWindow: 1048576,
11108
+ maxTokens: 65536,
11109
+ },
10815
11110
  "google/gemini-3.1-pro-preview": {
10816
11111
  id: "google/gemini-3.1-pro-preview",
10817
11112
  name: "Google: Gemini 3.1 Pro Preview",
@@ -10846,6 +11141,23 @@ export const MODELS = {
10846
11141
  contextWindow: 1048576,
10847
11142
  maxTokens: 65536,
10848
11143
  },
11144
+ "google/gemini-3.1-pro-preview:batch": {
11145
+ id: "google/gemini-3.1-pro-preview:batch",
11146
+ name: "Google: Gemini 3.1 Pro Preview (batch)",
11147
+ api: "openai-completions",
11148
+ provider: "openrouter",
11149
+ baseUrl: "https://openrouter.ai/api/v1",
11150
+ reasoning: true,
11151
+ input: ["text", "image"],
11152
+ cost: {
11153
+ input: 1,
11154
+ output: 6,
11155
+ cacheRead: 0,
11156
+ cacheWrite: 0,
11157
+ },
11158
+ contextWindow: 1048576,
11159
+ maxTokens: 65536,
11160
+ },
10849
11161
  "google/gemini-3.5-flash": {
10850
11162
  id: "google/gemini-3.5-flash",
10851
11163
  name: "Google: Gemini 3.5 Flash",
@@ -10880,6 +11192,40 @@ export const MODELS = {
10880
11192
  contextWindow: 1048576,
10881
11193
  maxTokens: 65536,
10882
11194
  },
11195
+ "google/gemini-3.5-flash-lite:batch": {
11196
+ id: "google/gemini-3.5-flash-lite:batch",
11197
+ name: "Google: Gemini 3.5 Flash Lite (batch)",
11198
+ api: "openai-completions",
11199
+ provider: "openrouter",
11200
+ baseUrl: "https://openrouter.ai/api/v1",
11201
+ reasoning: true,
11202
+ input: ["text", "image"],
11203
+ cost: {
11204
+ input: 0.15,
11205
+ output: 1.25,
11206
+ cacheRead: 0.015,
11207
+ cacheWrite: 0,
11208
+ },
11209
+ contextWindow: 1048576,
11210
+ maxTokens: 65536,
11211
+ },
11212
+ "google/gemini-3.5-flash:batch": {
11213
+ id: "google/gemini-3.5-flash:batch",
11214
+ name: "Google: Gemini 3.5 Flash (batch)",
11215
+ api: "openai-completions",
11216
+ provider: "openrouter",
11217
+ baseUrl: "https://openrouter.ai/api/v1",
11218
+ reasoning: true,
11219
+ input: ["text", "image"],
11220
+ cost: {
11221
+ input: 0.75,
11222
+ output: 4.5,
11223
+ cacheRead: 0.075,
11224
+ cacheWrite: 0,
11225
+ },
11226
+ contextWindow: 1048576,
11227
+ maxTokens: 65536,
11228
+ },
10883
11229
  "google/gemini-3.6-flash": {
10884
11230
  id: "google/gemini-3.6-flash",
10885
11231
  name: "Google: Gemini 3.6 Flash",
@@ -10897,6 +11243,23 @@ export const MODELS = {
10897
11243
  contextWindow: 1048576,
10898
11244
  maxTokens: 65536,
10899
11245
  },
11246
+ "google/gemini-3.6-flash:batch": {
11247
+ id: "google/gemini-3.6-flash:batch",
11248
+ name: "Google: Gemini 3.6 Flash (batch)",
11249
+ api: "openai-completions",
11250
+ provider: "openrouter",
11251
+ baseUrl: "https://openrouter.ai/api/v1",
11252
+ reasoning: true,
11253
+ input: ["text", "image"],
11254
+ cost: {
11255
+ input: 0.75,
11256
+ output: 3.75,
11257
+ cacheRead: 0.075,
11258
+ cacheWrite: 0.0833333333333333,
11259
+ },
11260
+ contextWindow: 1048576,
11261
+ maxTokens: 65536,
11262
+ },
10900
11263
  "google/gemma-3-12b-it": {
10901
11264
  id: "google/gemma-3-12b-it",
10902
11265
  name: "Google: Gemma 3 12B",
@@ -11067,9 +11430,26 @@ export const MODELS = {
11067
11430
  contextWindow: 262144,
11068
11431
  maxTokens: 32768,
11069
11432
  },
11070
- "inclusionai/ling-3.0-flash:free": {
11071
- id: "inclusionai/ling-3.0-flash:free",
11072
- name: "Ling-3.0-flash (free)",
11433
+ "inclusionai/ling-3.0-flash": {
11434
+ id: "inclusionai/ling-3.0-flash",
11435
+ name: "Ling-3.0-flash",
11436
+ api: "openai-completions",
11437
+ provider: "openrouter",
11438
+ baseUrl: "https://openrouter.ai/api/v1",
11439
+ reasoning: true,
11440
+ input: ["text"],
11441
+ cost: {
11442
+ input: 0.020999999999999998,
11443
+ output: 0.063,
11444
+ cacheRead: 0.004200000000000001,
11445
+ cacheWrite: 0,
11446
+ },
11447
+ contextWindow: 262144,
11448
+ maxTokens: 32768,
11449
+ },
11450
+ "inclusionai/ling-3.0-tiny:free": {
11451
+ id: "inclusionai/ling-3.0-tiny:free",
11452
+ name: "inclusionAI: Ling 3.0 Tiny (free)",
11073
11453
  api: "openai-completions",
11074
11454
  provider: "openrouter",
11075
11455
  baseUrl: "https://openrouter.ai/api/v1",
@@ -11212,13 +11592,13 @@ export const MODELS = {
11212
11592
  reasoning: false,
11213
11593
  input: ["text"],
11214
11594
  cost: {
11215
- input: 0.13,
11216
- output: 0.39999999999999997,
11595
+ input: 0.09999999999999999,
11596
+ output: 0.32,
11217
11597
  cacheRead: 0,
11218
11598
  cacheWrite: 0,
11219
11599
  },
11220
11600
  contextWindow: 131072,
11221
- maxTokens: 128000,
11601
+ maxTokens: 16384,
11222
11602
  },
11223
11603
  "meta-llama/llama-4-maverick": {
11224
11604
  id: "meta-llama/llama-4-maverick",
@@ -11271,6 +11651,23 @@ export const MODELS = {
11271
11651
  contextWindow: 1048576,
11272
11652
  maxTokens: 4096,
11273
11653
  },
11654
+ "meta/muse-spark-1.2": {
11655
+ id: "meta/muse-spark-1.2",
11656
+ name: "Meta: Muse Spark 1.2",
11657
+ api: "openai-completions",
11658
+ provider: "openrouter",
11659
+ baseUrl: "https://openrouter.ai/api/v1",
11660
+ reasoning: true,
11661
+ input: ["text", "image"],
11662
+ cost: {
11663
+ input: 1.25,
11664
+ output: 4.25,
11665
+ cacheRead: 0.15,
11666
+ cacheWrite: 0,
11667
+ },
11668
+ contextWindow: 1048576,
11669
+ maxTokens: 4096,
11670
+ },
11274
11671
  "minimax/minimax-m1": {
11275
11672
  id: "minimax/minimax-m1",
11276
11673
  name: "MiniMax: MiniMax M1",
@@ -11331,7 +11728,7 @@ export const MODELS = {
11331
11728
  reasoning: true,
11332
11729
  input: ["text"],
11333
11730
  cost: {
11334
- input: 0.15,
11731
+ input: 0.22,
11335
11732
  output: 0.8999999999999999,
11336
11733
  cacheRead: 0.049999999999999996,
11337
11734
  cacheWrite: 0,
@@ -11348,9 +11745,9 @@ export const MODELS = {
11348
11745
  reasoning: true,
11349
11746
  input: ["text"],
11350
11747
  cost: {
11351
- input: 0.25,
11352
- output: 1,
11353
- cacheRead: 0.049999999999999996,
11748
+ input: 0.27,
11749
+ output: 1.08,
11750
+ cacheRead: 0.054,
11354
11751
  cacheWrite: 0,
11355
11752
  },
11356
11753
  contextWindow: 204800,
@@ -11373,21 +11770,38 @@ export const MODELS = {
11373
11770
  contextWindow: 1048576,
11374
11771
  maxTokens: 512000,
11375
11772
  },
11376
- "mistralai/codestral-2508": {
11377
- id: "mistralai/codestral-2508",
11378
- name: "Mistral: Codestral 2508",
11773
+ "minimax/minimax-m3:batch": {
11774
+ id: "minimax/minimax-m3:batch",
11775
+ name: "MiniMax: MiniMax M3 (batch)",
11379
11776
  api: "openai-completions",
11380
11777
  provider: "openrouter",
11381
11778
  baseUrl: "https://openrouter.ai/api/v1",
11382
- reasoning: false,
11383
- input: ["text"],
11779
+ reasoning: true,
11780
+ input: ["text", "image"],
11384
11781
  cost: {
11385
- input: 0.3,
11386
- output: 0.8999999999999999,
11782
+ input: 0.15,
11783
+ output: 0.6,
11387
11784
  cacheRead: 0.03,
11388
11785
  cacheWrite: 0,
11389
11786
  },
11390
- contextWindow: 256000,
11787
+ contextWindow: 524288,
11788
+ maxTokens: 4096,
11789
+ },
11790
+ "mistralai/codestral-2508": {
11791
+ id: "mistralai/codestral-2508",
11792
+ name: "Mistral: Codestral 2508",
11793
+ api: "openai-completions",
11794
+ provider: "openrouter",
11795
+ baseUrl: "https://openrouter.ai/api/v1",
11796
+ reasoning: false,
11797
+ input: ["text"],
11798
+ cost: {
11799
+ input: 0.3,
11800
+ output: 0.8999999999999999,
11801
+ cacheRead: 0.03,
11802
+ cacheWrite: 0,
11803
+ },
11804
+ contextWindow: 256000,
11391
11805
  maxTokens: 4096,
11392
11806
  },
11393
11807
  "mistralai/ministral-14b-2512": {
@@ -11603,8 +12017,8 @@ export const MODELS = {
11603
12017
  reasoning: false,
11604
12018
  input: ["text", "image"],
11605
12019
  cost: {
11606
- input: 0.075,
11607
- output: 0.19999999999999998,
12020
+ input: 0.09375,
12021
+ output: 0.25,
11608
12022
  cacheRead: 0,
11609
12023
  cacheWrite: 0,
11610
12024
  },
@@ -11722,9 +12136,9 @@ export const MODELS = {
11722
12136
  reasoning: true,
11723
12137
  input: ["text", "image"],
11724
12138
  cost: {
11725
- input: 0.6,
11726
- output: 3.41,
11727
- cacheRead: 0.19999999999999998,
12139
+ input: 0.589,
12140
+ output: 2.48,
12141
+ cacheRead: 0.0992,
11728
12142
  cacheWrite: 0,
11729
12143
  },
11730
12144
  contextWindow: 262144,
@@ -11739,7 +12153,7 @@ export const MODELS = {
11739
12153
  reasoning: true,
11740
12154
  input: ["text", "image"],
11741
12155
  cost: {
11742
- input: 0.73,
12156
+ input: 0.7,
11743
12157
  output: 3.5,
11744
12158
  cacheRead: 0.15,
11745
12159
  cacheWrite: 0,
@@ -11747,6 +12161,23 @@ export const MODELS = {
11747
12161
  contextWindow: 262144,
11748
12162
  maxTokens: 262144,
11749
12163
  },
12164
+ "moonshotai/kimi-k2.7-code:batch": {
12165
+ id: "moonshotai/kimi-k2.7-code:batch",
12166
+ name: "MoonshotAI: Kimi K2.7 Code (batch)",
12167
+ api: "openai-completions",
12168
+ provider: "openrouter",
12169
+ baseUrl: "https://openrouter.ai/api/v1",
12170
+ reasoning: true,
12171
+ input: ["text", "image"],
12172
+ cost: {
12173
+ input: 0.475,
12174
+ output: 2,
12175
+ cacheRead: 0.095,
12176
+ cacheWrite: 0,
12177
+ },
12178
+ contextWindow: 262144,
12179
+ maxTokens: 4096,
12180
+ },
11750
12181
  "moonshotai/kimi-k3": {
11751
12182
  id: "moonshotai/kimi-k3",
11752
12183
  name: "MoonshotAI: Kimi K3",
@@ -11858,13 +12289,13 @@ export const MODELS = {
11858
12289
  reasoning: true,
11859
12290
  input: ["text"],
11860
12291
  cost: {
11861
- input: 0.08499999999999999,
11862
- output: 0.39999999999999997,
12292
+ input: 0.3,
12293
+ output: 0.8999999999999999,
11863
12294
  cacheRead: 0,
11864
12295
  cacheWrite: 0,
11865
12296
  },
11866
12297
  contextWindow: 1000000,
11867
- maxTokens: 16384,
12298
+ maxTokens: 4096,
11868
12299
  },
11869
12300
  "nvidia/nemotron-3-super-120b-a12b:free": {
11870
12301
  id: "nvidia/nemotron-3-super-120b-a12b:free",
@@ -11900,6 +12331,23 @@ export const MODELS = {
11900
12331
  contextWindow: 512288,
11901
12332
  maxTokens: 4096,
11902
12333
  },
12334
+ "nvidia/nemotron-3-ultra-550b-a55b:batch": {
12335
+ id: "nvidia/nemotron-3-ultra-550b-a55b:batch",
12336
+ name: "NVIDIA: Nemotron 3 Ultra (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.3,
12344
+ output: 1.7999999999999998,
12345
+ cacheRead: 0.09999999999999999,
12346
+ cacheWrite: 0,
12347
+ },
12348
+ contextWindow: 512288,
12349
+ maxTokens: 4096,
12350
+ },
11903
12351
  "nvidia/nemotron-3-ultra-550b-a55b:free": {
11904
12352
  id: "nvidia/nemotron-3-ultra-550b-a55b:free",
11905
12353
  name: "NVIDIA: Nemotron 3 Ultra (free)",
@@ -12002,6 +12450,23 @@ export const MODELS = {
12002
12450
  contextWindow: 16385,
12003
12451
  maxTokens: 4096,
12004
12452
  },
12453
+ "openai/gpt-3.5-turbo:batch": {
12454
+ id: "openai/gpt-3.5-turbo:batch",
12455
+ name: "OpenAI: GPT-3.5 Turbo (batch)",
12456
+ api: "openai-completions",
12457
+ provider: "openrouter",
12458
+ baseUrl: "https://openrouter.ai/api/v1",
12459
+ reasoning: false,
12460
+ input: ["text"],
12461
+ cost: {
12462
+ input: 0.25,
12463
+ output: 0.75,
12464
+ cacheRead: 0,
12465
+ cacheWrite: 0,
12466
+ },
12467
+ contextWindow: 16385,
12468
+ maxTokens: 4096,
12469
+ },
12005
12470
  "openai/gpt-4": {
12006
12471
  id: "openai/gpt-4",
12007
12472
  name: "OpenAI: GPT-4",
@@ -12019,6 +12484,23 @@ export const MODELS = {
12019
12484
  contextWindow: 8191,
12020
12485
  maxTokens: 4096,
12021
12486
  },
12487
+ "openai/gpt-4-turbo:batch": {
12488
+ id: "openai/gpt-4-turbo:batch",
12489
+ name: "OpenAI: GPT-4 Turbo (batch)",
12490
+ api: "openai-completions",
12491
+ provider: "openrouter",
12492
+ baseUrl: "https://openrouter.ai/api/v1",
12493
+ reasoning: false,
12494
+ input: ["text", "image"],
12495
+ cost: {
12496
+ input: 5,
12497
+ output: 15,
12498
+ cacheRead: 0,
12499
+ cacheWrite: 0,
12500
+ },
12501
+ contextWindow: 128000,
12502
+ maxTokens: 4096,
12503
+ },
12022
12504
  "openai/gpt-4.1": {
12023
12505
  id: "openai/gpt-4.1",
12024
12506
  name: "OpenAI: GPT-4.1",
@@ -12053,6 +12535,23 @@ export const MODELS = {
12053
12535
  contextWindow: 1047576,
12054
12536
  maxTokens: 32768,
12055
12537
  },
12538
+ "openai/gpt-4.1-mini:batch": {
12539
+ id: "openai/gpt-4.1-mini:batch",
12540
+ name: "OpenAI: GPT-4.1 Mini (batch)",
12541
+ api: "openai-completions",
12542
+ provider: "openrouter",
12543
+ baseUrl: "https://openrouter.ai/api/v1",
12544
+ reasoning: false,
12545
+ input: ["text", "image"],
12546
+ cost: {
12547
+ input: 0.19999999999999998,
12548
+ output: 0.7999999999999999,
12549
+ cacheRead: 0.049999999999999996,
12550
+ cacheWrite: 0,
12551
+ },
12552
+ contextWindow: 1047576,
12553
+ maxTokens: 32768,
12554
+ },
12056
12555
  "openai/gpt-4.1-nano": {
12057
12556
  id: "openai/gpt-4.1-nano",
12058
12557
  name: "OpenAI: GPT-4.1 Nano",
@@ -12070,6 +12569,40 @@ export const MODELS = {
12070
12569
  contextWindow: 1047576,
12071
12570
  maxTokens: 32768,
12072
12571
  },
12572
+ "openai/gpt-4.1-nano:batch": {
12573
+ id: "openai/gpt-4.1-nano:batch",
12574
+ name: "OpenAI: GPT-4.1 Nano (batch)",
12575
+ api: "openai-completions",
12576
+ provider: "openrouter",
12577
+ baseUrl: "https://openrouter.ai/api/v1",
12578
+ reasoning: false,
12579
+ input: ["text", "image"],
12580
+ cost: {
12581
+ input: 0.049999999999999996,
12582
+ output: 0.19999999999999998,
12583
+ cacheRead: 0.012499999999999999,
12584
+ cacheWrite: 0,
12585
+ },
12586
+ contextWindow: 1047576,
12587
+ maxTokens: 32768,
12588
+ },
12589
+ "openai/gpt-4.1:batch": {
12590
+ id: "openai/gpt-4.1:batch",
12591
+ name: "OpenAI: GPT-4.1 (batch)",
12592
+ api: "openai-completions",
12593
+ provider: "openrouter",
12594
+ baseUrl: "https://openrouter.ai/api/v1",
12595
+ reasoning: false,
12596
+ input: ["text", "image"],
12597
+ cost: {
12598
+ input: 1,
12599
+ output: 4,
12600
+ cacheRead: 0.25,
12601
+ cacheWrite: 0,
12602
+ },
12603
+ contextWindow: 1047576,
12604
+ maxTokens: 32768,
12605
+ },
12073
12606
  "openai/gpt-4o": {
12074
12607
  id: "openai/gpt-4o",
12075
12608
  name: "OpenAI: GPT-4o",
@@ -12104,6 +12637,40 @@ export const MODELS = {
12104
12637
  contextWindow: 128000,
12105
12638
  maxTokens: 16384,
12106
12639
  },
12640
+ "openai/gpt-4o-mini:batch": {
12641
+ id: "openai/gpt-4o-mini:batch",
12642
+ name: "OpenAI: GPT-4o-mini (batch)",
12643
+ api: "openai-completions",
12644
+ provider: "openrouter",
12645
+ baseUrl: "https://openrouter.ai/api/v1",
12646
+ reasoning: false,
12647
+ input: ["text", "image"],
12648
+ cost: {
12649
+ input: 0.075,
12650
+ output: 0.3,
12651
+ cacheRead: 0.0375,
12652
+ cacheWrite: 0,
12653
+ },
12654
+ contextWindow: 128000,
12655
+ maxTokens: 16384,
12656
+ },
12657
+ "openai/gpt-4o:batch": {
12658
+ id: "openai/gpt-4o:batch",
12659
+ name: "OpenAI: GPT-4o (batch)",
12660
+ api: "openai-completions",
12661
+ provider: "openrouter",
12662
+ baseUrl: "https://openrouter.ai/api/v1",
12663
+ reasoning: false,
12664
+ input: ["text", "image"],
12665
+ cost: {
12666
+ input: 1.25,
12667
+ output: 5,
12668
+ cacheRead: 0.625,
12669
+ cacheWrite: 0,
12670
+ },
12671
+ contextWindow: 128000,
12672
+ maxTokens: 16384,
12673
+ },
12107
12674
  "openai/gpt-5": {
12108
12675
  id: "openai/gpt-5",
12109
12676
  name: "OpenAI: GPT-5",
@@ -12121,6 +12688,23 @@ export const MODELS = {
12121
12688
  contextWindow: 400000,
12122
12689
  maxTokens: 128000,
12123
12690
  },
12691
+ "openai/gpt-5-codex:batch": {
12692
+ id: "openai/gpt-5-codex:batch",
12693
+ name: "OpenAI: GPT-5 Codex (batch)",
12694
+ api: "openai-completions",
12695
+ provider: "openrouter",
12696
+ baseUrl: "https://openrouter.ai/api/v1",
12697
+ reasoning: true,
12698
+ input: ["text", "image"],
12699
+ cost: {
12700
+ input: 0.625,
12701
+ output: 5,
12702
+ cacheRead: 0.0625,
12703
+ cacheWrite: 0,
12704
+ },
12705
+ contextWindow: 400000,
12706
+ maxTokens: 128000,
12707
+ },
12124
12708
  "openai/gpt-5-mini": {
12125
12709
  id: "openai/gpt-5-mini",
12126
12710
  name: "OpenAI: GPT-5 Mini",
@@ -12138,6 +12722,23 @@ export const MODELS = {
12138
12722
  contextWindow: 400000,
12139
12723
  maxTokens: 128000,
12140
12724
  },
12725
+ "openai/gpt-5-mini:batch": {
12726
+ id: "openai/gpt-5-mini:batch",
12727
+ name: "OpenAI: GPT-5 Mini (batch)",
12728
+ api: "openai-completions",
12729
+ provider: "openrouter",
12730
+ baseUrl: "https://openrouter.ai/api/v1",
12731
+ reasoning: true,
12732
+ input: ["text", "image"],
12733
+ cost: {
12734
+ input: 0.125,
12735
+ output: 1,
12736
+ cacheRead: 0.012499999999999999,
12737
+ cacheWrite: 0,
12738
+ },
12739
+ contextWindow: 400000,
12740
+ maxTokens: 128000,
12741
+ },
12141
12742
  "openai/gpt-5-nano": {
12142
12743
  id: "openai/gpt-5-nano",
12143
12744
  name: "OpenAI: GPT-5 Nano",
@@ -12155,6 +12756,23 @@ export const MODELS = {
12155
12756
  contextWindow: 400000,
12156
12757
  maxTokens: 128000,
12157
12758
  },
12759
+ "openai/gpt-5-nano:batch": {
12760
+ id: "openai/gpt-5-nano:batch",
12761
+ name: "OpenAI: GPT-5 Nano (batch)",
12762
+ api: "openai-completions",
12763
+ provider: "openrouter",
12764
+ baseUrl: "https://openrouter.ai/api/v1",
12765
+ reasoning: true,
12766
+ input: ["text", "image"],
12767
+ cost: {
12768
+ input: 0.024999999999999998,
12769
+ output: 0.19999999999999998,
12770
+ cacheRead: 0.0025,
12771
+ cacheWrite: 0,
12772
+ },
12773
+ contextWindow: 400000,
12774
+ maxTokens: 128000,
12775
+ },
12158
12776
  "openai/gpt-5-pro": {
12159
12777
  id: "openai/gpt-5-pro",
12160
12778
  name: "OpenAI: GPT-5 Pro",
@@ -12172,6 +12790,23 @@ export const MODELS = {
12172
12790
  contextWindow: 400000,
12173
12791
  maxTokens: 128000,
12174
12792
  },
12793
+ "openai/gpt-5-pro:batch": {
12794
+ id: "openai/gpt-5-pro:batch",
12795
+ name: "OpenAI: GPT-5 Pro (batch)",
12796
+ api: "openai-completions",
12797
+ provider: "openrouter",
12798
+ baseUrl: "https://openrouter.ai/api/v1",
12799
+ reasoning: true,
12800
+ input: ["text", "image"],
12801
+ cost: {
12802
+ input: 7.5,
12803
+ output: 60,
12804
+ cacheRead: 0,
12805
+ cacheWrite: 0,
12806
+ },
12807
+ contextWindow: 400000,
12808
+ maxTokens: 128000,
12809
+ },
12175
12810
  "openai/gpt-5.1": {
12176
12811
  id: "openai/gpt-5.1",
12177
12812
  name: "OpenAI: GPT-5.1",
@@ -12240,6 +12875,23 @@ export const MODELS = {
12240
12875
  contextWindow: 400000,
12241
12876
  maxTokens: 128000,
12242
12877
  },
12878
+ "openai/gpt-5.1:batch": {
12879
+ id: "openai/gpt-5.1:batch",
12880
+ name: "OpenAI: GPT-5.1 (batch)",
12881
+ api: "openai-completions",
12882
+ provider: "openrouter",
12883
+ baseUrl: "https://openrouter.ai/api/v1",
12884
+ reasoning: true,
12885
+ input: ["text", "image"],
12886
+ cost: {
12887
+ input: 0.625,
12888
+ output: 5,
12889
+ cacheRead: 0.0625,
12890
+ cacheWrite: 0,
12891
+ },
12892
+ contextWindow: 400000,
12893
+ maxTokens: 128000,
12894
+ },
12243
12895
  "openai/gpt-5.2": {
12244
12896
  id: "openai/gpt-5.2",
12245
12897
  name: "OpenAI: GPT-5.2",
@@ -12312,6 +12964,42 @@ export const MODELS = {
12312
12964
  contextWindow: 400000,
12313
12965
  maxTokens: 128000,
12314
12966
  },
12967
+ "openai/gpt-5.2-pro:batch": {
12968
+ id: "openai/gpt-5.2-pro:batch",
12969
+ name: "OpenAI: GPT-5.2 Pro (batch)",
12970
+ api: "openai-completions",
12971
+ provider: "openrouter",
12972
+ baseUrl: "https://openrouter.ai/api/v1",
12973
+ reasoning: true,
12974
+ thinkingLevelMap: { "xhigh": "xhigh" },
12975
+ input: ["text", "image"],
12976
+ cost: {
12977
+ input: 10.5,
12978
+ output: 84,
12979
+ cacheRead: 0,
12980
+ cacheWrite: 0,
12981
+ },
12982
+ contextWindow: 400000,
12983
+ maxTokens: 128000,
12984
+ },
12985
+ "openai/gpt-5.2:batch": {
12986
+ id: "openai/gpt-5.2:batch",
12987
+ name: "OpenAI: GPT-5.2 (batch)",
12988
+ api: "openai-completions",
12989
+ provider: "openrouter",
12990
+ baseUrl: "https://openrouter.ai/api/v1",
12991
+ reasoning: true,
12992
+ thinkingLevelMap: { "xhigh": "xhigh" },
12993
+ input: ["text", "image"],
12994
+ cost: {
12995
+ input: 0.875,
12996
+ output: 7,
12997
+ cacheRead: 0.0875,
12998
+ cacheWrite: 0,
12999
+ },
13000
+ contextWindow: 400000,
13001
+ maxTokens: 128000,
13002
+ },
12315
13003
  "openai/gpt-5.3-chat": {
12316
13004
  id: "openai/gpt-5.3-chat",
12317
13005
  name: "OpenAI: GPT-5.3 Chat",
@@ -12384,6 +13072,24 @@ export const MODELS = {
12384
13072
  contextWindow: 400000,
12385
13073
  maxTokens: 128000,
12386
13074
  },
13075
+ "openai/gpt-5.4-mini:batch": {
13076
+ id: "openai/gpt-5.4-mini:batch",
13077
+ name: "OpenAI: GPT-5.4 Mini (batch)",
13078
+ api: "openai-completions",
13079
+ provider: "openrouter",
13080
+ baseUrl: "https://openrouter.ai/api/v1",
13081
+ reasoning: true,
13082
+ thinkingLevelMap: { "xhigh": "xhigh" },
13083
+ input: ["text", "image"],
13084
+ cost: {
13085
+ input: 0.375,
13086
+ output: 2.25,
13087
+ cacheRead: 0.0375,
13088
+ cacheWrite: 0,
13089
+ },
13090
+ contextWindow: 400000,
13091
+ maxTokens: 128000,
13092
+ },
12387
13093
  "openai/gpt-5.4-nano": {
12388
13094
  id: "openai/gpt-5.4-nano",
12389
13095
  name: "OpenAI: GPT-5.4 Nano",
@@ -12402,9 +13108,27 @@ export const MODELS = {
12402
13108
  contextWindow: 400000,
12403
13109
  maxTokens: 128000,
12404
13110
  },
12405
- "openai/gpt-5.4-pro": {
12406
- id: "openai/gpt-5.4-pro",
12407
- name: "OpenAI: GPT-5.4 Pro",
13111
+ "openai/gpt-5.4-nano:batch": {
13112
+ id: "openai/gpt-5.4-nano:batch",
13113
+ name: "OpenAI: GPT-5.4 Nano (batch)",
13114
+ api: "openai-completions",
13115
+ provider: "openrouter",
13116
+ baseUrl: "https://openrouter.ai/api/v1",
13117
+ reasoning: true,
13118
+ thinkingLevelMap: { "xhigh": "xhigh" },
13119
+ input: ["text", "image"],
13120
+ cost: {
13121
+ input: 0.09999999999999999,
13122
+ output: 0.625,
13123
+ cacheRead: 0.01,
13124
+ cacheWrite: 0,
13125
+ },
13126
+ contextWindow: 400000,
13127
+ maxTokens: 128000,
13128
+ },
13129
+ "openai/gpt-5.4-pro": {
13130
+ id: "openai/gpt-5.4-pro",
13131
+ name: "OpenAI: GPT-5.4 Pro",
12408
13132
  api: "openai-completions",
12409
13133
  provider: "openrouter",
12410
13134
  baseUrl: "https://openrouter.ai/api/v1",
@@ -12420,6 +13144,42 @@ export const MODELS = {
12420
13144
  contextWindow: 1050000,
12421
13145
  maxTokens: 128000,
12422
13146
  },
13147
+ "openai/gpt-5.4-pro:batch": {
13148
+ id: "openai/gpt-5.4-pro:batch",
13149
+ name: "OpenAI: GPT-5.4 Pro (batch)",
13150
+ api: "openai-completions",
13151
+ provider: "openrouter",
13152
+ baseUrl: "https://openrouter.ai/api/v1",
13153
+ reasoning: true,
13154
+ thinkingLevelMap: { "xhigh": "xhigh" },
13155
+ input: ["text", "image"],
13156
+ cost: {
13157
+ input: 15,
13158
+ output: 90,
13159
+ cacheRead: 0,
13160
+ cacheWrite: 0,
13161
+ },
13162
+ contextWindow: 1050000,
13163
+ maxTokens: 128000,
13164
+ },
13165
+ "openai/gpt-5.4:batch": {
13166
+ id: "openai/gpt-5.4:batch",
13167
+ name: "OpenAI: GPT-5.4 (batch)",
13168
+ api: "openai-completions",
13169
+ provider: "openrouter",
13170
+ baseUrl: "https://openrouter.ai/api/v1",
13171
+ reasoning: true,
13172
+ thinkingLevelMap: { "xhigh": "xhigh" },
13173
+ input: ["text", "image"],
13174
+ cost: {
13175
+ input: 1.25,
13176
+ output: 7.5,
13177
+ cacheRead: 0.125,
13178
+ cacheWrite: 0,
13179
+ },
13180
+ contextWindow: 1050000,
13181
+ maxTokens: 128000,
13182
+ },
12423
13183
  "openai/gpt-5.5": {
12424
13184
  id: "openai/gpt-5.5",
12425
13185
  name: "OpenAI: GPT-5.5",
@@ -12456,6 +13216,42 @@ export const MODELS = {
12456
13216
  contextWindow: 1050000,
12457
13217
  maxTokens: 128000,
12458
13218
  },
13219
+ "openai/gpt-5.5-pro:batch": {
13220
+ id: "openai/gpt-5.5-pro:batch",
13221
+ name: "OpenAI: GPT-5.5 Pro (batch)",
13222
+ api: "openai-completions",
13223
+ provider: "openrouter",
13224
+ baseUrl: "https://openrouter.ai/api/v1",
13225
+ reasoning: true,
13226
+ thinkingLevelMap: { "xhigh": "xhigh" },
13227
+ input: ["text", "image"],
13228
+ cost: {
13229
+ input: 15,
13230
+ output: 90,
13231
+ cacheRead: 0,
13232
+ cacheWrite: 0,
13233
+ },
13234
+ contextWindow: 1050000,
13235
+ maxTokens: 128000,
13236
+ },
13237
+ "openai/gpt-5.5:batch": {
13238
+ id: "openai/gpt-5.5:batch",
13239
+ name: "OpenAI: GPT-5.5 (batch)",
13240
+ api: "openai-completions",
13241
+ provider: "openrouter",
13242
+ baseUrl: "https://openrouter.ai/api/v1",
13243
+ reasoning: true,
13244
+ thinkingLevelMap: { "xhigh": "xhigh" },
13245
+ input: ["text", "image"],
13246
+ cost: {
13247
+ input: 2.5,
13248
+ output: 15,
13249
+ cacheRead: 0.25,
13250
+ cacheWrite: 0,
13251
+ },
13252
+ contextWindow: 1050000,
13253
+ maxTokens: 128000,
13254
+ },
12459
13255
  "openai/gpt-5.6-luna": {
12460
13256
  id: "openai/gpt-5.6-luna",
12461
13257
  name: "OpenAI: GPT-5.6 Luna",
@@ -12490,6 +13286,40 @@ export const MODELS = {
12490
13286
  contextWindow: 1050000,
12491
13287
  maxTokens: 128000,
12492
13288
  },
13289
+ "openai/gpt-5.6-luna-pro:batch": {
13290
+ id: "openai/gpt-5.6-luna-pro:batch",
13291
+ name: "OpenAI: GPT-5.6 Luna Pro (batch)",
13292
+ api: "openai-completions",
13293
+ provider: "openrouter",
13294
+ baseUrl: "https://openrouter.ai/api/v1",
13295
+ reasoning: true,
13296
+ input: ["text", "image"],
13297
+ cost: {
13298
+ input: 0.09999999999999999,
13299
+ output: 0.6,
13300
+ cacheRead: 0.01,
13301
+ cacheWrite: 0,
13302
+ },
13303
+ contextWindow: 1050000,
13304
+ maxTokens: 128000,
13305
+ },
13306
+ "openai/gpt-5.6-luna:batch": {
13307
+ id: "openai/gpt-5.6-luna:batch",
13308
+ name: "OpenAI: GPT-5.6 Luna (batch)",
13309
+ api: "openai-completions",
13310
+ provider: "openrouter",
13311
+ baseUrl: "https://openrouter.ai/api/v1",
13312
+ reasoning: true,
13313
+ input: ["text", "image"],
13314
+ cost: {
13315
+ input: 0.09999999999999999,
13316
+ output: 0.6,
13317
+ cacheRead: 0.01,
13318
+ cacheWrite: 0,
13319
+ },
13320
+ contextWindow: 1050000,
13321
+ maxTokens: 128000,
13322
+ },
12493
13323
  "openai/gpt-5.6-sol": {
12494
13324
  id: "openai/gpt-5.6-sol",
12495
13325
  name: "OpenAI: GPT-5.6 Sol",
@@ -12524,6 +13354,40 @@ export const MODELS = {
12524
13354
  contextWindow: 1050000,
12525
13355
  maxTokens: 128000,
12526
13356
  },
13357
+ "openai/gpt-5.6-sol-pro:batch": {
13358
+ id: "openai/gpt-5.6-sol-pro:batch",
13359
+ name: "OpenAI: GPT-5.6 Sol Pro (batch)",
13360
+ api: "openai-completions",
13361
+ provider: "openrouter",
13362
+ baseUrl: "https://openrouter.ai/api/v1",
13363
+ reasoning: true,
13364
+ input: ["text", "image"],
13365
+ cost: {
13366
+ input: 2.5,
13367
+ output: 15,
13368
+ cacheRead: 0.25,
13369
+ cacheWrite: 0,
13370
+ },
13371
+ contextWindow: 1050000,
13372
+ maxTokens: 128000,
13373
+ },
13374
+ "openai/gpt-5.6-sol:batch": {
13375
+ id: "openai/gpt-5.6-sol:batch",
13376
+ name: "OpenAI: GPT-5.6 Sol (batch)",
13377
+ api: "openai-completions",
13378
+ provider: "openrouter",
13379
+ baseUrl: "https://openrouter.ai/api/v1",
13380
+ reasoning: true,
13381
+ input: ["text", "image"],
13382
+ cost: {
13383
+ input: 2.5,
13384
+ output: 15,
13385
+ cacheRead: 0.25,
13386
+ cacheWrite: 0,
13387
+ },
13388
+ contextWindow: 1050000,
13389
+ maxTokens: 128000,
13390
+ },
12527
13391
  "openai/gpt-5.6-terra": {
12528
13392
  id: "openai/gpt-5.6-terra",
12529
13393
  name: "OpenAI: GPT-5.6 Terra",
@@ -12558,6 +13422,57 @@ export const MODELS = {
12558
13422
  contextWindow: 1050000,
12559
13423
  maxTokens: 128000,
12560
13424
  },
13425
+ "openai/gpt-5.6-terra-pro:batch": {
13426
+ id: "openai/gpt-5.6-terra-pro:batch",
13427
+ name: "OpenAI: GPT-5.6 Terra Pro (batch)",
13428
+ api: "openai-completions",
13429
+ provider: "openrouter",
13430
+ baseUrl: "https://openrouter.ai/api/v1",
13431
+ reasoning: true,
13432
+ input: ["text", "image"],
13433
+ cost: {
13434
+ input: 1,
13435
+ output: 6,
13436
+ cacheRead: 0.09999999999999999,
13437
+ cacheWrite: 0,
13438
+ },
13439
+ contextWindow: 1050000,
13440
+ maxTokens: 128000,
13441
+ },
13442
+ "openai/gpt-5.6-terra:batch": {
13443
+ id: "openai/gpt-5.6-terra:batch",
13444
+ name: "OpenAI: GPT-5.6 Terra (batch)",
13445
+ api: "openai-completions",
13446
+ provider: "openrouter",
13447
+ baseUrl: "https://openrouter.ai/api/v1",
13448
+ reasoning: true,
13449
+ input: ["text", "image"],
13450
+ cost: {
13451
+ input: 1,
13452
+ output: 6,
13453
+ cacheRead: 0.09999999999999999,
13454
+ cacheWrite: 0,
13455
+ },
13456
+ contextWindow: 1050000,
13457
+ maxTokens: 128000,
13458
+ },
13459
+ "openai/gpt-5:batch": {
13460
+ id: "openai/gpt-5:batch",
13461
+ name: "OpenAI: GPT-5 (batch)",
13462
+ api: "openai-completions",
13463
+ provider: "openrouter",
13464
+ baseUrl: "https://openrouter.ai/api/v1",
13465
+ reasoning: true,
13466
+ input: ["text", "image"],
13467
+ cost: {
13468
+ input: 0.625,
13469
+ output: 5,
13470
+ cacheRead: 0.0625,
13471
+ cacheWrite: 0,
13472
+ },
13473
+ contextWindow: 400000,
13474
+ maxTokens: 128000,
13475
+ },
12561
13476
  "openai/gpt-audio": {
12562
13477
  id: "openai/gpt-audio",
12563
13478
  name: "OpenAI: GPT Audio",
@@ -12669,128 +13584,247 @@ export const MODELS = {
12669
13584
  reasoning: true,
12670
13585
  input: ["text"],
12671
13586
  cost: {
12672
- input: 0.075,
12673
- output: 0.3,
12674
- cacheRead: 0.0375,
13587
+ input: 0.075,
13588
+ output: 0.3,
13589
+ cacheRead: 0.0375,
13590
+ cacheWrite: 0,
13591
+ },
13592
+ contextWindow: 131072,
13593
+ maxTokens: 65536,
13594
+ },
13595
+ "openai/o1": {
13596
+ id: "openai/o1",
13597
+ name: "OpenAI: o1",
13598
+ api: "openai-completions",
13599
+ provider: "openrouter",
13600
+ baseUrl: "https://openrouter.ai/api/v1",
13601
+ reasoning: true,
13602
+ input: ["text", "image"],
13603
+ cost: {
13604
+ input: 15,
13605
+ output: 60,
13606
+ cacheRead: 7.5,
13607
+ cacheWrite: 0,
13608
+ },
13609
+ contextWindow: 200000,
13610
+ maxTokens: 100000,
13611
+ },
13612
+ "openai/o1:batch": {
13613
+ id: "openai/o1:batch",
13614
+ name: "OpenAI: o1 (batch)",
13615
+ api: "openai-completions",
13616
+ provider: "openrouter",
13617
+ baseUrl: "https://openrouter.ai/api/v1",
13618
+ reasoning: true,
13619
+ input: ["text", "image"],
13620
+ cost: {
13621
+ input: 7.5,
13622
+ output: 30,
13623
+ cacheRead: 3.75,
13624
+ cacheWrite: 0,
13625
+ },
13626
+ contextWindow: 200000,
13627
+ maxTokens: 100000,
13628
+ },
13629
+ "openai/o3": {
13630
+ id: "openai/o3",
13631
+ name: "OpenAI: o3",
13632
+ api: "openai-completions",
13633
+ provider: "openrouter",
13634
+ baseUrl: "https://openrouter.ai/api/v1",
13635
+ reasoning: true,
13636
+ input: ["text", "image"],
13637
+ cost: {
13638
+ input: 2,
13639
+ output: 8,
13640
+ cacheRead: 0.5,
13641
+ cacheWrite: 0,
13642
+ },
13643
+ contextWindow: 200000,
13644
+ maxTokens: 100000,
13645
+ },
13646
+ "openai/o3-mini": {
13647
+ id: "openai/o3-mini",
13648
+ name: "OpenAI: o3 Mini",
13649
+ api: "openai-completions",
13650
+ provider: "openrouter",
13651
+ baseUrl: "https://openrouter.ai/api/v1",
13652
+ reasoning: true,
13653
+ input: ["text"],
13654
+ cost: {
13655
+ input: 1.1,
13656
+ output: 4.4,
13657
+ cacheRead: 0.55,
13658
+ cacheWrite: 0,
13659
+ },
13660
+ contextWindow: 200000,
13661
+ maxTokens: 100000,
13662
+ },
13663
+ "openai/o3-mini-high": {
13664
+ id: "openai/o3-mini-high",
13665
+ name: "OpenAI: o3 Mini High",
13666
+ api: "openai-completions",
13667
+ provider: "openrouter",
13668
+ baseUrl: "https://openrouter.ai/api/v1",
13669
+ reasoning: true,
13670
+ input: ["text"],
13671
+ cost: {
13672
+ input: 1.1,
13673
+ output: 4.4,
13674
+ cacheRead: 0.55,
13675
+ cacheWrite: 0,
13676
+ },
13677
+ contextWindow: 200000,
13678
+ maxTokens: 100000,
13679
+ },
13680
+ "openai/o3-mini-high:batch": {
13681
+ id: "openai/o3-mini-high:batch",
13682
+ name: "OpenAI: o3 Mini High (batch)",
13683
+ api: "openai-completions",
13684
+ provider: "openrouter",
13685
+ baseUrl: "https://openrouter.ai/api/v1",
13686
+ reasoning: true,
13687
+ input: ["text"],
13688
+ cost: {
13689
+ input: 0.55,
13690
+ output: 2.2,
13691
+ cacheRead: 0.275,
13692
+ cacheWrite: 0,
13693
+ },
13694
+ contextWindow: 200000,
13695
+ maxTokens: 100000,
13696
+ },
13697
+ "openai/o3-mini:batch": {
13698
+ id: "openai/o3-mini:batch",
13699
+ name: "OpenAI: o3 Mini (batch)",
13700
+ api: "openai-completions",
13701
+ provider: "openrouter",
13702
+ baseUrl: "https://openrouter.ai/api/v1",
13703
+ reasoning: true,
13704
+ input: ["text"],
13705
+ cost: {
13706
+ input: 0.55,
13707
+ output: 2.2,
13708
+ cacheRead: 0.275,
12675
13709
  cacheWrite: 0,
12676
13710
  },
12677
- contextWindow: 131072,
12678
- maxTokens: 65536,
13711
+ contextWindow: 200000,
13712
+ maxTokens: 100000,
12679
13713
  },
12680
- "openai/o1": {
12681
- id: "openai/o1",
12682
- name: "OpenAI: o1",
13714
+ "openai/o3-pro": {
13715
+ id: "openai/o3-pro",
13716
+ name: "OpenAI: o3 Pro",
12683
13717
  api: "openai-completions",
12684
13718
  provider: "openrouter",
12685
13719
  baseUrl: "https://openrouter.ai/api/v1",
12686
13720
  reasoning: true,
12687
13721
  input: ["text", "image"],
12688
13722
  cost: {
12689
- input: 15,
12690
- output: 60,
12691
- cacheRead: 7.5,
13723
+ input: 20,
13724
+ output: 80,
13725
+ cacheRead: 0,
12692
13726
  cacheWrite: 0,
12693
13727
  },
12694
13728
  contextWindow: 200000,
12695
13729
  maxTokens: 100000,
12696
13730
  },
12697
- "openai/o3": {
12698
- id: "openai/o3",
12699
- name: "OpenAI: o3",
13731
+ "openai/o3-pro:batch": {
13732
+ id: "openai/o3-pro:batch",
13733
+ name: "OpenAI: o3 Pro (batch)",
12700
13734
  api: "openai-completions",
12701
13735
  provider: "openrouter",
12702
13736
  baseUrl: "https://openrouter.ai/api/v1",
12703
13737
  reasoning: true,
12704
13738
  input: ["text", "image"],
12705
13739
  cost: {
12706
- input: 2,
12707
- output: 8,
12708
- cacheRead: 0.5,
13740
+ input: 10,
13741
+ output: 40,
13742
+ cacheRead: 0,
12709
13743
  cacheWrite: 0,
12710
13744
  },
12711
13745
  contextWindow: 200000,
12712
13746
  maxTokens: 100000,
12713
13747
  },
12714
- "openai/o3-mini": {
12715
- id: "openai/o3-mini",
12716
- name: "OpenAI: o3 Mini",
13748
+ "openai/o3:batch": {
13749
+ id: "openai/o3:batch",
13750
+ name: "OpenAI: o3 (batch)",
12717
13751
  api: "openai-completions",
12718
13752
  provider: "openrouter",
12719
13753
  baseUrl: "https://openrouter.ai/api/v1",
12720
13754
  reasoning: true,
12721
- input: ["text"],
13755
+ input: ["text", "image"],
12722
13756
  cost: {
12723
- input: 1.1,
12724
- output: 4.4,
12725
- cacheRead: 0.55,
13757
+ input: 1,
13758
+ output: 4,
13759
+ cacheRead: 0.25,
12726
13760
  cacheWrite: 0,
12727
13761
  },
12728
13762
  contextWindow: 200000,
12729
13763
  maxTokens: 100000,
12730
13764
  },
12731
- "openai/o3-mini-high": {
12732
- id: "openai/o3-mini-high",
12733
- name: "OpenAI: o3 Mini High",
13765
+ "openai/o4-mini": {
13766
+ id: "openai/o4-mini",
13767
+ name: "OpenAI: o4 Mini",
12734
13768
  api: "openai-completions",
12735
13769
  provider: "openrouter",
12736
13770
  baseUrl: "https://openrouter.ai/api/v1",
12737
13771
  reasoning: true,
12738
- input: ["text"],
13772
+ input: ["text", "image"],
12739
13773
  cost: {
12740
13774
  input: 1.1,
12741
13775
  output: 4.4,
12742
- cacheRead: 0.55,
13776
+ cacheRead: 0.275,
12743
13777
  cacheWrite: 0,
12744
13778
  },
12745
13779
  contextWindow: 200000,
12746
13780
  maxTokens: 100000,
12747
13781
  },
12748
- "openai/o3-pro": {
12749
- id: "openai/o3-pro",
12750
- name: "OpenAI: o3 Pro",
13782
+ "openai/o4-mini-high": {
13783
+ id: "openai/o4-mini-high",
13784
+ name: "OpenAI: o4 Mini High",
12751
13785
  api: "openai-completions",
12752
13786
  provider: "openrouter",
12753
13787
  baseUrl: "https://openrouter.ai/api/v1",
12754
13788
  reasoning: true,
12755
13789
  input: ["text", "image"],
12756
13790
  cost: {
12757
- input: 20,
12758
- output: 80,
12759
- cacheRead: 0,
13791
+ input: 1.1,
13792
+ output: 4.4,
13793
+ cacheRead: 0.275,
12760
13794
  cacheWrite: 0,
12761
13795
  },
12762
13796
  contextWindow: 200000,
12763
13797
  maxTokens: 100000,
12764
13798
  },
12765
- "openai/o4-mini": {
12766
- id: "openai/o4-mini",
12767
- name: "OpenAI: o4 Mini",
13799
+ "openai/o4-mini-high:batch": {
13800
+ id: "openai/o4-mini-high:batch",
13801
+ name: "OpenAI: o4 Mini High (batch)",
12768
13802
  api: "openai-completions",
12769
13803
  provider: "openrouter",
12770
13804
  baseUrl: "https://openrouter.ai/api/v1",
12771
13805
  reasoning: true,
12772
13806
  input: ["text", "image"],
12773
13807
  cost: {
12774
- input: 1.1,
12775
- output: 4.4,
12776
- cacheRead: 0.275,
13808
+ input: 0.55,
13809
+ output: 2.2,
13810
+ cacheRead: 0.1375,
12777
13811
  cacheWrite: 0,
12778
13812
  },
12779
13813
  contextWindow: 200000,
12780
13814
  maxTokens: 100000,
12781
13815
  },
12782
- "openai/o4-mini-high": {
12783
- id: "openai/o4-mini-high",
12784
- name: "OpenAI: o4 Mini High",
13816
+ "openai/o4-mini:batch": {
13817
+ id: "openai/o4-mini:batch",
13818
+ name: "OpenAI: o4 Mini (batch)",
12785
13819
  api: "openai-completions",
12786
13820
  provider: "openrouter",
12787
13821
  baseUrl: "https://openrouter.ai/api/v1",
12788
13822
  reasoning: true,
12789
13823
  input: ["text", "image"],
12790
13824
  cost: {
12791
- input: 1.1,
12792
- output: 4.4,
12793
- cacheRead: 0.275,
13825
+ input: 0.55,
13826
+ output: 2.2,
13827
+ cacheRead: 0.1375,
12794
13828
  cacheWrite: 0,
12795
13829
  },
12796
13830
  contextWindow: 200000,
@@ -13043,13 +14077,13 @@ export const MODELS = {
13043
14077
  reasoning: false,
13044
14078
  input: ["text"],
13045
14079
  cost: {
13046
- input: 0.14950000000000002,
13047
- output: 0.5980000000000001,
14080
+ input: 0.09,
14081
+ output: 0.55,
13048
14082
  cacheRead: 0,
13049
14083
  cacheWrite: 0,
13050
14084
  },
13051
14085
  contextWindow: 262144,
13052
- maxTokens: 32768,
14086
+ maxTokens: 16384,
13053
14087
  },
13054
14088
  "qwen/qwen3-235b-a22b-thinking-2507": {
13055
14089
  id: "qwen/qwen3-235b-a22b-thinking-2507",
@@ -13281,13 +14315,13 @@ export const MODELS = {
13281
14315
  reasoning: false,
13282
14316
  input: ["text"],
13283
14317
  cost: {
13284
- input: 0.09999999999999999,
14318
+ input: 0.09,
13285
14319
  output: 1.1,
13286
- cacheRead: 0.07,
14320
+ cacheRead: 0,
13287
14321
  cacheWrite: 0,
13288
14322
  },
13289
14323
  contextWindow: 262144,
13290
- maxTokens: 262144,
14324
+ maxTokens: 16384,
13291
14325
  },
13292
14326
  "qwen/qwen3-next-80b-a3b-thinking": {
13293
14327
  id: "qwen/qwen3-next-80b-a3b-thinking",
@@ -13304,7 +14338,7 @@ export const MODELS = {
13304
14338
  cacheWrite: 0,
13305
14339
  },
13306
14340
  contextWindow: 262144,
13307
- maxTokens: 32768,
14341
+ maxTokens: 4096,
13308
14342
  },
13309
14343
  "qwen/qwen3-vl-235b-a22b-instruct": {
13310
14344
  id: "qwen/qwen3-vl-235b-a22b-instruct",
@@ -13332,8 +14366,8 @@ export const MODELS = {
13332
14366
  reasoning: true,
13333
14367
  input: ["text", "image"],
13334
14368
  cost: {
13335
- input: 0.98,
13336
- output: 3.95,
14369
+ input: 0.39999999999999997,
14370
+ output: 4,
13337
14371
  cacheRead: 0,
13338
14372
  cacheWrite: 0,
13339
14373
  },
@@ -13349,13 +14383,13 @@ export const MODELS = {
13349
14383
  reasoning: false,
13350
14384
  input: ["text", "image"],
13351
14385
  cost: {
13352
- input: 0.13,
13353
- output: 0.52,
14386
+ input: 0.15,
14387
+ output: 0.6,
13354
14388
  cacheRead: 0,
13355
14389
  cacheWrite: 0,
13356
14390
  },
13357
14391
  contextWindow: 262144,
13358
- maxTokens: 32768,
14392
+ maxTokens: 16384,
13359
14393
  },
13360
14394
  "qwen/qwen3-vl-30b-a3b-thinking": {
13361
14395
  id: "qwen/qwen3-vl-30b-a3b-thinking",
@@ -13434,13 +14468,13 @@ export const MODELS = {
13434
14468
  reasoning: true,
13435
14469
  input: ["text", "image"],
13436
14470
  cost: {
13437
- input: 0.26,
13438
- output: 2.08,
14471
+ input: 0.29,
14472
+ output: 2.4,
13439
14473
  cacheRead: 0,
13440
14474
  cacheWrite: 0,
13441
14475
  },
13442
14476
  contextWindow: 262144,
13443
- maxTokens: 65536,
14477
+ maxTokens: 81920,
13444
14478
  },
13445
14479
  "qwen/qwen3.5-27b": {
13446
14480
  id: "qwen/qwen3.5-27b",
@@ -13570,13 +14604,13 @@ export const MODELS = {
13570
14604
  reasoning: true,
13571
14605
  input: ["text", "image"],
13572
14606
  cost: {
13573
- input: 0.28900000000000003,
13574
- output: 2.4,
13575
- cacheRead: 0,
14607
+ input: 0.6,
14608
+ output: 3.5999999999999996,
14609
+ cacheRead: 0.12,
13576
14610
  cacheWrite: 0,
13577
14611
  },
13578
14612
  contextWindow: 262144,
13579
- maxTokens: 131072,
14613
+ maxTokens: 262144,
13580
14614
  },
13581
14615
  "qwen/qwen3.6-35b-a3b": {
13582
14616
  id: "qwen/qwen3.6-35b-a3b",
@@ -13589,7 +14623,7 @@ export const MODELS = {
13589
14623
  cost: {
13590
14624
  input: 0.14,
13591
14625
  output: 1,
13592
- cacheRead: 0,
14626
+ cacheRead: 0.049999999999999996,
13593
14627
  cacheWrite: 0,
13594
14628
  },
13595
14629
  contextWindow: 262144,
@@ -13876,12 +14910,29 @@ export const MODELS = {
13876
14910
  reasoning: true,
13877
14911
  input: ["text", "image"],
13878
14912
  cost: {
13879
- input: 0.5,
14913
+ input: 0.44999999999999996,
13880
14914
  output: 1.2,
13881
14915
  cacheRead: 0.09999999999999999,
13882
14916
  cacheWrite: 0,
13883
14917
  },
13884
14918
  contextWindow: 524288,
14919
+ maxTokens: 262144,
14920
+ },
14921
+ "thinkingmachines/inkling:batch": {
14922
+ id: "thinkingmachines/inkling:batch",
14923
+ name: "Thinking Machines: Inkling (batch)",
14924
+ api: "openai-completions",
14925
+ provider: "openrouter",
14926
+ baseUrl: "https://openrouter.ai/api/v1",
14927
+ reasoning: true,
14928
+ input: ["text", "image"],
14929
+ cost: {
14930
+ input: 0.5,
14931
+ output: 2.025,
14932
+ cacheRead: 0.08499999999999999,
14933
+ cacheWrite: 0,
14934
+ },
14935
+ contextWindow: 524288,
13885
14936
  maxTokens: 4096,
13886
14937
  },
13887
14938
  "upstage/solar-pro-3": {
@@ -13898,12 +14949,12 @@ export const MODELS = {
13898
14949
  cacheRead: 0.015,
13899
14950
  cacheWrite: 0,
13900
14951
  },
13901
- contextWindow: 128000,
13902
- maxTokens: 4096,
14952
+ contextWindow: 131072,
14953
+ maxTokens: 131072,
13903
14954
  },
13904
14955
  "x-ai/grok-4.20": {
13905
14956
  id: "x-ai/grok-4.20",
13906
- name: "xAI: Grok 4.20",
14957
+ name: "SpaceXAI: Grok 4.20",
13907
14958
  api: "openai-completions",
13908
14959
  provider: "openrouter",
13909
14960
  baseUrl: "https://openrouter.ai/api/v1",
@@ -13920,7 +14971,7 @@ export const MODELS = {
13920
14971
  },
13921
14972
  "x-ai/grok-4.3": {
13922
14973
  id: "x-ai/grok-4.3",
13923
- name: "xAI: Grok 4.3",
14974
+ name: "SpaceXAI: Grok 4.3",
13924
14975
  api: "openai-completions",
13925
14976
  provider: "openrouter",
13926
14977
  baseUrl: "https://openrouter.ai/api/v1",
@@ -13937,7 +14988,7 @@ export const MODELS = {
13937
14988
  },
13938
14989
  "x-ai/grok-4.5": {
13939
14990
  id: "x-ai/grok-4.5",
13940
- name: "xAI: Grok 4.5",
14991
+ name: "SpaceXAI: Grok 4.5",
13941
14992
  api: "openai-completions",
13942
14993
  provider: "openrouter",
13943
14994
  baseUrl: "https://openrouter.ai/api/v1",
@@ -13954,7 +15005,7 @@ export const MODELS = {
13954
15005
  },
13955
15006
  "x-ai/grok-build-0.1": {
13956
15007
  id: "x-ai/grok-build-0.1",
13957
- name: "xAI: Grok Build 0.1",
15008
+ name: "SpaceXAI: Grok Build 0.1",
13958
15009
  api: "openai-completions",
13959
15010
  provider: "openrouter",
13960
15011
  baseUrl: "https://openrouter.ai/api/v1",
@@ -14165,13 +15216,13 @@ export const MODELS = {
14165
15216
  reasoning: true,
14166
15217
  input: ["text"],
14167
15218
  cost: {
14168
- input: 0.966,
14169
- output: 3.036,
14170
- cacheRead: 0.1794,
15219
+ input: 0.952,
15220
+ output: 2.992,
15221
+ cacheRead: 0.17679999999999998,
14171
15222
  cacheWrite: 0,
14172
15223
  },
14173
15224
  contextWindow: 204800,
14174
- maxTokens: 128000,
15225
+ maxTokens: 131072,
14175
15226
  },
14176
15227
  "z-ai/glm-5.2": {
14177
15228
  id: "z-ai/glm-5.2",
@@ -14182,13 +15233,30 @@ export const MODELS = {
14182
15233
  reasoning: true,
14183
15234
  input: ["text"],
14184
15235
  cost: {
14185
- input: 0.6286,
14186
- output: 1.9756000000000002,
14187
- cacheRead: 0.11674,
15236
+ input: 0.6859999999999999,
15237
+ output: 2.156,
15238
+ cacheRead: 0.12739999999999999,
14188
15239
  cacheWrite: 0,
14189
15240
  },
14190
15241
  contextWindow: 1048576,
14191
- maxTokens: 131072,
15242
+ maxTokens: 128000,
15243
+ },
15244
+ "z-ai/glm-5.2:batch": {
15245
+ id: "z-ai/glm-5.2:batch",
15246
+ name: "Z.ai: GLM 5.2 (batch)",
15247
+ api: "openai-completions",
15248
+ provider: "openrouter",
15249
+ baseUrl: "https://openrouter.ai/api/v1",
15250
+ reasoning: true,
15251
+ input: ["text"],
15252
+ cost: {
15253
+ input: 0.7,
15254
+ output: 2.2,
15255
+ cacheRead: 0.13,
15256
+ cacheWrite: 0,
15257
+ },
15258
+ contextWindow: 512000,
15259
+ maxTokens: 4096,
14192
15260
  },
14193
15261
  "z-ai/glm-5v-turbo": {
14194
15262
  id: "z-ai/glm-5v-turbo",
@@ -14338,7 +15406,7 @@ export const MODELS = {
14338
15406
  reasoning: true,
14339
15407
  input: ["text", "image"],
14340
15408
  cost: {
14341
- input: 2.9000000000000004,
15409
+ input: 2.5,
14342
15410
  output: 14,
14343
15411
  cacheRead: 0.29,
14344
15412
  cacheWrite: 0,
@@ -14511,6 +15579,25 @@ export const MODELS = {
14511
15579
  contextWindow: 1000000,
14512
15580
  maxTokens: 500000,
14513
15581
  },
15582
+ "deepseek-ai/DeepSeek-V4-Flash-0731": {
15583
+ id: "deepseek-ai/DeepSeek-V4-Flash-0731",
15584
+ name: "DeepSeek V4 Flash 0731",
15585
+ api: "openai-completions",
15586
+ provider: "together",
15587
+ baseUrl: "https://api.together.ai/v1",
15588
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
15589
+ reasoning: true,
15590
+ thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
15591
+ input: ["text"],
15592
+ cost: {
15593
+ input: 0.14,
15594
+ output: 0.28,
15595
+ cacheRead: 0.03,
15596
+ cacheWrite: 0,
15597
+ },
15598
+ contextWindow: 1000000,
15599
+ maxTokens: 384000,
15600
+ },
14514
15601
  "deepseek-ai/DeepSeek-V4-Pro": {
14515
15602
  id: "deepseek-ai/DeepSeek-V4-Pro",
14516
15603
  name: "DeepSeek V4 Pro",
@@ -15300,23 +16387,6 @@ export const MODELS = {
15300
16387
  contextWindow: 200000,
15301
16388
  maxTokens: 8192,
15302
16389
  },
15303
- "anthropic/claude-opus-4.1": {
15304
- id: "anthropic/claude-opus-4.1",
15305
- name: "Claude Opus 4.1",
15306
- api: "anthropic-messages",
15307
- provider: "vercel-ai-gateway",
15308
- baseUrl: "https://ai-gateway.vercel.sh",
15309
- reasoning: true,
15310
- input: ["text", "image"],
15311
- cost: {
15312
- input: 15,
15313
- output: 75,
15314
- cacheRead: 1.5,
15315
- cacheWrite: 18.75,
15316
- },
15317
- contextWindow: 200000,
15318
- maxTokens: 32000,
15319
- },
15320
16390
  "anthropic/claude-opus-4.5": {
15321
16391
  id: "anthropic/claude-opus-4.5",
15322
16392
  name: "Claude Opus 4.5",
@@ -15423,23 +16493,6 @@ export const MODELS = {
15423
16493
  contextWindow: 1000000,
15424
16494
  maxTokens: 128000,
15425
16495
  },
15426
- "anthropic/claude-opus-5-fast": {
15427
- id: "anthropic/claude-opus-5-fast",
15428
- name: "Claude Opus 5 (Fast)",
15429
- api: "anthropic-messages",
15430
- provider: "vercel-ai-gateway",
15431
- baseUrl: "https://ai-gateway.vercel.sh",
15432
- reasoning: true,
15433
- input: ["text", "image"],
15434
- cost: {
15435
- input: 10,
15436
- output: 50,
15437
- cacheRead: 1,
15438
- cacheWrite: 12.5,
15439
- },
15440
- contextWindow: 1000000,
15441
- maxTokens: 128000,
15442
- },
15443
16496
  "anthropic/claude-sonnet-4": {
15444
16497
  id: "anthropic/claude-sonnet-4",
15445
16498
  name: "Claude Sonnet 4",
@@ -15738,13 +16791,13 @@ export const MODELS = {
15738
16791
  reasoning: true,
15739
16792
  input: ["text"],
15740
16793
  cost: {
15741
- input: 0.435,
15742
- output: 0.87,
15743
- cacheRead: 0.0036,
16794
+ input: 1.74,
16795
+ output: 3.48,
16796
+ cacheRead: 0.14,
15744
16797
  cacheWrite: 0,
15745
16798
  },
15746
- contextWindow: 1000000,
15747
- maxTokens: 384000,
16799
+ contextWindow: 1048600,
16800
+ maxTokens: 1048600,
15748
16801
  },
15749
16802
  "google/gemini-2.5-flash": {
15750
16803
  id: "google/gemini-2.5-flash",
@@ -15930,7 +16983,7 @@ export const MODELS = {
15930
16983
  cacheRead: 0,
15931
16984
  cacheWrite: 0,
15932
16985
  },
15933
- contextWindow: 262144,
16986
+ contextWindow: 256000,
15934
16987
  maxTokens: 131072,
15935
16988
  },
15936
16989
  "inception/mercury-2": {
@@ -15967,14 +17020,31 @@ export const MODELS = {
15967
17020
  contextWindow: 32000,
15968
17021
  maxTokens: 16384,
15969
17022
  },
15970
- "inclusionai/ling-3.0-flash-free": {
15971
- id: "inclusionai/ling-3.0-flash-free",
17023
+ "inclusionai/ling-3.0-flash": {
17024
+ id: "inclusionai/ling-3.0-flash",
15972
17025
  name: "Ling 3.0 Flash",
15973
17026
  api: "anthropic-messages",
15974
17027
  provider: "vercel-ai-gateway",
15975
17028
  baseUrl: "https://ai-gateway.vercel.sh",
15976
17029
  reasoning: true,
15977
17030
  input: ["text"],
17031
+ cost: {
17032
+ input: 0.06,
17033
+ output: 0.18,
17034
+ cacheRead: 0.012,
17035
+ cacheWrite: 0,
17036
+ },
17037
+ contextWindow: 256000,
17038
+ maxTokens: 32000,
17039
+ },
17040
+ "inclusionai/ling-3.0-tiny-free": {
17041
+ id: "inclusionai/ling-3.0-tiny-free",
17042
+ name: "Ling 3.0 Tiny (Free)",
17043
+ api: "anthropic-messages",
17044
+ provider: "vercel-ai-gateway",
17045
+ baseUrl: "https://ai-gateway.vercel.sh",
17046
+ reasoning: true,
17047
+ input: ["text"],
15978
17048
  cost: {
15979
17049
  input: 0,
15980
17050
  output: 0,
@@ -15982,7 +17052,7 @@ export const MODELS = {
15982
17052
  cacheWrite: 0,
15983
17053
  },
15984
17054
  contextWindow: 256000,
15985
- maxTokens: 256000,
17055
+ maxTokens: 32000,
15986
17056
  },
15987
17057
  "interfaze/interfaze-beta": {
15988
17058
  id: "interfaze/interfaze-beta",
@@ -16171,6 +17241,40 @@ export const MODELS = {
16171
17241
  contextWindow: 1048576,
16172
17242
  maxTokens: 1048576,
16173
17243
  },
17244
+ "meta/muse-spark-1.2": {
17245
+ id: "meta/muse-spark-1.2",
17246
+ name: "Muse Spark 1.2",
17247
+ api: "anthropic-messages",
17248
+ provider: "vercel-ai-gateway",
17249
+ baseUrl: "https://ai-gateway.vercel.sh",
17250
+ reasoning: true,
17251
+ input: ["text", "image"],
17252
+ cost: {
17253
+ input: 1.25,
17254
+ output: 4.25,
17255
+ cacheRead: 0.15,
17256
+ cacheWrite: 0,
17257
+ },
17258
+ contextWindow: 1048576,
17259
+ maxTokens: 1048576,
17260
+ },
17261
+ "meta/muse-spark-1.2-contributor": {
17262
+ id: "meta/muse-spark-1.2-contributor",
17263
+ name: "Muse Spark 1.2 Contributor",
17264
+ api: "anthropic-messages",
17265
+ provider: "vercel-ai-gateway",
17266
+ baseUrl: "https://ai-gateway.vercel.sh",
17267
+ reasoning: true,
17268
+ input: ["text", "image"],
17269
+ cost: {
17270
+ input: 0.09999999999999999,
17271
+ output: 0.19999999999999998,
17272
+ cacheRead: 0.002,
17273
+ cacheWrite: 0,
17274
+ },
17275
+ contextWindow: 1048576,
17276
+ maxTokens: 1048576,
17277
+ },
16174
17278
  "minimax/minimax-m2": {
16175
17279
  id: "minimax/minimax-m2",
16176
17280
  name: "MiniMax M2",
@@ -17998,8 +19102,8 @@ export const MODELS = {
17998
19102
  cacheRead: 0.26,
17999
19103
  cacheWrite: 0,
18000
19104
  },
18001
- contextWindow: 202000,
18002
- maxTokens: 202000,
19105
+ contextWindow: 202800,
19106
+ maxTokens: 64000,
18003
19107
  },
18004
19108
  "zai/glm-5.2": {
18005
19109
  id: "zai/glm-5.2",