@apholdings/jensen-ai 0.57.4 → 0.57.6
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 +142 -19
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +167 -47
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -799,6 +799,23 @@ export declare const MODELS: {
|
|
|
799
799
|
contextWindow: number;
|
|
800
800
|
maxTokens: number;
|
|
801
801
|
};
|
|
802
|
+
readonly "minimax.minimax-m2.5": {
|
|
803
|
+
id: string;
|
|
804
|
+
name: string;
|
|
805
|
+
api: "bedrock-converse-stream";
|
|
806
|
+
provider: string;
|
|
807
|
+
baseUrl: string;
|
|
808
|
+
reasoning: true;
|
|
809
|
+
input: "text"[];
|
|
810
|
+
cost: {
|
|
811
|
+
input: number;
|
|
812
|
+
output: number;
|
|
813
|
+
cacheRead: number;
|
|
814
|
+
cacheWrite: number;
|
|
815
|
+
};
|
|
816
|
+
contextWindow: number;
|
|
817
|
+
maxTokens: number;
|
|
818
|
+
};
|
|
802
819
|
readonly "mistral.devstral-2-123b": {
|
|
803
820
|
id: string;
|
|
804
821
|
name: string;
|
|
@@ -1037,6 +1054,23 @@ export declare const MODELS: {
|
|
|
1037
1054
|
contextWindow: number;
|
|
1038
1055
|
maxTokens: number;
|
|
1039
1056
|
};
|
|
1057
|
+
readonly "nvidia.nemotron-super-3-120b": {
|
|
1058
|
+
id: string;
|
|
1059
|
+
name: string;
|
|
1060
|
+
api: "bedrock-converse-stream";
|
|
1061
|
+
provider: string;
|
|
1062
|
+
baseUrl: string;
|
|
1063
|
+
reasoning: true;
|
|
1064
|
+
input: "text"[];
|
|
1065
|
+
cost: {
|
|
1066
|
+
input: number;
|
|
1067
|
+
output: number;
|
|
1068
|
+
cacheRead: number;
|
|
1069
|
+
cacheWrite: number;
|
|
1070
|
+
};
|
|
1071
|
+
contextWindow: number;
|
|
1072
|
+
maxTokens: number;
|
|
1073
|
+
};
|
|
1040
1074
|
readonly "openai.gpt-oss-120b-1:0": {
|
|
1041
1075
|
id: string;
|
|
1042
1076
|
name: string;
|
|
@@ -1411,6 +1445,23 @@ export declare const MODELS: {
|
|
|
1411
1445
|
contextWindow: number;
|
|
1412
1446
|
maxTokens: number;
|
|
1413
1447
|
};
|
|
1448
|
+
readonly "zai.glm-5": {
|
|
1449
|
+
id: string;
|
|
1450
|
+
name: string;
|
|
1451
|
+
api: "bedrock-converse-stream";
|
|
1452
|
+
provider: string;
|
|
1453
|
+
baseUrl: string;
|
|
1454
|
+
reasoning: true;
|
|
1455
|
+
input: "text"[];
|
|
1456
|
+
cost: {
|
|
1457
|
+
input: number;
|
|
1458
|
+
output: number;
|
|
1459
|
+
cacheRead: number;
|
|
1460
|
+
cacheWrite: number;
|
|
1461
|
+
};
|
|
1462
|
+
contextWindow: number;
|
|
1463
|
+
maxTokens: number;
|
|
1464
|
+
};
|
|
1414
1465
|
};
|
|
1415
1466
|
readonly anthropic: {
|
|
1416
1467
|
readonly "claude-3-5-haiku-20241022": {
|
|
@@ -7649,23 +7700,6 @@ export declare const MODELS: {
|
|
|
7649
7700
|
contextWindow: number;
|
|
7650
7701
|
maxTokens: number;
|
|
7651
7702
|
};
|
|
7652
|
-
readonly "google/gemini-3-pro-preview": {
|
|
7653
|
-
id: string;
|
|
7654
|
-
name: string;
|
|
7655
|
-
api: "openai-completions";
|
|
7656
|
-
provider: string;
|
|
7657
|
-
baseUrl: string;
|
|
7658
|
-
reasoning: true;
|
|
7659
|
-
input: ("image" | "text")[];
|
|
7660
|
-
cost: {
|
|
7661
|
-
input: number;
|
|
7662
|
-
output: number;
|
|
7663
|
-
cacheRead: number;
|
|
7664
|
-
cacheWrite: number;
|
|
7665
|
-
};
|
|
7666
|
-
contextWindow: number;
|
|
7667
|
-
maxTokens: number;
|
|
7668
|
-
};
|
|
7669
7703
|
readonly "google/gemini-3.1-flash-lite-preview": {
|
|
7670
7704
|
id: string;
|
|
7671
7705
|
name: string;
|
|
@@ -10403,6 +10437,23 @@ export declare const MODELS: {
|
|
|
10403
10437
|
contextWindow: number;
|
|
10404
10438
|
maxTokens: number;
|
|
10405
10439
|
};
|
|
10440
|
+
readonly "reka/reka-edge": {
|
|
10441
|
+
id: string;
|
|
10442
|
+
name: string;
|
|
10443
|
+
api: "openai-completions";
|
|
10444
|
+
provider: string;
|
|
10445
|
+
baseUrl: string;
|
|
10446
|
+
reasoning: false;
|
|
10447
|
+
input: ("image" | "text")[];
|
|
10448
|
+
cost: {
|
|
10449
|
+
input: number;
|
|
10450
|
+
output: number;
|
|
10451
|
+
cacheRead: number;
|
|
10452
|
+
cacheWrite: number;
|
|
10453
|
+
};
|
|
10454
|
+
contextWindow: number;
|
|
10455
|
+
maxTokens: number;
|
|
10456
|
+
};
|
|
10406
10457
|
readonly "relace/relace-search": {
|
|
10407
10458
|
id: string;
|
|
10408
10459
|
name: string;
|
|
@@ -13159,6 +13210,23 @@ export declare const MODELS: {
|
|
|
13159
13210
|
contextWindow: number;
|
|
13160
13211
|
maxTokens: number;
|
|
13161
13212
|
};
|
|
13213
|
+
readonly "xai/grok-4.20-multi-agent": {
|
|
13214
|
+
id: string;
|
|
13215
|
+
name: string;
|
|
13216
|
+
api: "anthropic-messages";
|
|
13217
|
+
provider: string;
|
|
13218
|
+
baseUrl: string;
|
|
13219
|
+
reasoning: true;
|
|
13220
|
+
input: "text"[];
|
|
13221
|
+
cost: {
|
|
13222
|
+
input: number;
|
|
13223
|
+
output: number;
|
|
13224
|
+
cacheRead: number;
|
|
13225
|
+
cacheWrite: number;
|
|
13226
|
+
};
|
|
13227
|
+
contextWindow: number;
|
|
13228
|
+
maxTokens: number;
|
|
13229
|
+
};
|
|
13162
13230
|
readonly "xai/grok-4.20-multi-agent-beta": {
|
|
13163
13231
|
id: string;
|
|
13164
13232
|
name: string;
|
|
@@ -13176,6 +13244,23 @@ export declare const MODELS: {
|
|
|
13176
13244
|
contextWindow: number;
|
|
13177
13245
|
maxTokens: number;
|
|
13178
13246
|
};
|
|
13247
|
+
readonly "xai/grok-4.20-non-reasoning": {
|
|
13248
|
+
id: string;
|
|
13249
|
+
name: string;
|
|
13250
|
+
api: "anthropic-messages";
|
|
13251
|
+
provider: string;
|
|
13252
|
+
baseUrl: string;
|
|
13253
|
+
reasoning: false;
|
|
13254
|
+
input: ("image" | "text")[];
|
|
13255
|
+
cost: {
|
|
13256
|
+
input: number;
|
|
13257
|
+
output: number;
|
|
13258
|
+
cacheRead: number;
|
|
13259
|
+
cacheWrite: number;
|
|
13260
|
+
};
|
|
13261
|
+
contextWindow: number;
|
|
13262
|
+
maxTokens: number;
|
|
13263
|
+
};
|
|
13179
13264
|
readonly "xai/grok-4.20-non-reasoning-beta": {
|
|
13180
13265
|
id: string;
|
|
13181
13266
|
name: string;
|
|
@@ -13193,6 +13278,23 @@ export declare const MODELS: {
|
|
|
13193
13278
|
contextWindow: number;
|
|
13194
13279
|
maxTokens: number;
|
|
13195
13280
|
};
|
|
13281
|
+
readonly "xai/grok-4.20-reasoning": {
|
|
13282
|
+
id: string;
|
|
13283
|
+
name: string;
|
|
13284
|
+
api: "anthropic-messages";
|
|
13285
|
+
provider: string;
|
|
13286
|
+
baseUrl: string;
|
|
13287
|
+
reasoning: true;
|
|
13288
|
+
input: ("image" | "text")[];
|
|
13289
|
+
cost: {
|
|
13290
|
+
input: number;
|
|
13291
|
+
output: number;
|
|
13292
|
+
cacheRead: number;
|
|
13293
|
+
cacheWrite: number;
|
|
13294
|
+
};
|
|
13295
|
+
contextWindow: number;
|
|
13296
|
+
maxTokens: number;
|
|
13297
|
+
};
|
|
13196
13298
|
readonly "xai/grok-4.20-reasoning-beta": {
|
|
13197
13299
|
id: string;
|
|
13198
13300
|
name: string;
|
|
@@ -13773,7 +13875,7 @@ export declare const MODELS: {
|
|
|
13773
13875
|
contextWindow: number;
|
|
13774
13876
|
maxTokens: number;
|
|
13775
13877
|
};
|
|
13776
|
-
readonly "grok-4.20-
|
|
13878
|
+
readonly "grok-4.20-0309-non-reasoning": {
|
|
13777
13879
|
id: string;
|
|
13778
13880
|
name: string;
|
|
13779
13881
|
api: "openai-completions";
|
|
@@ -13790,7 +13892,7 @@ export declare const MODELS: {
|
|
|
13790
13892
|
contextWindow: number;
|
|
13791
13893
|
maxTokens: number;
|
|
13792
13894
|
};
|
|
13793
|
-
readonly "grok-4.20-
|
|
13895
|
+
readonly "grok-4.20-0309-reasoning": {
|
|
13794
13896
|
id: string;
|
|
13795
13897
|
name: string;
|
|
13796
13898
|
api: "openai-completions";
|
|
@@ -14028,6 +14130,27 @@ export declare const MODELS: {
|
|
|
14028
14130
|
contextWindow: number;
|
|
14029
14131
|
maxTokens: number;
|
|
14030
14132
|
};
|
|
14133
|
+
readonly "glm-4.7-flashx": {
|
|
14134
|
+
id: string;
|
|
14135
|
+
name: string;
|
|
14136
|
+
api: "openai-completions";
|
|
14137
|
+
provider: string;
|
|
14138
|
+
baseUrl: string;
|
|
14139
|
+
compat: {
|
|
14140
|
+
supportsDeveloperRole: false;
|
|
14141
|
+
thinkingFormat: "zai";
|
|
14142
|
+
};
|
|
14143
|
+
reasoning: true;
|
|
14144
|
+
input: "text"[];
|
|
14145
|
+
cost: {
|
|
14146
|
+
input: number;
|
|
14147
|
+
output: number;
|
|
14148
|
+
cacheRead: number;
|
|
14149
|
+
cacheWrite: number;
|
|
14150
|
+
};
|
|
14151
|
+
contextWindow: number;
|
|
14152
|
+
maxTokens: number;
|
|
14153
|
+
};
|
|
14031
14154
|
readonly "glm-5": {
|
|
14032
14155
|
id: string;
|
|
14033
14156
|
name: string;
|