@apholdings/jensen-ai 1.0.9 → 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.
|
@@ -731,6 +731,23 @@ export declare const MODELS: {
|
|
|
731
731
|
contextWindow: number;
|
|
732
732
|
maxTokens: number;
|
|
733
733
|
};
|
|
734
|
+
readonly "jp.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
735
|
+
id: string;
|
|
736
|
+
name: string;
|
|
737
|
+
api: "bedrock-converse-stream";
|
|
738
|
+
provider: string;
|
|
739
|
+
baseUrl: string;
|
|
740
|
+
reasoning: true;
|
|
741
|
+
input: ("image" | "text")[];
|
|
742
|
+
cost: {
|
|
743
|
+
input: number;
|
|
744
|
+
output: number;
|
|
745
|
+
cacheRead: number;
|
|
746
|
+
cacheWrite: number;
|
|
747
|
+
};
|
|
748
|
+
contextWindow: number;
|
|
749
|
+
maxTokens: number;
|
|
750
|
+
};
|
|
734
751
|
readonly "jp.anthropic.claude-opus-4-7": {
|
|
735
752
|
id: string;
|
|
736
753
|
name: string;
|
|
@@ -5018,6 +5035,26 @@ export declare const MODELS: {
|
|
|
5018
5035
|
contextWindow: number;
|
|
5019
5036
|
maxTokens: number;
|
|
5020
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
|
+
};
|
|
5021
5058
|
readonly "stepfun-ai/Step-3.5-Flash": {
|
|
5022
5059
|
id: string;
|
|
5023
5060
|
name: string;
|
|
@@ -7564,6 +7601,23 @@ export declare const MODELS: {
|
|
|
7564
7601
|
contextWindow: number;
|
|
7565
7602
|
maxTokens: number;
|
|
7566
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
|
+
};
|
|
7567
7621
|
readonly "kimi-k2.5": {
|
|
7568
7622
|
id: string;
|
|
7569
7623
|
name: string;
|
|
@@ -7993,6 +8047,57 @@ export declare const MODELS: {
|
|
|
7993
8047
|
contextWindow: number;
|
|
7994
8048
|
maxTokens: number;
|
|
7995
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
|
+
};
|
|
7996
8101
|
readonly "amazon/nova-2-lite-v1": {
|
|
7997
8102
|
id: string;
|
|
7998
8103
|
name: string;
|
|
@@ -9727,6 +9832,40 @@ export declare const MODELS: {
|
|
|
9727
9832
|
contextWindow: number;
|
|
9728
9833
|
maxTokens: number;
|
|
9729
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
|
+
};
|
|
9730
9869
|
readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
9731
9870
|
id: string;
|
|
9732
9871
|
name: string;
|
|
@@ -11852,6 +11991,23 @@ export declare const MODELS: {
|
|
|
11852
11991
|
contextWindow: number;
|
|
11853
11992
|
maxTokens: number;
|
|
11854
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
|
+
};
|
|
11855
12011
|
readonly "tencent/hy3-preview": {
|
|
11856
12012
|
id: string;
|
|
11857
12013
|
name: string;
|
|
@@ -11869,6 +12025,23 @@ export declare const MODELS: {
|
|
|
11869
12025
|
contextWindow: number;
|
|
11870
12026
|
maxTokens: number;
|
|
11871
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
|
+
};
|
|
11872
12045
|
readonly "thedrummer/unslopnemo-12b": {
|
|
11873
12046
|
id: string;
|
|
11874
12047
|
name: string;
|