@psnext/slingcli 2.5.20260617-2 → 2.5.20260621-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.
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +276 -1
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +276 -1
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +276 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js +276 -1
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-websocket/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +30 -0
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +139 -109
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +10 -2
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +10 -2
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@smithy/core/package.json +1 -1
- package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
- package/node_modules/@smithy/fetch-http-handler/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +2 -2
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/assert/strict.d.ts +10 -1
- package/node_modules/@types/node/assert.d.ts +144 -17
- package/node_modules/@types/node/async_hooks.d.ts +9 -9
- package/node_modules/@types/node/buffer.d.ts +0 -5
- package/node_modules/@types/node/child_process.d.ts +17 -21
- package/node_modules/@types/node/cluster.d.ts +13 -13
- package/node_modules/@types/node/console.d.ts +1 -1
- package/node_modules/@types/node/crypto.d.ts +454 -571
- package/node_modules/@types/node/diagnostics_channel.d.ts +20 -9
- package/node_modules/@types/node/dns.d.ts +14 -14
- package/node_modules/@types/node/events.d.ts +3 -3
- package/node_modules/@types/node/fs/promises.d.ts +4 -4
- package/node_modules/@types/node/fs.d.ts +3 -12
- package/node_modules/@types/node/globals.d.ts +4 -4
- package/node_modules/@types/node/http.d.ts +5 -5
- package/node_modules/@types/node/http2.d.ts +1 -1
- package/node_modules/@types/node/index.d.ts +0 -3
- package/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/node/module.d.ts +16 -45
- package/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/node/os.d.ts +2 -2
- package/node_modules/@types/node/package.json +4 -4
- package/node_modules/@types/node/perf_hooks.d.ts +1 -9
- package/node_modules/@types/node/process.d.ts +11 -11
- package/node_modules/@types/node/readline.d.ts +12 -11
- package/node_modules/@types/node/repl.d.ts +10 -10
- package/node_modules/@types/node/sqlite.d.ts +1 -1
- package/node_modules/@types/node/stream/promises.d.ts +2 -2
- package/node_modules/@types/node/stream/web.d.ts +1 -1
- package/node_modules/@types/node/stream.d.ts +5 -5
- package/node_modules/@types/node/test/reporters.d.ts +1 -1
- package/node_modules/@types/node/test.d.ts +8 -8
- package/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@types/node/ts5.6/index.d.ts +1 -4
- package/node_modules/@types/node/ts5.7/index.d.ts +0 -3
- package/node_modules/@types/node/url.d.ts +3 -3
- package/node_modules/@types/node/util/types.d.ts +1 -1
- package/node_modules/@types/node/util.d.ts +3 -20
- package/node_modules/@types/node/v8.d.ts +1 -1
- package/node_modules/@types/node/vm.d.ts +9 -9
- package/node_modules/@types/node/web-globals/domexception.d.ts +15 -0
- package/node_modules/@types/node/worker_threads.d.ts +2 -5
- package/node_modules/@types/node/zlib.d.ts +3 -3
- package/node_modules/anynum/package.json +2 -2
- package/node_modules/path-expression-matcher/README.md +82 -7
- package/node_modules/path-expression-matcher/lib/pem.cjs +1 -1
- package/node_modules/path-expression-matcher/lib/pem.d.cts +83 -2
- package/node_modules/path-expression-matcher/lib/pem.min.js +1 -1
- package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -1
- package/node_modules/path-expression-matcher/package.json +3 -2
- package/node_modules/path-expression-matcher/src/ExpressionSet.js +18 -2
- package/node_modules/path-expression-matcher/src/Matcher.js +93 -3
- package/node_modules/path-expression-matcher/src/index.d.ts +67 -1
- package/node_modules/semver/classes/range.js +6 -2
- package/node_modules/semver/package.json +1 -1
- package/node_modules/strnum/package.json +5 -4
- package/node_modules/undici-types/agent.d.ts +0 -2
- package/node_modules/undici-types/client.d.ts +25 -19
- package/node_modules/undici-types/dispatcher.d.ts +7 -33
- package/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
- package/node_modules/undici-types/fetch.d.ts +24 -4
- package/node_modules/undici-types/h2c-client.d.ts +6 -6
- package/node_modules/undici-types/handlers.d.ts +1 -2
- package/node_modules/undici-types/header.d.ts +5 -0
- package/node_modules/undici-types/index.d.ts +3 -1
- package/node_modules/undici-types/interceptors.d.ts +1 -1
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/pool.d.ts +0 -2
- package/node_modules/undici-types/proxy-agent.d.ts +2 -2
- package/node_modules/undici-types/round-robin-pool.d.ts +0 -2
- package/node_modules/undici-types/snapshot-agent.d.ts +4 -0
- package/node_modules/undici-types/socks5-proxy-agent.d.ts +2 -2
- package/node_modules/undici-types/webidl.d.ts +0 -1
- package/package.json +2 -2
- package/slingshot/index.js +118 -118
- package/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
|
@@ -4563,25 +4563,6 @@ export const MODELS = {
|
|
|
4563
4563
|
contextWindow: 400000,
|
|
4564
4564
|
maxTokens: 128000,
|
|
4565
4565
|
},
|
|
4566
|
-
"raptor-mini": {
|
|
4567
|
-
id: "raptor-mini",
|
|
4568
|
-
name: "Raptor mini",
|
|
4569
|
-
api: "openai-completions",
|
|
4570
|
-
provider: "github-copilot",
|
|
4571
|
-
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4572
|
-
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4573
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
4574
|
-
reasoning: true,
|
|
4575
|
-
input: ["text", "image"],
|
|
4576
|
-
cost: {
|
|
4577
|
-
input: 0.25,
|
|
4578
|
-
output: 2,
|
|
4579
|
-
cacheRead: 0.025,
|
|
4580
|
-
cacheWrite: 0,
|
|
4581
|
-
},
|
|
4582
|
-
contextWindow: 400000,
|
|
4583
|
-
maxTokens: 128000,
|
|
4584
|
-
},
|
|
4585
4566
|
},
|
|
4586
4567
|
"google": {
|
|
4587
4568
|
"gemini-2.0-flash": {
|
|
@@ -4867,42 +4848,6 @@ export const MODELS = {
|
|
|
4867
4848
|
contextWindow: 262144,
|
|
4868
4849
|
maxTokens: 32768,
|
|
4869
4850
|
},
|
|
4870
|
-
"gemma-4-E2B-it": {
|
|
4871
|
-
id: "gemma-4-E2B-it",
|
|
4872
|
-
name: "Gemma 4 E2B IT",
|
|
4873
|
-
api: "google-generative-ai",
|
|
4874
|
-
provider: "google",
|
|
4875
|
-
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
4876
|
-
reasoning: true,
|
|
4877
|
-
thinkingLevelMap: { "off": null, "minimal": "MINIMAL", "low": null, "medium": null, "high": "HIGH" },
|
|
4878
|
-
input: ["text", "image"],
|
|
4879
|
-
cost: {
|
|
4880
|
-
input: 0,
|
|
4881
|
-
output: 0,
|
|
4882
|
-
cacheRead: 0,
|
|
4883
|
-
cacheWrite: 0,
|
|
4884
|
-
},
|
|
4885
|
-
contextWindow: 131072,
|
|
4886
|
-
maxTokens: 8192,
|
|
4887
|
-
},
|
|
4888
|
-
"gemma-4-E4B-it": {
|
|
4889
|
-
id: "gemma-4-E4B-it",
|
|
4890
|
-
name: "Gemma 4 E4B IT",
|
|
4891
|
-
api: "google-generative-ai",
|
|
4892
|
-
provider: "google",
|
|
4893
|
-
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
4894
|
-
reasoning: true,
|
|
4895
|
-
thinkingLevelMap: { "off": null, "minimal": "MINIMAL", "low": null, "medium": null, "high": "HIGH" },
|
|
4896
|
-
input: ["text", "image"],
|
|
4897
|
-
cost: {
|
|
4898
|
-
input: 0,
|
|
4899
|
-
output: 0,
|
|
4900
|
-
cacheRead: 0,
|
|
4901
|
-
cacheWrite: 0,
|
|
4902
|
-
},
|
|
4903
|
-
contextWindow: 131072,
|
|
4904
|
-
maxTokens: 8192,
|
|
4905
|
-
},
|
|
4906
4851
|
},
|
|
4907
4852
|
"google-vertex": {
|
|
4908
4853
|
"gemini-2.5-flash": {
|
|
@@ -9206,13 +9151,13 @@ export const MODELS = {
|
|
|
9206
9151
|
reasoning: true,
|
|
9207
9152
|
input: ["text"],
|
|
9208
9153
|
cost: {
|
|
9209
|
-
input: 0.
|
|
9210
|
-
output: 0.
|
|
9154
|
+
input: 0.25,
|
|
9155
|
+
output: 0.8,
|
|
9211
9156
|
cacheRead: 0.06,
|
|
9212
9157
|
cacheWrite: 0,
|
|
9213
9158
|
},
|
|
9214
9159
|
contextWindow: 262144,
|
|
9215
|
-
maxTokens:
|
|
9160
|
+
maxTokens: 80000,
|
|
9216
9161
|
},
|
|
9217
9162
|
"arcee-ai/trinity-mini": {
|
|
9218
9163
|
id: "arcee-ai/trinity-mini",
|
|
@@ -9367,6 +9312,23 @@ export const MODELS = {
|
|
|
9367
9312
|
contextWindow: 128000,
|
|
9368
9313
|
maxTokens: 4000,
|
|
9369
9314
|
},
|
|
9315
|
+
"cohere/north-mini-code:free": {
|
|
9316
|
+
id: "cohere/north-mini-code:free",
|
|
9317
|
+
name: "Cohere: North Mini Code (free)",
|
|
9318
|
+
api: "openai-completions",
|
|
9319
|
+
provider: "openrouter",
|
|
9320
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
9321
|
+
reasoning: true,
|
|
9322
|
+
input: ["text"],
|
|
9323
|
+
cost: {
|
|
9324
|
+
input: 0,
|
|
9325
|
+
output: 0,
|
|
9326
|
+
cacheRead: 0,
|
|
9327
|
+
cacheWrite: 0,
|
|
9328
|
+
},
|
|
9329
|
+
contextWindow: 256000,
|
|
9330
|
+
maxTokens: 64000,
|
|
9331
|
+
},
|
|
9370
9332
|
"deepseek/deepseek-chat": {
|
|
9371
9333
|
id: "deepseek/deepseek-chat",
|
|
9372
9334
|
name: "DeepSeek: DeepSeek V3",
|
|
@@ -9675,7 +9637,24 @@ export const MODELS = {
|
|
|
9675
9637
|
cacheWrite: 0.083333,
|
|
9676
9638
|
},
|
|
9677
9639
|
contextWindow: 1048576,
|
|
9678
|
-
maxTokens:
|
|
9640
|
+
maxTokens: 65535,
|
|
9641
|
+
},
|
|
9642
|
+
"google/gemini-3-pro-image": {
|
|
9643
|
+
id: "google/gemini-3-pro-image",
|
|
9644
|
+
name: "Google: Nano Banana Pro (Gemini 3 Pro Image)",
|
|
9645
|
+
api: "openai-completions",
|
|
9646
|
+
provider: "openrouter",
|
|
9647
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
9648
|
+
reasoning: true,
|
|
9649
|
+
input: ["text", "image"],
|
|
9650
|
+
cost: {
|
|
9651
|
+
input: 2,
|
|
9652
|
+
output: 12,
|
|
9653
|
+
cacheRead: 0.2,
|
|
9654
|
+
cacheWrite: 0.375,
|
|
9655
|
+
},
|
|
9656
|
+
contextWindow: 131072,
|
|
9657
|
+
maxTokens: 32768,
|
|
9679
9658
|
},
|
|
9680
9659
|
"google/gemini-3.1-flash-lite": {
|
|
9681
9660
|
id: "google/gemini-3.1-flash-lite",
|
|
@@ -9967,6 +9946,23 @@ export const MODELS = {
|
|
|
9967
9946
|
contextWindow: 262144,
|
|
9968
9947
|
maxTokens: 144000,
|
|
9969
9948
|
},
|
|
9949
|
+
"liquid/lfm-2.5-1.2b-thinking:free": {
|
|
9950
|
+
id: "liquid/lfm-2.5-1.2b-thinking:free",
|
|
9951
|
+
name: "LiquidAI: LFM2.5-1.2B-Thinking (free)",
|
|
9952
|
+
api: "openai-completions",
|
|
9953
|
+
provider: "openrouter",
|
|
9954
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
9955
|
+
reasoning: true,
|
|
9956
|
+
input: ["text"],
|
|
9957
|
+
cost: {
|
|
9958
|
+
input: 0,
|
|
9959
|
+
output: 0,
|
|
9960
|
+
cacheRead: 0,
|
|
9961
|
+
cacheWrite: 0,
|
|
9962
|
+
},
|
|
9963
|
+
contextWindow: 32768,
|
|
9964
|
+
maxTokens: 4096,
|
|
9965
|
+
},
|
|
9970
9966
|
"meta-llama/llama-3.1-70b-instruct": {
|
|
9971
9967
|
id: "meta-llama/llama-3.1-70b-instruct",
|
|
9972
9968
|
name: "Meta: Llama 3.1 70B Instruct",
|
|
@@ -10169,7 +10165,7 @@ export const MODELS = {
|
|
|
10169
10165
|
cacheWrite: 0,
|
|
10170
10166
|
},
|
|
10171
10167
|
contextWindow: 1048576,
|
|
10172
|
-
maxTokens:
|
|
10168
|
+
maxTokens: 4096,
|
|
10173
10169
|
},
|
|
10174
10170
|
"mistralai/codestral-2508": {
|
|
10175
10171
|
id: "mistralai/codestral-2508",
|
|
@@ -10538,9 +10534,9 @@ export const MODELS = {
|
|
|
10538
10534
|
reasoning: true,
|
|
10539
10535
|
input: ["text", "image"],
|
|
10540
10536
|
cost: {
|
|
10541
|
-
input: 0.
|
|
10542
|
-
output: 3.
|
|
10543
|
-
cacheRead: 0.
|
|
10537
|
+
input: 0.66,
|
|
10538
|
+
output: 3.5,
|
|
10539
|
+
cacheRead: 0.33,
|
|
10544
10540
|
cacheWrite: 0,
|
|
10545
10541
|
},
|
|
10546
10542
|
contextWindow: 262144,
|
|
@@ -10555,13 +10551,13 @@ export const MODELS = {
|
|
|
10555
10551
|
reasoning: true,
|
|
10556
10552
|
input: ["text", "image"],
|
|
10557
10553
|
cost: {
|
|
10558
|
-
input: 0.
|
|
10559
|
-
output: 3.
|
|
10560
|
-
cacheRead: 0.
|
|
10554
|
+
input: 0.612,
|
|
10555
|
+
output: 3.069,
|
|
10556
|
+
cacheRead: 0.1296,
|
|
10561
10557
|
cacheWrite: 0,
|
|
10562
10558
|
},
|
|
10563
10559
|
contextWindow: 262144,
|
|
10564
|
-
maxTokens:
|
|
10560
|
+
maxTokens: 262144,
|
|
10565
10561
|
},
|
|
10566
10562
|
"nex-agi/nex-n2-pro:free": {
|
|
10567
10563
|
id: "nex-agi/nex-n2-pro:free",
|
|
@@ -11508,7 +11504,7 @@ export const MODELS = {
|
|
|
11508
11504
|
cacheWrite: 0,
|
|
11509
11505
|
},
|
|
11510
11506
|
contextWindow: 131072,
|
|
11511
|
-
maxTokens:
|
|
11507
|
+
maxTokens: 32768,
|
|
11512
11508
|
},
|
|
11513
11509
|
"openai/gpt-oss-safeguard-20b": {
|
|
11514
11510
|
id: "openai/gpt-oss-safeguard-20b",
|
|
@@ -11521,7 +11517,7 @@ export const MODELS = {
|
|
|
11521
11517
|
cost: {
|
|
11522
11518
|
input: 0.075,
|
|
11523
11519
|
output: 0.3,
|
|
11524
|
-
cacheRead: 0.
|
|
11520
|
+
cacheRead: 0.0375,
|
|
11525
11521
|
cacheWrite: 0,
|
|
11526
11522
|
},
|
|
11527
11523
|
contextWindow: 131072,
|
|
@@ -11731,6 +11727,23 @@ export const MODELS = {
|
|
|
11731
11727
|
contextWindow: 1048756,
|
|
11732
11728
|
maxTokens: 262144,
|
|
11733
11729
|
},
|
|
11730
|
+
"poolside/laguna-m.1": {
|
|
11731
|
+
id: "poolside/laguna-m.1",
|
|
11732
|
+
name: "Poolside: Laguna M.1",
|
|
11733
|
+
api: "openai-completions",
|
|
11734
|
+
provider: "openrouter",
|
|
11735
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11736
|
+
reasoning: true,
|
|
11737
|
+
input: ["text"],
|
|
11738
|
+
cost: {
|
|
11739
|
+
input: 0.2,
|
|
11740
|
+
output: 0.4,
|
|
11741
|
+
cacheRead: 0.1,
|
|
11742
|
+
cacheWrite: 0,
|
|
11743
|
+
},
|
|
11744
|
+
contextWindow: 262144,
|
|
11745
|
+
maxTokens: 32768,
|
|
11746
|
+
},
|
|
11734
11747
|
"poolside/laguna-m.1:free": {
|
|
11735
11748
|
id: "poolside/laguna-m.1:free",
|
|
11736
11749
|
name: "Poolside: Laguna M.1 (free)",
|
|
@@ -11748,6 +11761,23 @@ export const MODELS = {
|
|
|
11748
11761
|
contextWindow: 262144,
|
|
11749
11762
|
maxTokens: 32768,
|
|
11750
11763
|
},
|
|
11764
|
+
"poolside/laguna-xs.2": {
|
|
11765
|
+
id: "poolside/laguna-xs.2",
|
|
11766
|
+
name: "Poolside: Laguna XS.2",
|
|
11767
|
+
api: "openai-completions",
|
|
11768
|
+
provider: "openrouter",
|
|
11769
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11770
|
+
reasoning: true,
|
|
11771
|
+
input: ["text"],
|
|
11772
|
+
cost: {
|
|
11773
|
+
input: 0.1,
|
|
11774
|
+
output: 0.2,
|
|
11775
|
+
cacheRead: 0.05,
|
|
11776
|
+
cacheWrite: 0,
|
|
11777
|
+
},
|
|
11778
|
+
contextWindow: 262144,
|
|
11779
|
+
maxTokens: 32768,
|
|
11780
|
+
},
|
|
11751
11781
|
"poolside/laguna-xs.2:free": {
|
|
11752
11782
|
id: "poolside/laguna-xs.2:free",
|
|
11753
11783
|
name: "Poolside: Laguna XS.2 (free)",
|
|
@@ -11799,6 +11829,23 @@ export const MODELS = {
|
|
|
11799
11829
|
contextWindow: 131072,
|
|
11800
11830
|
maxTokens: 16384,
|
|
11801
11831
|
},
|
|
11832
|
+
"qwen/qwen-2.5-7b-instruct": {
|
|
11833
|
+
id: "qwen/qwen-2.5-7b-instruct",
|
|
11834
|
+
name: "Qwen: Qwen2.5 7B Instruct",
|
|
11835
|
+
api: "openai-completions",
|
|
11836
|
+
provider: "openrouter",
|
|
11837
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11838
|
+
reasoning: false,
|
|
11839
|
+
input: ["text"],
|
|
11840
|
+
cost: {
|
|
11841
|
+
input: 0.04,
|
|
11842
|
+
output: 0.1,
|
|
11843
|
+
cacheRead: 0,
|
|
11844
|
+
cacheWrite: 0,
|
|
11845
|
+
},
|
|
11846
|
+
contextWindow: 131072,
|
|
11847
|
+
maxTokens: 32768,
|
|
11848
|
+
},
|
|
11802
11849
|
"qwen/qwen-plus": {
|
|
11803
11850
|
id: "qwen/qwen-plus",
|
|
11804
11851
|
name: "Qwen: Qwen-Plus",
|
|
@@ -12324,7 +12371,7 @@ export const MODELS = {
|
|
|
12324
12371
|
cacheWrite: 0,
|
|
12325
12372
|
},
|
|
12326
12373
|
contextWindow: 262144,
|
|
12327
|
-
maxTokens:
|
|
12374
|
+
maxTokens: 262144,
|
|
12328
12375
|
},
|
|
12329
12376
|
"qwen/qwen3.5-27b": {
|
|
12330
12377
|
id: "qwen/qwen3.5-27b",
|
|
@@ -12471,9 +12518,9 @@ export const MODELS = {
|
|
|
12471
12518
|
reasoning: true,
|
|
12472
12519
|
input: ["text", "image"],
|
|
12473
12520
|
cost: {
|
|
12474
|
-
input: 0.
|
|
12521
|
+
input: 0.14,
|
|
12475
12522
|
output: 1,
|
|
12476
|
-
cacheRead: 0
|
|
12523
|
+
cacheRead: 0,
|
|
12477
12524
|
cacheWrite: 0,
|
|
12478
12525
|
},
|
|
12479
12526
|
contextWindow: 262144,
|
|
@@ -12658,13 +12705,13 @@ export const MODELS = {
|
|
|
12658
12705
|
reasoning: true,
|
|
12659
12706
|
input: ["text"],
|
|
12660
12707
|
cost: {
|
|
12661
|
-
input: 0.
|
|
12662
|
-
output: 0.
|
|
12663
|
-
cacheRead: 0.
|
|
12708
|
+
input: 0.063,
|
|
12709
|
+
output: 0.21,
|
|
12710
|
+
cacheRead: 0.021,
|
|
12664
12711
|
cacheWrite: 0,
|
|
12665
12712
|
},
|
|
12666
12713
|
contextWindow: 262144,
|
|
12667
|
-
maxTokens:
|
|
12714
|
+
maxTokens: 4096,
|
|
12668
12715
|
},
|
|
12669
12716
|
"thedrummer/rocinante-12b": {
|
|
12670
12717
|
id: "thedrummer/rocinante-12b",
|
|
@@ -12768,23 +12815,6 @@ export const MODELS = {
|
|
|
12768
12815
|
contextWindow: 256000,
|
|
12769
12816
|
maxTokens: 4096,
|
|
12770
12817
|
},
|
|
12771
|
-
"xiaomi/mimo-v2-flash": {
|
|
12772
|
-
id: "xiaomi/mimo-v2-flash",
|
|
12773
|
-
name: "Xiaomi: MiMo-V2-Flash",
|
|
12774
|
-
api: "openai-completions",
|
|
12775
|
-
provider: "openrouter",
|
|
12776
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12777
|
-
reasoning: true,
|
|
12778
|
-
input: ["text"],
|
|
12779
|
-
cost: {
|
|
12780
|
-
input: 0.1,
|
|
12781
|
-
output: 0.3,
|
|
12782
|
-
cacheRead: 0.01,
|
|
12783
|
-
cacheWrite: 0,
|
|
12784
|
-
},
|
|
12785
|
-
contextWindow: 262144,
|
|
12786
|
-
maxTokens: 65536,
|
|
12787
|
-
},
|
|
12788
12818
|
"xiaomi/mimo-v2.5": {
|
|
12789
12819
|
id: "xiaomi/mimo-v2.5",
|
|
12790
12820
|
name: "Xiaomi: MiMo-V2.5",
|
|
@@ -12998,9 +13028,9 @@ export const MODELS = {
|
|
|
12998
13028
|
reasoning: true,
|
|
12999
13029
|
input: ["text"],
|
|
13000
13030
|
cost: {
|
|
13001
|
-
input: 1.
|
|
13002
|
-
output: 4.
|
|
13003
|
-
cacheRead: 0.
|
|
13031
|
+
input: 1.2,
|
|
13032
|
+
output: 4.1,
|
|
13033
|
+
cacheRead: 0.2,
|
|
13004
13034
|
cacheWrite: 0,
|
|
13005
13035
|
},
|
|
13006
13036
|
contextWindow: 1048576,
|
|
@@ -13117,9 +13147,9 @@ export const MODELS = {
|
|
|
13117
13147
|
reasoning: true,
|
|
13118
13148
|
input: ["text", "image"],
|
|
13119
13149
|
cost: {
|
|
13120
|
-
input: 0.
|
|
13121
|
-
output: 3.
|
|
13122
|
-
cacheRead: 0.
|
|
13150
|
+
input: 0.66,
|
|
13151
|
+
output: 3.5,
|
|
13152
|
+
cacheRead: 0.33,
|
|
13123
13153
|
cacheWrite: 0,
|
|
13124
13154
|
},
|
|
13125
13155
|
contextWindow: 262144,
|
|
@@ -14963,13 +14993,13 @@ export const MODELS = {
|
|
|
14963
14993
|
reasoning: false,
|
|
14964
14994
|
input: ["text"],
|
|
14965
14995
|
cost: {
|
|
14966
|
-
input: 0.
|
|
14967
|
-
output: 0.
|
|
14996
|
+
input: 0.15,
|
|
14997
|
+
output: 0.15,
|
|
14968
14998
|
cacheRead: 0,
|
|
14969
14999
|
cacheWrite: 0,
|
|
14970
15000
|
},
|
|
14971
|
-
contextWindow:
|
|
14972
|
-
maxTokens:
|
|
15001
|
+
contextWindow: 128000,
|
|
15002
|
+
maxTokens: 128000,
|
|
14973
15003
|
},
|
|
14974
15004
|
"mistral/mistral-small": {
|
|
14975
15005
|
id: "mistral/mistral-small",
|
|
@@ -15122,7 +15152,7 @@ export const MODELS = {
|
|
|
15122
15152
|
cacheWrite: 0,
|
|
15123
15153
|
},
|
|
15124
15154
|
contextWindow: 262144,
|
|
15125
|
-
maxTokens:
|
|
15155
|
+
maxTokens: 32768,
|
|
15126
15156
|
},
|
|
15127
15157
|
"nvidia/nemotron-3-super-120b-a12b": {
|
|
15128
15158
|
id: "nvidia/nemotron-3-super-120b-a12b",
|
|
@@ -15895,8 +15925,8 @@ export const MODELS = {
|
|
|
15895
15925
|
cost: {
|
|
15896
15926
|
input: 0.09,
|
|
15897
15927
|
output: 0.3,
|
|
15898
|
-
cacheRead: 0,
|
|
15899
|
-
cacheWrite: 0
|
|
15928
|
+
cacheRead: 0.02,
|
|
15929
|
+
cacheWrite: 0,
|
|
15900
15930
|
},
|
|
15901
15931
|
contextWindow: 262114,
|
|
15902
15932
|
maxTokens: 262114,
|
|
@@ -16369,9 +16399,9 @@ export const MODELS = {
|
|
|
16369
16399
|
reasoning: true,
|
|
16370
16400
|
input: ["text"],
|
|
16371
16401
|
cost: {
|
|
16372
|
-
input: 1.
|
|
16373
|
-
output: 4.
|
|
16374
|
-
cacheRead: 0.
|
|
16402
|
+
input: 1.5,
|
|
16403
|
+
output: 4.5,
|
|
16404
|
+
cacheRead: 0.3,
|
|
16375
16405
|
cacheWrite: 0,
|
|
16376
16406
|
},
|
|
16377
16407
|
contextWindow: 1000000,
|
|
@@ -144,15 +144,23 @@ class HttpProtocol extends SerdeContext {
|
|
|
144
144
|
});
|
|
145
145
|
}
|
|
146
146
|
async loadEventStreamCapability() {
|
|
147
|
-
const { EventStreamSerde } = require('@smithy/core/event-streams');
|
|
147
|
+
const { EventStreamSerde, eventStreamSerdeProvider } = require('@smithy/core/event-streams');
|
|
148
|
+
const marshaller = this.resolveEventStreamMarshaller(eventStreamSerdeProvider);
|
|
148
149
|
return new EventStreamSerde({
|
|
149
|
-
marshaller
|
|
150
|
+
marshaller,
|
|
150
151
|
serializer: this.serializer,
|
|
151
152
|
deserializer: this.deserializer,
|
|
152
153
|
serdeContext: this.serdeContext,
|
|
153
154
|
defaultContentType: this.getDefaultContentType(),
|
|
154
155
|
});
|
|
155
156
|
}
|
|
157
|
+
resolveEventStreamMarshaller(importedProvider) {
|
|
158
|
+
const context = this.serdeContext;
|
|
159
|
+
if (context.eventStreamMarshaller) {
|
|
160
|
+
return context.eventStreamMarshaller;
|
|
161
|
+
}
|
|
162
|
+
return importedProvider(this.serdeContext);
|
|
163
|
+
}
|
|
156
164
|
getDefaultContentType() {
|
|
157
165
|
throw new Error(`@smithy/core/protocols - ${this.constructor.name} getDefaultContentType() implementation missing.`);
|
|
158
166
|
}
|
|
@@ -112,15 +112,23 @@ export class HttpProtocol extends SerdeContext {
|
|
|
112
112
|
});
|
|
113
113
|
}
|
|
114
114
|
async loadEventStreamCapability() {
|
|
115
|
-
const { EventStreamSerde } = await import("@smithy/core/event-streams");
|
|
115
|
+
const { EventStreamSerde, eventStreamSerdeProvider } = await import("@smithy/core/event-streams");
|
|
116
|
+
const marshaller = this.resolveEventStreamMarshaller(eventStreamSerdeProvider);
|
|
116
117
|
return new EventStreamSerde({
|
|
117
|
-
marshaller
|
|
118
|
+
marshaller,
|
|
118
119
|
serializer: this.serializer,
|
|
119
120
|
deserializer: this.deserializer,
|
|
120
121
|
serdeContext: this.serdeContext,
|
|
121
122
|
defaultContentType: this.getDefaultContentType(),
|
|
122
123
|
});
|
|
123
124
|
}
|
|
125
|
+
resolveEventStreamMarshaller(importedProvider) {
|
|
126
|
+
const context = this.serdeContext;
|
|
127
|
+
if (context.eventStreamMarshaller) {
|
|
128
|
+
return context.eventStreamMarshaller;
|
|
129
|
+
}
|
|
130
|
+
return importedProvider(this.serdeContext);
|
|
131
|
+
}
|
|
124
132
|
getDefaultContentType() {
|
|
125
133
|
throw new Error(`@smithy/core/protocols - ${this.constructor.name} getDefaultContentType() implementation missing.`);
|
|
126
134
|
}
|
|
@@ -74,6 +74,12 @@ export declare abstract class HttpProtocol extends SerdeContext implements Clien
|
|
|
74
74
|
* Loads eventStream capability async (for chunking).
|
|
75
75
|
*/
|
|
76
76
|
protected loadEventStreamCapability(): Promise<EventStreamSerde>;
|
|
77
|
+
/**
|
|
78
|
+
* Returns a platform-specific EventStreamMarshaller.
|
|
79
|
+
* Prefers user-injected marshaller from serdeContext (via client config),
|
|
80
|
+
* falls back to the dynamically imported provider.
|
|
81
|
+
*/
|
|
82
|
+
private resolveEventStreamMarshaller;
|
|
77
83
|
/**
|
|
78
84
|
* @returns content-type default header value for event stream events and other documents.
|
|
79
85
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/credential-provider-imds",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.1",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"sideEffects": false,
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@smithy/core": "^3.25.
|
|
30
|
+
"@smithy/core": "^3.25.1",
|
|
31
31
|
"@smithy/types": "^4.15.0",
|
|
32
32
|
"tslib": "^2.6.2"
|
|
33
33
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/fetch-http-handler",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.1",
|
|
4
4
|
"description": "Provides a way to make requests",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"module": "./dist-es/index.js",
|
|
28
28
|
"types": "./dist-types/index.d.ts",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@smithy/core": "^3.25.
|
|
30
|
+
"@smithy/core": "^3.25.1",
|
|
31
31
|
"@smithy/types": "^4.15.0",
|
|
32
32
|
"tslib": "^2.6.2"
|
|
33
33
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/signature-v4",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.1",
|
|
4
4
|
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@smithy/core": "^3.25.
|
|
28
|
+
"@smithy/core": "^3.25.1",
|
|
29
29
|
"@smithy/types": "^4.15.0",
|
|
30
30
|
"tslib": "^2.6.2"
|
|
31
31
|
},
|
|
@@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Fri, 19 Jun 2026 07:14:38 GMT
|
|
12
12
|
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)
|
|
13
13
|
|
|
14
14
|
# Credits
|
|
@@ -3,6 +3,7 @@ declare module "node:assert/strict" {
|
|
|
3
3
|
Assert,
|
|
4
4
|
AssertionError,
|
|
5
5
|
AssertionErrorOptions,
|
|
6
|
+
AssertMessageFunction,
|
|
6
7
|
AssertOptions,
|
|
7
8
|
AssertPredicate,
|
|
8
9
|
AssertStrict,
|
|
@@ -21,7 +22,15 @@ declare module "node:assert/strict" {
|
|
|
21
22
|
strictEqual,
|
|
22
23
|
throws,
|
|
23
24
|
} from "node:assert";
|
|
24
|
-
function strict(
|
|
25
|
+
function strict(
|
|
26
|
+
value: unknown,
|
|
27
|
+
message?: Error | AssertMessageFunction,
|
|
28
|
+
): asserts value;
|
|
29
|
+
function strict(
|
|
30
|
+
value: unknown,
|
|
31
|
+
message: string,
|
|
32
|
+
...args: unknown[]
|
|
33
|
+
): asserts value;
|
|
25
34
|
namespace strict {
|
|
26
35
|
export {
|
|
27
36
|
Assert,
|