@pensar/apex 0.0.34-canary.0 → 0.0.36-canary.0
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/build/benchmark.js +14 -1
- package/build/index.js +14 -1
- package/build/pentest.js +14 -1
- package/build/quicktest.js +14 -1
- package/build/swarm.js +14 -1
- package/package.json +1 -1
package/build/benchmark.js
CHANGED
|
@@ -121194,6 +121194,12 @@ var OPENROUTER_MODELS = [
|
|
|
121194
121194
|
provider: "openrouter",
|
|
121195
121195
|
contextLength: 64000
|
|
121196
121196
|
},
|
|
121197
|
+
{
|
|
121198
|
+
id: "moonshotai/kimi-k2-thinking",
|
|
121199
|
+
name: "Kimi K2 Thinking",
|
|
121200
|
+
provider: "openrouter",
|
|
121201
|
+
contextLength: 262144
|
|
121202
|
+
},
|
|
121197
121203
|
{
|
|
121198
121204
|
id: "moonshot/kimi-k2-turbo",
|
|
121199
121205
|
name: "Kimi K2 Turbo",
|
|
@@ -121206,6 +121212,12 @@ var OPENROUTER_MODELS = [
|
|
|
121206
121212
|
provider: "openrouter",
|
|
121207
121213
|
contextLength: 128000
|
|
121208
121214
|
},
|
|
121215
|
+
{
|
|
121216
|
+
id: "minimax/minimax-m2",
|
|
121217
|
+
name: "MiniMax M2",
|
|
121218
|
+
provider: "openrouter",
|
|
121219
|
+
contextLength: 204800
|
|
121220
|
+
},
|
|
121209
121221
|
{
|
|
121210
121222
|
id: "qwen/qwen3-8b",
|
|
121211
121223
|
name: "Qwen 3 8B Thinking",
|
|
@@ -121721,7 +121733,8 @@ function getProviderModel(model, authConfig) {
|
|
|
121721
121733
|
const bedrock2 = createAmazonBedrock({
|
|
121722
121734
|
region: bedrockRegion,
|
|
121723
121735
|
accessKeyId: bedrockAccessKeyId,
|
|
121724
|
-
secretAccessKey: bedrockSecretAccessKey
|
|
121736
|
+
secretAccessKey: bedrockSecretAccessKey,
|
|
121737
|
+
credentialProvider: authConfig?.bedrock?.credentialProvider
|
|
121725
121738
|
});
|
|
121726
121739
|
providerModel = bedrock2(model);
|
|
121727
121740
|
break;
|
package/build/index.js
CHANGED
|
@@ -27321,6 +27321,12 @@ var OPENROUTER_MODELS = [
|
|
|
27321
27321
|
provider: "openrouter",
|
|
27322
27322
|
contextLength: 64000
|
|
27323
27323
|
},
|
|
27324
|
+
{
|
|
27325
|
+
id: "moonshotai/kimi-k2-thinking",
|
|
27326
|
+
name: "Kimi K2 Thinking",
|
|
27327
|
+
provider: "openrouter",
|
|
27328
|
+
contextLength: 262144
|
|
27329
|
+
},
|
|
27324
27330
|
{
|
|
27325
27331
|
id: "moonshot/kimi-k2-turbo",
|
|
27326
27332
|
name: "Kimi K2 Turbo",
|
|
@@ -27333,6 +27339,12 @@ var OPENROUTER_MODELS = [
|
|
|
27333
27339
|
provider: "openrouter",
|
|
27334
27340
|
contextLength: 128000
|
|
27335
27341
|
},
|
|
27342
|
+
{
|
|
27343
|
+
id: "minimax/minimax-m2",
|
|
27344
|
+
name: "MiniMax M2",
|
|
27345
|
+
provider: "openrouter",
|
|
27346
|
+
contextLength: 204800
|
|
27347
|
+
},
|
|
27336
27348
|
{
|
|
27337
27349
|
id: "qwen/qwen3-8b",
|
|
27338
27350
|
name: "Qwen 3 8B Thinking",
|
|
@@ -64937,7 +64949,8 @@ function getProviderModel(model, authConfig) {
|
|
|
64937
64949
|
const bedrock2 = createAmazonBedrock({
|
|
64938
64950
|
region: bedrockRegion,
|
|
64939
64951
|
accessKeyId: bedrockAccessKeyId,
|
|
64940
|
-
secretAccessKey: bedrockSecretAccessKey
|
|
64952
|
+
secretAccessKey: bedrockSecretAccessKey,
|
|
64953
|
+
credentialProvider: authConfig?.bedrock?.credentialProvider
|
|
64941
64954
|
});
|
|
64942
64955
|
providerModel = bedrock2(model);
|
|
64943
64956
|
break;
|
package/build/pentest.js
CHANGED
|
@@ -39513,6 +39513,12 @@ var OPENROUTER_MODELS = [
|
|
|
39513
39513
|
provider: "openrouter",
|
|
39514
39514
|
contextLength: 64000
|
|
39515
39515
|
},
|
|
39516
|
+
{
|
|
39517
|
+
id: "moonshotai/kimi-k2-thinking",
|
|
39518
|
+
name: "Kimi K2 Thinking",
|
|
39519
|
+
provider: "openrouter",
|
|
39520
|
+
contextLength: 262144
|
|
39521
|
+
},
|
|
39516
39522
|
{
|
|
39517
39523
|
id: "moonshot/kimi-k2-turbo",
|
|
39518
39524
|
name: "Kimi K2 Turbo",
|
|
@@ -39525,6 +39531,12 @@ var OPENROUTER_MODELS = [
|
|
|
39525
39531
|
provider: "openrouter",
|
|
39526
39532
|
contextLength: 128000
|
|
39527
39533
|
},
|
|
39534
|
+
{
|
|
39535
|
+
id: "minimax/minimax-m2",
|
|
39536
|
+
name: "MiniMax M2",
|
|
39537
|
+
provider: "openrouter",
|
|
39538
|
+
contextLength: 204800
|
|
39539
|
+
},
|
|
39528
39540
|
{
|
|
39529
39541
|
id: "qwen/qwen3-8b",
|
|
39530
39542
|
name: "Qwen 3 8B Thinking",
|
|
@@ -40040,7 +40052,8 @@ function getProviderModel(model, authConfig) {
|
|
|
40040
40052
|
const bedrock2 = createAmazonBedrock({
|
|
40041
40053
|
region: bedrockRegion,
|
|
40042
40054
|
accessKeyId: bedrockAccessKeyId,
|
|
40043
|
-
secretAccessKey: bedrockSecretAccessKey
|
|
40055
|
+
secretAccessKey: bedrockSecretAccessKey,
|
|
40056
|
+
credentialProvider: authConfig?.bedrock?.credentialProvider
|
|
40044
40057
|
});
|
|
40045
40058
|
providerModel = bedrock2(model);
|
|
40046
40059
|
break;
|
package/build/quicktest.js
CHANGED
|
@@ -39513,6 +39513,12 @@ var OPENROUTER_MODELS = [
|
|
|
39513
39513
|
provider: "openrouter",
|
|
39514
39514
|
contextLength: 64000
|
|
39515
39515
|
},
|
|
39516
|
+
{
|
|
39517
|
+
id: "moonshotai/kimi-k2-thinking",
|
|
39518
|
+
name: "Kimi K2 Thinking",
|
|
39519
|
+
provider: "openrouter",
|
|
39520
|
+
contextLength: 262144
|
|
39521
|
+
},
|
|
39516
39522
|
{
|
|
39517
39523
|
id: "moonshot/kimi-k2-turbo",
|
|
39518
39524
|
name: "Kimi K2 Turbo",
|
|
@@ -39525,6 +39531,12 @@ var OPENROUTER_MODELS = [
|
|
|
39525
39531
|
provider: "openrouter",
|
|
39526
39532
|
contextLength: 128000
|
|
39527
39533
|
},
|
|
39534
|
+
{
|
|
39535
|
+
id: "minimax/minimax-m2",
|
|
39536
|
+
name: "MiniMax M2",
|
|
39537
|
+
provider: "openrouter",
|
|
39538
|
+
contextLength: 204800
|
|
39539
|
+
},
|
|
39528
39540
|
{
|
|
39529
39541
|
id: "qwen/qwen3-8b",
|
|
39530
39542
|
name: "Qwen 3 8B Thinking",
|
|
@@ -40040,7 +40052,8 @@ function getProviderModel(model, authConfig) {
|
|
|
40040
40052
|
const bedrock2 = createAmazonBedrock({
|
|
40041
40053
|
region: bedrockRegion,
|
|
40042
40054
|
accessKeyId: bedrockAccessKeyId,
|
|
40043
|
-
secretAccessKey: bedrockSecretAccessKey
|
|
40055
|
+
secretAccessKey: bedrockSecretAccessKey,
|
|
40056
|
+
credentialProvider: authConfig?.bedrock?.credentialProvider
|
|
40044
40057
|
});
|
|
40045
40058
|
providerModel = bedrock2(model);
|
|
40046
40059
|
break;
|
package/build/swarm.js
CHANGED
|
@@ -39513,6 +39513,12 @@ var OPENROUTER_MODELS = [
|
|
|
39513
39513
|
provider: "openrouter",
|
|
39514
39514
|
contextLength: 64000
|
|
39515
39515
|
},
|
|
39516
|
+
{
|
|
39517
|
+
id: "moonshotai/kimi-k2-thinking",
|
|
39518
|
+
name: "Kimi K2 Thinking",
|
|
39519
|
+
provider: "openrouter",
|
|
39520
|
+
contextLength: 262144
|
|
39521
|
+
},
|
|
39516
39522
|
{
|
|
39517
39523
|
id: "moonshot/kimi-k2-turbo",
|
|
39518
39524
|
name: "Kimi K2 Turbo",
|
|
@@ -39525,6 +39531,12 @@ var OPENROUTER_MODELS = [
|
|
|
39525
39531
|
provider: "openrouter",
|
|
39526
39532
|
contextLength: 128000
|
|
39527
39533
|
},
|
|
39534
|
+
{
|
|
39535
|
+
id: "minimax/minimax-m2",
|
|
39536
|
+
name: "MiniMax M2",
|
|
39537
|
+
provider: "openrouter",
|
|
39538
|
+
contextLength: 204800
|
|
39539
|
+
},
|
|
39528
39540
|
{
|
|
39529
39541
|
id: "qwen/qwen3-8b",
|
|
39530
39542
|
name: "Qwen 3 8B Thinking",
|
|
@@ -40040,7 +40052,8 @@ function getProviderModel(model, authConfig) {
|
|
|
40040
40052
|
const bedrock2 = createAmazonBedrock({
|
|
40041
40053
|
region: bedrockRegion,
|
|
40042
40054
|
accessKeyId: bedrockAccessKeyId,
|
|
40043
|
-
secretAccessKey: bedrockSecretAccessKey
|
|
40055
|
+
secretAccessKey: bedrockSecretAccessKey,
|
|
40056
|
+
credentialProvider: authConfig?.bedrock?.credentialProvider
|
|
40044
40057
|
});
|
|
40045
40058
|
providerModel = bedrock2(model);
|
|
40046
40059
|
break;
|