@apholdings/jensen-ai 0.57.3 → 0.57.5
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.
|
@@ -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;
|
|
@@ -1411,6 +1428,23 @@ export declare const MODELS: {
|
|
|
1411
1428
|
contextWindow: number;
|
|
1412
1429
|
maxTokens: number;
|
|
1413
1430
|
};
|
|
1431
|
+
readonly "zai.glm-5": {
|
|
1432
|
+
id: string;
|
|
1433
|
+
name: string;
|
|
1434
|
+
api: "bedrock-converse-stream";
|
|
1435
|
+
provider: string;
|
|
1436
|
+
baseUrl: string;
|
|
1437
|
+
reasoning: true;
|
|
1438
|
+
input: "text"[];
|
|
1439
|
+
cost: {
|
|
1440
|
+
input: number;
|
|
1441
|
+
output: number;
|
|
1442
|
+
cacheRead: number;
|
|
1443
|
+
cacheWrite: number;
|
|
1444
|
+
};
|
|
1445
|
+
contextWindow: number;
|
|
1446
|
+
maxTokens: number;
|
|
1447
|
+
};
|
|
1414
1448
|
};
|
|
1415
1449
|
readonly anthropic: {
|
|
1416
1450
|
readonly "claude-3-5-haiku-20241022": {
|
|
@@ -13159,6 +13193,23 @@ export declare const MODELS: {
|
|
|
13159
13193
|
contextWindow: number;
|
|
13160
13194
|
maxTokens: number;
|
|
13161
13195
|
};
|
|
13196
|
+
readonly "xai/grok-4.20-multi-agent": {
|
|
13197
|
+
id: string;
|
|
13198
|
+
name: string;
|
|
13199
|
+
api: "anthropic-messages";
|
|
13200
|
+
provider: string;
|
|
13201
|
+
baseUrl: string;
|
|
13202
|
+
reasoning: true;
|
|
13203
|
+
input: "text"[];
|
|
13204
|
+
cost: {
|
|
13205
|
+
input: number;
|
|
13206
|
+
output: number;
|
|
13207
|
+
cacheRead: number;
|
|
13208
|
+
cacheWrite: number;
|
|
13209
|
+
};
|
|
13210
|
+
contextWindow: number;
|
|
13211
|
+
maxTokens: number;
|
|
13212
|
+
};
|
|
13162
13213
|
readonly "xai/grok-4.20-multi-agent-beta": {
|
|
13163
13214
|
id: string;
|
|
13164
13215
|
name: string;
|
|
@@ -13176,6 +13227,23 @@ export declare const MODELS: {
|
|
|
13176
13227
|
contextWindow: number;
|
|
13177
13228
|
maxTokens: number;
|
|
13178
13229
|
};
|
|
13230
|
+
readonly "xai/grok-4.20-non-reasoning": {
|
|
13231
|
+
id: string;
|
|
13232
|
+
name: string;
|
|
13233
|
+
api: "anthropic-messages";
|
|
13234
|
+
provider: string;
|
|
13235
|
+
baseUrl: string;
|
|
13236
|
+
reasoning: false;
|
|
13237
|
+
input: ("image" | "text")[];
|
|
13238
|
+
cost: {
|
|
13239
|
+
input: number;
|
|
13240
|
+
output: number;
|
|
13241
|
+
cacheRead: number;
|
|
13242
|
+
cacheWrite: number;
|
|
13243
|
+
};
|
|
13244
|
+
contextWindow: number;
|
|
13245
|
+
maxTokens: number;
|
|
13246
|
+
};
|
|
13179
13247
|
readonly "xai/grok-4.20-non-reasoning-beta": {
|
|
13180
13248
|
id: string;
|
|
13181
13249
|
name: string;
|
|
@@ -13193,6 +13261,23 @@ export declare const MODELS: {
|
|
|
13193
13261
|
contextWindow: number;
|
|
13194
13262
|
maxTokens: number;
|
|
13195
13263
|
};
|
|
13264
|
+
readonly "xai/grok-4.20-reasoning": {
|
|
13265
|
+
id: string;
|
|
13266
|
+
name: string;
|
|
13267
|
+
api: "anthropic-messages";
|
|
13268
|
+
provider: string;
|
|
13269
|
+
baseUrl: string;
|
|
13270
|
+
reasoning: true;
|
|
13271
|
+
input: ("image" | "text")[];
|
|
13272
|
+
cost: {
|
|
13273
|
+
input: number;
|
|
13274
|
+
output: number;
|
|
13275
|
+
cacheRead: number;
|
|
13276
|
+
cacheWrite: number;
|
|
13277
|
+
};
|
|
13278
|
+
contextWindow: number;
|
|
13279
|
+
maxTokens: number;
|
|
13280
|
+
};
|
|
13196
13281
|
readonly "xai/grok-4.20-reasoning-beta": {
|
|
13197
13282
|
id: string;
|
|
13198
13283
|
name: string;
|
|
@@ -13773,7 +13858,7 @@ export declare const MODELS: {
|
|
|
13773
13858
|
contextWindow: number;
|
|
13774
13859
|
maxTokens: number;
|
|
13775
13860
|
};
|
|
13776
|
-
readonly "grok-4.20-
|
|
13861
|
+
readonly "grok-4.20-0309-non-reasoning": {
|
|
13777
13862
|
id: string;
|
|
13778
13863
|
name: string;
|
|
13779
13864
|
api: "openai-completions";
|
|
@@ -13790,7 +13875,7 @@ export declare const MODELS: {
|
|
|
13790
13875
|
contextWindow: number;
|
|
13791
13876
|
maxTokens: number;
|
|
13792
13877
|
};
|
|
13793
|
-
readonly "grok-4.20-
|
|
13878
|
+
readonly "grok-4.20-0309-reasoning": {
|
|
13794
13879
|
id: string;
|
|
13795
13880
|
name: string;
|
|
13796
13881
|
api: "openai-completions";
|