@apholdings/jensen-ai 1.1.1 → 1.1.2
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.d.ts +136 -51
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +156 -71
- package/dist/models.generated.js.map +1 -1
- package/package.json +82 -82
package/dist/models.generated.js
CHANGED
|
@@ -7327,6 +7327,23 @@ export const MODELS = {
|
|
|
7327
7327
|
contextWindow: 1050000,
|
|
7328
7328
|
maxTokens: 128000,
|
|
7329
7329
|
},
|
|
7330
|
+
"grok-4.5": {
|
|
7331
|
+
id: "grok-4.5",
|
|
7332
|
+
name: "Grok 4.5",
|
|
7333
|
+
api: "openai-completions",
|
|
7334
|
+
provider: "opencode",
|
|
7335
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
7336
|
+
reasoning: true,
|
|
7337
|
+
input: ["text", "image"],
|
|
7338
|
+
cost: {
|
|
7339
|
+
input: 2,
|
|
7340
|
+
output: 6,
|
|
7341
|
+
cacheRead: 0.5,
|
|
7342
|
+
cacheWrite: 0,
|
|
7343
|
+
},
|
|
7344
|
+
contextWindow: 500000,
|
|
7345
|
+
maxTokens: 500000,
|
|
7346
|
+
},
|
|
7330
7347
|
"grok-build-0.1": {
|
|
7331
7348
|
id: "grok-build-0.1",
|
|
7332
7349
|
name: "Grok Build 0.1",
|
|
@@ -8572,23 +8589,6 @@ export const MODELS = {
|
|
|
8572
8589
|
contextWindow: 1048576,
|
|
8573
8590
|
maxTokens: 65535,
|
|
8574
8591
|
},
|
|
8575
|
-
"google/gemini-2.5-flash-lite-preview-09-2025": {
|
|
8576
|
-
id: "google/gemini-2.5-flash-lite-preview-09-2025",
|
|
8577
|
-
name: "Google: Gemini 2.5 Flash Lite Preview 09-2025",
|
|
8578
|
-
api: "openai-completions",
|
|
8579
|
-
provider: "openrouter",
|
|
8580
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8581
|
-
reasoning: true,
|
|
8582
|
-
input: ["text", "image"],
|
|
8583
|
-
cost: {
|
|
8584
|
-
input: 0.09999999999999999,
|
|
8585
|
-
output: 0.39999999999999997,
|
|
8586
|
-
cacheRead: 0.01,
|
|
8587
|
-
cacheWrite: 0.08333333333333334,
|
|
8588
|
-
},
|
|
8589
|
-
contextWindow: 1048576,
|
|
8590
|
-
maxTokens: 65535,
|
|
8591
|
-
},
|
|
8592
8592
|
"google/gemini-2.5-pro": {
|
|
8593
8593
|
id: "google/gemini-2.5-pro",
|
|
8594
8594
|
name: "Google: Gemini 2.5 Pro",
|
|
@@ -9142,9 +9142,9 @@ export const MODELS = {
|
|
|
9142
9142
|
reasoning: true,
|
|
9143
9143
|
input: ["text"],
|
|
9144
9144
|
cost: {
|
|
9145
|
-
input: 0.
|
|
9146
|
-
output: 0.
|
|
9147
|
-
cacheRead: 0,
|
|
9145
|
+
input: 0.15,
|
|
9146
|
+
output: 0.8999999999999999,
|
|
9147
|
+
cacheRead: 0.049999999999999996,
|
|
9148
9148
|
cacheWrite: 0,
|
|
9149
9149
|
},
|
|
9150
9150
|
contextWindow: 204800,
|
|
@@ -9159,8 +9159,8 @@ export const MODELS = {
|
|
|
9159
9159
|
reasoning: true,
|
|
9160
9160
|
input: ["text"],
|
|
9161
9161
|
cost: {
|
|
9162
|
-
input: 0.
|
|
9163
|
-
output: 0.
|
|
9162
|
+
input: 0.24,
|
|
9163
|
+
output: 0.96,
|
|
9164
9164
|
cacheRead: 0,
|
|
9165
9165
|
cacheWrite: 0,
|
|
9166
9166
|
},
|
|
@@ -9550,7 +9550,7 @@ export const MODELS = {
|
|
|
9550
9550
|
reasoning: true,
|
|
9551
9551
|
input: ["text", "image"],
|
|
9552
9552
|
cost: {
|
|
9553
|
-
input: 0.
|
|
9553
|
+
input: 0.65,
|
|
9554
9554
|
output: 3.41,
|
|
9555
9555
|
cacheRead: 0.14,
|
|
9556
9556
|
cacheWrite: 0,
|
|
@@ -9567,13 +9567,13 @@ export const MODELS = {
|
|
|
9567
9567
|
reasoning: true,
|
|
9568
9568
|
input: ["text", "image"],
|
|
9569
9569
|
cost: {
|
|
9570
|
-
input: 0.
|
|
9570
|
+
input: 0.72,
|
|
9571
9571
|
output: 3.5,
|
|
9572
9572
|
cacheRead: 0.15,
|
|
9573
9573
|
cacheWrite: 0,
|
|
9574
9574
|
},
|
|
9575
9575
|
contextWindow: 262144,
|
|
9576
|
-
maxTokens:
|
|
9576
|
+
maxTokens: 262144,
|
|
9577
9577
|
},
|
|
9578
9578
|
"nex-agi/nex-n2-mini": {
|
|
9579
9579
|
id: "nex-agi/nex-n2-mini",
|
|
@@ -10408,6 +10408,57 @@ export const MODELS = {
|
|
|
10408
10408
|
contextWindow: 1050000,
|
|
10409
10409
|
maxTokens: 128000,
|
|
10410
10410
|
},
|
|
10411
|
+
"openai/gpt-5.6-luna": {
|
|
10412
|
+
id: "openai/gpt-5.6-luna",
|
|
10413
|
+
name: "OpenAI: GPT-5.6 Luna",
|
|
10414
|
+
api: "openai-completions",
|
|
10415
|
+
provider: "openrouter",
|
|
10416
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10417
|
+
reasoning: true,
|
|
10418
|
+
input: ["text", "image"],
|
|
10419
|
+
cost: {
|
|
10420
|
+
input: 1,
|
|
10421
|
+
output: 6,
|
|
10422
|
+
cacheRead: 0.09999999999999999,
|
|
10423
|
+
cacheWrite: 0,
|
|
10424
|
+
},
|
|
10425
|
+
contextWindow: 1050000,
|
|
10426
|
+
maxTokens: 128000,
|
|
10427
|
+
},
|
|
10428
|
+
"openai/gpt-5.6-sol": {
|
|
10429
|
+
id: "openai/gpt-5.6-sol",
|
|
10430
|
+
name: "OpenAI: GPT-5.6 Sol",
|
|
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: 5,
|
|
10438
|
+
output: 30,
|
|
10439
|
+
cacheRead: 0.5,
|
|
10440
|
+
cacheWrite: 0,
|
|
10441
|
+
},
|
|
10442
|
+
contextWindow: 1050000,
|
|
10443
|
+
maxTokens: 128000,
|
|
10444
|
+
},
|
|
10445
|
+
"openai/gpt-5.6-terra": {
|
|
10446
|
+
id: "openai/gpt-5.6-terra",
|
|
10447
|
+
name: "OpenAI: GPT-5.6 Terra",
|
|
10448
|
+
api: "openai-completions",
|
|
10449
|
+
provider: "openrouter",
|
|
10450
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10451
|
+
reasoning: true,
|
|
10452
|
+
input: ["text", "image"],
|
|
10453
|
+
cost: {
|
|
10454
|
+
input: 2.5,
|
|
10455
|
+
output: 15,
|
|
10456
|
+
cacheRead: 0.25,
|
|
10457
|
+
cacheWrite: 0,
|
|
10458
|
+
},
|
|
10459
|
+
contextWindow: 1050000,
|
|
10460
|
+
maxTokens: 128000,
|
|
10461
|
+
},
|
|
10411
10462
|
"openai/gpt-audio": {
|
|
10412
10463
|
id: "openai/gpt-audio",
|
|
10413
10464
|
name: "OpenAI: GPT Audio",
|
|
@@ -10468,13 +10519,13 @@ export const MODELS = {
|
|
|
10468
10519
|
reasoning: true,
|
|
10469
10520
|
input: ["text"],
|
|
10470
10521
|
cost: {
|
|
10471
|
-
input: 0.
|
|
10472
|
-
output: 0.
|
|
10522
|
+
input: 0.036,
|
|
10523
|
+
output: 0.18,
|
|
10473
10524
|
cacheRead: 0,
|
|
10474
10525
|
cacheWrite: 0,
|
|
10475
10526
|
},
|
|
10476
10527
|
contextWindow: 131072,
|
|
10477
|
-
maxTokens:
|
|
10528
|
+
maxTokens: 4096,
|
|
10478
10529
|
},
|
|
10479
10530
|
"openai/gpt-oss-120b:free": {
|
|
10480
10531
|
id: "openai/gpt-oss-120b:free",
|
|
@@ -10799,40 +10850,6 @@ export const MODELS = {
|
|
|
10799
10850
|
contextWindow: 262144,
|
|
10800
10851
|
maxTokens: 32768,
|
|
10801
10852
|
},
|
|
10802
|
-
"poolside/laguna-xs.2": {
|
|
10803
|
-
id: "poolside/laguna-xs.2",
|
|
10804
|
-
name: "Poolside: Laguna XS.2",
|
|
10805
|
-
api: "openai-completions",
|
|
10806
|
-
provider: "openrouter",
|
|
10807
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10808
|
-
reasoning: true,
|
|
10809
|
-
input: ["text"],
|
|
10810
|
-
cost: {
|
|
10811
|
-
input: 0.09999999999999999,
|
|
10812
|
-
output: 0.19999999999999998,
|
|
10813
|
-
cacheRead: 0.049999999999999996,
|
|
10814
|
-
cacheWrite: 0,
|
|
10815
|
-
},
|
|
10816
|
-
contextWindow: 262144,
|
|
10817
|
-
maxTokens: 32768,
|
|
10818
|
-
},
|
|
10819
|
-
"poolside/laguna-xs.2:free": {
|
|
10820
|
-
id: "poolside/laguna-xs.2:free",
|
|
10821
|
-
name: "Poolside: Laguna XS.2 (free)",
|
|
10822
|
-
api: "openai-completions",
|
|
10823
|
-
provider: "openrouter",
|
|
10824
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10825
|
-
reasoning: true,
|
|
10826
|
-
input: ["text"],
|
|
10827
|
-
cost: {
|
|
10828
|
-
input: 0,
|
|
10829
|
-
output: 0,
|
|
10830
|
-
cacheRead: 0,
|
|
10831
|
-
cacheWrite: 0,
|
|
10832
|
-
},
|
|
10833
|
-
contextWindow: 262144,
|
|
10834
|
-
maxTokens: 32768,
|
|
10835
|
-
},
|
|
10836
10853
|
"qwen/qwen-2.5-72b-instruct": {
|
|
10837
10854
|
id: "qwen/qwen-2.5-72b-instruct",
|
|
10838
10855
|
name: "Qwen2.5 72B Instruct",
|
|
@@ -11743,13 +11760,13 @@ export const MODELS = {
|
|
|
11743
11760
|
reasoning: true,
|
|
11744
11761
|
input: ["text"],
|
|
11745
11762
|
cost: {
|
|
11746
|
-
input: 0.
|
|
11747
|
-
output: 0.
|
|
11748
|
-
cacheRead: 0.
|
|
11763
|
+
input: 0.14,
|
|
11764
|
+
output: 0.58,
|
|
11765
|
+
cacheRead: 0.035,
|
|
11749
11766
|
cacheWrite: 0,
|
|
11750
11767
|
},
|
|
11751
11768
|
contextWindow: 262144,
|
|
11752
|
-
maxTokens:
|
|
11769
|
+
maxTokens: 4096,
|
|
11753
11770
|
},
|
|
11754
11771
|
"tencent/hy3-preview": {
|
|
11755
11772
|
id: "tencent/hy3-preview",
|
|
@@ -11853,6 +11870,23 @@ export const MODELS = {
|
|
|
11853
11870
|
contextWindow: 1000000,
|
|
11854
11871
|
maxTokens: 4096,
|
|
11855
11872
|
},
|
|
11873
|
+
"x-ai/grok-4.5": {
|
|
11874
|
+
id: "x-ai/grok-4.5",
|
|
11875
|
+
name: "xAI: Grok 4.5",
|
|
11876
|
+
api: "openai-completions",
|
|
11877
|
+
provider: "openrouter",
|
|
11878
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11879
|
+
reasoning: true,
|
|
11880
|
+
input: ["text", "image"],
|
|
11881
|
+
cost: {
|
|
11882
|
+
input: 2,
|
|
11883
|
+
output: 6,
|
|
11884
|
+
cacheRead: 0.5,
|
|
11885
|
+
cacheWrite: 0,
|
|
11886
|
+
},
|
|
11887
|
+
contextWindow: 500000,
|
|
11888
|
+
maxTokens: 4096,
|
|
11889
|
+
},
|
|
11856
11890
|
"x-ai/grok-build-0.1": {
|
|
11857
11891
|
id: "x-ai/grok-build-0.1",
|
|
11858
11892
|
name: "xAI: Grok Build 0.1",
|
|
@@ -12083,13 +12117,13 @@ export const MODELS = {
|
|
|
12083
12117
|
reasoning: true,
|
|
12084
12118
|
input: ["text"],
|
|
12085
12119
|
cost: {
|
|
12086
|
-
input: 0.
|
|
12087
|
-
output:
|
|
12088
|
-
cacheRead: 0.
|
|
12120
|
+
input: 0.546,
|
|
12121
|
+
output: 1.716,
|
|
12122
|
+
cacheRead: 0.10139999999999999,
|
|
12089
12123
|
cacheWrite: 0,
|
|
12090
12124
|
},
|
|
12091
12125
|
contextWindow: 1048576,
|
|
12092
|
-
maxTokens:
|
|
12126
|
+
maxTokens: 128000,
|
|
12093
12127
|
},
|
|
12094
12128
|
"z-ai/glm-5v-turbo": {
|
|
12095
12129
|
id: "z-ai/glm-5v-turbo",
|
|
@@ -12219,7 +12253,7 @@ export const MODELS = {
|
|
|
12219
12253
|
reasoning: true,
|
|
12220
12254
|
input: ["text", "image"],
|
|
12221
12255
|
cost: {
|
|
12222
|
-
input: 0.
|
|
12256
|
+
input: 0.65,
|
|
12223
12257
|
output: 3.41,
|
|
12224
12258
|
cacheRead: 0.14,
|
|
12225
12259
|
cacheWrite: 0,
|
|
@@ -12261,6 +12295,23 @@ export const MODELS = {
|
|
|
12261
12295
|
contextWindow: 400000,
|
|
12262
12296
|
maxTokens: 128000,
|
|
12263
12297
|
},
|
|
12298
|
+
"~x-ai/grok-latest": {
|
|
12299
|
+
id: "~x-ai/grok-latest",
|
|
12300
|
+
name: "xAI: Grok Latest",
|
|
12301
|
+
api: "openai-completions",
|
|
12302
|
+
provider: "openrouter",
|
|
12303
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12304
|
+
reasoning: true,
|
|
12305
|
+
input: ["text", "image"],
|
|
12306
|
+
cost: {
|
|
12307
|
+
input: 2,
|
|
12308
|
+
output: 6,
|
|
12309
|
+
cacheRead: 0.5,
|
|
12310
|
+
cacheWrite: 0,
|
|
12311
|
+
},
|
|
12312
|
+
contextWindow: 500000,
|
|
12313
|
+
maxTokens: 4096,
|
|
12314
|
+
},
|
|
12264
12315
|
},
|
|
12265
12316
|
"vercel-ai-gateway": {
|
|
12266
12317
|
"alibaba/qwen-3-14b": {
|
|
@@ -15102,6 +15153,23 @@ export const MODELS = {
|
|
|
15102
15153
|
contextWindow: 1000000,
|
|
15103
15154
|
maxTokens: 1000000,
|
|
15104
15155
|
},
|
|
15156
|
+
"xai/grok-4.5": {
|
|
15157
|
+
id: "xai/grok-4.5",
|
|
15158
|
+
name: "Grok 4.5",
|
|
15159
|
+
api: "anthropic-messages",
|
|
15160
|
+
provider: "vercel-ai-gateway",
|
|
15161
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15162
|
+
reasoning: true,
|
|
15163
|
+
input: ["text", "image"],
|
|
15164
|
+
cost: {
|
|
15165
|
+
input: 2,
|
|
15166
|
+
output: 6,
|
|
15167
|
+
cacheRead: 0.5,
|
|
15168
|
+
cacheWrite: 0,
|
|
15169
|
+
},
|
|
15170
|
+
contextWindow: 500000,
|
|
15171
|
+
maxTokens: 500000,
|
|
15172
|
+
},
|
|
15105
15173
|
"xai/grok-build-0.1": {
|
|
15106
15174
|
id: "xai/grok-build-0.1",
|
|
15107
15175
|
name: "Grok Build 0.1",
|
|
@@ -15495,6 +15563,23 @@ export const MODELS = {
|
|
|
15495
15563
|
contextWindow: 1000000,
|
|
15496
15564
|
maxTokens: 30000,
|
|
15497
15565
|
},
|
|
15566
|
+
"grok-4.5": {
|
|
15567
|
+
id: "grok-4.5",
|
|
15568
|
+
name: "Grok 4.5",
|
|
15569
|
+
api: "openai-completions",
|
|
15570
|
+
provider: "xai",
|
|
15571
|
+
baseUrl: "https://api.x.ai/v1",
|
|
15572
|
+
reasoning: true,
|
|
15573
|
+
input: ["text", "image"],
|
|
15574
|
+
cost: {
|
|
15575
|
+
input: 2,
|
|
15576
|
+
output: 6,
|
|
15577
|
+
cacheRead: 0.5,
|
|
15578
|
+
cacheWrite: 0,
|
|
15579
|
+
},
|
|
15580
|
+
contextWindow: 500000,
|
|
15581
|
+
maxTokens: 500000,
|
|
15582
|
+
},
|
|
15498
15583
|
"grok-build-0.1": {
|
|
15499
15584
|
id: "grok-build-0.1",
|
|
15500
15585
|
name: "Grok Build 0.1",
|