@apholdings/jensen-ai 0.57.6 → 1.0.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.
@@ -1551,23 +1551,6 @@ export const MODELS = {
1551
1551
  contextWindow: 200000,
1552
1552
  maxTokens: 64000,
1553
1553
  },
1554
- "claude-3-7-sonnet-latest": {
1555
- id: "claude-3-7-sonnet-latest",
1556
- name: "Claude Sonnet 3.7 (latest)",
1557
- api: "anthropic-messages",
1558
- provider: "anthropic",
1559
- baseUrl: "https://api.anthropic.com",
1560
- reasoning: true,
1561
- input: ["text", "image"],
1562
- cost: {
1563
- input: 3,
1564
- output: 15,
1565
- cacheRead: 0.3,
1566
- cacheWrite: 3.75,
1567
- },
1568
- contextWindow: 200000,
1569
- maxTokens: 64000,
1570
- },
1571
1554
  "claude-3-haiku-20240307": {
1572
1555
  id: "claude-3-haiku-20240307",
1573
1556
  name: "Claude Haiku 3",
@@ -2301,6 +2284,23 @@ export const MODELS = {
2301
2284
  contextWindow: 400000,
2302
2285
  maxTokens: 128000,
2303
2286
  },
2287
+ "gpt-5.3-chat-latest": {
2288
+ id: "gpt-5.3-chat-latest",
2289
+ name: "GPT-5.3 Chat (latest)",
2290
+ api: "azure-openai-responses",
2291
+ provider: "azure-openai-responses",
2292
+ baseUrl: "",
2293
+ reasoning: false,
2294
+ input: ["text", "image"],
2295
+ cost: {
2296
+ input: 1.75,
2297
+ output: 14,
2298
+ cacheRead: 0.175,
2299
+ cacheWrite: 0,
2300
+ },
2301
+ contextWindow: 128000,
2302
+ maxTokens: 16384,
2303
+ },
2304
2304
  "gpt-5.3-codex": {
2305
2305
  id: "gpt-5.3-codex",
2306
2306
  name: "GPT-5.3 Codex",
@@ -3460,6 +3460,57 @@ export const MODELS = {
3460
3460
  contextWindow: 131072,
3461
3461
  maxTokens: 65536,
3462
3462
  },
3463
+ "gemma-3-27b-it": {
3464
+ id: "gemma-3-27b-it",
3465
+ name: "Gemma 3 27B",
3466
+ api: "google-generative-ai",
3467
+ provider: "google",
3468
+ baseUrl: "https://generativelanguage.googleapis.com/v1beta",
3469
+ reasoning: false,
3470
+ input: ["text", "image"],
3471
+ cost: {
3472
+ input: 0,
3473
+ output: 0,
3474
+ cacheRead: 0,
3475
+ cacheWrite: 0,
3476
+ },
3477
+ contextWindow: 131072,
3478
+ maxTokens: 8192,
3479
+ },
3480
+ "gemma-4-26b": {
3481
+ id: "gemma-4-26b",
3482
+ name: "Gemma 4 26B",
3483
+ api: "google-generative-ai",
3484
+ provider: "google",
3485
+ baseUrl: "https://generativelanguage.googleapis.com/v1beta",
3486
+ reasoning: true,
3487
+ input: ["text", "image"],
3488
+ cost: {
3489
+ input: 0,
3490
+ output: 0,
3491
+ cacheRead: 0,
3492
+ cacheWrite: 0,
3493
+ },
3494
+ contextWindow: 256000,
3495
+ maxTokens: 8192,
3496
+ },
3497
+ "gemma-4-31b": {
3498
+ id: "gemma-4-31b",
3499
+ name: "Gemma 4 31B",
3500
+ api: "google-generative-ai",
3501
+ provider: "google",
3502
+ baseUrl: "https://generativelanguage.googleapis.com/v1beta",
3503
+ reasoning: true,
3504
+ input: ["text", "image"],
3505
+ cost: {
3506
+ input: 0,
3507
+ output: 0,
3508
+ cacheRead: 0,
3509
+ cacheWrite: 0,
3510
+ },
3511
+ contextWindow: 256000,
3512
+ maxTokens: 8192,
3513
+ },
3463
3514
  },
3464
3515
  "google-antigravity": {
3465
3516
  "claude-opus-4-5-thinking": {
@@ -3961,6 +4012,40 @@ export const MODELS = {
3961
4012
  contextWindow: 8192,
3962
4013
  maxTokens: 8192,
3963
4014
  },
4015
+ "groq/compound": {
4016
+ id: "groq/compound",
4017
+ name: "Compound",
4018
+ api: "openai-completions",
4019
+ provider: "groq",
4020
+ baseUrl: "https://api.groq.com/openai/v1",
4021
+ reasoning: true,
4022
+ input: ["text"],
4023
+ cost: {
4024
+ input: 0,
4025
+ output: 0,
4026
+ cacheRead: 0,
4027
+ cacheWrite: 0,
4028
+ },
4029
+ contextWindow: 131072,
4030
+ maxTokens: 8192,
4031
+ },
4032
+ "groq/compound-mini": {
4033
+ id: "groq/compound-mini",
4034
+ name: "Compound Mini",
4035
+ api: "openai-completions",
4036
+ provider: "groq",
4037
+ baseUrl: "https://api.groq.com/openai/v1",
4038
+ reasoning: true,
4039
+ input: ["text"],
4040
+ cost: {
4041
+ input: 0,
4042
+ output: 0,
4043
+ cacheRead: 0,
4044
+ cacheWrite: 0,
4045
+ },
4046
+ contextWindow: 131072,
4047
+ maxTokens: 8192,
4048
+ },
3964
4049
  "llama-3.1-8b-instant": {
3965
4050
  id: "llama-3.1-8b-instant",
3966
4051
  name: "Llama 3.1 8B Instant",
@@ -4148,6 +4233,23 @@ export const MODELS = {
4148
4233
  contextWindow: 131072,
4149
4234
  maxTokens: 65536,
4150
4235
  },
4236
+ "openai/gpt-oss-safeguard-20b": {
4237
+ id: "openai/gpt-oss-safeguard-20b",
4238
+ name: "Safety GPT OSS 20B",
4239
+ api: "openai-completions",
4240
+ provider: "groq",
4241
+ baseUrl: "https://api.groq.com/openai/v1",
4242
+ reasoning: true,
4243
+ input: ["text"],
4244
+ cost: {
4245
+ input: 0.075,
4246
+ output: 0.3,
4247
+ cacheRead: 0.037,
4248
+ cacheWrite: 0,
4249
+ },
4250
+ contextWindow: 131072,
4251
+ maxTokens: 65536,
4252
+ },
4151
4253
  "qwen-qwq-32b": {
4152
4254
  id: "qwen-qwq-32b",
4153
4255
  name: "Qwen QwQ 32B",
@@ -4180,7 +4282,7 @@ export const MODELS = {
4180
4282
  cacheWrite: 0,
4181
4283
  },
4182
4284
  contextWindow: 131072,
4183
- maxTokens: 16384,
4285
+ maxTokens: 40960,
4184
4286
  },
4185
4287
  },
4186
4288
  "huggingface": {
@@ -5077,22 +5179,39 @@ export const MODELS = {
5077
5179
  contextWindow: 128000,
5078
5180
  maxTokens: 16384,
5079
5181
  },
5182
+ "mistral-small-2603": {
5183
+ id: "mistral-small-2603",
5184
+ name: "Mistral Small 4",
5185
+ api: "mistral-conversations",
5186
+ provider: "mistral",
5187
+ baseUrl: "https://api.mistral.ai",
5188
+ reasoning: true,
5189
+ input: ["text", "image"],
5190
+ cost: {
5191
+ input: 0.15,
5192
+ output: 0.6,
5193
+ cacheRead: 0,
5194
+ cacheWrite: 0,
5195
+ },
5196
+ contextWindow: 256000,
5197
+ maxTokens: 256000,
5198
+ },
5080
5199
  "mistral-small-latest": {
5081
5200
  id: "mistral-small-latest",
5082
5201
  name: "Mistral Small (latest)",
5083
5202
  api: "mistral-conversations",
5084
5203
  provider: "mistral",
5085
5204
  baseUrl: "https://api.mistral.ai",
5086
- reasoning: false,
5205
+ reasoning: true,
5087
5206
  input: ["text", "image"],
5088
5207
  cost: {
5089
- input: 0.1,
5090
- output: 0.3,
5208
+ input: 0.15,
5209
+ output: 0.6,
5091
5210
  cacheRead: 0,
5092
5211
  cacheWrite: 0,
5093
5212
  },
5094
- contextWindow: 128000,
5095
- maxTokens: 16384,
5213
+ contextWindow: 256000,
5214
+ maxTokens: 256000,
5096
5215
  },
5097
5216
  "open-mistral-7b": {
5098
5217
  id: "open-mistral-7b",
@@ -5623,6 +5742,23 @@ export const MODELS = {
5623
5742
  contextWindow: 400000,
5624
5743
  maxTokens: 128000,
5625
5744
  },
5745
+ "gpt-5.3-chat-latest": {
5746
+ id: "gpt-5.3-chat-latest",
5747
+ name: "GPT-5.3 Chat (latest)",
5748
+ api: "openai-responses",
5749
+ provider: "openai",
5750
+ baseUrl: "https://api.openai.com/v1",
5751
+ reasoning: false,
5752
+ input: ["text", "image"],
5753
+ cost: {
5754
+ input: 1.75,
5755
+ output: 14,
5756
+ cacheRead: 0.175,
5757
+ cacheWrite: 0,
5758
+ },
5759
+ contextWindow: 128000,
5760
+ maxTokens: 16384,
5761
+ },
5626
5762
  "gpt-5.3-codex": {
5627
5763
  id: "gpt-5.3-codex",
5628
5764
  name: "GPT-5.3 Codex",
@@ -6477,40 +6613,6 @@ export const MODELS = {
6477
6613
  contextWindow: 262144,
6478
6614
  maxTokens: 65536,
6479
6615
  },
6480
- "mimo-v2-omni-free": {
6481
- id: "mimo-v2-omni-free",
6482
- name: "MiMo V2 Omni Free",
6483
- api: "openai-completions",
6484
- provider: "opencode",
6485
- baseUrl: "https://opencode.ai/zen/v1",
6486
- reasoning: true,
6487
- input: ["text", "image"],
6488
- cost: {
6489
- input: 0,
6490
- output: 0,
6491
- cacheRead: 0,
6492
- cacheWrite: 0,
6493
- },
6494
- contextWindow: 262144,
6495
- maxTokens: 64000,
6496
- },
6497
- "mimo-v2-pro-free": {
6498
- id: "mimo-v2-pro-free",
6499
- name: "MiMo V2 Pro Free",
6500
- api: "openai-completions",
6501
- provider: "opencode",
6502
- baseUrl: "https://opencode.ai/zen/v1",
6503
- reasoning: true,
6504
- input: ["text"],
6505
- cost: {
6506
- input: 0,
6507
- output: 0,
6508
- cacheRead: 0,
6509
- cacheWrite: 0,
6510
- },
6511
- contextWindow: 1048576,
6512
- maxTokens: 64000,
6513
- },
6514
6616
  "minimax-m2.5": {
6515
6617
  id: "minimax-m2.5",
6516
6618
  name: "MiniMax M2.5",
@@ -6559,9 +6661,26 @@ export const MODELS = {
6559
6661
  cacheRead: 0,
6560
6662
  cacheWrite: 0,
6561
6663
  },
6562
- contextWindow: 1000000,
6664
+ contextWindow: 204800,
6563
6665
  maxTokens: 128000,
6564
6666
  },
6667
+ "qwen3.6-plus-free": {
6668
+ id: "qwen3.6-plus-free",
6669
+ name: "Qwen3.6 Plus Free",
6670
+ api: "openai-completions",
6671
+ provider: "opencode",
6672
+ baseUrl: "https://opencode.ai/zen/v1",
6673
+ reasoning: true,
6674
+ input: ["text"],
6675
+ cost: {
6676
+ input: 0,
6677
+ output: 0,
6678
+ cacheRead: 0,
6679
+ cacheWrite: 0,
6680
+ },
6681
+ contextWindow: 1048576,
6682
+ maxTokens: 64000,
6683
+ },
6565
6684
  },
6566
6685
  "opencode-go": {
6567
6686
  "glm-5": {
@@ -6598,12 +6717,46 @@ export const MODELS = {
6598
6717
  contextWindow: 262144,
6599
6718
  maxTokens: 65536,
6600
6719
  },
6720
+ "mimo-v2-omni": {
6721
+ id: "mimo-v2-omni",
6722
+ name: "MiMo V2 Omni",
6723
+ api: "openai-completions",
6724
+ provider: "opencode-go",
6725
+ baseUrl: "https://opencode.ai/zen/go/v1",
6726
+ reasoning: true,
6727
+ input: ["text", "image"],
6728
+ cost: {
6729
+ input: 0.4,
6730
+ output: 2,
6731
+ cacheRead: 0.08,
6732
+ cacheWrite: 0,
6733
+ },
6734
+ contextWindow: 262144,
6735
+ maxTokens: 64000,
6736
+ },
6737
+ "mimo-v2-pro": {
6738
+ id: "mimo-v2-pro",
6739
+ name: "MiMo V2 Pro",
6740
+ api: "openai-completions",
6741
+ provider: "opencode-go",
6742
+ baseUrl: "https://opencode.ai/zen/go/v1",
6743
+ reasoning: true,
6744
+ input: ["text"],
6745
+ cost: {
6746
+ input: 1,
6747
+ output: 3,
6748
+ cacheRead: 0.2,
6749
+ cacheWrite: 0,
6750
+ },
6751
+ contextWindow: 1048576,
6752
+ maxTokens: 64000,
6753
+ },
6601
6754
  "minimax-m2.5": {
6602
6755
  id: "minimax-m2.5",
6603
6756
  name: "MiniMax M2.5",
6604
- api: "anthropic-messages",
6757
+ api: "openai-completions",
6605
6758
  provider: "opencode-go",
6606
- baseUrl: "https://opencode.ai/zen/go",
6759
+ baseUrl: "https://opencode.ai/zen/go/v1",
6607
6760
  reasoning: true,
6608
6761
  input: ["text"],
6609
6762
  cost: {
@@ -7008,6 +7161,23 @@ export const MODELS = {
7008
7161
  contextWindow: 131000,
7009
7162
  maxTokens: 4096,
7010
7163
  },
7164
+ "arcee-ai/trinity-large-thinking": {
7165
+ id: "arcee-ai/trinity-large-thinking",
7166
+ name: "Arcee AI: Trinity Large Thinking",
7167
+ api: "openai-completions",
7168
+ provider: "openrouter",
7169
+ baseUrl: "https://openrouter.ai/api/v1",
7170
+ reasoning: true,
7171
+ input: ["text"],
7172
+ cost: {
7173
+ input: 0.22,
7174
+ output: 0.85,
7175
+ cacheRead: 0,
7176
+ cacheWrite: 0,
7177
+ },
7178
+ contextWindow: 262144,
7179
+ maxTokens: 262144,
7180
+ },
7011
7181
  "arcee-ai/trinity-mini": {
7012
7182
  id: "arcee-ai/trinity-mini",
7013
7183
  name: "Arcee AI: Trinity Mini",
@@ -7448,7 +7618,7 @@ export const MODELS = {
7448
7618
  cacheWrite: 0.08333333333333334,
7449
7619
  },
7450
7620
  contextWindow: 1048576,
7451
- maxTokens: 65536,
7621
+ maxTokens: 65535,
7452
7622
  },
7453
7623
  "google/gemini-2.5-pro": {
7454
7624
  id: "google/gemini-2.5-pro",
@@ -7569,17 +7739,51 @@ export const MODELS = {
7569
7739
  contextWindow: 1048576,
7570
7740
  maxTokens: 65536,
7571
7741
  },
7572
- "inception/mercury": {
7573
- id: "inception/mercury",
7574
- name: "Inception: Mercury",
7742
+ "google/gemma-4-26b-a4b-it": {
7743
+ id: "google/gemma-4-26b-a4b-it",
7744
+ name: "Google: Gemma 4 26B A4B ",
7575
7745
  api: "openai-completions",
7576
7746
  provider: "openrouter",
7577
7747
  baseUrl: "https://openrouter.ai/api/v1",
7578
- reasoning: false,
7579
- input: ["text"],
7748
+ reasoning: true,
7749
+ input: ["text", "image"],
7580
7750
  cost: {
7581
- input: 0.25,
7582
- output: 0.75,
7751
+ input: 0.13,
7752
+ output: 0.39999999999999997,
7753
+ cacheRead: 0,
7754
+ cacheWrite: 0,
7755
+ },
7756
+ contextWindow: 262144,
7757
+ maxTokens: 262144,
7758
+ },
7759
+ "google/gemma-4-31b-it": {
7760
+ id: "google/gemma-4-31b-it",
7761
+ name: "Google: Gemma 4 31B",
7762
+ api: "openai-completions",
7763
+ provider: "openrouter",
7764
+ baseUrl: "https://openrouter.ai/api/v1",
7765
+ reasoning: true,
7766
+ input: ["text", "image"],
7767
+ cost: {
7768
+ input: 0.14,
7769
+ output: 0.39999999999999997,
7770
+ cacheRead: 0,
7771
+ cacheWrite: 0,
7772
+ },
7773
+ contextWindow: 262144,
7774
+ maxTokens: 131072,
7775
+ },
7776
+ "inception/mercury": {
7777
+ id: "inception/mercury",
7778
+ name: "Inception: Mercury",
7779
+ api: "openai-completions",
7780
+ provider: "openrouter",
7781
+ baseUrl: "https://openrouter.ai/api/v1",
7782
+ reasoning: false,
7783
+ input: ["text"],
7784
+ cost: {
7785
+ input: 0.25,
7786
+ output: 0.75,
7583
7787
  cacheRead: 0.024999999999999998,
7584
7788
  cacheWrite: 0,
7585
7789
  },
@@ -7620,22 +7824,22 @@ export const MODELS = {
7620
7824
  contextWindow: 128000,
7621
7825
  maxTokens: 32000,
7622
7826
  },
7623
- "kwaipilot/kat-coder-pro": {
7624
- id: "kwaipilot/kat-coder-pro",
7625
- name: "Kwaipilot: KAT-Coder-Pro V1",
7827
+ "kwaipilot/kat-coder-pro-v2": {
7828
+ id: "kwaipilot/kat-coder-pro-v2",
7829
+ name: "Kwaipilot: KAT-Coder-Pro V2",
7626
7830
  api: "openai-completions",
7627
7831
  provider: "openrouter",
7628
7832
  baseUrl: "https://openrouter.ai/api/v1",
7629
7833
  reasoning: false,
7630
7834
  input: ["text"],
7631
7835
  cost: {
7632
- input: 0.207,
7633
- output: 0.828,
7634
- cacheRead: 0.0414,
7836
+ input: 0.3,
7837
+ output: 1.2,
7838
+ cacheRead: 0.06,
7635
7839
  cacheWrite: 0,
7636
7840
  },
7637
7841
  contextWindow: 256000,
7638
- maxTokens: 128000,
7842
+ maxTokens: 80000,
7639
7843
  },
7640
7844
  "meituan/longcat-flash-chat": {
7641
7845
  id: "meituan/longcat-flash-chat",
@@ -7833,9 +8037,9 @@ export const MODELS = {
7833
8037
  reasoning: true,
7834
8038
  input: ["text"],
7835
8039
  cost: {
7836
- input: 0.19999999999999998,
7837
- output: 1.17,
7838
- cacheRead: 0.09999999999999999,
8040
+ input: 0.118,
8041
+ output: 0.9900000000000001,
8042
+ cacheRead: 0.059,
7839
8043
  cacheWrite: 0,
7840
8044
  },
7841
8045
  contextWindow: 196608,
@@ -8130,23 +8334,6 @@ export const MODELS = {
8130
8334
  contextWindow: 32768,
8131
8335
  maxTokens: 4096,
8132
8336
  },
8133
- "mistralai/mistral-small-24b-instruct-2501": {
8134
- id: "mistralai/mistral-small-24b-instruct-2501",
8135
- name: "Mistral: Mistral Small 3",
8136
- api: "openai-completions",
8137
- provider: "openrouter",
8138
- baseUrl: "https://openrouter.ai/api/v1",
8139
- reasoning: false,
8140
- input: ["text"],
8141
- cost: {
8142
- input: 0.049999999999999996,
8143
- output: 0.08,
8144
- cacheRead: 0,
8145
- cacheWrite: 0,
8146
- },
8147
- contextWindow: 32768,
8148
- maxTokens: 16384,
8149
- },
8150
8337
  "mistralai/mistral-small-2603": {
8151
8338
  id: "mistralai/mistral-small-2603",
8152
8339
  name: "Mistral: Mistral Small 4",
@@ -8164,23 +8351,6 @@ export const MODELS = {
8164
8351
  contextWindow: 262144,
8165
8352
  maxTokens: 4096,
8166
8353
  },
8167
- "mistralai/mistral-small-3.1-24b-instruct:free": {
8168
- id: "mistralai/mistral-small-3.1-24b-instruct:free",
8169
- name: "Mistral: Mistral Small 3.1 24B (free)",
8170
- api: "openai-completions",
8171
- provider: "openrouter",
8172
- baseUrl: "https://openrouter.ai/api/v1",
8173
- reasoning: false,
8174
- input: ["text", "image"],
8175
- cost: {
8176
- input: 0,
8177
- output: 0,
8178
- cacheRead: 0,
8179
- cacheWrite: 0,
8180
- },
8181
- contextWindow: 128000,
8182
- maxTokens: 4096,
8183
- },
8184
8354
  "mistralai/mistral-small-3.2-24b-instruct": {
8185
8355
  id: "mistralai/mistral-small-3.2-24b-instruct",
8186
8356
  name: "Mistral: Mistral Small 3.2 24B",
@@ -9218,6 +9388,40 @@ export const MODELS = {
9218
9388
  contextWindow: 1050000,
9219
9389
  maxTokens: 128000,
9220
9390
  },
9391
+ "openai/gpt-audio": {
9392
+ id: "openai/gpt-audio",
9393
+ name: "OpenAI: GPT Audio",
9394
+ api: "openai-completions",
9395
+ provider: "openrouter",
9396
+ baseUrl: "https://openrouter.ai/api/v1",
9397
+ reasoning: false,
9398
+ input: ["text"],
9399
+ cost: {
9400
+ input: 2.5,
9401
+ output: 10,
9402
+ cacheRead: 0,
9403
+ cacheWrite: 0,
9404
+ },
9405
+ contextWindow: 128000,
9406
+ maxTokens: 16384,
9407
+ },
9408
+ "openai/gpt-audio-mini": {
9409
+ id: "openai/gpt-audio-mini",
9410
+ name: "OpenAI: GPT Audio Mini",
9411
+ api: "openai-completions",
9412
+ provider: "openrouter",
9413
+ baseUrl: "https://openrouter.ai/api/v1",
9414
+ reasoning: false,
9415
+ input: ["text"],
9416
+ cost: {
9417
+ input: 0.6,
9418
+ output: 2.4,
9419
+ cacheRead: 0,
9420
+ cacheWrite: 0,
9421
+ },
9422
+ contextWindow: 128000,
9423
+ maxTokens: 16384,
9424
+ },
9221
9425
  "openai/gpt-oss-120b": {
9222
9426
  id: "openai/gpt-oss-120b",
9223
9427
  name: "OpenAI: gpt-oss-120b",
@@ -9779,23 +9983,6 @@ export const MODELS = {
9779
9983
  contextWindow: 40960,
9780
9984
  maxTokens: 40960,
9781
9985
  },
9782
- "qwen/qwen3-4b:free": {
9783
- id: "qwen/qwen3-4b:free",
9784
- name: "Qwen: Qwen3 4B (free)",
9785
- api: "openai-completions",
9786
- provider: "openrouter",
9787
- baseUrl: "https://openrouter.ai/api/v1",
9788
- reasoning: true,
9789
- input: ["text"],
9790
- cost: {
9791
- input: 0,
9792
- output: 0,
9793
- cacheRead: 0,
9794
- cacheWrite: 0,
9795
- },
9796
- contextWindow: 40960,
9797
- maxTokens: 4096,
9798
- },
9799
9986
  "qwen/qwen3-8b": {
9800
9987
  id: "qwen/qwen3-8b",
9801
9988
  name: "Qwen: Qwen3 8B",
@@ -10202,7 +10389,7 @@ export const MODELS = {
10202
10389
  cacheWrite: 0,
10203
10390
  },
10204
10391
  contextWindow: 256000,
10205
- maxTokens: 65536,
10392
+ maxTokens: 32768,
10206
10393
  },
10207
10394
  "qwen/qwen3.5-flash-02-23": {
10208
10395
  id: "qwen/qwen3.5-flash-02-23",
@@ -10238,6 +10425,23 @@ export const MODELS = {
10238
10425
  contextWindow: 1000000,
10239
10426
  maxTokens: 65536,
10240
10427
  },
10428
+ "qwen/qwen3.6-plus:free": {
10429
+ id: "qwen/qwen3.6-plus:free",
10430
+ name: "Qwen: Qwen3.6 Plus (free)",
10431
+ api: "openai-completions",
10432
+ provider: "openrouter",
10433
+ baseUrl: "https://openrouter.ai/api/v1",
10434
+ reasoning: true,
10435
+ input: ["text", "image"],
10436
+ cost: {
10437
+ input: 0,
10438
+ output: 0,
10439
+ cacheRead: 0,
10440
+ cacheWrite: 0,
10441
+ },
10442
+ contextWindow: 1000000,
10443
+ maxTokens: 65536,
10444
+ },
10241
10445
  "qwen/qwq-32b": {
10242
10446
  id: "qwen/qwq-32b",
10243
10447
  name: "Qwen: QwQ 32B",
@@ -10255,8 +10459,8 @@ export const MODELS = {
10255
10459
  contextWindow: 131072,
10256
10460
  maxTokens: 131072,
10257
10461
  },
10258
- "reka/reka-edge": {
10259
- id: "reka/reka-edge",
10462
+ "rekaai/reka-edge": {
10463
+ id: "rekaai/reka-edge",
10260
10464
  name: "Reka Edge",
10261
10465
  api: "openai-completions",
10262
10466
  provider: "openrouter",
@@ -10334,11 +10538,11 @@ export const MODELS = {
10334
10538
  cost: {
10335
10539
  input: 0.09999999999999999,
10336
10540
  output: 0.3,
10337
- cacheRead: 0.02,
10541
+ cacheRead: 0,
10338
10542
  cacheWrite: 0,
10339
10543
  },
10340
10544
  contextWindow: 262144,
10341
- maxTokens: 4096,
10545
+ maxTokens: 65536,
10342
10546
  },
10343
10547
  "stepfun/step-3.5-flash:free": {
10344
10548
  id: "stepfun/step-3.5-flash:free",
@@ -10544,9 +10748,9 @@ export const MODELS = {
10544
10748
  contextWindow: 2000000,
10545
10749
  maxTokens: 30000,
10546
10750
  },
10547
- "x-ai/grok-4.20-beta": {
10548
- id: "x-ai/grok-4.20-beta",
10549
- name: "xAI: Grok 4.20 Beta",
10751
+ "x-ai/grok-4.20": {
10752
+ id: "x-ai/grok-4.20",
10753
+ name: "xAI: Grok 4.20",
10550
10754
  api: "openai-completions",
10551
10755
  provider: "openrouter",
10552
10756
  baseUrl: "https://openrouter.ai/api/v1",
@@ -10816,6 +11020,23 @@ export const MODELS = {
10816
11020
  contextWindow: 202752,
10817
11021
  maxTokens: 131072,
10818
11022
  },
11023
+ "z-ai/glm-5v-turbo": {
11024
+ id: "z-ai/glm-5v-turbo",
11025
+ name: "Z.ai: GLM 5V Turbo",
11026
+ api: "openai-completions",
11027
+ provider: "openrouter",
11028
+ baseUrl: "https://openrouter.ai/api/v1",
11029
+ reasoning: true,
11030
+ input: ["text", "image"],
11031
+ cost: {
11032
+ input: 1.2,
11033
+ output: 4,
11034
+ cacheRead: 0.24,
11035
+ cacheWrite: 0,
11036
+ },
11037
+ contextWindow: 202752,
11038
+ maxTokens: 131072,
11039
+ },
10819
11040
  },
10820
11041
  "vercel-ai-gateway": {
10821
11042
  "alibaba/qwen-3-14b": {
@@ -10844,12 +11065,12 @@ export const MODELS = {
10844
11065
  reasoning: false,
10845
11066
  input: ["text"],
10846
11067
  cost: {
10847
- input: 0.071,
10848
- output: 0.463,
10849
- cacheRead: 0,
11068
+ input: 0.22,
11069
+ output: 0.88,
11070
+ cacheRead: 0.11,
10850
11071
  cacheWrite: 0,
10851
11072
  },
10852
- contextWindow: 40960,
11073
+ contextWindow: 32768,
10853
11074
  maxTokens: 16384,
10854
11075
  },
10855
11076
  "alibaba/qwen-3-30b": {
@@ -10878,13 +11099,13 @@ export const MODELS = {
10878
11099
  reasoning: true,
10879
11100
  input: ["text"],
10880
11101
  cost: {
10881
- input: 0.29,
10882
- output: 0.59,
10883
- cacheRead: 0.145,
11102
+ input: 0.16,
11103
+ output: 0.64,
11104
+ cacheRead: 0,
10884
11105
  cacheWrite: 0,
10885
11106
  },
10886
- contextWindow: 131072,
10887
- maxTokens: 40960,
11107
+ contextWindow: 128000,
11108
+ maxTokens: 8192,
10888
11109
  },
10889
11110
  "alibaba/qwen3-235b-a22b-thinking": {
10890
11111
  id: "alibaba/qwen3-235b-a22b-thinking",
@@ -10912,13 +11133,13 @@ export const MODELS = {
10912
11133
  reasoning: false,
10913
11134
  input: ["text"],
10914
11135
  cost: {
10915
- input: 0.39999999999999997,
10916
- output: 1.5999999999999999,
10917
- cacheRead: 0.022,
11136
+ input: 1.5,
11137
+ output: 7.5,
11138
+ cacheRead: 0.3,
10918
11139
  cacheWrite: 0,
10919
11140
  },
10920
11141
  contextWindow: 262144,
10921
- maxTokens: 66536,
11142
+ maxTokens: 65536,
10922
11143
  },
10923
11144
  "alibaba/qwen3-coder-30b-a3b": {
10924
11145
  id: "alibaba/qwen3-coder-30b-a3b",
@@ -11073,6 +11294,23 @@ export const MODELS = {
11073
11294
  contextWindow: 1000000,
11074
11295
  maxTokens: 64000,
11075
11296
  },
11297
+ "alibaba/qwen3.6-plus": {
11298
+ id: "alibaba/qwen3.6-plus",
11299
+ name: "Qwen 3.6 Plus",
11300
+ api: "anthropic-messages",
11301
+ provider: "vercel-ai-gateway",
11302
+ baseUrl: "https://ai-gateway.vercel.sh",
11303
+ reasoning: true,
11304
+ input: ["text", "image"],
11305
+ cost: {
11306
+ input: 0.5,
11307
+ output: 3,
11308
+ cacheRead: 0.09999999999999999,
11309
+ cacheWrite: 0.625,
11310
+ },
11311
+ contextWindow: 1000000,
11312
+ maxTokens: 64000,
11313
+ },
11076
11314
  "anthropic/claude-3-haiku": {
11077
11315
  id: "anthropic/claude-3-haiku",
11078
11316
  name: "Claude 3 Haiku",
@@ -11311,6 +11549,23 @@ export const MODELS = {
11311
11549
  contextWindow: 131000,
11312
11550
  maxTokens: 131000,
11313
11551
  },
11552
+ "arcee-ai/trinity-large-thinking": {
11553
+ id: "arcee-ai/trinity-large-thinking",
11554
+ name: "Trinity Large Thinking",
11555
+ api: "anthropic-messages",
11556
+ provider: "vercel-ai-gateway",
11557
+ baseUrl: "https://ai-gateway.vercel.sh",
11558
+ reasoning: true,
11559
+ input: ["text"],
11560
+ cost: {
11561
+ input: 0.25,
11562
+ output: 0.8999999999999999,
11563
+ cacheRead: 0,
11564
+ cacheWrite: 0,
11565
+ },
11566
+ contextWindow: 262100,
11567
+ maxTokens: 80000,
11568
+ },
11314
11569
  "bytedance/seed-1.6": {
11315
11570
  id: "bytedance/seed-1.6",
11316
11571
  name: "Seed 1.6",
@@ -11388,13 +11643,13 @@ export const MODELS = {
11388
11643
  reasoning: true,
11389
11644
  input: ["text"],
11390
11645
  cost: {
11391
- input: 0.5,
11392
- output: 1.5,
11393
- cacheRead: 0,
11646
+ input: 0.56,
11647
+ output: 1.68,
11648
+ cacheRead: 0.28,
11394
11649
  cacheWrite: 0,
11395
11650
  },
11396
11651
  contextWindow: 163840,
11397
- maxTokens: 16384,
11652
+ maxTokens: 8192,
11398
11653
  },
11399
11654
  "deepseek/deepseek-v3.1-terminus": {
11400
11655
  id: "deepseek/deepseek-v3.1-terminus",
@@ -11600,6 +11855,40 @@ export const MODELS = {
11600
11855
  contextWindow: 1000000,
11601
11856
  maxTokens: 64000,
11602
11857
  },
11858
+ "google/gemma-4-26b-a4b-it": {
11859
+ id: "google/gemma-4-26b-a4b-it",
11860
+ name: "Gemma 4 26B A4B IT",
11861
+ api: "anthropic-messages",
11862
+ provider: "vercel-ai-gateway",
11863
+ baseUrl: "https://ai-gateway.vercel.sh",
11864
+ reasoning: true,
11865
+ input: ["text", "image"],
11866
+ cost: {
11867
+ input: 0.13,
11868
+ output: 0.39999999999999997,
11869
+ cacheRead: 0,
11870
+ cacheWrite: 0,
11871
+ },
11872
+ contextWindow: 262144,
11873
+ maxTokens: 131072,
11874
+ },
11875
+ "google/gemma-4-31b-it": {
11876
+ id: "google/gemma-4-31b-it",
11877
+ name: "Gemma 4 31B IT",
11878
+ api: "anthropic-messages",
11879
+ provider: "vercel-ai-gateway",
11880
+ baseUrl: "https://ai-gateway.vercel.sh",
11881
+ reasoning: true,
11882
+ input: ["text", "image"],
11883
+ cost: {
11884
+ input: 0.14,
11885
+ output: 0.39999999999999997,
11886
+ cacheRead: 0,
11887
+ cacheWrite: 0,
11888
+ },
11889
+ contextWindow: 262144,
11890
+ maxTokens: 131072,
11891
+ },
11603
11892
  "inception/mercury-2": {
11604
11893
  id: "inception/mercury-2",
11605
11894
  name: "Mercury 2",
@@ -11634,6 +11923,23 @@ export const MODELS = {
11634
11923
  contextWindow: 32000,
11635
11924
  maxTokens: 16384,
11636
11925
  },
11926
+ "kwaipilot/kat-coder-pro-v2": {
11927
+ id: "kwaipilot/kat-coder-pro-v2",
11928
+ name: "Kat Coder Pro V2",
11929
+ api: "anthropic-messages",
11930
+ provider: "vercel-ai-gateway",
11931
+ baseUrl: "https://ai-gateway.vercel.sh",
11932
+ reasoning: true,
11933
+ input: ["text"],
11934
+ cost: {
11935
+ input: 0.3,
11936
+ output: 1.2,
11937
+ cacheRead: 0.06,
11938
+ cacheWrite: 0,
11939
+ },
11940
+ contextWindow: 256000,
11941
+ maxTokens: 256000,
11942
+ },
11637
11943
  "meituan/longcat-flash-chat": {
11638
11944
  id: "meituan/longcat-flash-chat",
11639
11945
  name: "LongCat Flash Chat",
@@ -11649,7 +11955,7 @@ export const MODELS = {
11649
11955
  cacheWrite: 0,
11650
11956
  },
11651
11957
  contextWindow: 128000,
11652
- maxTokens: 100000,
11958
+ maxTokens: 8192,
11653
11959
  },
11654
11960
  "meituan/longcat-flash-thinking": {
11655
11961
  id: "meituan/longcat-flash-thinking",
@@ -11694,13 +12000,13 @@ export const MODELS = {
11694
12000
  reasoning: false,
11695
12001
  input: ["text"],
11696
12002
  cost: {
11697
- input: 0.09999999999999999,
11698
- output: 0.09999999999999999,
11699
- cacheRead: 0.09999999999999999,
12003
+ input: 0.22,
12004
+ output: 0.22,
12005
+ cacheRead: 0,
11700
12006
  cacheWrite: 0,
11701
12007
  },
11702
12008
  contextWindow: 128000,
11703
- maxTokens: 16384,
12009
+ maxTokens: 8192,
11704
12010
  },
11705
12011
  "meta/llama-3.2-11b": {
11706
12012
  id: "meta/llama-3.2-11b",
@@ -11762,12 +12068,12 @@ export const MODELS = {
11762
12068
  reasoning: false,
11763
12069
  input: ["text", "image"],
11764
12070
  cost: {
11765
- input: 0.24,
11766
- output: 0.9700000000000001,
12071
+ input: 0.35,
12072
+ output: 1.15,
11767
12073
  cacheRead: 0,
11768
12074
  cacheWrite: 0,
11769
12075
  },
11770
- contextWindow: 128000,
12076
+ contextWindow: 524288,
11771
12077
  maxTokens: 8192,
11772
12078
  },
11773
12079
  "meta/llama-4-scout": {
@@ -12087,7 +12393,7 @@ export const MODELS = {
12087
12393
  cost: {
12088
12394
  input: 0.6,
12089
12395
  output: 2.5,
12090
- cacheRead: 0.15,
12396
+ cacheRead: 0,
12091
12397
  cacheWrite: 0,
12092
12398
  },
12093
12399
  contextWindow: 131072,
@@ -12104,11 +12410,11 @@ export const MODELS = {
12104
12410
  cost: {
12105
12411
  input: 0.6,
12106
12412
  output: 2.5,
12107
- cacheRead: 0.15,
12413
+ cacheRead: 0.3,
12108
12414
  cacheWrite: 0,
12109
12415
  },
12110
12416
  contextWindow: 256000,
12111
- maxTokens: 16384,
12417
+ maxTokens: 128000,
12112
12418
  },
12113
12419
  "moonshotai/kimi-k2-thinking": {
12114
12420
  id: "moonshotai/kimi-k2-thinking",
@@ -12671,6 +12977,23 @@ export const MODELS = {
12671
12977
  contextWindow: 1050000,
12672
12978
  maxTokens: 128000,
12673
12979
  },
12980
+ "openai/gpt-oss-120b": {
12981
+ id: "openai/gpt-oss-120b",
12982
+ name: "gpt-oss-120b",
12983
+ api: "anthropic-messages",
12984
+ provider: "vercel-ai-gateway",
12985
+ baseUrl: "https://ai-gateway.vercel.sh",
12986
+ reasoning: true,
12987
+ input: ["text"],
12988
+ cost: {
12989
+ input: 0.15,
12990
+ output: 0.6,
12991
+ cacheRead: 0,
12992
+ cacheWrite: 0,
12993
+ },
12994
+ contextWindow: 128000,
12995
+ maxTokens: 8192,
12996
+ },
12674
12997
  "openai/gpt-oss-20b": {
12675
12998
  id: "openai/gpt-oss-20b",
12676
12999
  name: "gpt-oss-20b",
@@ -12680,12 +13003,12 @@ export const MODELS = {
12680
13003
  reasoning: true,
12681
13004
  input: ["text"],
12682
13005
  cost: {
12683
- input: 0.07,
12684
- output: 0.3,
13006
+ input: 0.049999999999999996,
13007
+ output: 0.19999999999999998,
12685
13008
  cacheRead: 0,
12686
13009
  cacheWrite: 0,
12687
13010
  },
12688
- contextWindow: 128000,
13011
+ contextWindow: 131072,
12689
13012
  maxTokens: 8192,
12690
13013
  },
12691
13014
  "openai/gpt-oss-safeguard-20b": {
@@ -13156,9 +13479,9 @@ export const MODELS = {
13156
13479
  reasoning: true,
13157
13480
  input: ["text"],
13158
13481
  cost: {
13159
- input: 0.09999999999999999,
13160
- output: 0.3,
13161
- cacheRead: 0.02,
13482
+ input: 0.09,
13483
+ output: 0.29,
13484
+ cacheRead: 0.045,
13162
13485
  cacheWrite: 0,
13163
13486
  },
13164
13487
  contextWindow: 262144,
@@ -13294,7 +13617,7 @@ export const MODELS = {
13294
13617
  cost: {
13295
13618
  input: 0.6,
13296
13619
  output: 2.2,
13297
- cacheRead: 0,
13620
+ cacheRead: 0.11,
13298
13621
  cacheWrite: 0,
13299
13622
  },
13300
13623
  contextWindow: 200000,
@@ -13368,6 +13691,23 @@ export const MODELS = {
13368
13691
  contextWindow: 202800,
13369
13692
  maxTokens: 131100,
13370
13693
  },
13694
+ "zai/glm-5v-turbo": {
13695
+ id: "zai/glm-5v-turbo",
13696
+ name: "GLM 5V Turbo",
13697
+ api: "anthropic-messages",
13698
+ provider: "vercel-ai-gateway",
13699
+ baseUrl: "https://ai-gateway.vercel.sh",
13700
+ reasoning: true,
13701
+ input: ["text", "image"],
13702
+ cost: {
13703
+ input: 1.2,
13704
+ output: 4,
13705
+ cacheRead: 0.24,
13706
+ cacheWrite: 0,
13707
+ },
13708
+ contextWindow: 200000,
13709
+ maxTokens: 128000,
13710
+ },
13371
13711
  },
13372
13712
  "xai": {
13373
13713
  "grok-2": {
@@ -13978,6 +14318,24 @@ export const MODELS = {
13978
14318
  contextWindow: 200000,
13979
14319
  maxTokens: 131072,
13980
14320
  },
14321
+ "glm-5v-turbo": {
14322
+ id: "glm-5v-turbo",
14323
+ name: "glm-5v-turbo",
14324
+ api: "openai-completions",
14325
+ provider: "zai",
14326
+ baseUrl: "https://api.z.ai/api/paas/v4",
14327
+ compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai" },
14328
+ reasoning: true,
14329
+ input: ["text", "image"],
14330
+ cost: {
14331
+ input: 1.2,
14332
+ output: 4,
14333
+ cacheRead: 0.24,
14334
+ cacheWrite: 0,
14335
+ },
14336
+ contextWindow: 200000,
14337
+ maxTokens: 131072,
14338
+ },
13981
14339
  },
13982
14340
  };
13983
14341
  //# sourceMappingURL=models.generated.js.map