@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
|
@@ -5035,6 +5035,26 @@ export declare const MODELS: {
|
|
|
5035
5035
|
contextWindow: number;
|
|
5036
5036
|
maxTokens: number;
|
|
5037
5037
|
};
|
|
5038
|
+
readonly "openai/gpt-oss-20b": {
|
|
5039
|
+
id: string;
|
|
5040
|
+
name: string;
|
|
5041
|
+
api: "openai-completions";
|
|
5042
|
+
provider: string;
|
|
5043
|
+
baseUrl: string;
|
|
5044
|
+
compat: {
|
|
5045
|
+
supportsDeveloperRole: false;
|
|
5046
|
+
};
|
|
5047
|
+
reasoning: true;
|
|
5048
|
+
input: "text"[];
|
|
5049
|
+
cost: {
|
|
5050
|
+
input: number;
|
|
5051
|
+
output: number;
|
|
5052
|
+
cacheRead: number;
|
|
5053
|
+
cacheWrite: number;
|
|
5054
|
+
};
|
|
5055
|
+
contextWindow: number;
|
|
5056
|
+
maxTokens: number;
|
|
5057
|
+
};
|
|
5038
5058
|
readonly "stepfun-ai/Step-3.5-Flash": {
|
|
5039
5059
|
id: string;
|
|
5040
5060
|
name: string;
|
|
@@ -7564,6 +7584,23 @@ export declare const MODELS: {
|
|
|
7564
7584
|
contextWindow: number;
|
|
7565
7585
|
maxTokens: number;
|
|
7566
7586
|
};
|
|
7587
|
+
readonly "grok-4.5": {
|
|
7588
|
+
id: string;
|
|
7589
|
+
name: string;
|
|
7590
|
+
api: "openai-completions";
|
|
7591
|
+
provider: string;
|
|
7592
|
+
baseUrl: string;
|
|
7593
|
+
reasoning: true;
|
|
7594
|
+
input: ("image" | "text")[];
|
|
7595
|
+
cost: {
|
|
7596
|
+
input: number;
|
|
7597
|
+
output: number;
|
|
7598
|
+
cacheRead: number;
|
|
7599
|
+
cacheWrite: number;
|
|
7600
|
+
};
|
|
7601
|
+
contextWindow: number;
|
|
7602
|
+
maxTokens: number;
|
|
7603
|
+
};
|
|
7567
7604
|
readonly "grok-build-0.1": {
|
|
7568
7605
|
id: string;
|
|
7569
7606
|
name: string;
|
|
@@ -7581,6 +7618,23 @@ export declare const MODELS: {
|
|
|
7581
7618
|
contextWindow: number;
|
|
7582
7619
|
maxTokens: number;
|
|
7583
7620
|
};
|
|
7621
|
+
readonly "hy3-free": {
|
|
7622
|
+
id: string;
|
|
7623
|
+
name: string;
|
|
7624
|
+
api: "openai-completions";
|
|
7625
|
+
provider: string;
|
|
7626
|
+
baseUrl: string;
|
|
7627
|
+
reasoning: true;
|
|
7628
|
+
input: "text"[];
|
|
7629
|
+
cost: {
|
|
7630
|
+
input: number;
|
|
7631
|
+
output: number;
|
|
7632
|
+
cacheRead: number;
|
|
7633
|
+
cacheWrite: number;
|
|
7634
|
+
};
|
|
7635
|
+
contextWindow: number;
|
|
7636
|
+
maxTokens: number;
|
|
7637
|
+
};
|
|
7584
7638
|
readonly "kimi-k2.5": {
|
|
7585
7639
|
id: string;
|
|
7586
7640
|
name: string;
|
|
@@ -8010,6 +8064,57 @@ export declare const MODELS: {
|
|
|
8010
8064
|
contextWindow: number;
|
|
8011
8065
|
maxTokens: number;
|
|
8012
8066
|
};
|
|
8067
|
+
readonly "aion-labs/aion-2.0": {
|
|
8068
|
+
id: string;
|
|
8069
|
+
name: string;
|
|
8070
|
+
api: "openai-completions";
|
|
8071
|
+
provider: string;
|
|
8072
|
+
baseUrl: string;
|
|
8073
|
+
reasoning: true;
|
|
8074
|
+
input: "text"[];
|
|
8075
|
+
cost: {
|
|
8076
|
+
input: number;
|
|
8077
|
+
output: number;
|
|
8078
|
+
cacheRead: number;
|
|
8079
|
+
cacheWrite: number;
|
|
8080
|
+
};
|
|
8081
|
+
contextWindow: number;
|
|
8082
|
+
maxTokens: number;
|
|
8083
|
+
};
|
|
8084
|
+
readonly "aion-labs/aion-3.0": {
|
|
8085
|
+
id: string;
|
|
8086
|
+
name: string;
|
|
8087
|
+
api: "openai-completions";
|
|
8088
|
+
provider: string;
|
|
8089
|
+
baseUrl: string;
|
|
8090
|
+
reasoning: true;
|
|
8091
|
+
input: "text"[];
|
|
8092
|
+
cost: {
|
|
8093
|
+
input: number;
|
|
8094
|
+
output: number;
|
|
8095
|
+
cacheRead: number;
|
|
8096
|
+
cacheWrite: number;
|
|
8097
|
+
};
|
|
8098
|
+
contextWindow: number;
|
|
8099
|
+
maxTokens: number;
|
|
8100
|
+
};
|
|
8101
|
+
readonly "aion-labs/aion-3.0-mini": {
|
|
8102
|
+
id: string;
|
|
8103
|
+
name: string;
|
|
8104
|
+
api: "openai-completions";
|
|
8105
|
+
provider: string;
|
|
8106
|
+
baseUrl: string;
|
|
8107
|
+
reasoning: true;
|
|
8108
|
+
input: "text"[];
|
|
8109
|
+
cost: {
|
|
8110
|
+
input: number;
|
|
8111
|
+
output: number;
|
|
8112
|
+
cacheRead: number;
|
|
8113
|
+
cacheWrite: number;
|
|
8114
|
+
};
|
|
8115
|
+
contextWindow: number;
|
|
8116
|
+
maxTokens: number;
|
|
8117
|
+
};
|
|
8013
8118
|
readonly "amazon/nova-2-lite-v1": {
|
|
8014
8119
|
id: string;
|
|
8015
8120
|
name: string;
|
|
@@ -8741,23 +8846,6 @@ export declare const MODELS: {
|
|
|
8741
8846
|
contextWindow: number;
|
|
8742
8847
|
maxTokens: number;
|
|
8743
8848
|
};
|
|
8744
|
-
readonly "google/gemini-2.5-flash-lite-preview-09-2025": {
|
|
8745
|
-
id: string;
|
|
8746
|
-
name: string;
|
|
8747
|
-
api: "openai-completions";
|
|
8748
|
-
provider: string;
|
|
8749
|
-
baseUrl: string;
|
|
8750
|
-
reasoning: true;
|
|
8751
|
-
input: ("image" | "text")[];
|
|
8752
|
-
cost: {
|
|
8753
|
-
input: number;
|
|
8754
|
-
output: number;
|
|
8755
|
-
cacheRead: number;
|
|
8756
|
-
cacheWrite: number;
|
|
8757
|
-
};
|
|
8758
|
-
contextWindow: number;
|
|
8759
|
-
maxTokens: number;
|
|
8760
|
-
};
|
|
8761
8849
|
readonly "google/gemini-2.5-pro": {
|
|
8762
8850
|
id: string;
|
|
8763
8851
|
name: string;
|
|
@@ -9744,6 +9832,40 @@ export declare const MODELS: {
|
|
|
9744
9832
|
contextWindow: number;
|
|
9745
9833
|
maxTokens: number;
|
|
9746
9834
|
};
|
|
9835
|
+
readonly "nex-agi/nex-n2-mini": {
|
|
9836
|
+
id: string;
|
|
9837
|
+
name: string;
|
|
9838
|
+
api: "openai-completions";
|
|
9839
|
+
provider: string;
|
|
9840
|
+
baseUrl: string;
|
|
9841
|
+
reasoning: true;
|
|
9842
|
+
input: ("image" | "text")[];
|
|
9843
|
+
cost: {
|
|
9844
|
+
input: number;
|
|
9845
|
+
output: number;
|
|
9846
|
+
cacheRead: number;
|
|
9847
|
+
cacheWrite: number;
|
|
9848
|
+
};
|
|
9849
|
+
contextWindow: number;
|
|
9850
|
+
maxTokens: number;
|
|
9851
|
+
};
|
|
9852
|
+
readonly "nex-agi/nex-n2-pro": {
|
|
9853
|
+
id: string;
|
|
9854
|
+
name: string;
|
|
9855
|
+
api: "openai-completions";
|
|
9856
|
+
provider: string;
|
|
9857
|
+
baseUrl: string;
|
|
9858
|
+
reasoning: true;
|
|
9859
|
+
input: ("image" | "text")[];
|
|
9860
|
+
cost: {
|
|
9861
|
+
input: number;
|
|
9862
|
+
output: number;
|
|
9863
|
+
cacheRead: number;
|
|
9864
|
+
cacheWrite: number;
|
|
9865
|
+
};
|
|
9866
|
+
contextWindow: number;
|
|
9867
|
+
maxTokens: number;
|
|
9868
|
+
};
|
|
9747
9869
|
readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
9748
9870
|
id: string;
|
|
9749
9871
|
name: string;
|
|
@@ -10543,6 +10665,57 @@ export declare const MODELS: {
|
|
|
10543
10665
|
contextWindow: number;
|
|
10544
10666
|
maxTokens: number;
|
|
10545
10667
|
};
|
|
10668
|
+
readonly "openai/gpt-5.6-luna": {
|
|
10669
|
+
id: string;
|
|
10670
|
+
name: string;
|
|
10671
|
+
api: "openai-completions";
|
|
10672
|
+
provider: string;
|
|
10673
|
+
baseUrl: string;
|
|
10674
|
+
reasoning: true;
|
|
10675
|
+
input: ("image" | "text")[];
|
|
10676
|
+
cost: {
|
|
10677
|
+
input: number;
|
|
10678
|
+
output: number;
|
|
10679
|
+
cacheRead: number;
|
|
10680
|
+
cacheWrite: number;
|
|
10681
|
+
};
|
|
10682
|
+
contextWindow: number;
|
|
10683
|
+
maxTokens: number;
|
|
10684
|
+
};
|
|
10685
|
+
readonly "openai/gpt-5.6-sol": {
|
|
10686
|
+
id: string;
|
|
10687
|
+
name: string;
|
|
10688
|
+
api: "openai-completions";
|
|
10689
|
+
provider: string;
|
|
10690
|
+
baseUrl: string;
|
|
10691
|
+
reasoning: true;
|
|
10692
|
+
input: ("image" | "text")[];
|
|
10693
|
+
cost: {
|
|
10694
|
+
input: number;
|
|
10695
|
+
output: number;
|
|
10696
|
+
cacheRead: number;
|
|
10697
|
+
cacheWrite: number;
|
|
10698
|
+
};
|
|
10699
|
+
contextWindow: number;
|
|
10700
|
+
maxTokens: number;
|
|
10701
|
+
};
|
|
10702
|
+
readonly "openai/gpt-5.6-terra": {
|
|
10703
|
+
id: string;
|
|
10704
|
+
name: string;
|
|
10705
|
+
api: "openai-completions";
|
|
10706
|
+
provider: string;
|
|
10707
|
+
baseUrl: string;
|
|
10708
|
+
reasoning: true;
|
|
10709
|
+
input: ("image" | "text")[];
|
|
10710
|
+
cost: {
|
|
10711
|
+
input: number;
|
|
10712
|
+
output: number;
|
|
10713
|
+
cacheRead: number;
|
|
10714
|
+
cacheWrite: number;
|
|
10715
|
+
};
|
|
10716
|
+
contextWindow: number;
|
|
10717
|
+
maxTokens: number;
|
|
10718
|
+
};
|
|
10546
10719
|
readonly "openai/gpt-audio": {
|
|
10547
10720
|
id: string;
|
|
10548
10721
|
name: string;
|
|
@@ -10934,40 +11107,6 @@ export declare const MODELS: {
|
|
|
10934
11107
|
contextWindow: number;
|
|
10935
11108
|
maxTokens: number;
|
|
10936
11109
|
};
|
|
10937
|
-
readonly "poolside/laguna-xs.2": {
|
|
10938
|
-
id: string;
|
|
10939
|
-
name: string;
|
|
10940
|
-
api: "openai-completions";
|
|
10941
|
-
provider: string;
|
|
10942
|
-
baseUrl: string;
|
|
10943
|
-
reasoning: true;
|
|
10944
|
-
input: "text"[];
|
|
10945
|
-
cost: {
|
|
10946
|
-
input: number;
|
|
10947
|
-
output: number;
|
|
10948
|
-
cacheRead: number;
|
|
10949
|
-
cacheWrite: number;
|
|
10950
|
-
};
|
|
10951
|
-
contextWindow: number;
|
|
10952
|
-
maxTokens: number;
|
|
10953
|
-
};
|
|
10954
|
-
readonly "poolside/laguna-xs.2:free": {
|
|
10955
|
-
id: string;
|
|
10956
|
-
name: string;
|
|
10957
|
-
api: "openai-completions";
|
|
10958
|
-
provider: string;
|
|
10959
|
-
baseUrl: string;
|
|
10960
|
-
reasoning: true;
|
|
10961
|
-
input: "text"[];
|
|
10962
|
-
cost: {
|
|
10963
|
-
input: number;
|
|
10964
|
-
output: number;
|
|
10965
|
-
cacheRead: number;
|
|
10966
|
-
cacheWrite: number;
|
|
10967
|
-
};
|
|
10968
|
-
contextWindow: number;
|
|
10969
|
-
maxTokens: number;
|
|
10970
|
-
};
|
|
10971
11110
|
readonly "qwen/qwen-2.5-72b-instruct": {
|
|
10972
11111
|
id: string;
|
|
10973
11112
|
name: string;
|
|
@@ -11869,6 +12008,23 @@ export declare const MODELS: {
|
|
|
11869
12008
|
contextWindow: number;
|
|
11870
12009
|
maxTokens: number;
|
|
11871
12010
|
};
|
|
12011
|
+
readonly "tencent/hy3": {
|
|
12012
|
+
id: string;
|
|
12013
|
+
name: string;
|
|
12014
|
+
api: "openai-completions";
|
|
12015
|
+
provider: string;
|
|
12016
|
+
baseUrl: string;
|
|
12017
|
+
reasoning: true;
|
|
12018
|
+
input: "text"[];
|
|
12019
|
+
cost: {
|
|
12020
|
+
input: number;
|
|
12021
|
+
output: number;
|
|
12022
|
+
cacheRead: number;
|
|
12023
|
+
cacheWrite: number;
|
|
12024
|
+
};
|
|
12025
|
+
contextWindow: number;
|
|
12026
|
+
maxTokens: number;
|
|
12027
|
+
};
|
|
11872
12028
|
readonly "tencent/hy3-preview": {
|
|
11873
12029
|
id: string;
|
|
11874
12030
|
name: string;
|
|
@@ -11886,6 +12042,23 @@ export declare const MODELS: {
|
|
|
11886
12042
|
contextWindow: number;
|
|
11887
12043
|
maxTokens: number;
|
|
11888
12044
|
};
|
|
12045
|
+
readonly "tencent/hy3:free": {
|
|
12046
|
+
id: string;
|
|
12047
|
+
name: string;
|
|
12048
|
+
api: "openai-completions";
|
|
12049
|
+
provider: string;
|
|
12050
|
+
baseUrl: string;
|
|
12051
|
+
reasoning: true;
|
|
12052
|
+
input: "text"[];
|
|
12053
|
+
cost: {
|
|
12054
|
+
input: number;
|
|
12055
|
+
output: number;
|
|
12056
|
+
cacheRead: number;
|
|
12057
|
+
cacheWrite: number;
|
|
12058
|
+
};
|
|
12059
|
+
contextWindow: number;
|
|
12060
|
+
maxTokens: number;
|
|
12061
|
+
};
|
|
11889
12062
|
readonly "thedrummer/unslopnemo-12b": {
|
|
11890
12063
|
id: string;
|
|
11891
12064
|
name: string;
|
|
@@ -11954,6 +12127,23 @@ export declare const MODELS: {
|
|
|
11954
12127
|
contextWindow: number;
|
|
11955
12128
|
maxTokens: number;
|
|
11956
12129
|
};
|
|
12130
|
+
readonly "x-ai/grok-4.5": {
|
|
12131
|
+
id: string;
|
|
12132
|
+
name: string;
|
|
12133
|
+
api: "openai-completions";
|
|
12134
|
+
provider: string;
|
|
12135
|
+
baseUrl: string;
|
|
12136
|
+
reasoning: true;
|
|
12137
|
+
input: ("image" | "text")[];
|
|
12138
|
+
cost: {
|
|
12139
|
+
input: number;
|
|
12140
|
+
output: number;
|
|
12141
|
+
cacheRead: number;
|
|
12142
|
+
cacheWrite: number;
|
|
12143
|
+
};
|
|
12144
|
+
contextWindow: number;
|
|
12145
|
+
maxTokens: number;
|
|
12146
|
+
};
|
|
11957
12147
|
readonly "x-ai/grok-build-0.1": {
|
|
11958
12148
|
id: string;
|
|
11959
12149
|
name: string;
|
|
@@ -12362,6 +12552,23 @@ export declare const MODELS: {
|
|
|
12362
12552
|
contextWindow: number;
|
|
12363
12553
|
maxTokens: number;
|
|
12364
12554
|
};
|
|
12555
|
+
readonly "~x-ai/grok-latest": {
|
|
12556
|
+
id: string;
|
|
12557
|
+
name: string;
|
|
12558
|
+
api: "openai-completions";
|
|
12559
|
+
provider: string;
|
|
12560
|
+
baseUrl: string;
|
|
12561
|
+
reasoning: true;
|
|
12562
|
+
input: ("image" | "text")[];
|
|
12563
|
+
cost: {
|
|
12564
|
+
input: number;
|
|
12565
|
+
output: number;
|
|
12566
|
+
cacheRead: number;
|
|
12567
|
+
cacheWrite: number;
|
|
12568
|
+
};
|
|
12569
|
+
contextWindow: number;
|
|
12570
|
+
maxTokens: number;
|
|
12571
|
+
};
|
|
12365
12572
|
};
|
|
12366
12573
|
readonly "vercel-ai-gateway": {
|
|
12367
12574
|
readonly "alibaba/qwen-3-14b": {
|
|
@@ -15203,6 +15410,23 @@ export declare const MODELS: {
|
|
|
15203
15410
|
contextWindow: number;
|
|
15204
15411
|
maxTokens: number;
|
|
15205
15412
|
};
|
|
15413
|
+
readonly "xai/grok-4.5": {
|
|
15414
|
+
id: string;
|
|
15415
|
+
name: string;
|
|
15416
|
+
api: "anthropic-messages";
|
|
15417
|
+
provider: string;
|
|
15418
|
+
baseUrl: string;
|
|
15419
|
+
reasoning: true;
|
|
15420
|
+
input: ("image" | "text")[];
|
|
15421
|
+
cost: {
|
|
15422
|
+
input: number;
|
|
15423
|
+
output: number;
|
|
15424
|
+
cacheRead: number;
|
|
15425
|
+
cacheWrite: number;
|
|
15426
|
+
};
|
|
15427
|
+
contextWindow: number;
|
|
15428
|
+
maxTokens: number;
|
|
15429
|
+
};
|
|
15206
15430
|
readonly "xai/grok-build-0.1": {
|
|
15207
15431
|
id: string;
|
|
15208
15432
|
name: string;
|
|
@@ -15596,6 +15820,23 @@ export declare const MODELS: {
|
|
|
15596
15820
|
contextWindow: number;
|
|
15597
15821
|
maxTokens: number;
|
|
15598
15822
|
};
|
|
15823
|
+
readonly "grok-4.5": {
|
|
15824
|
+
id: string;
|
|
15825
|
+
name: string;
|
|
15826
|
+
api: "openai-completions";
|
|
15827
|
+
provider: string;
|
|
15828
|
+
baseUrl: string;
|
|
15829
|
+
reasoning: true;
|
|
15830
|
+
input: ("image" | "text")[];
|
|
15831
|
+
cost: {
|
|
15832
|
+
input: number;
|
|
15833
|
+
output: number;
|
|
15834
|
+
cacheRead: number;
|
|
15835
|
+
cacheWrite: number;
|
|
15836
|
+
};
|
|
15837
|
+
contextWindow: number;
|
|
15838
|
+
maxTokens: number;
|
|
15839
|
+
};
|
|
15599
15840
|
readonly "grok-build-0.1": {
|
|
15600
15841
|
id: string;
|
|
15601
15842
|
name: string;
|