@apholdings/jensen-ai 1.1.0 → 1.1.1
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.
|
@@ -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;
|
|
@@ -7581,6 +7601,23 @@ export declare const MODELS: {
|
|
|
7581
7601
|
contextWindow: number;
|
|
7582
7602
|
maxTokens: number;
|
|
7583
7603
|
};
|
|
7604
|
+
readonly "hy3-free": {
|
|
7605
|
+
id: string;
|
|
7606
|
+
name: string;
|
|
7607
|
+
api: "openai-completions";
|
|
7608
|
+
provider: string;
|
|
7609
|
+
baseUrl: string;
|
|
7610
|
+
reasoning: true;
|
|
7611
|
+
input: "text"[];
|
|
7612
|
+
cost: {
|
|
7613
|
+
input: number;
|
|
7614
|
+
output: number;
|
|
7615
|
+
cacheRead: number;
|
|
7616
|
+
cacheWrite: number;
|
|
7617
|
+
};
|
|
7618
|
+
contextWindow: number;
|
|
7619
|
+
maxTokens: number;
|
|
7620
|
+
};
|
|
7584
7621
|
readonly "kimi-k2.5": {
|
|
7585
7622
|
id: string;
|
|
7586
7623
|
name: string;
|
|
@@ -8010,6 +8047,57 @@ export declare const MODELS: {
|
|
|
8010
8047
|
contextWindow: number;
|
|
8011
8048
|
maxTokens: number;
|
|
8012
8049
|
};
|
|
8050
|
+
readonly "aion-labs/aion-2.0": {
|
|
8051
|
+
id: string;
|
|
8052
|
+
name: string;
|
|
8053
|
+
api: "openai-completions";
|
|
8054
|
+
provider: string;
|
|
8055
|
+
baseUrl: string;
|
|
8056
|
+
reasoning: true;
|
|
8057
|
+
input: "text"[];
|
|
8058
|
+
cost: {
|
|
8059
|
+
input: number;
|
|
8060
|
+
output: number;
|
|
8061
|
+
cacheRead: number;
|
|
8062
|
+
cacheWrite: number;
|
|
8063
|
+
};
|
|
8064
|
+
contextWindow: number;
|
|
8065
|
+
maxTokens: number;
|
|
8066
|
+
};
|
|
8067
|
+
readonly "aion-labs/aion-3.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-mini": {
|
|
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
|
+
};
|
|
8013
8101
|
readonly "amazon/nova-2-lite-v1": {
|
|
8014
8102
|
id: string;
|
|
8015
8103
|
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;
|
|
@@ -11869,6 +11991,23 @@ export declare const MODELS: {
|
|
|
11869
11991
|
contextWindow: number;
|
|
11870
11992
|
maxTokens: number;
|
|
11871
11993
|
};
|
|
11994
|
+
readonly "tencent/hy3": {
|
|
11995
|
+
id: string;
|
|
11996
|
+
name: string;
|
|
11997
|
+
api: "openai-completions";
|
|
11998
|
+
provider: string;
|
|
11999
|
+
baseUrl: string;
|
|
12000
|
+
reasoning: true;
|
|
12001
|
+
input: "text"[];
|
|
12002
|
+
cost: {
|
|
12003
|
+
input: number;
|
|
12004
|
+
output: number;
|
|
12005
|
+
cacheRead: number;
|
|
12006
|
+
cacheWrite: number;
|
|
12007
|
+
};
|
|
12008
|
+
contextWindow: number;
|
|
12009
|
+
maxTokens: number;
|
|
12010
|
+
};
|
|
11872
12011
|
readonly "tencent/hy3-preview": {
|
|
11873
12012
|
id: string;
|
|
11874
12013
|
name: string;
|
|
@@ -11886,6 +12025,23 @@ export declare const MODELS: {
|
|
|
11886
12025
|
contextWindow: number;
|
|
11887
12026
|
maxTokens: number;
|
|
11888
12027
|
};
|
|
12028
|
+
readonly "tencent/hy3:free": {
|
|
12029
|
+
id: string;
|
|
12030
|
+
name: string;
|
|
12031
|
+
api: "openai-completions";
|
|
12032
|
+
provider: string;
|
|
12033
|
+
baseUrl: string;
|
|
12034
|
+
reasoning: true;
|
|
12035
|
+
input: "text"[];
|
|
12036
|
+
cost: {
|
|
12037
|
+
input: number;
|
|
12038
|
+
output: number;
|
|
12039
|
+
cacheRead: number;
|
|
12040
|
+
cacheWrite: number;
|
|
12041
|
+
};
|
|
12042
|
+
contextWindow: number;
|
|
12043
|
+
maxTokens: number;
|
|
12044
|
+
};
|
|
11889
12045
|
readonly "thedrummer/unslopnemo-12b": {
|
|
11890
12046
|
id: string;
|
|
11891
12047
|
name: string;
|