@apholdings/jensen-ai 0.1.2 → 0.1.4
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.
package/dist/models.generated.js
CHANGED
|
@@ -6426,14 +6426,14 @@ export const MODELS = {
|
|
|
6426
6426
|
contextWindow: 262144,
|
|
6427
6427
|
maxTokens: 65536,
|
|
6428
6428
|
},
|
|
6429
|
-
"mimo-v2-
|
|
6430
|
-
id: "mimo-v2-
|
|
6431
|
-
name: "MiMo V2
|
|
6429
|
+
"mimo-v2-omni-free": {
|
|
6430
|
+
id: "mimo-v2-omni-free",
|
|
6431
|
+
name: "MiMo V2 Omni Free",
|
|
6432
6432
|
api: "openai-completions",
|
|
6433
6433
|
provider: "opencode",
|
|
6434
6434
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
6435
6435
|
reasoning: true,
|
|
6436
|
-
input: ["text"],
|
|
6436
|
+
input: ["text", "image"],
|
|
6437
6437
|
cost: {
|
|
6438
6438
|
input: 0,
|
|
6439
6439
|
output: 0,
|
|
@@ -6441,7 +6441,24 @@ export const MODELS = {
|
|
|
6441
6441
|
cacheWrite: 0,
|
|
6442
6442
|
},
|
|
6443
6443
|
contextWindow: 262144,
|
|
6444
|
-
maxTokens:
|
|
6444
|
+
maxTokens: 64000,
|
|
6445
|
+
},
|
|
6446
|
+
"mimo-v2-pro-free": {
|
|
6447
|
+
id: "mimo-v2-pro-free",
|
|
6448
|
+
name: "MiMo V2 Pro Free",
|
|
6449
|
+
api: "openai-completions",
|
|
6450
|
+
provider: "opencode",
|
|
6451
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
6452
|
+
reasoning: true,
|
|
6453
|
+
input: ["text"],
|
|
6454
|
+
cost: {
|
|
6455
|
+
input: 0,
|
|
6456
|
+
output: 0,
|
|
6457
|
+
cacheRead: 0,
|
|
6458
|
+
cacheWrite: 0,
|
|
6459
|
+
},
|
|
6460
|
+
contextWindow: 1048576,
|
|
6461
|
+
maxTokens: 64000,
|
|
6445
6462
|
},
|
|
6446
6463
|
"minimax-m2.5": {
|
|
6447
6464
|
id: "minimax-m2.5",
|
|
@@ -7239,12 +7256,12 @@ export const MODELS = {
|
|
|
7239
7256
|
input: ["text"],
|
|
7240
7257
|
cost: {
|
|
7241
7258
|
input: 0.21,
|
|
7242
|
-
output: 0.
|
|
7243
|
-
cacheRead: 0.
|
|
7259
|
+
output: 0.78,
|
|
7260
|
+
cacheRead: 0.105,
|
|
7244
7261
|
cacheWrite: 0,
|
|
7245
7262
|
},
|
|
7246
7263
|
contextWindow: 163840,
|
|
7247
|
-
maxTokens:
|
|
7264
|
+
maxTokens: 65536,
|
|
7248
7265
|
},
|
|
7249
7266
|
"deepseek/deepseek-v3.2": {
|
|
7250
7267
|
id: "deepseek/deepseek-v3.2",
|
|
@@ -7518,23 +7535,6 @@ export const MODELS = {
|
|
|
7518
7535
|
contextWindow: 1048576,
|
|
7519
7536
|
maxTokens: 65536,
|
|
7520
7537
|
},
|
|
7521
|
-
"google/gemma-3-27b-it": {
|
|
7522
|
-
id: "google/gemma-3-27b-it",
|
|
7523
|
-
name: "Google: Gemma 3 27B",
|
|
7524
|
-
api: "openai-completions",
|
|
7525
|
-
provider: "openrouter",
|
|
7526
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7527
|
-
reasoning: false,
|
|
7528
|
-
input: ["text", "image"],
|
|
7529
|
-
cost: {
|
|
7530
|
-
input: 0.03,
|
|
7531
|
-
output: 0.11,
|
|
7532
|
-
cacheRead: 0.015,
|
|
7533
|
-
cacheWrite: 0,
|
|
7534
|
-
},
|
|
7535
|
-
contextWindow: 128000,
|
|
7536
|
-
maxTokens: 65536,
|
|
7537
|
-
},
|
|
7538
7538
|
"inception/mercury": {
|
|
7539
7539
|
id: "inception/mercury",
|
|
7540
7540
|
name: "Inception: Mercury",
|
|
@@ -8156,13 +8156,13 @@ export const MODELS = {
|
|
|
8156
8156
|
reasoning: false,
|
|
8157
8157
|
input: ["text", "image"],
|
|
8158
8158
|
cost: {
|
|
8159
|
-
input: 0.
|
|
8160
|
-
output: 0.
|
|
8161
|
-
cacheRead: 0
|
|
8159
|
+
input: 0.075,
|
|
8160
|
+
output: 0.19999999999999998,
|
|
8161
|
+
cacheRead: 0,
|
|
8162
8162
|
cacheWrite: 0,
|
|
8163
8163
|
},
|
|
8164
|
-
contextWindow:
|
|
8165
|
-
maxTokens:
|
|
8164
|
+
contextWindow: 128000,
|
|
8165
|
+
maxTokens: 4096,
|
|
8166
8166
|
},
|
|
8167
8167
|
"mistralai/mistral-small-creative": {
|
|
8168
8168
|
id: "mistralai/mistral-small-creative",
|
|
@@ -8402,6 +8402,23 @@ export const MODELS = {
|
|
|
8402
8402
|
contextWindow: 256000,
|
|
8403
8403
|
maxTokens: 4096,
|
|
8404
8404
|
},
|
|
8405
|
+
"nvidia/nemotron-3-super-120b-a12b": {
|
|
8406
|
+
id: "nvidia/nemotron-3-super-120b-a12b",
|
|
8407
|
+
name: "NVIDIA: Nemotron 3 Super",
|
|
8408
|
+
api: "openai-completions",
|
|
8409
|
+
provider: "openrouter",
|
|
8410
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
8411
|
+
reasoning: true,
|
|
8412
|
+
input: ["text"],
|
|
8413
|
+
cost: {
|
|
8414
|
+
input: 0.09999999999999999,
|
|
8415
|
+
output: 0.5,
|
|
8416
|
+
cacheRead: 0.04,
|
|
8417
|
+
cacheWrite: 0,
|
|
8418
|
+
},
|
|
8419
|
+
contextWindow: 262144,
|
|
8420
|
+
maxTokens: 4096,
|
|
8421
|
+
},
|
|
8405
8422
|
"nvidia/nemotron-3-super-120b-a12b:free": {
|
|
8406
8423
|
id: "nvidia/nemotron-3-super-120b-a12b:free",
|
|
8407
8424
|
name: "NVIDIA: Nemotron 3 Super (free)",
|
|
@@ -9439,40 +9456,6 @@ export const MODELS = {
|
|
|
9439
9456
|
contextWindow: 200000,
|
|
9440
9457
|
maxTokens: 4096,
|
|
9441
9458
|
},
|
|
9442
|
-
"openrouter/healer-alpha": {
|
|
9443
|
-
id: "openrouter/healer-alpha",
|
|
9444
|
-
name: "Healer Alpha",
|
|
9445
|
-
api: "openai-completions",
|
|
9446
|
-
provider: "openrouter",
|
|
9447
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9448
|
-
reasoning: true,
|
|
9449
|
-
input: ["text", "image"],
|
|
9450
|
-
cost: {
|
|
9451
|
-
input: 0,
|
|
9452
|
-
output: 0,
|
|
9453
|
-
cacheRead: 0,
|
|
9454
|
-
cacheWrite: 0,
|
|
9455
|
-
},
|
|
9456
|
-
contextWindow: 262144,
|
|
9457
|
-
maxTokens: 32000,
|
|
9458
|
-
},
|
|
9459
|
-
"openrouter/hunter-alpha": {
|
|
9460
|
-
id: "openrouter/hunter-alpha",
|
|
9461
|
-
name: "Hunter Alpha",
|
|
9462
|
-
api: "openai-completions",
|
|
9463
|
-
provider: "openrouter",
|
|
9464
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9465
|
-
reasoning: true,
|
|
9466
|
-
input: ["text", "image"],
|
|
9467
|
-
cost: {
|
|
9468
|
-
input: 0,
|
|
9469
|
-
output: 0,
|
|
9470
|
-
cacheRead: 0,
|
|
9471
|
-
cacheWrite: 0,
|
|
9472
|
-
},
|
|
9473
|
-
contextWindow: 1048576,
|
|
9474
|
-
maxTokens: 32000,
|
|
9475
|
-
},
|
|
9476
9459
|
"prime-intellect/intellect-3": {
|
|
9477
9460
|
id: "prime-intellect/intellect-3",
|
|
9478
9461
|
name: "Prime Intellect: INTELLECT-3",
|
|
@@ -9686,13 +9669,13 @@ export const MODELS = {
|
|
|
9686
9669
|
reasoning: true,
|
|
9687
9670
|
input: ["text"],
|
|
9688
9671
|
cost: {
|
|
9689
|
-
input: 0.
|
|
9690
|
-
output:
|
|
9691
|
-
cacheRead: 0
|
|
9672
|
+
input: 0.14950000000000002,
|
|
9673
|
+
output: 1.495,
|
|
9674
|
+
cacheRead: 0,
|
|
9692
9675
|
cacheWrite: 0,
|
|
9693
9676
|
},
|
|
9694
|
-
contextWindow:
|
|
9695
|
-
maxTokens:
|
|
9677
|
+
contextWindow: 131072,
|
|
9678
|
+
maxTokens: 4096,
|
|
9696
9679
|
},
|
|
9697
9680
|
"qwen/qwen3-30b-a3b": {
|
|
9698
9681
|
id: "qwen/qwen3-30b-a3b",
|
|
@@ -9737,13 +9720,13 @@ export const MODELS = {
|
|
|
9737
9720
|
reasoning: true,
|
|
9738
9721
|
input: ["text"],
|
|
9739
9722
|
cost: {
|
|
9740
|
-
input: 0.
|
|
9741
|
-
output: 0.
|
|
9742
|
-
cacheRead: 0,
|
|
9723
|
+
input: 0.08,
|
|
9724
|
+
output: 0.39999999999999997,
|
|
9725
|
+
cacheRead: 0.08,
|
|
9743
9726
|
cacheWrite: 0,
|
|
9744
9727
|
},
|
|
9745
|
-
contextWindow:
|
|
9746
|
-
maxTokens:
|
|
9728
|
+
contextWindow: 131072,
|
|
9729
|
+
maxTokens: 131072,
|
|
9747
9730
|
},
|
|
9748
9731
|
"qwen/qwen3-32b": {
|
|
9749
9732
|
id: "qwen/qwen3-32b",
|
|
@@ -10561,6 +10544,40 @@ export const MODELS = {
|
|
|
10561
10544
|
contextWindow: 262144,
|
|
10562
10545
|
maxTokens: 65536,
|
|
10563
10546
|
},
|
|
10547
|
+
"xiaomi/mimo-v2-omni": {
|
|
10548
|
+
id: "xiaomi/mimo-v2-omni",
|
|
10549
|
+
name: "Xiaomi: MiMo-V2-Omni",
|
|
10550
|
+
api: "openai-completions",
|
|
10551
|
+
provider: "openrouter",
|
|
10552
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10553
|
+
reasoning: true,
|
|
10554
|
+
input: ["text", "image"],
|
|
10555
|
+
cost: {
|
|
10556
|
+
input: 0.39999999999999997,
|
|
10557
|
+
output: 2,
|
|
10558
|
+
cacheRead: 0.08,
|
|
10559
|
+
cacheWrite: 0,
|
|
10560
|
+
},
|
|
10561
|
+
contextWindow: 262144,
|
|
10562
|
+
maxTokens: 65536,
|
|
10563
|
+
},
|
|
10564
|
+
"xiaomi/mimo-v2-pro": {
|
|
10565
|
+
id: "xiaomi/mimo-v2-pro",
|
|
10566
|
+
name: "Xiaomi: MiMo-V2-Pro",
|
|
10567
|
+
api: "openai-completions",
|
|
10568
|
+
provider: "openrouter",
|
|
10569
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10570
|
+
reasoning: true,
|
|
10571
|
+
input: ["text"],
|
|
10572
|
+
cost: {
|
|
10573
|
+
input: 1,
|
|
10574
|
+
output: 3,
|
|
10575
|
+
cacheRead: 0.19999999999999998,
|
|
10576
|
+
cacheWrite: 0,
|
|
10577
|
+
},
|
|
10578
|
+
contextWindow: 1048576,
|
|
10579
|
+
maxTokens: 131072,
|
|
10580
|
+
},
|
|
10564
10581
|
"z-ai/glm-4-32b": {
|
|
10565
10582
|
id: "z-ai/glm-4-32b",
|
|
10566
10583
|
name: "Z.ai: GLM 4 32B ",
|
|
@@ -10689,13 +10706,13 @@ export const MODELS = {
|
|
|
10689
10706
|
reasoning: true,
|
|
10690
10707
|
input: ["text"],
|
|
10691
10708
|
cost: {
|
|
10692
|
-
input: 0.
|
|
10709
|
+
input: 0.39,
|
|
10693
10710
|
output: 1.75,
|
|
10694
|
-
cacheRead: 0.
|
|
10711
|
+
cacheRead: 0.195,
|
|
10695
10712
|
cacheWrite: 0,
|
|
10696
10713
|
},
|
|
10697
10714
|
contextWindow: 202752,
|
|
10698
|
-
maxTokens:
|
|
10715
|
+
maxTokens: 65535,
|
|
10699
10716
|
},
|
|
10700
10717
|
"z-ai/glm-4.7-flash": {
|
|
10701
10718
|
id: "z-ai/glm-4.7-flash",
|
|
@@ -13591,23 +13608,6 @@ export const MODELS = {
|
|
|
13591
13608
|
contextWindow: 2000000,
|
|
13592
13609
|
maxTokens: 30000,
|
|
13593
13610
|
},
|
|
13594
|
-
"grok-4.20-multi-agent-beta-latest": {
|
|
13595
|
-
id: "grok-4.20-multi-agent-beta-latest",
|
|
13596
|
-
name: "Grok 4.20 Multi-Agent Beta",
|
|
13597
|
-
api: "openai-completions",
|
|
13598
|
-
provider: "xai",
|
|
13599
|
-
baseUrl: "https://api.x.ai/v1",
|
|
13600
|
-
reasoning: true,
|
|
13601
|
-
input: ["text", "image"],
|
|
13602
|
-
cost: {
|
|
13603
|
-
input: 2,
|
|
13604
|
-
output: 6,
|
|
13605
|
-
cacheRead: 0.2,
|
|
13606
|
-
cacheWrite: 0,
|
|
13607
|
-
},
|
|
13608
|
-
contextWindow: 2000000,
|
|
13609
|
-
maxTokens: 30000,
|
|
13610
|
-
},
|
|
13611
13611
|
"grok-beta": {
|
|
13612
13612
|
id: "grok-beta",
|
|
13613
13613
|
name: "Grok Beta",
|