@apholdings/jensen-ai 1.1.0 → 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 +292 -51
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +309 -70
- package/dist/models.generated.js.map +1 -1
- package/package.json +82 -82
package/dist/models.generated.js
CHANGED
|
@@ -4802,6 +4802,24 @@ export const MODELS = {
|
|
|
4802
4802
|
contextWindow: 131072,
|
|
4803
4803
|
maxTokens: 32768,
|
|
4804
4804
|
},
|
|
4805
|
+
"openai/gpt-oss-20b": {
|
|
4806
|
+
id: "openai/gpt-oss-20b",
|
|
4807
|
+
name: "GPT OSS 20B",
|
|
4808
|
+
api: "openai-completions",
|
|
4809
|
+
provider: "huggingface",
|
|
4810
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
4811
|
+
compat: { "supportsDeveloperRole": false },
|
|
4812
|
+
reasoning: true,
|
|
4813
|
+
input: ["text"],
|
|
4814
|
+
cost: {
|
|
4815
|
+
input: 0.1,
|
|
4816
|
+
output: 0.5,
|
|
4817
|
+
cacheRead: 0,
|
|
4818
|
+
cacheWrite: 0,
|
|
4819
|
+
},
|
|
4820
|
+
contextWindow: 131072,
|
|
4821
|
+
maxTokens: 32768,
|
|
4822
|
+
},
|
|
4805
4823
|
"stepfun-ai/Step-3.5-Flash": {
|
|
4806
4824
|
id: "stepfun-ai/Step-3.5-Flash",
|
|
4807
4825
|
name: "Step 3.5 Flash",
|
|
@@ -7309,6 +7327,23 @@ export const MODELS = {
|
|
|
7309
7327
|
contextWindow: 1050000,
|
|
7310
7328
|
maxTokens: 128000,
|
|
7311
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
|
+
},
|
|
7312
7347
|
"grok-build-0.1": {
|
|
7313
7348
|
id: "grok-build-0.1",
|
|
7314
7349
|
name: "Grok Build 0.1",
|
|
@@ -7326,6 +7361,23 @@ export const MODELS = {
|
|
|
7326
7361
|
contextWindow: 256000,
|
|
7327
7362
|
maxTokens: 256000,
|
|
7328
7363
|
},
|
|
7364
|
+
"hy3-free": {
|
|
7365
|
+
id: "hy3-free",
|
|
7366
|
+
name: "Hy3 Free",
|
|
7367
|
+
api: "openai-completions",
|
|
7368
|
+
provider: "opencode",
|
|
7369
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
7370
|
+
reasoning: true,
|
|
7371
|
+
input: ["text"],
|
|
7372
|
+
cost: {
|
|
7373
|
+
input: 0,
|
|
7374
|
+
output: 0,
|
|
7375
|
+
cacheRead: 0,
|
|
7376
|
+
cacheWrite: 0,
|
|
7377
|
+
},
|
|
7378
|
+
contextWindow: 256000,
|
|
7379
|
+
maxTokens: 64000,
|
|
7380
|
+
},
|
|
7329
7381
|
"kimi-k2.5": {
|
|
7330
7382
|
id: "kimi-k2.5",
|
|
7331
7383
|
name: "Kimi K2.5",
|
|
@@ -7755,6 +7807,57 @@ export const MODELS = {
|
|
|
7755
7807
|
contextWindow: 256000,
|
|
7756
7808
|
maxTokens: 4096,
|
|
7757
7809
|
},
|
|
7810
|
+
"aion-labs/aion-2.0": {
|
|
7811
|
+
id: "aion-labs/aion-2.0",
|
|
7812
|
+
name: "AionLabs: Aion-2.0",
|
|
7813
|
+
api: "openai-completions",
|
|
7814
|
+
provider: "openrouter",
|
|
7815
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
7816
|
+
reasoning: true,
|
|
7817
|
+
input: ["text"],
|
|
7818
|
+
cost: {
|
|
7819
|
+
input: 0.7999999999999999,
|
|
7820
|
+
output: 1.5999999999999999,
|
|
7821
|
+
cacheRead: 0.19999999999999998,
|
|
7822
|
+
cacheWrite: 0,
|
|
7823
|
+
},
|
|
7824
|
+
contextWindow: 131072,
|
|
7825
|
+
maxTokens: 32768,
|
|
7826
|
+
},
|
|
7827
|
+
"aion-labs/aion-3.0": {
|
|
7828
|
+
id: "aion-labs/aion-3.0",
|
|
7829
|
+
name: "AionLabs: Aion-3.0",
|
|
7830
|
+
api: "openai-completions",
|
|
7831
|
+
provider: "openrouter",
|
|
7832
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
7833
|
+
reasoning: true,
|
|
7834
|
+
input: ["text"],
|
|
7835
|
+
cost: {
|
|
7836
|
+
input: 3,
|
|
7837
|
+
output: 6,
|
|
7838
|
+
cacheRead: 0.75,
|
|
7839
|
+
cacheWrite: 0,
|
|
7840
|
+
},
|
|
7841
|
+
contextWindow: 131072,
|
|
7842
|
+
maxTokens: 32768,
|
|
7843
|
+
},
|
|
7844
|
+
"aion-labs/aion-3.0-mini": {
|
|
7845
|
+
id: "aion-labs/aion-3.0-mini",
|
|
7846
|
+
name: "AionLabs: Aion-3.0-Mini",
|
|
7847
|
+
api: "openai-completions",
|
|
7848
|
+
provider: "openrouter",
|
|
7849
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
7850
|
+
reasoning: true,
|
|
7851
|
+
input: ["text"],
|
|
7852
|
+
cost: {
|
|
7853
|
+
input: 0.7,
|
|
7854
|
+
output: 1.4,
|
|
7855
|
+
cacheRead: 0.18,
|
|
7856
|
+
cacheWrite: 0,
|
|
7857
|
+
},
|
|
7858
|
+
contextWindow: 131072,
|
|
7859
|
+
maxTokens: 32768,
|
|
7860
|
+
},
|
|
7758
7861
|
"amazon/nova-2-lite-v1": {
|
|
7759
7862
|
id: "amazon/nova-2-lite-v1",
|
|
7760
7863
|
name: "Amazon: Nova 2 Lite",
|
|
@@ -8433,7 +8536,7 @@ export const MODELS = {
|
|
|
8433
8536
|
cacheWrite: 0,
|
|
8434
8537
|
},
|
|
8435
8538
|
contextWindow: 1048576,
|
|
8436
|
-
maxTokens:
|
|
8539
|
+
maxTokens: 65536,
|
|
8437
8540
|
},
|
|
8438
8541
|
"deepseek/deepseek-v4-pro": {
|
|
8439
8542
|
id: "deepseek/deepseek-v4-pro",
|
|
@@ -8486,23 +8589,6 @@ export const MODELS = {
|
|
|
8486
8589
|
contextWindow: 1048576,
|
|
8487
8590
|
maxTokens: 65535,
|
|
8488
8591
|
},
|
|
8489
|
-
"google/gemini-2.5-flash-lite-preview-09-2025": {
|
|
8490
|
-
id: "google/gemini-2.5-flash-lite-preview-09-2025",
|
|
8491
|
-
name: "Google: Gemini 2.5 Flash Lite Preview 09-2025",
|
|
8492
|
-
api: "openai-completions",
|
|
8493
|
-
provider: "openrouter",
|
|
8494
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8495
|
-
reasoning: true,
|
|
8496
|
-
input: ["text", "image"],
|
|
8497
|
-
cost: {
|
|
8498
|
-
input: 0.09999999999999999,
|
|
8499
|
-
output: 0.39999999999999997,
|
|
8500
|
-
cacheRead: 0.01,
|
|
8501
|
-
cacheWrite: 0.08333333333333334,
|
|
8502
|
-
},
|
|
8503
|
-
contextWindow: 1048576,
|
|
8504
|
-
maxTokens: 65535,
|
|
8505
|
-
},
|
|
8506
8592
|
"google/gemini-2.5-pro": {
|
|
8507
8593
|
id: "google/gemini-2.5-pro",
|
|
8508
8594
|
name: "Google: Gemini 2.5 Pro",
|
|
@@ -9056,9 +9142,9 @@ export const MODELS = {
|
|
|
9056
9142
|
reasoning: true,
|
|
9057
9143
|
input: ["text"],
|
|
9058
9144
|
cost: {
|
|
9059
|
-
input: 0.
|
|
9060
|
-
output: 0.
|
|
9061
|
-
cacheRead: 0,
|
|
9145
|
+
input: 0.15,
|
|
9146
|
+
output: 0.8999999999999999,
|
|
9147
|
+
cacheRead: 0.049999999999999996,
|
|
9062
9148
|
cacheWrite: 0,
|
|
9063
9149
|
},
|
|
9064
9150
|
contextWindow: 204800,
|
|
@@ -9073,8 +9159,8 @@ export const MODELS = {
|
|
|
9073
9159
|
reasoning: true,
|
|
9074
9160
|
input: ["text"],
|
|
9075
9161
|
cost: {
|
|
9076
|
-
input: 0.
|
|
9077
|
-
output: 0.
|
|
9162
|
+
input: 0.24,
|
|
9163
|
+
output: 0.96,
|
|
9078
9164
|
cacheRead: 0,
|
|
9079
9165
|
cacheWrite: 0,
|
|
9080
9166
|
},
|
|
@@ -9464,7 +9550,7 @@ export const MODELS = {
|
|
|
9464
9550
|
reasoning: true,
|
|
9465
9551
|
input: ["text", "image"],
|
|
9466
9552
|
cost: {
|
|
9467
|
-
input: 0.
|
|
9553
|
+
input: 0.65,
|
|
9468
9554
|
output: 3.41,
|
|
9469
9555
|
cacheRead: 0.14,
|
|
9470
9556
|
cacheWrite: 0,
|
|
@@ -9481,13 +9567,47 @@ export const MODELS = {
|
|
|
9481
9567
|
reasoning: true,
|
|
9482
9568
|
input: ["text", "image"],
|
|
9483
9569
|
cost: {
|
|
9484
|
-
input: 0.
|
|
9570
|
+
input: 0.72,
|
|
9485
9571
|
output: 3.5,
|
|
9486
9572
|
cacheRead: 0.15,
|
|
9487
9573
|
cacheWrite: 0,
|
|
9488
9574
|
},
|
|
9489
9575
|
contextWindow: 262144,
|
|
9490
|
-
maxTokens:
|
|
9576
|
+
maxTokens: 262144,
|
|
9577
|
+
},
|
|
9578
|
+
"nex-agi/nex-n2-mini": {
|
|
9579
|
+
id: "nex-agi/nex-n2-mini",
|
|
9580
|
+
name: "Nex AGI: Nex-N2-Mini",
|
|
9581
|
+
api: "openai-completions",
|
|
9582
|
+
provider: "openrouter",
|
|
9583
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
9584
|
+
reasoning: true,
|
|
9585
|
+
input: ["text", "image"],
|
|
9586
|
+
cost: {
|
|
9587
|
+
input: 0.024999999999999998,
|
|
9588
|
+
output: 0.09999999999999999,
|
|
9589
|
+
cacheRead: 0.0025,
|
|
9590
|
+
cacheWrite: 0,
|
|
9591
|
+
},
|
|
9592
|
+
contextWindow: 262144,
|
|
9593
|
+
maxTokens: 262144,
|
|
9594
|
+
},
|
|
9595
|
+
"nex-agi/nex-n2-pro": {
|
|
9596
|
+
id: "nex-agi/nex-n2-pro",
|
|
9597
|
+
name: "Nex AGI: Nex-N2-Pro",
|
|
9598
|
+
api: "openai-completions",
|
|
9599
|
+
provider: "openrouter",
|
|
9600
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
9601
|
+
reasoning: true,
|
|
9602
|
+
input: ["text", "image"],
|
|
9603
|
+
cost: {
|
|
9604
|
+
input: 0.25,
|
|
9605
|
+
output: 1,
|
|
9606
|
+
cacheRead: 0.024999999999999998,
|
|
9607
|
+
cacheWrite: 0,
|
|
9608
|
+
},
|
|
9609
|
+
contextWindow: 262144,
|
|
9610
|
+
maxTokens: 262144,
|
|
9491
9611
|
},
|
|
9492
9612
|
"nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
9493
9613
|
id: "nvidia/llama-3.3-nemotron-super-49b-v1.5",
|
|
@@ -10288,6 +10408,57 @@ export const MODELS = {
|
|
|
10288
10408
|
contextWindow: 1050000,
|
|
10289
10409
|
maxTokens: 128000,
|
|
10290
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
|
+
},
|
|
10291
10462
|
"openai/gpt-audio": {
|
|
10292
10463
|
id: "openai/gpt-audio",
|
|
10293
10464
|
name: "OpenAI: GPT Audio",
|
|
@@ -10348,13 +10519,13 @@ export const MODELS = {
|
|
|
10348
10519
|
reasoning: true,
|
|
10349
10520
|
input: ["text"],
|
|
10350
10521
|
cost: {
|
|
10351
|
-
input: 0.
|
|
10352
|
-
output: 0.
|
|
10522
|
+
input: 0.036,
|
|
10523
|
+
output: 0.18,
|
|
10353
10524
|
cacheRead: 0,
|
|
10354
10525
|
cacheWrite: 0,
|
|
10355
10526
|
},
|
|
10356
10527
|
contextWindow: 131072,
|
|
10357
|
-
maxTokens:
|
|
10528
|
+
maxTokens: 4096,
|
|
10358
10529
|
},
|
|
10359
10530
|
"openai/gpt-oss-120b:free": {
|
|
10360
10531
|
id: "openai/gpt-oss-120b:free",
|
|
@@ -10679,40 +10850,6 @@ export const MODELS = {
|
|
|
10679
10850
|
contextWindow: 262144,
|
|
10680
10851
|
maxTokens: 32768,
|
|
10681
10852
|
},
|
|
10682
|
-
"poolside/laguna-xs.2": {
|
|
10683
|
-
id: "poolside/laguna-xs.2",
|
|
10684
|
-
name: "Poolside: Laguna XS.2",
|
|
10685
|
-
api: "openai-completions",
|
|
10686
|
-
provider: "openrouter",
|
|
10687
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10688
|
-
reasoning: true,
|
|
10689
|
-
input: ["text"],
|
|
10690
|
-
cost: {
|
|
10691
|
-
input: 0.09999999999999999,
|
|
10692
|
-
output: 0.19999999999999998,
|
|
10693
|
-
cacheRead: 0.049999999999999996,
|
|
10694
|
-
cacheWrite: 0,
|
|
10695
|
-
},
|
|
10696
|
-
contextWindow: 262144,
|
|
10697
|
-
maxTokens: 32768,
|
|
10698
|
-
},
|
|
10699
|
-
"poolside/laguna-xs.2:free": {
|
|
10700
|
-
id: "poolside/laguna-xs.2:free",
|
|
10701
|
-
name: "Poolside: Laguna XS.2 (free)",
|
|
10702
|
-
api: "openai-completions",
|
|
10703
|
-
provider: "openrouter",
|
|
10704
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10705
|
-
reasoning: true,
|
|
10706
|
-
input: ["text"],
|
|
10707
|
-
cost: {
|
|
10708
|
-
input: 0,
|
|
10709
|
-
output: 0,
|
|
10710
|
-
cacheRead: 0,
|
|
10711
|
-
cacheWrite: 0,
|
|
10712
|
-
},
|
|
10713
|
-
contextWindow: 262144,
|
|
10714
|
-
maxTokens: 32768,
|
|
10715
|
-
},
|
|
10716
10853
|
"qwen/qwen-2.5-72b-instruct": {
|
|
10717
10854
|
id: "qwen/qwen-2.5-72b-instruct",
|
|
10718
10855
|
name: "Qwen2.5 72B Instruct",
|
|
@@ -11319,7 +11456,7 @@ export const MODELS = {
|
|
|
11319
11456
|
cost: {
|
|
11320
11457
|
input: 0.385,
|
|
11321
11458
|
output: 2.4499999999999997,
|
|
11322
|
-
cacheRead: 0,
|
|
11459
|
+
cacheRead: 0.111,
|
|
11323
11460
|
cacheWrite: 0,
|
|
11324
11461
|
},
|
|
11325
11462
|
contextWindow: 256000,
|
|
@@ -11614,6 +11751,23 @@ export const MODELS = {
|
|
|
11614
11751
|
contextWindow: 256000,
|
|
11615
11752
|
maxTokens: 256000,
|
|
11616
11753
|
},
|
|
11754
|
+
"tencent/hy3": {
|
|
11755
|
+
id: "tencent/hy3",
|
|
11756
|
+
name: "Tencent: Hy3",
|
|
11757
|
+
api: "openai-completions",
|
|
11758
|
+
provider: "openrouter",
|
|
11759
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11760
|
+
reasoning: true,
|
|
11761
|
+
input: ["text"],
|
|
11762
|
+
cost: {
|
|
11763
|
+
input: 0.14,
|
|
11764
|
+
output: 0.58,
|
|
11765
|
+
cacheRead: 0.035,
|
|
11766
|
+
cacheWrite: 0,
|
|
11767
|
+
},
|
|
11768
|
+
contextWindow: 262144,
|
|
11769
|
+
maxTokens: 4096,
|
|
11770
|
+
},
|
|
11617
11771
|
"tencent/hy3-preview": {
|
|
11618
11772
|
id: "tencent/hy3-preview",
|
|
11619
11773
|
name: "Tencent: Hy3 preview",
|
|
@@ -11631,6 +11785,23 @@ export const MODELS = {
|
|
|
11631
11785
|
contextWindow: 262144,
|
|
11632
11786
|
maxTokens: 4096,
|
|
11633
11787
|
},
|
|
11788
|
+
"tencent/hy3:free": {
|
|
11789
|
+
id: "tencent/hy3:free",
|
|
11790
|
+
name: "Tencent: Hy3 (free)",
|
|
11791
|
+
api: "openai-completions",
|
|
11792
|
+
provider: "openrouter",
|
|
11793
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11794
|
+
reasoning: true,
|
|
11795
|
+
input: ["text"],
|
|
11796
|
+
cost: {
|
|
11797
|
+
input: 0,
|
|
11798
|
+
output: 0,
|
|
11799
|
+
cacheRead: 0,
|
|
11800
|
+
cacheWrite: 0,
|
|
11801
|
+
},
|
|
11802
|
+
contextWindow: 262144,
|
|
11803
|
+
maxTokens: 262144,
|
|
11804
|
+
},
|
|
11634
11805
|
"thedrummer/unslopnemo-12b": {
|
|
11635
11806
|
id: "thedrummer/unslopnemo-12b",
|
|
11636
11807
|
name: "TheDrummer: UnslopNemo 12B",
|
|
@@ -11699,6 +11870,23 @@ export const MODELS = {
|
|
|
11699
11870
|
contextWindow: 1000000,
|
|
11700
11871
|
maxTokens: 4096,
|
|
11701
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
|
+
},
|
|
11702
11890
|
"x-ai/grok-build-0.1": {
|
|
11703
11891
|
id: "x-ai/grok-build-0.1",
|
|
11704
11892
|
name: "xAI: Grok Build 0.1",
|
|
@@ -11727,7 +11915,7 @@ export const MODELS = {
|
|
|
11727
11915
|
cost: {
|
|
11728
11916
|
input: 0.105,
|
|
11729
11917
|
output: 0.28,
|
|
11730
|
-
cacheRead: 0,
|
|
11918
|
+
cacheRead: 0.028,
|
|
11731
11919
|
cacheWrite: 0,
|
|
11732
11920
|
},
|
|
11733
11921
|
contextWindow: 1048576,
|
|
@@ -11929,13 +12117,13 @@ export const MODELS = {
|
|
|
11929
12117
|
reasoning: true,
|
|
11930
12118
|
input: ["text"],
|
|
11931
12119
|
cost: {
|
|
11932
|
-
input: 0.
|
|
11933
|
-
output:
|
|
11934
|
-
cacheRead: 0.
|
|
12120
|
+
input: 0.546,
|
|
12121
|
+
output: 1.716,
|
|
12122
|
+
cacheRead: 0.10139999999999999,
|
|
11935
12123
|
cacheWrite: 0,
|
|
11936
12124
|
},
|
|
11937
12125
|
contextWindow: 1048576,
|
|
11938
|
-
maxTokens:
|
|
12126
|
+
maxTokens: 128000,
|
|
11939
12127
|
},
|
|
11940
12128
|
"z-ai/glm-5v-turbo": {
|
|
11941
12129
|
id: "z-ai/glm-5v-turbo",
|
|
@@ -12065,7 +12253,7 @@ export const MODELS = {
|
|
|
12065
12253
|
reasoning: true,
|
|
12066
12254
|
input: ["text", "image"],
|
|
12067
12255
|
cost: {
|
|
12068
|
-
input: 0.
|
|
12256
|
+
input: 0.65,
|
|
12069
12257
|
output: 3.41,
|
|
12070
12258
|
cacheRead: 0.14,
|
|
12071
12259
|
cacheWrite: 0,
|
|
@@ -12107,6 +12295,23 @@ export const MODELS = {
|
|
|
12107
12295
|
contextWindow: 400000,
|
|
12108
12296
|
maxTokens: 128000,
|
|
12109
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
|
+
},
|
|
12110
12315
|
},
|
|
12111
12316
|
"vercel-ai-gateway": {
|
|
12112
12317
|
"alibaba/qwen-3-14b": {
|
|
@@ -14948,6 +15153,23 @@ export const MODELS = {
|
|
|
14948
15153
|
contextWindow: 1000000,
|
|
14949
15154
|
maxTokens: 1000000,
|
|
14950
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
|
+
},
|
|
14951
15173
|
"xai/grok-build-0.1": {
|
|
14952
15174
|
id: "xai/grok-build-0.1",
|
|
14953
15175
|
name: "Grok Build 0.1",
|
|
@@ -15341,6 +15563,23 @@ export const MODELS = {
|
|
|
15341
15563
|
contextWindow: 1000000,
|
|
15342
15564
|
maxTokens: 30000,
|
|
15343
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
|
+
},
|
|
15344
15583
|
"grok-build-0.1": {
|
|
15345
15584
|
id: "grok-build-0.1",
|
|
15346
15585
|
name: "Grok Build 0.1",
|