@psnext/slingcli 2.5.20260710-1 → 2.5.20260718-2
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/httpAuthSchemes/index.js +1 -1
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +8 -8
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +2 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +4 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +1 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +2 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.browser.d.ts +3 -12
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +4 -16
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.native.d.ts +3 -12
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +2 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-host-header/hostHeaderMiddleware.d.ts +5 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-logger/loggerMiddleware.d.ts +3 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/configuration.d.ts +1 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.browser.d.ts +1 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.d.ts +1 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.native.d.ts +1 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/check-features.d.ts +2 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/user-agent-middleware.d.ts +4 -7
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/extensions.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +3 -8
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/isVirtualHostableS3Bucket.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partition.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/resolveDefaultAwsRegionalEndpointsConfig.d.ts +3 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/RuleSetObject.d.ts +1 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/createUserAgentStringParsingProvider.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts +2 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts +2 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/defaultUserAgent.d.ts +2 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/nodeAppIdConfigOptions.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +2 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +4 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +2 -8
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +3 -8
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +8 -17
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +1 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +6 -19
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +1 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +3 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +1 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +4 -13
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +4 -7
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +3 -12
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-format-url/format-url.d.ts +1 -1
- package/node_modules/@aws-sdk/core/package.json +65 -62
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +1 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +32 -32
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +1 -3
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +1 -3
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +1 -4
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +1 -4
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/http2/ClientHttp2SessionRef.d.ts +46 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +47 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +46 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +36 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +76 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-https.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/package.json +5 -7
- package/node_modules/@aws-sdk/credential-provider-http/package.json +34 -34
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +4 -8
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +40 -40
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +4 -4
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +1 -6
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +1 -3
- package/node_modules/@aws-sdk/credential-provider-login/package.json +35 -35
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +4 -11
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +39 -39
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +32 -32
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +2 -8
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +1 -4
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +2 -6
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +2 -9
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +1 -3
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +1 -5
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +1 -4
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +35 -35
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +34 -34
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +3 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +5 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +1 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +40 -40
- package/node_modules/@aws-sdk/eventstream-handler-node/dist-cjs/index.js +1 -2
- package/node_modules/@aws-sdk/eventstream-handler-node/dist-es/EventStreamPayloadHandler.js +1 -2
- package/node_modules/@aws-sdk/eventstream-handler-node/dist-types/ts3.4/EventSigningTransformStream.d.ts +1 -5
- package/node_modules/@aws-sdk/eventstream-handler-node/dist-types/ts3.4/EventStreamPayloadHandler.d.ts +2 -4
- package/node_modules/@aws-sdk/eventstream-handler-node/package.json +29 -29
- package/node_modules/@aws-sdk/middleware-eventstream/dist-types/ts3.4/eventStreamConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-eventstream/dist-types/ts3.4/eventStreamHandlingMiddleware.d.ts +2 -5
- package/node_modules/@aws-sdk/middleware-eventstream/dist-types/ts3.4/getEventStreamPlugin.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-eventstream/dist-types/ts3.4/index.d.ts +1 -4
- package/node_modules/@aws-sdk/middleware-eventstream/package.json +32 -32
- package/node_modules/@aws-sdk/middleware-websocket/dist-types/ts3.4/WebSocketFetchHandler.d.ts +5 -12
- package/node_modules/@aws-sdk/middleware-websocket/dist-types/ts3.4/WebsocketSignatureV4.d.ts +5 -19
- package/node_modules/@aws-sdk/middleware-websocket/dist-types/ts3.4/getWebSocketPlugin.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-websocket/dist-types/ts3.4/index.d.ts +1 -4
- package/node_modules/@aws-sdk/middleware-websocket/dist-types/ts3.4/middlewares/websocketEndpointMiddleware.d.ts +2 -6
- package/node_modules/@aws-sdk/middleware-websocket/dist-types/ts3.4/middlewares/websocketInjectSessionIdMiddleware.d.ts +1 -4
- package/node_modules/@aws-sdk/middleware-websocket/dist-types/ts3.4/resolveWebSocketConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-websocket/dist-types/ts3.4/ws-eventstream/EventSigningTransformStream.d.ts +2 -5
- package/node_modules/@aws-sdk/middleware-websocket/dist-types/ts3.4/ws-eventstream/EventStreamPayloadHandler.d.ts +2 -4
- package/node_modules/@aws-sdk/middleware-websocket/package.json +29 -29
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +11 -9
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +121 -76
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +6 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +6 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +12 -8
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commandBuilder.js +3 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenWithIAMCommand.js +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +80 -70
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +23 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commandBuilder.d.ts +8 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenWithIAMCommand.d.ts +114 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +41 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +7 -15
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +8 -22
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commandBuilder.d.ts +7 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +9 -28
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +13 -30
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +12 -26
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +13 -30
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +6 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +1 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +20 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +25 -27
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commandBuilder.d.ts +13 -18
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +9 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenWithIAMCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +4 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +13 -30
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +12 -26
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +13 -30
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +5 -9
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +13 -20
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commandBuilder.d.ts +7 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/errors.d.ts +4 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +12 -27
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +11 -23
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +12 -27
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +5 -9
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +1 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +4 -7
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +16 -29
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commandBuilder.d.ts +7 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +11 -34
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +12 -27
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +11 -23
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +12 -27
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +5 -9
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +1 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +7 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +16 -30
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +11 -16
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commandBuilder.d.ts +8 -18
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +5 -7
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +7 -24
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +14 -34
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +14 -33
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +14 -34
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +6 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +1 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/http2/ClientHttp2SessionRef.d.ts +46 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +46 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +36 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +76 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-https.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +5 -7
- package/node_modules/@aws-sdk/nested-clients/package.json +53 -50
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +5 -13
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4SignWithCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/index.d.ts +2 -8
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/signature-v4-crt-container.d.ts +1 -1
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +29 -29
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +1 -7
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +1 -6
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +2 -5
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +1 -5
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +7 -39
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +1 -9
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +1 -6
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +1 -6
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +1 -4
- package/node_modules/@aws-sdk/types/package.json +30 -30
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +2 -12
- package/node_modules/@aws-sdk/xml-builder/package.json +34 -34
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js +39 -2
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-repo.js +2 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-storage.js +32 -22
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-storage.js +3 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.js +73 -37
- package/node_modules/@earendil-works/pi-agent-core/dist/index.js +2 -0
- package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.js +102 -50
- package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.js +3 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.js +19 -11
- package/node_modules/@earendil-works/pi-ai/dist/api/lazy.js +9 -10
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js +9 -5
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.js +56 -6
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses-shared.js +58 -5
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js +29 -9
- package/node_modules/@earendil-works/pi-ai/dist/api/pi-messages.js +309 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/pi-messages.lazy.js +3 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/simple-options.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/transform-messages.js +4 -1
- package/node_modules/@earendil-works/pi-ai/dist/auth/credential-store.js +3 -0
- package/node_modules/@earendil-works/pi-ai/dist/auth/helpers.js +4 -3
- package/node_modules/@earendil-works/pi-ai/dist/{utils → auth}/oauth/anthropic.js +51 -116
- package/node_modules/@earendil-works/pi-ai/dist/{utils → auth}/oauth/github-copilot.js +18 -77
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/load.js +49 -0
- package/node_modules/@earendil-works/pi-ai/dist/{utils → auth}/oauth/openai-codex.js +61 -155
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/radius.js +318 -0
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/xai.js +189 -0
- package/node_modules/@earendil-works/pi-ai/dist/auth/resolve.js +9 -7
- package/node_modules/@earendil-works/pi-ai/dist/bun-oauth.js +17 -0
- package/node_modules/@earendil-works/pi-ai/dist/cli.js +58 -76
- package/node_modules/@earendil-works/pi-ai/dist/compat/extension-oauth-types.js +2 -0
- package/node_modules/@earendil-works/pi-ai/dist/compat.js +25 -8
- package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.js +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +176 -176
- package/node_modules/@earendil-works/pi-ai/dist/images-models.js +5 -4
- package/node_modules/@earendil-works/pi-ai/dist/index.js +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/models-store.js +14 -0
- package/node_modules/@earendil-works/pi-ai/dist/models.js +229 -35
- package/node_modules/@earendil-works/pi-ai/dist/oauth.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/all.js +3 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js +51 -6
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.js +2 -1826
- package/node_modules/@earendil-works/pi-ai/dist/providers/ant-ling.models.js +2 -57
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.js +2 -250
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.models.js +2 -812
- package/node_modules/@earendil-works/pi-ai/dist/providers/cerebras.models.js +2 -56
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.js +4 -3
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.js +2 -681
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-auth.js +22 -26
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-stream.js +21 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-workers-ai.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-workers-ai.models.js +2 -236
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/amazon-bedrock.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/ant-ling.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/anthropic.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/azure-openai-responses.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/cerebras.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/cloudflare-ai-gateway.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/cloudflare-workers-ai.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/deepseek.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/fireworks.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/github-copilot.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/google-vertex.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/google.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/groq.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/huggingface.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/kimi-coding.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/minimax-cn.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/minimax.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/mistral.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/moonshotai-cn.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/moonshotai.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/nvidia.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/openai-codex.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/openai.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/opencode-go.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/opencode.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/openrouter.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/together.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/vercel-ai-gateway.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/xai.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/xiaomi-token-plan-ams.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/xiaomi-token-plan-cn.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/xiaomi-token-plan-sgp.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/xiaomi.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/zai-coding-cn.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/zai.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/deepseek.models.js +2 -40
- package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.js +2 -292
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.js +11 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.js +2 -480
- package/node_modules/@earendil-works/pi-ai/dist/providers/google-vertex.js +56 -5
- package/node_modules/@earendil-works/pi-ai/dist/providers/google-vertex.models.js +2 -179
- package/node_modules/@earendil-works/pi-ai/dist/providers/google.models.js +2 -285
- package/node_modules/@earendil-works/pi-ai/dist/providers/groq.models.js +2 -122
- package/node_modules/@earendil-works/pi-ai/dist/providers/huggingface.models.js +2 -884
- package/node_modules/@earendil-works/pi-ai/dist/providers/kimi-coding.models.js +2 -56
- package/node_modules/@earendil-works/pi-ai/dist/providers/minimax-cn.models.js +2 -53
- package/node_modules/@earendil-works/pi-ai/dist/providers/minimax.models.js +2 -53
- package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.models.js +2 -512
- package/node_modules/@earendil-works/pi-ai/dist/providers/moonshotai-cn.models.js +2 -166
- package/node_modules/@earendil-works/pi-ai/dist/providers/moonshotai.models.js +2 -166
- package/node_modules/@earendil-works/pi-ai/dist/providers/nvidia.models.js +2 -382
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex.models.js +2 -74
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai.models.js +2 -812
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.js +2 -237
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.js +2 -921
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js +2 -4883
- package/node_modules/@earendil-works/pi-ai/dist/providers/radius-config.js +59 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/radius.js +54 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/together.models.js +2 -377
- package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.js +2 -3288
- package/node_modules/@earendil-works/pi-ai/dist/providers/xai.js +15 -3
- package/node_modules/@earendil-works/pi-ai/dist/providers/xai.models.js +2 -146
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-ams.models.js +2 -92
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-cn.models.js +2 -92
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-sgp.models.js +2 -92
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi.models.js +2 -110
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai-coding-cn.models.js +2 -111
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai.models.js +2 -111
- package/node_modules/@earendil-works/pi-ai/dist/utils/deferred-tools.js +36 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/estimate.js +35 -14
- package/node_modules/@earendil-works/pi-ai/dist/utils/retry.js +4 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/validation.js +9 -21
- package/node_modules/@earendil-works/pi-ai/package.json +7 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/bun/cli.js +2 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/args.js +5 -5
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/config-selector.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/list-models.js +3 -3
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session-runtime.js +3 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session-services.js +23 -9
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js +156 -56
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.js +46 -259
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/cache-stats.js +101 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.js +51 -73
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/loader.js +22 -5
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.js +64 -24
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/wrapper.js +22 -3
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/keybindings.js +10 -9
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-config.js +243 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-registry.js +59 -705
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.js +19 -18
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-runtime.js +438 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/models-store.js +45 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/package-manager.js +75 -28
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/project-trust.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/prompt-templates.js +4 -4
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-composer.js +375 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/radius.js +2 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/remote-catalog-provider.js +83 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/resource-loader.js +7 -7
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/runtime-credentials.js +36 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/sdk.js +15 -19
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.js +13 -3
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.js +10 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/slash-commands.js +3 -3
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/system-prompt.js +1 -11
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/read.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/extensions/index.js +3 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/extensions/llama/client.js +300 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/extensions/llama/huggingface.js +141 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/extensions/llama/index.js +208 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/extensions/llama/provider.js +102 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/extensions/llama/ui.js +416 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/index.js +2 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/main.js +17 -16
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/assistant-message.js +22 -10
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/config-selector.js +280 -25
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-editor.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/footer.js +5 -3
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/login-dialog.js +17 -8
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/model-selector.js +72 -41
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/oauth-selector.js +30 -32
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.js +12 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/thinking-selector.js +2 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/tree-selector.js +49 -12
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js +437 -240
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/theme/dark.json +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/theme/light.json +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/theme/theme-schema.json +6 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/theme/theme.js +10 -3
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/print-mode.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-client.js +3 -3
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-mode.js +6 -3
- package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.js +131 -22
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/clipboard-image.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/clipboard.js +13 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/compaction.md +396 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/containerization.md +111 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/custom-provider.md +763 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/docs.json +143 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/extensions.md +2943 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/images/doom-extension.png +0 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/images/exy.png +0 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/images/interactive-mode.png +0 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/images/tree-view.png +0 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/index.md +79 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/json.md +82 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/keybindings.md +198 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/llama-cpp.md +99 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/models.md +540 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/packages.md +228 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/prompt-templates.md +96 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/providers.md +297 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/quickstart.md +165 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/rpc.md +1480 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/security.md +59 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/session-format.md +422 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/sessions.md +145 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/settings.md +319 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/shell-aliases.md +13 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/skills.md +231 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/terminal-setup.md +142 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/termux.md +127 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/themes.md +297 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/tmux.md +63 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/tui.md +942 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/usage.md +311 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/windows.md +17 -0
- package/node_modules/@earendil-works/pi-coding-agent/npm-shrinkwrap.json +12 -12
- package/node_modules/@earendil-works/pi-coding-agent/package.json +4 -4
- package/node_modules/@earendil-works/pi-orchestrator/dist/config.js +1 -1
- package/node_modules/@earendil-works/pi-orchestrator/dist/radius.js +6 -11
- package/node_modules/@earendil-works/pi-orchestrator/dist/serve.js +1 -1
- package/node_modules/@earendil-works/pi-orchestrator/package.json +2 -2
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js +22 -1
- package/node_modules/@earendil-works/pi-tui/dist/keys.js +6 -5
- package/node_modules/@earendil-works/pi-tui/dist/tui.js +2 -2
- package/node_modules/@earendil-works/pi-tui/dist/utils.js +23 -5
- package/node_modules/@earendil-works/pi-tui/package.json +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +1 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +20 -20
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +20 -20
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +1 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +4 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +4 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +16 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +4 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getRegionInfo.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/getSelectorName.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/parseIni.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/service-customizations/s3.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/parseURL.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/HeaderMarshaller.js +20 -20
- package/node_modules/@smithy/core/dist-es/submodules/protocols/middleware-content-length/contentLengthMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retryMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/StandardRetryStrategy.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/date-utils.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/deserializerMiddleware.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.js +11 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/transport/isValidHostname.js +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +9 -4
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-signing/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/pagination/createPaginator.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/memoizeIdentityProvider.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +65 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +25 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/chunked-blob-reader/chunked-blob-reader.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/chunked-blob-reader/chunked-blob-reader.native.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/crc32/Crc32Js.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/crc32/Crc32Node.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-blob-browser/blobHasher.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-stream-node/HashCalculator.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-stream-node/fileStreamHasher.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-stream-node/readableStreamHasher.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/index.browser.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/index.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/index.native.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/md5/Md5Js.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/md5/Md5Node.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/sha256/Sha256Js.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/sha256/Sha256Node.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/sha256/Sha256WebCrypto.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/index.d.ts +27 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/invalid-dependency/invalidFunction.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/invalid-dependency/invalidProvider.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/middleware-stack/MiddlewareStack.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/middleware-stack/types.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/NoOpLogger.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/client-command-builder.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/client.d.ts +84 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/command.d.ts +118 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/constants.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/create-aggregated-client.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/default-error-handler.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/defaults-mode.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/emitWarningIfUnsupportedVersion.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/exceptions.d.ts +42 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/extensions/checksum.d.ts +25 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/get-array-if-single-item.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/get-value-from-text-node.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/is-serializable-header-value.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/object-mapping.d.ts +179 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/schemaLogFilter.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/ser-utils.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/serde-json.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/circularReplacer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/createWaiter.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/poller.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/utils/sleep.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/utils/validate.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/waiter.d.ts +49 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/resolveCustomEndpointsConfig.d.ts +37 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/resolveEndpointsConfig.d.ts +57 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/checkRegion.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/config.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/getInstanceMetadataRegion.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/getRealRegion.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/isFipsRegion.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/resolveRegionConfig.d.ts +34 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/EndpointVariant.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/EndpointVariantTag.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/PartitionHash.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/RegionHash.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getHostnameFromVariants.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getRegionInfo.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getResolvedHostname.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getResolvedPartition.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getResolvedSigningRegion.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/constants.d.ts +36 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/defaultsModeConfig.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/resolveDefaultsModeConfig.native.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/index.browser.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/index.d.ts +36 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/index.native.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/configLoader.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/fromEnv.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/fromSharedConfigFiles.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/fromStatic.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/getSelectorName.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/CredentialsProviderError.d.ts +29 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/ProviderError.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/TokenProviderError.d.ts +29 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/chain.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/fromValue.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/memoize.d.ts +40 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/constants.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/externalDataInterceptor.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getConfigData.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getConfigFilepath.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getCredentialsFilepath.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getHomeDir.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getProfileName.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getSSOTokenFilepath.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getSSOTokenFromFile.d.ts +53 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getSsoSessionData.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/loadSharedConfigFiles.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/loadSsoSessionData.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/mergeConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/parseIni.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/parseKnownFiles.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/readFile.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/types.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/util-config-provider/booleanSelector.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/util-config-provider/numberSelector.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/util-config-provider/types.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.browser.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/createConfigValueProvider.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/endpointMiddleware.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/getEndpointPlugin.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.d.ts +110 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/service-customizations/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/service-customizations/s3.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/bdd/BinaryDecisionDiagram.d.ts +41 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/cache/EndpointCache.d.ts +34 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/debug/debugId.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/debug/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/debug/toDebugString.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/decideEndpoint.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/getEndpointUrlConfig.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/booleanEquals.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/coalesce.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/getAttr.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/getAttrPathList.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/index.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/isIpAddress.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/isSet.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/ite.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/not.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/parseURL.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/split.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/stringEquals.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/substring.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/uriEncode.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/resolveEndpoint.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/EndpointError.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/EndpointFunctions.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/EndpointRuleObject.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/ErrorRuleObject.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/RuleSetObject.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/TreeRuleObject.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/index.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/shared.d.ts +25 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/callFunction.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/customEndpointFunctions.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/endpointFunctions.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateCondition.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateConditions.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateEndpointRule.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateErrorRule.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateExpression.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateRules.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateTemplate.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateTreeRule.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointHeaders.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointProperties.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointProperty.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointUrl.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getReferenceValue.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +60 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/EventStreamCodec.d.ts +30 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/HeaderMarshaller.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/Int64.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/Message.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/MessageDecoderStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/MessageEncoderStream.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/SmithyMessageDecoderStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/SmithyMessageEncoderStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/splitMessage.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde/EventStreamMarshaller.browser.d.ts +46 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde/EventStreamMarshaller.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde/utils.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-config-resolver/EventStreamSerdeConfig.d.ts +27 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-universal/EventStreamMarshaller.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-universal/getChunkedStream.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-universal/getUnmarshalledStream.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.browser.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +95 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +27 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/middleware-content-length/contentLengthMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/Field.d.ts +49 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/Fields.d.ts +44 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/httpHandler.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/types.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/querystring-builder/buildQueryString.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +52 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/util-uri-escape/escape-uri-path.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/util-uri-escape/escape-uri.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/index.browser.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/index.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/configurations.d.ts +71 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/longPollMiddleware.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/omitRetryHeadersMiddleware.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/parseRetryAfterHeader.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/defaultRetryQuota.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/delayDecider.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/retryDecider.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/types.d.ts +65 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retryMiddleware.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/util.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/service-error-classification/constants.d.ts +30 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/service-error-classification/service-error-classification.d.ts +30 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/AdaptiveRetryStrategy.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/ConfiguredRetryStrategy.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/DefaultRateLimiter.d.ts +119 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/DefaultRetryBackoffStrategy.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/DefaultRetryToken.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/StandardRetryStrategy.d.ts +56 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/config.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/constants.d.ts +60 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/retries-2026-config.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/types.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +71 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +37 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +146 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/concatBytes.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/date-utils.d.ts +61 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/hash-node/hash-node.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.browser.d.ts +41 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +39 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.native.d.ts +39 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/is-array-buffer/is-array-buffer.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +43 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/middleware-serde/deserializerMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/middleware-serde/serdePlugin.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/middleware-serde/serializerMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +250 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-every.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/constants-for-browser.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/fromBase64.browser.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/fromBase64.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/toBase64.browser.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/toBase64.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-body-length/calculateBodyLength.browser.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-body-length/calculateBodyLength.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-buffer-from/buffer-from.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-hex-encoding/hex-encoding.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/ByteArrayCollector.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +82 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/createChecksumStream.browser.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/createChecksumStream.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/createBufferedReadable.browser.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/createBufferedReadable.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/getAwsChunkedEncodingStream.browser.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/getAwsChunkedEncodingStream.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/headStream.browser.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/headStream.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/sdk-stream-mixin.browser.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/sdk-stream-mixin.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/splitStream.browser.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/splitStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/stream-collector.browser.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/stream-collector.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/stream-type-check.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/fromUtf8.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUint8Array.browser.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUint8Array.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUtf8.browser.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUtf8.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/uuid/v4.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/httpRequest.d.ts +52 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/httpResponse.d.ts +29 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/index.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/isValidHostLabel.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/isValidHostname.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/parseQueryString.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/parseUrl.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/toEndpointV1.d.ts +6 -0
- package/node_modules/@smithy/core/package.json +6 -4
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +13 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +13 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +12 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +21 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +10 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +26 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +19 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +40 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +5 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/node-http.d.ts +2 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +10 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +21 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +15 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +4 -6
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +7 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +38 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -7
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +11 -11
- package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +10 -10
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +25 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +20 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +43 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +30 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +4 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +12 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +10 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +23 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +2 -0
- package/node_modules/@smithy/signature-v4/package.json +4 -6
- package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +45 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +59 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +37 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +61 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +34 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +58 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointParameterInstructions.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +55 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +32 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +128 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +110 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +52 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/metrics.d.ts +93 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +541 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +162 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +149 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +251 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +118 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +114 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +79 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +172 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +54 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +42 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +77 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/ws/lib/receiver.js +15 -32
- package/node_modules/ws/lib/websocket-server.js +4 -4
- package/node_modules/ws/lib/websocket.js +4 -4
- package/node_modules/ws/package.json +5 -1
- package/package.json +7 -7
- package/slingshot/index.js +344 -407
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/index.js +0 -122
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/load.js +0 -22
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/types.js +0 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-display-names.js +0 -36
- /package/node_modules/@earendil-works/pi-ai/dist/{utils → auth}/oauth/device-code.js +0 -0
- /package/node_modules/@earendil-works/pi-ai/dist/{utils → auth}/oauth/oauth-page.js +0 -0
- /package/node_modules/@earendil-works/pi-ai/dist/{utils → auth}/oauth/pkce.js +0 -0
|
@@ -1,1829 +1,5 @@
|
|
|
1
1
|
// This file is auto-generated by scripts/generate-models.ts
|
|
2
2
|
// Do not edit manually - run 'npm run generate-models' to update
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
id: "amazon.nova-2-lite-v1:0",
|
|
6
|
-
name: "Nova 2 Lite",
|
|
7
|
-
api: "bedrock-converse-stream",
|
|
8
|
-
provider: "amazon-bedrock",
|
|
9
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
10
|
-
reasoning: true,
|
|
11
|
-
input: ["text", "image"],
|
|
12
|
-
cost: {
|
|
13
|
-
input: 0.33,
|
|
14
|
-
output: 2.75,
|
|
15
|
-
cacheRead: 0,
|
|
16
|
-
cacheWrite: 0,
|
|
17
|
-
},
|
|
18
|
-
contextWindow: 128000,
|
|
19
|
-
maxTokens: 4096,
|
|
20
|
-
},
|
|
21
|
-
"amazon.nova-lite-v1:0": {
|
|
22
|
-
id: "amazon.nova-lite-v1:0",
|
|
23
|
-
name: "Nova Lite",
|
|
24
|
-
api: "bedrock-converse-stream",
|
|
25
|
-
provider: "amazon-bedrock",
|
|
26
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
27
|
-
reasoning: false,
|
|
28
|
-
input: ["text", "image"],
|
|
29
|
-
cost: {
|
|
30
|
-
input: 0.06,
|
|
31
|
-
output: 0.24,
|
|
32
|
-
cacheRead: 0.015,
|
|
33
|
-
cacheWrite: 0,
|
|
34
|
-
},
|
|
35
|
-
contextWindow: 300000,
|
|
36
|
-
maxTokens: 8192,
|
|
37
|
-
},
|
|
38
|
-
"amazon.nova-micro-v1:0": {
|
|
39
|
-
id: "amazon.nova-micro-v1:0",
|
|
40
|
-
name: "Nova Micro",
|
|
41
|
-
api: "bedrock-converse-stream",
|
|
42
|
-
provider: "amazon-bedrock",
|
|
43
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
44
|
-
reasoning: false,
|
|
45
|
-
input: ["text"],
|
|
46
|
-
cost: {
|
|
47
|
-
input: 0.035,
|
|
48
|
-
output: 0.14,
|
|
49
|
-
cacheRead: 0.00875,
|
|
50
|
-
cacheWrite: 0,
|
|
51
|
-
},
|
|
52
|
-
contextWindow: 128000,
|
|
53
|
-
maxTokens: 8192,
|
|
54
|
-
},
|
|
55
|
-
"amazon.nova-pro-v1:0": {
|
|
56
|
-
id: "amazon.nova-pro-v1:0",
|
|
57
|
-
name: "Nova Pro",
|
|
58
|
-
api: "bedrock-converse-stream",
|
|
59
|
-
provider: "amazon-bedrock",
|
|
60
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
61
|
-
reasoning: false,
|
|
62
|
-
input: ["text", "image"],
|
|
63
|
-
cost: {
|
|
64
|
-
input: 0.8,
|
|
65
|
-
output: 3.2,
|
|
66
|
-
cacheRead: 0.2,
|
|
67
|
-
cacheWrite: 0,
|
|
68
|
-
},
|
|
69
|
-
contextWindow: 300000,
|
|
70
|
-
maxTokens: 8192,
|
|
71
|
-
},
|
|
72
|
-
"anthropic.claude-fable-5": {
|
|
73
|
-
id: "anthropic.claude-fable-5",
|
|
74
|
-
name: "Claude Fable 5",
|
|
75
|
-
api: "bedrock-converse-stream",
|
|
76
|
-
provider: "amazon-bedrock",
|
|
77
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
78
|
-
reasoning: true,
|
|
79
|
-
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
80
|
-
input: ["text", "image"],
|
|
81
|
-
cost: {
|
|
82
|
-
input: 10,
|
|
83
|
-
output: 50,
|
|
84
|
-
cacheRead: 1,
|
|
85
|
-
cacheWrite: 12.5,
|
|
86
|
-
},
|
|
87
|
-
contextWindow: 1000000,
|
|
88
|
-
maxTokens: 128000,
|
|
89
|
-
},
|
|
90
|
-
"anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
91
|
-
id: "anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
92
|
-
name: "Claude Haiku 4.5",
|
|
93
|
-
api: "bedrock-converse-stream",
|
|
94
|
-
provider: "amazon-bedrock",
|
|
95
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
96
|
-
reasoning: true,
|
|
97
|
-
input: ["text", "image"],
|
|
98
|
-
cost: {
|
|
99
|
-
input: 1,
|
|
100
|
-
output: 5,
|
|
101
|
-
cacheRead: 0.1,
|
|
102
|
-
cacheWrite: 1.25,
|
|
103
|
-
},
|
|
104
|
-
contextWindow: 200000,
|
|
105
|
-
maxTokens: 64000,
|
|
106
|
-
},
|
|
107
|
-
"anthropic.claude-opus-4-1-20250805-v1:0": {
|
|
108
|
-
id: "anthropic.claude-opus-4-1-20250805-v1:0",
|
|
109
|
-
name: "Claude Opus 4.1",
|
|
110
|
-
api: "bedrock-converse-stream",
|
|
111
|
-
provider: "amazon-bedrock",
|
|
112
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
113
|
-
reasoning: true,
|
|
114
|
-
input: ["text", "image"],
|
|
115
|
-
cost: {
|
|
116
|
-
input: 15,
|
|
117
|
-
output: 75,
|
|
118
|
-
cacheRead: 1.5,
|
|
119
|
-
cacheWrite: 18.75,
|
|
120
|
-
},
|
|
121
|
-
contextWindow: 200000,
|
|
122
|
-
maxTokens: 32000,
|
|
123
|
-
},
|
|
124
|
-
"anthropic.claude-opus-4-5-20251101-v1:0": {
|
|
125
|
-
id: "anthropic.claude-opus-4-5-20251101-v1:0",
|
|
126
|
-
name: "Claude Opus 4.5",
|
|
127
|
-
api: "bedrock-converse-stream",
|
|
128
|
-
provider: "amazon-bedrock",
|
|
129
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
130
|
-
reasoning: true,
|
|
131
|
-
input: ["text", "image"],
|
|
132
|
-
cost: {
|
|
133
|
-
input: 5,
|
|
134
|
-
output: 25,
|
|
135
|
-
cacheRead: 0.5,
|
|
136
|
-
cacheWrite: 6.25,
|
|
137
|
-
},
|
|
138
|
-
contextWindow: 200000,
|
|
139
|
-
maxTokens: 64000,
|
|
140
|
-
},
|
|
141
|
-
"anthropic.claude-opus-4-6-v1": {
|
|
142
|
-
id: "anthropic.claude-opus-4-6-v1",
|
|
143
|
-
name: "Claude Opus 4.6",
|
|
144
|
-
api: "bedrock-converse-stream",
|
|
145
|
-
provider: "amazon-bedrock",
|
|
146
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
147
|
-
reasoning: true,
|
|
148
|
-
thinkingLevelMap: { "xhigh": "max" },
|
|
149
|
-
input: ["text", "image"],
|
|
150
|
-
cost: {
|
|
151
|
-
input: 5,
|
|
152
|
-
output: 25,
|
|
153
|
-
cacheRead: 0.5,
|
|
154
|
-
cacheWrite: 6.25,
|
|
155
|
-
},
|
|
156
|
-
contextWindow: 1000000,
|
|
157
|
-
maxTokens: 128000,
|
|
158
|
-
},
|
|
159
|
-
"anthropic.claude-opus-4-7": {
|
|
160
|
-
id: "anthropic.claude-opus-4-7",
|
|
161
|
-
name: "Claude Opus 4.7",
|
|
162
|
-
api: "bedrock-converse-stream",
|
|
163
|
-
provider: "amazon-bedrock",
|
|
164
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
165
|
-
reasoning: true,
|
|
166
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
167
|
-
input: ["text", "image"],
|
|
168
|
-
cost: {
|
|
169
|
-
input: 5,
|
|
170
|
-
output: 25,
|
|
171
|
-
cacheRead: 0.5,
|
|
172
|
-
cacheWrite: 6.25,
|
|
173
|
-
},
|
|
174
|
-
contextWindow: 1000000,
|
|
175
|
-
maxTokens: 128000,
|
|
176
|
-
},
|
|
177
|
-
"anthropic.claude-opus-4-8": {
|
|
178
|
-
id: "anthropic.claude-opus-4-8",
|
|
179
|
-
name: "Claude Opus 4.8",
|
|
180
|
-
api: "bedrock-converse-stream",
|
|
181
|
-
provider: "amazon-bedrock",
|
|
182
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
183
|
-
reasoning: true,
|
|
184
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
185
|
-
input: ["text", "image"],
|
|
186
|
-
cost: {
|
|
187
|
-
input: 5,
|
|
188
|
-
output: 25,
|
|
189
|
-
cacheRead: 0.5,
|
|
190
|
-
cacheWrite: 6.25,
|
|
191
|
-
},
|
|
192
|
-
contextWindow: 1000000,
|
|
193
|
-
maxTokens: 128000,
|
|
194
|
-
},
|
|
195
|
-
"anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
196
|
-
id: "anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
197
|
-
name: "Claude Sonnet 4.5",
|
|
198
|
-
api: "bedrock-converse-stream",
|
|
199
|
-
provider: "amazon-bedrock",
|
|
200
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
201
|
-
reasoning: true,
|
|
202
|
-
input: ["text", "image"],
|
|
203
|
-
cost: {
|
|
204
|
-
input: 3,
|
|
205
|
-
output: 15,
|
|
206
|
-
cacheRead: 0.3,
|
|
207
|
-
cacheWrite: 3.75,
|
|
208
|
-
},
|
|
209
|
-
contextWindow: 200000,
|
|
210
|
-
maxTokens: 64000,
|
|
211
|
-
},
|
|
212
|
-
"anthropic.claude-sonnet-4-6": {
|
|
213
|
-
id: "anthropic.claude-sonnet-4-6",
|
|
214
|
-
name: "Claude Sonnet 4.6",
|
|
215
|
-
api: "bedrock-converse-stream",
|
|
216
|
-
provider: "amazon-bedrock",
|
|
217
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
218
|
-
reasoning: true,
|
|
219
|
-
input: ["text", "image"],
|
|
220
|
-
cost: {
|
|
221
|
-
input: 3,
|
|
222
|
-
output: 15,
|
|
223
|
-
cacheRead: 0.3,
|
|
224
|
-
cacheWrite: 3.75,
|
|
225
|
-
},
|
|
226
|
-
contextWindow: 1000000,
|
|
227
|
-
maxTokens: 64000,
|
|
228
|
-
},
|
|
229
|
-
"anthropic.claude-sonnet-5": {
|
|
230
|
-
id: "anthropic.claude-sonnet-5",
|
|
231
|
-
name: "Claude Sonnet 5",
|
|
232
|
-
api: "bedrock-converse-stream",
|
|
233
|
-
provider: "amazon-bedrock",
|
|
234
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
235
|
-
reasoning: true,
|
|
236
|
-
input: ["text", "image"],
|
|
237
|
-
cost: {
|
|
238
|
-
input: 2,
|
|
239
|
-
output: 10,
|
|
240
|
-
cacheRead: 0.2,
|
|
241
|
-
cacheWrite: 2.5,
|
|
242
|
-
},
|
|
243
|
-
contextWindow: 1000000,
|
|
244
|
-
maxTokens: 128000,
|
|
245
|
-
},
|
|
246
|
-
"au.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
247
|
-
id: "au.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
248
|
-
name: "Claude Haiku 4.5 (AU)",
|
|
249
|
-
api: "bedrock-converse-stream",
|
|
250
|
-
provider: "amazon-bedrock",
|
|
251
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
252
|
-
reasoning: true,
|
|
253
|
-
input: ["text", "image"],
|
|
254
|
-
cost: {
|
|
255
|
-
input: 1,
|
|
256
|
-
output: 5,
|
|
257
|
-
cacheRead: 0.1,
|
|
258
|
-
cacheWrite: 1.25,
|
|
259
|
-
},
|
|
260
|
-
contextWindow: 200000,
|
|
261
|
-
maxTokens: 64000,
|
|
262
|
-
},
|
|
263
|
-
"au.anthropic.claude-opus-4-6-v1": {
|
|
264
|
-
id: "au.anthropic.claude-opus-4-6-v1",
|
|
265
|
-
name: "AU Anthropic Claude Opus 4.6",
|
|
266
|
-
api: "bedrock-converse-stream",
|
|
267
|
-
provider: "amazon-bedrock",
|
|
268
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
269
|
-
reasoning: true,
|
|
270
|
-
thinkingLevelMap: { "xhigh": "max" },
|
|
271
|
-
input: ["text", "image"],
|
|
272
|
-
cost: {
|
|
273
|
-
input: 16.5,
|
|
274
|
-
output: 82.5,
|
|
275
|
-
cacheRead: 1.65,
|
|
276
|
-
cacheWrite: 20.625,
|
|
277
|
-
},
|
|
278
|
-
contextWindow: 1000000,
|
|
279
|
-
maxTokens: 128000,
|
|
280
|
-
},
|
|
281
|
-
"au.anthropic.claude-opus-4-8": {
|
|
282
|
-
id: "au.anthropic.claude-opus-4-8",
|
|
283
|
-
name: "Claude Opus 4.8 (AU)",
|
|
284
|
-
api: "bedrock-converse-stream",
|
|
285
|
-
provider: "amazon-bedrock",
|
|
286
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
287
|
-
reasoning: true,
|
|
288
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
289
|
-
input: ["text", "image"],
|
|
290
|
-
cost: {
|
|
291
|
-
input: 5,
|
|
292
|
-
output: 25,
|
|
293
|
-
cacheRead: 0.5,
|
|
294
|
-
cacheWrite: 6.25,
|
|
295
|
-
},
|
|
296
|
-
contextWindow: 1000000,
|
|
297
|
-
maxTokens: 128000,
|
|
298
|
-
},
|
|
299
|
-
"au.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
300
|
-
id: "au.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
301
|
-
name: "Claude Sonnet 4.5 (AU)",
|
|
302
|
-
api: "bedrock-converse-stream",
|
|
303
|
-
provider: "amazon-bedrock",
|
|
304
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
305
|
-
reasoning: true,
|
|
306
|
-
input: ["text", "image"],
|
|
307
|
-
cost: {
|
|
308
|
-
input: 3,
|
|
309
|
-
output: 15,
|
|
310
|
-
cacheRead: 0.3,
|
|
311
|
-
cacheWrite: 3.75,
|
|
312
|
-
},
|
|
313
|
-
contextWindow: 200000,
|
|
314
|
-
maxTokens: 64000,
|
|
315
|
-
},
|
|
316
|
-
"au.anthropic.claude-sonnet-4-6": {
|
|
317
|
-
id: "au.anthropic.claude-sonnet-4-6",
|
|
318
|
-
name: "AU Anthropic Claude Sonnet 4.6",
|
|
319
|
-
api: "bedrock-converse-stream",
|
|
320
|
-
provider: "amazon-bedrock",
|
|
321
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
322
|
-
reasoning: true,
|
|
323
|
-
input: ["text", "image"],
|
|
324
|
-
cost: {
|
|
325
|
-
input: 3.3,
|
|
326
|
-
output: 16.5,
|
|
327
|
-
cacheRead: 0.33,
|
|
328
|
-
cacheWrite: 4.125,
|
|
329
|
-
},
|
|
330
|
-
contextWindow: 1000000,
|
|
331
|
-
maxTokens: 128000,
|
|
332
|
-
},
|
|
333
|
-
"au.anthropic.claude-sonnet-5": {
|
|
334
|
-
id: "au.anthropic.claude-sonnet-5",
|
|
335
|
-
name: "Claude Sonnet 5 (AU)",
|
|
336
|
-
api: "bedrock-converse-stream",
|
|
337
|
-
provider: "amazon-bedrock",
|
|
338
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
339
|
-
reasoning: true,
|
|
340
|
-
input: ["text", "image"],
|
|
341
|
-
cost: {
|
|
342
|
-
input: 2,
|
|
343
|
-
output: 10,
|
|
344
|
-
cacheRead: 0.2,
|
|
345
|
-
cacheWrite: 2.5,
|
|
346
|
-
},
|
|
347
|
-
contextWindow: 1000000,
|
|
348
|
-
maxTokens: 128000,
|
|
349
|
-
},
|
|
350
|
-
"deepseek.r1-v1:0": {
|
|
351
|
-
id: "deepseek.r1-v1:0",
|
|
352
|
-
name: "DeepSeek-R1",
|
|
353
|
-
api: "bedrock-converse-stream",
|
|
354
|
-
provider: "amazon-bedrock",
|
|
355
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
356
|
-
reasoning: true,
|
|
357
|
-
input: ["text"],
|
|
358
|
-
cost: {
|
|
359
|
-
input: 1.35,
|
|
360
|
-
output: 5.4,
|
|
361
|
-
cacheRead: 0,
|
|
362
|
-
cacheWrite: 0,
|
|
363
|
-
},
|
|
364
|
-
contextWindow: 128000,
|
|
365
|
-
maxTokens: 32768,
|
|
366
|
-
},
|
|
367
|
-
"deepseek.v3-v1:0": {
|
|
368
|
-
id: "deepseek.v3-v1:0",
|
|
369
|
-
name: "DeepSeek-V3.1",
|
|
370
|
-
api: "bedrock-converse-stream",
|
|
371
|
-
provider: "amazon-bedrock",
|
|
372
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
373
|
-
reasoning: true,
|
|
374
|
-
input: ["text"],
|
|
375
|
-
cost: {
|
|
376
|
-
input: 0.58,
|
|
377
|
-
output: 1.68,
|
|
378
|
-
cacheRead: 0,
|
|
379
|
-
cacheWrite: 0,
|
|
380
|
-
},
|
|
381
|
-
contextWindow: 163840,
|
|
382
|
-
maxTokens: 81920,
|
|
383
|
-
},
|
|
384
|
-
"deepseek.v3.2": {
|
|
385
|
-
id: "deepseek.v3.2",
|
|
386
|
-
name: "DeepSeek-V3.2",
|
|
387
|
-
api: "bedrock-converse-stream",
|
|
388
|
-
provider: "amazon-bedrock",
|
|
389
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
390
|
-
reasoning: true,
|
|
391
|
-
input: ["text"],
|
|
392
|
-
cost: {
|
|
393
|
-
input: 0.62,
|
|
394
|
-
output: 1.85,
|
|
395
|
-
cacheRead: 0,
|
|
396
|
-
cacheWrite: 0,
|
|
397
|
-
},
|
|
398
|
-
contextWindow: 163840,
|
|
399
|
-
maxTokens: 81920,
|
|
400
|
-
},
|
|
401
|
-
"eu.anthropic.claude-fable-5": {
|
|
402
|
-
id: "eu.anthropic.claude-fable-5",
|
|
403
|
-
name: "Claude Fable 5 (EU)",
|
|
404
|
-
api: "bedrock-converse-stream",
|
|
405
|
-
provider: "amazon-bedrock",
|
|
406
|
-
baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
|
|
407
|
-
reasoning: true,
|
|
408
|
-
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
409
|
-
input: ["text", "image"],
|
|
410
|
-
cost: {
|
|
411
|
-
input: 11,
|
|
412
|
-
output: 55,
|
|
413
|
-
cacheRead: 1.1,
|
|
414
|
-
cacheWrite: 13.75,
|
|
415
|
-
},
|
|
416
|
-
contextWindow: 1000000,
|
|
417
|
-
maxTokens: 128000,
|
|
418
|
-
},
|
|
419
|
-
"eu.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
420
|
-
id: "eu.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
421
|
-
name: "Claude Haiku 4.5 (EU)",
|
|
422
|
-
api: "bedrock-converse-stream",
|
|
423
|
-
provider: "amazon-bedrock",
|
|
424
|
-
baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
|
|
425
|
-
reasoning: true,
|
|
426
|
-
input: ["text", "image"],
|
|
427
|
-
cost: {
|
|
428
|
-
input: 1.1,
|
|
429
|
-
output: 5.5,
|
|
430
|
-
cacheRead: 0.11,
|
|
431
|
-
cacheWrite: 1.375,
|
|
432
|
-
},
|
|
433
|
-
contextWindow: 200000,
|
|
434
|
-
maxTokens: 64000,
|
|
435
|
-
},
|
|
436
|
-
"eu.anthropic.claude-opus-4-5-20251101-v1:0": {
|
|
437
|
-
id: "eu.anthropic.claude-opus-4-5-20251101-v1:0",
|
|
438
|
-
name: "Claude Opus 4.5 (EU)",
|
|
439
|
-
api: "bedrock-converse-stream",
|
|
440
|
-
provider: "amazon-bedrock",
|
|
441
|
-
baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
|
|
442
|
-
reasoning: true,
|
|
443
|
-
input: ["text", "image"],
|
|
444
|
-
cost: {
|
|
445
|
-
input: 5.5,
|
|
446
|
-
output: 27.5,
|
|
447
|
-
cacheRead: 0.55,
|
|
448
|
-
cacheWrite: 6.875,
|
|
449
|
-
},
|
|
450
|
-
contextWindow: 200000,
|
|
451
|
-
maxTokens: 64000,
|
|
452
|
-
},
|
|
453
|
-
"eu.anthropic.claude-opus-4-6-v1": {
|
|
454
|
-
id: "eu.anthropic.claude-opus-4-6-v1",
|
|
455
|
-
name: "Claude Opus 4.6 (EU)",
|
|
456
|
-
api: "bedrock-converse-stream",
|
|
457
|
-
provider: "amazon-bedrock",
|
|
458
|
-
baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
|
|
459
|
-
reasoning: true,
|
|
460
|
-
thinkingLevelMap: { "xhigh": "max" },
|
|
461
|
-
input: ["text", "image"],
|
|
462
|
-
cost: {
|
|
463
|
-
input: 5.5,
|
|
464
|
-
output: 27.5,
|
|
465
|
-
cacheRead: 0.55,
|
|
466
|
-
cacheWrite: 6.875,
|
|
467
|
-
},
|
|
468
|
-
contextWindow: 1000000,
|
|
469
|
-
maxTokens: 128000,
|
|
470
|
-
},
|
|
471
|
-
"eu.anthropic.claude-opus-4-7": {
|
|
472
|
-
id: "eu.anthropic.claude-opus-4-7",
|
|
473
|
-
name: "Claude Opus 4.7 (EU)",
|
|
474
|
-
api: "bedrock-converse-stream",
|
|
475
|
-
provider: "amazon-bedrock",
|
|
476
|
-
baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
|
|
477
|
-
reasoning: true,
|
|
478
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
479
|
-
input: ["text", "image"],
|
|
480
|
-
cost: {
|
|
481
|
-
input: 5.5,
|
|
482
|
-
output: 27.5,
|
|
483
|
-
cacheRead: 0.55,
|
|
484
|
-
cacheWrite: 6.875,
|
|
485
|
-
},
|
|
486
|
-
contextWindow: 1000000,
|
|
487
|
-
maxTokens: 128000,
|
|
488
|
-
},
|
|
489
|
-
"eu.anthropic.claude-opus-4-8": {
|
|
490
|
-
id: "eu.anthropic.claude-opus-4-8",
|
|
491
|
-
name: "Claude Opus 4.8 (EU)",
|
|
492
|
-
api: "bedrock-converse-stream",
|
|
493
|
-
provider: "amazon-bedrock",
|
|
494
|
-
baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
|
|
495
|
-
reasoning: true,
|
|
496
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
497
|
-
input: ["text", "image"],
|
|
498
|
-
cost: {
|
|
499
|
-
input: 5.5,
|
|
500
|
-
output: 27.5,
|
|
501
|
-
cacheRead: 0.55,
|
|
502
|
-
cacheWrite: 6.875,
|
|
503
|
-
},
|
|
504
|
-
contextWindow: 1000000,
|
|
505
|
-
maxTokens: 128000,
|
|
506
|
-
},
|
|
507
|
-
"eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
508
|
-
id: "eu.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
509
|
-
name: "Claude Sonnet 4.5 (EU)",
|
|
510
|
-
api: "bedrock-converse-stream",
|
|
511
|
-
provider: "amazon-bedrock",
|
|
512
|
-
baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
|
|
513
|
-
reasoning: true,
|
|
514
|
-
input: ["text", "image"],
|
|
515
|
-
cost: {
|
|
516
|
-
input: 3.3,
|
|
517
|
-
output: 16.5,
|
|
518
|
-
cacheRead: 0.33,
|
|
519
|
-
cacheWrite: 4.125,
|
|
520
|
-
},
|
|
521
|
-
contextWindow: 200000,
|
|
522
|
-
maxTokens: 64000,
|
|
523
|
-
},
|
|
524
|
-
"eu.anthropic.claude-sonnet-4-6": {
|
|
525
|
-
id: "eu.anthropic.claude-sonnet-4-6",
|
|
526
|
-
name: "Claude Sonnet 4.6 (EU)",
|
|
527
|
-
api: "bedrock-converse-stream",
|
|
528
|
-
provider: "amazon-bedrock",
|
|
529
|
-
baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
|
|
530
|
-
reasoning: true,
|
|
531
|
-
input: ["text", "image"],
|
|
532
|
-
cost: {
|
|
533
|
-
input: 3.3,
|
|
534
|
-
output: 16.5,
|
|
535
|
-
cacheRead: 0.33,
|
|
536
|
-
cacheWrite: 4.125,
|
|
537
|
-
},
|
|
538
|
-
contextWindow: 1000000,
|
|
539
|
-
maxTokens: 64000,
|
|
540
|
-
},
|
|
541
|
-
"eu.anthropic.claude-sonnet-5": {
|
|
542
|
-
id: "eu.anthropic.claude-sonnet-5",
|
|
543
|
-
name: "Claude Sonnet 5 (EU)",
|
|
544
|
-
api: "bedrock-converse-stream",
|
|
545
|
-
provider: "amazon-bedrock",
|
|
546
|
-
baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
|
|
547
|
-
reasoning: true,
|
|
548
|
-
input: ["text", "image"],
|
|
549
|
-
cost: {
|
|
550
|
-
input: 2.2,
|
|
551
|
-
output: 11,
|
|
552
|
-
cacheRead: 0.22,
|
|
553
|
-
cacheWrite: 2.75,
|
|
554
|
-
},
|
|
555
|
-
contextWindow: 1000000,
|
|
556
|
-
maxTokens: 128000,
|
|
557
|
-
},
|
|
558
|
-
"global.anthropic.claude-fable-5": {
|
|
559
|
-
id: "global.anthropic.claude-fable-5",
|
|
560
|
-
name: "Claude Fable 5 (Global)",
|
|
561
|
-
api: "bedrock-converse-stream",
|
|
562
|
-
provider: "amazon-bedrock",
|
|
563
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
564
|
-
reasoning: true,
|
|
565
|
-
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
566
|
-
input: ["text", "image"],
|
|
567
|
-
cost: {
|
|
568
|
-
input: 10,
|
|
569
|
-
output: 50,
|
|
570
|
-
cacheRead: 1,
|
|
571
|
-
cacheWrite: 12.5,
|
|
572
|
-
},
|
|
573
|
-
contextWindow: 1000000,
|
|
574
|
-
maxTokens: 128000,
|
|
575
|
-
},
|
|
576
|
-
"global.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
577
|
-
id: "global.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
578
|
-
name: "Claude Haiku 4.5 (Global)",
|
|
579
|
-
api: "bedrock-converse-stream",
|
|
580
|
-
provider: "amazon-bedrock",
|
|
581
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
582
|
-
reasoning: true,
|
|
583
|
-
input: ["text", "image"],
|
|
584
|
-
cost: {
|
|
585
|
-
input: 1,
|
|
586
|
-
output: 5,
|
|
587
|
-
cacheRead: 0.1,
|
|
588
|
-
cacheWrite: 1.25,
|
|
589
|
-
},
|
|
590
|
-
contextWindow: 200000,
|
|
591
|
-
maxTokens: 64000,
|
|
592
|
-
},
|
|
593
|
-
"global.anthropic.claude-opus-4-5-20251101-v1:0": {
|
|
594
|
-
id: "global.anthropic.claude-opus-4-5-20251101-v1:0",
|
|
595
|
-
name: "Claude Opus 4.5 (Global)",
|
|
596
|
-
api: "bedrock-converse-stream",
|
|
597
|
-
provider: "amazon-bedrock",
|
|
598
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
599
|
-
reasoning: true,
|
|
600
|
-
input: ["text", "image"],
|
|
601
|
-
cost: {
|
|
602
|
-
input: 5,
|
|
603
|
-
output: 25,
|
|
604
|
-
cacheRead: 0.5,
|
|
605
|
-
cacheWrite: 6.25,
|
|
606
|
-
},
|
|
607
|
-
contextWindow: 200000,
|
|
608
|
-
maxTokens: 64000,
|
|
609
|
-
},
|
|
610
|
-
"global.anthropic.claude-opus-4-6-v1": {
|
|
611
|
-
id: "global.anthropic.claude-opus-4-6-v1",
|
|
612
|
-
name: "Claude Opus 4.6 (Global)",
|
|
613
|
-
api: "bedrock-converse-stream",
|
|
614
|
-
provider: "amazon-bedrock",
|
|
615
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
616
|
-
reasoning: true,
|
|
617
|
-
thinkingLevelMap: { "xhigh": "max" },
|
|
618
|
-
input: ["text", "image"],
|
|
619
|
-
cost: {
|
|
620
|
-
input: 5,
|
|
621
|
-
output: 25,
|
|
622
|
-
cacheRead: 0.5,
|
|
623
|
-
cacheWrite: 6.25,
|
|
624
|
-
},
|
|
625
|
-
contextWindow: 1000000,
|
|
626
|
-
maxTokens: 128000,
|
|
627
|
-
},
|
|
628
|
-
"global.anthropic.claude-opus-4-7": {
|
|
629
|
-
id: "global.anthropic.claude-opus-4-7",
|
|
630
|
-
name: "Claude Opus 4.7 (Global)",
|
|
631
|
-
api: "bedrock-converse-stream",
|
|
632
|
-
provider: "amazon-bedrock",
|
|
633
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
634
|
-
reasoning: true,
|
|
635
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
636
|
-
input: ["text", "image"],
|
|
637
|
-
cost: {
|
|
638
|
-
input: 5,
|
|
639
|
-
output: 25,
|
|
640
|
-
cacheRead: 0.5,
|
|
641
|
-
cacheWrite: 6.25,
|
|
642
|
-
},
|
|
643
|
-
contextWindow: 1000000,
|
|
644
|
-
maxTokens: 128000,
|
|
645
|
-
},
|
|
646
|
-
"global.anthropic.claude-opus-4-8": {
|
|
647
|
-
id: "global.anthropic.claude-opus-4-8",
|
|
648
|
-
name: "Claude Opus 4.8 (Global)",
|
|
649
|
-
api: "bedrock-converse-stream",
|
|
650
|
-
provider: "amazon-bedrock",
|
|
651
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
652
|
-
reasoning: true,
|
|
653
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
654
|
-
input: ["text", "image"],
|
|
655
|
-
cost: {
|
|
656
|
-
input: 5,
|
|
657
|
-
output: 25,
|
|
658
|
-
cacheRead: 0.5,
|
|
659
|
-
cacheWrite: 6.25,
|
|
660
|
-
},
|
|
661
|
-
contextWindow: 1000000,
|
|
662
|
-
maxTokens: 128000,
|
|
663
|
-
},
|
|
664
|
-
"global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
665
|
-
id: "global.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
666
|
-
name: "Claude Sonnet 4.5 (Global)",
|
|
667
|
-
api: "bedrock-converse-stream",
|
|
668
|
-
provider: "amazon-bedrock",
|
|
669
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
670
|
-
reasoning: true,
|
|
671
|
-
input: ["text", "image"],
|
|
672
|
-
cost: {
|
|
673
|
-
input: 3,
|
|
674
|
-
output: 15,
|
|
675
|
-
cacheRead: 0.3,
|
|
676
|
-
cacheWrite: 3.75,
|
|
677
|
-
},
|
|
678
|
-
contextWindow: 200000,
|
|
679
|
-
maxTokens: 64000,
|
|
680
|
-
},
|
|
681
|
-
"global.anthropic.claude-sonnet-4-6": {
|
|
682
|
-
id: "global.anthropic.claude-sonnet-4-6",
|
|
683
|
-
name: "Claude Sonnet 4.6 (Global)",
|
|
684
|
-
api: "bedrock-converse-stream",
|
|
685
|
-
provider: "amazon-bedrock",
|
|
686
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
687
|
-
reasoning: true,
|
|
688
|
-
input: ["text", "image"],
|
|
689
|
-
cost: {
|
|
690
|
-
input: 3,
|
|
691
|
-
output: 15,
|
|
692
|
-
cacheRead: 0.3,
|
|
693
|
-
cacheWrite: 3.75,
|
|
694
|
-
},
|
|
695
|
-
contextWindow: 1000000,
|
|
696
|
-
maxTokens: 64000,
|
|
697
|
-
},
|
|
698
|
-
"global.anthropic.claude-sonnet-5": {
|
|
699
|
-
id: "global.anthropic.claude-sonnet-5",
|
|
700
|
-
name: "Claude Sonnet 5 (Global)",
|
|
701
|
-
api: "bedrock-converse-stream",
|
|
702
|
-
provider: "amazon-bedrock",
|
|
703
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
704
|
-
reasoning: true,
|
|
705
|
-
input: ["text", "image"],
|
|
706
|
-
cost: {
|
|
707
|
-
input: 2,
|
|
708
|
-
output: 10,
|
|
709
|
-
cacheRead: 0.2,
|
|
710
|
-
cacheWrite: 2.5,
|
|
711
|
-
},
|
|
712
|
-
contextWindow: 1000000,
|
|
713
|
-
maxTokens: 128000,
|
|
714
|
-
},
|
|
715
|
-
"google.gemma-3-27b-it": {
|
|
716
|
-
id: "google.gemma-3-27b-it",
|
|
717
|
-
name: "Google Gemma 3 27B Instruct",
|
|
718
|
-
api: "bedrock-converse-stream",
|
|
719
|
-
provider: "amazon-bedrock",
|
|
720
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
721
|
-
reasoning: false,
|
|
722
|
-
input: ["text", "image"],
|
|
723
|
-
cost: {
|
|
724
|
-
input: 0.12,
|
|
725
|
-
output: 0.2,
|
|
726
|
-
cacheRead: 0,
|
|
727
|
-
cacheWrite: 0,
|
|
728
|
-
},
|
|
729
|
-
contextWindow: 202752,
|
|
730
|
-
maxTokens: 8192,
|
|
731
|
-
},
|
|
732
|
-
"google.gemma-3-4b-it": {
|
|
733
|
-
id: "google.gemma-3-4b-it",
|
|
734
|
-
name: "Gemma 3 4B IT",
|
|
735
|
-
api: "bedrock-converse-stream",
|
|
736
|
-
provider: "amazon-bedrock",
|
|
737
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
738
|
-
reasoning: false,
|
|
739
|
-
input: ["text", "image"],
|
|
740
|
-
cost: {
|
|
741
|
-
input: 0.04,
|
|
742
|
-
output: 0.08,
|
|
743
|
-
cacheRead: 0,
|
|
744
|
-
cacheWrite: 0,
|
|
745
|
-
},
|
|
746
|
-
contextWindow: 128000,
|
|
747
|
-
maxTokens: 4096,
|
|
748
|
-
},
|
|
749
|
-
"jp.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
750
|
-
id: "jp.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
751
|
-
name: "Claude Haiku 4.5 (JP)",
|
|
752
|
-
api: "bedrock-converse-stream",
|
|
753
|
-
provider: "amazon-bedrock",
|
|
754
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
755
|
-
reasoning: true,
|
|
756
|
-
input: ["text", "image"],
|
|
757
|
-
cost: {
|
|
758
|
-
input: 1,
|
|
759
|
-
output: 5,
|
|
760
|
-
cacheRead: 0.1,
|
|
761
|
-
cacheWrite: 1.25,
|
|
762
|
-
},
|
|
763
|
-
contextWindow: 200000,
|
|
764
|
-
maxTokens: 64000,
|
|
765
|
-
},
|
|
766
|
-
"jp.anthropic.claude-opus-4-7": {
|
|
767
|
-
id: "jp.anthropic.claude-opus-4-7",
|
|
768
|
-
name: "Claude Opus 4.7 (JP)",
|
|
769
|
-
api: "bedrock-converse-stream",
|
|
770
|
-
provider: "amazon-bedrock",
|
|
771
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
772
|
-
reasoning: true,
|
|
773
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
774
|
-
input: ["text", "image"],
|
|
775
|
-
cost: {
|
|
776
|
-
input: 5,
|
|
777
|
-
output: 25,
|
|
778
|
-
cacheRead: 0.5,
|
|
779
|
-
cacheWrite: 6.25,
|
|
780
|
-
},
|
|
781
|
-
contextWindow: 1000000,
|
|
782
|
-
maxTokens: 128000,
|
|
783
|
-
},
|
|
784
|
-
"jp.anthropic.claude-opus-4-8": {
|
|
785
|
-
id: "jp.anthropic.claude-opus-4-8",
|
|
786
|
-
name: "Claude Opus 4.8 (JP)",
|
|
787
|
-
api: "bedrock-converse-stream",
|
|
788
|
-
provider: "amazon-bedrock",
|
|
789
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
790
|
-
reasoning: true,
|
|
791
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
792
|
-
input: ["text", "image"],
|
|
793
|
-
cost: {
|
|
794
|
-
input: 5,
|
|
795
|
-
output: 25,
|
|
796
|
-
cacheRead: 0.5,
|
|
797
|
-
cacheWrite: 6.25,
|
|
798
|
-
},
|
|
799
|
-
contextWindow: 1000000,
|
|
800
|
-
maxTokens: 128000,
|
|
801
|
-
},
|
|
802
|
-
"jp.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
803
|
-
id: "jp.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
804
|
-
name: "Claude Sonnet 4.5 (JP)",
|
|
805
|
-
api: "bedrock-converse-stream",
|
|
806
|
-
provider: "amazon-bedrock",
|
|
807
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
808
|
-
reasoning: true,
|
|
809
|
-
input: ["text", "image"],
|
|
810
|
-
cost: {
|
|
811
|
-
input: 3,
|
|
812
|
-
output: 15,
|
|
813
|
-
cacheRead: 0.3,
|
|
814
|
-
cacheWrite: 3.75,
|
|
815
|
-
},
|
|
816
|
-
contextWindow: 200000,
|
|
817
|
-
maxTokens: 64000,
|
|
818
|
-
},
|
|
819
|
-
"jp.anthropic.claude-sonnet-4-6": {
|
|
820
|
-
id: "jp.anthropic.claude-sonnet-4-6",
|
|
821
|
-
name: "Claude Sonnet 4.6 (JP)",
|
|
822
|
-
api: "bedrock-converse-stream",
|
|
823
|
-
provider: "amazon-bedrock",
|
|
824
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
825
|
-
reasoning: true,
|
|
826
|
-
input: ["text", "image"],
|
|
827
|
-
cost: {
|
|
828
|
-
input: 3,
|
|
829
|
-
output: 15,
|
|
830
|
-
cacheRead: 0.3,
|
|
831
|
-
cacheWrite: 3.75,
|
|
832
|
-
},
|
|
833
|
-
contextWindow: 1000000,
|
|
834
|
-
maxTokens: 64000,
|
|
835
|
-
},
|
|
836
|
-
"jp.anthropic.claude-sonnet-5": {
|
|
837
|
-
id: "jp.anthropic.claude-sonnet-5",
|
|
838
|
-
name: "Claude Sonnet 5 (JP)",
|
|
839
|
-
api: "bedrock-converse-stream",
|
|
840
|
-
provider: "amazon-bedrock",
|
|
841
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
842
|
-
reasoning: true,
|
|
843
|
-
input: ["text", "image"],
|
|
844
|
-
cost: {
|
|
845
|
-
input: 2,
|
|
846
|
-
output: 10,
|
|
847
|
-
cacheRead: 0.2,
|
|
848
|
-
cacheWrite: 2.5,
|
|
849
|
-
},
|
|
850
|
-
contextWindow: 1000000,
|
|
851
|
-
maxTokens: 128000,
|
|
852
|
-
},
|
|
853
|
-
"meta.llama3-1-70b-instruct-v1:0": {
|
|
854
|
-
id: "meta.llama3-1-70b-instruct-v1:0",
|
|
855
|
-
name: "Llama 3.1 70B Instruct",
|
|
856
|
-
api: "bedrock-converse-stream",
|
|
857
|
-
provider: "amazon-bedrock",
|
|
858
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
859
|
-
reasoning: false,
|
|
860
|
-
input: ["text"],
|
|
861
|
-
cost: {
|
|
862
|
-
input: 0.72,
|
|
863
|
-
output: 0.72,
|
|
864
|
-
cacheRead: 0,
|
|
865
|
-
cacheWrite: 0,
|
|
866
|
-
},
|
|
867
|
-
contextWindow: 128000,
|
|
868
|
-
maxTokens: 4096,
|
|
869
|
-
},
|
|
870
|
-
"meta.llama3-1-8b-instruct-v1:0": {
|
|
871
|
-
id: "meta.llama3-1-8b-instruct-v1:0",
|
|
872
|
-
name: "Llama 3.1 8B Instruct",
|
|
873
|
-
api: "bedrock-converse-stream",
|
|
874
|
-
provider: "amazon-bedrock",
|
|
875
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
876
|
-
reasoning: false,
|
|
877
|
-
input: ["text"],
|
|
878
|
-
cost: {
|
|
879
|
-
input: 0.22,
|
|
880
|
-
output: 0.22,
|
|
881
|
-
cacheRead: 0,
|
|
882
|
-
cacheWrite: 0,
|
|
883
|
-
},
|
|
884
|
-
contextWindow: 128000,
|
|
885
|
-
maxTokens: 4096,
|
|
886
|
-
},
|
|
887
|
-
"meta.llama3-3-70b-instruct-v1:0": {
|
|
888
|
-
id: "meta.llama3-3-70b-instruct-v1:0",
|
|
889
|
-
name: "Llama 3.3 70B Instruct",
|
|
890
|
-
api: "bedrock-converse-stream",
|
|
891
|
-
provider: "amazon-bedrock",
|
|
892
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
893
|
-
reasoning: false,
|
|
894
|
-
input: ["text"],
|
|
895
|
-
cost: {
|
|
896
|
-
input: 0.72,
|
|
897
|
-
output: 0.72,
|
|
898
|
-
cacheRead: 0,
|
|
899
|
-
cacheWrite: 0,
|
|
900
|
-
},
|
|
901
|
-
contextWindow: 128000,
|
|
902
|
-
maxTokens: 4096,
|
|
903
|
-
},
|
|
904
|
-
"meta.llama4-maverick-17b-instruct-v1:0": {
|
|
905
|
-
id: "meta.llama4-maverick-17b-instruct-v1:0",
|
|
906
|
-
name: "Llama 4 Maverick 17B Instruct",
|
|
907
|
-
api: "bedrock-converse-stream",
|
|
908
|
-
provider: "amazon-bedrock",
|
|
909
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
910
|
-
reasoning: false,
|
|
911
|
-
input: ["text", "image"],
|
|
912
|
-
cost: {
|
|
913
|
-
input: 0.24,
|
|
914
|
-
output: 0.97,
|
|
915
|
-
cacheRead: 0,
|
|
916
|
-
cacheWrite: 0,
|
|
917
|
-
},
|
|
918
|
-
contextWindow: 1000000,
|
|
919
|
-
maxTokens: 16384,
|
|
920
|
-
},
|
|
921
|
-
"meta.llama4-scout-17b-instruct-v1:0": {
|
|
922
|
-
id: "meta.llama4-scout-17b-instruct-v1:0",
|
|
923
|
-
name: "Llama 4 Scout 17B Instruct",
|
|
924
|
-
api: "bedrock-converse-stream",
|
|
925
|
-
provider: "amazon-bedrock",
|
|
926
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
927
|
-
reasoning: false,
|
|
928
|
-
input: ["text", "image"],
|
|
929
|
-
cost: {
|
|
930
|
-
input: 0.17,
|
|
931
|
-
output: 0.66,
|
|
932
|
-
cacheRead: 0,
|
|
933
|
-
cacheWrite: 0,
|
|
934
|
-
},
|
|
935
|
-
contextWindow: 3500000,
|
|
936
|
-
maxTokens: 16384,
|
|
937
|
-
},
|
|
938
|
-
"minimax.minimax-m2": {
|
|
939
|
-
id: "minimax.minimax-m2",
|
|
940
|
-
name: "MiniMax M2",
|
|
941
|
-
api: "bedrock-converse-stream",
|
|
942
|
-
provider: "amazon-bedrock",
|
|
943
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
944
|
-
reasoning: true,
|
|
945
|
-
input: ["text"],
|
|
946
|
-
cost: {
|
|
947
|
-
input: 0.3,
|
|
948
|
-
output: 1.2,
|
|
949
|
-
cacheRead: 0,
|
|
950
|
-
cacheWrite: 0,
|
|
951
|
-
},
|
|
952
|
-
contextWindow: 204608,
|
|
953
|
-
maxTokens: 128000,
|
|
954
|
-
},
|
|
955
|
-
"minimax.minimax-m2.1": {
|
|
956
|
-
id: "minimax.minimax-m2.1",
|
|
957
|
-
name: "MiniMax M2.1",
|
|
958
|
-
api: "bedrock-converse-stream",
|
|
959
|
-
provider: "amazon-bedrock",
|
|
960
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
961
|
-
reasoning: true,
|
|
962
|
-
input: ["text"],
|
|
963
|
-
cost: {
|
|
964
|
-
input: 0.3,
|
|
965
|
-
output: 1.2,
|
|
966
|
-
cacheRead: 0,
|
|
967
|
-
cacheWrite: 0,
|
|
968
|
-
},
|
|
969
|
-
contextWindow: 204800,
|
|
970
|
-
maxTokens: 131072,
|
|
971
|
-
},
|
|
972
|
-
"minimax.minimax-m2.5": {
|
|
973
|
-
id: "minimax.minimax-m2.5",
|
|
974
|
-
name: "MiniMax M2.5",
|
|
975
|
-
api: "bedrock-converse-stream",
|
|
976
|
-
provider: "amazon-bedrock",
|
|
977
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
978
|
-
reasoning: true,
|
|
979
|
-
input: ["text"],
|
|
980
|
-
cost: {
|
|
981
|
-
input: 0.3,
|
|
982
|
-
output: 1.2,
|
|
983
|
-
cacheRead: 0,
|
|
984
|
-
cacheWrite: 0,
|
|
985
|
-
},
|
|
986
|
-
contextWindow: 196608,
|
|
987
|
-
maxTokens: 98304,
|
|
988
|
-
},
|
|
989
|
-
"mistral.devstral-2-123b": {
|
|
990
|
-
id: "mistral.devstral-2-123b",
|
|
991
|
-
name: "Devstral 2 123B",
|
|
992
|
-
api: "bedrock-converse-stream",
|
|
993
|
-
provider: "amazon-bedrock",
|
|
994
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
995
|
-
reasoning: false,
|
|
996
|
-
input: ["text"],
|
|
997
|
-
cost: {
|
|
998
|
-
input: 0.4,
|
|
999
|
-
output: 2,
|
|
1000
|
-
cacheRead: 0,
|
|
1001
|
-
cacheWrite: 0,
|
|
1002
|
-
},
|
|
1003
|
-
contextWindow: 256000,
|
|
1004
|
-
maxTokens: 8192,
|
|
1005
|
-
},
|
|
1006
|
-
"mistral.magistral-small-2509": {
|
|
1007
|
-
id: "mistral.magistral-small-2509",
|
|
1008
|
-
name: "Magistral Small 1.2",
|
|
1009
|
-
api: "bedrock-converse-stream",
|
|
1010
|
-
provider: "amazon-bedrock",
|
|
1011
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1012
|
-
reasoning: true,
|
|
1013
|
-
input: ["text", "image"],
|
|
1014
|
-
cost: {
|
|
1015
|
-
input: 0.5,
|
|
1016
|
-
output: 1.5,
|
|
1017
|
-
cacheRead: 0,
|
|
1018
|
-
cacheWrite: 0,
|
|
1019
|
-
},
|
|
1020
|
-
contextWindow: 128000,
|
|
1021
|
-
maxTokens: 40000,
|
|
1022
|
-
},
|
|
1023
|
-
"mistral.ministral-3-14b-instruct": {
|
|
1024
|
-
id: "mistral.ministral-3-14b-instruct",
|
|
1025
|
-
name: "Ministral 14B 3.0",
|
|
1026
|
-
api: "bedrock-converse-stream",
|
|
1027
|
-
provider: "amazon-bedrock",
|
|
1028
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1029
|
-
reasoning: false,
|
|
1030
|
-
input: ["text"],
|
|
1031
|
-
cost: {
|
|
1032
|
-
input: 0.2,
|
|
1033
|
-
output: 0.2,
|
|
1034
|
-
cacheRead: 0,
|
|
1035
|
-
cacheWrite: 0,
|
|
1036
|
-
},
|
|
1037
|
-
contextWindow: 128000,
|
|
1038
|
-
maxTokens: 4096,
|
|
1039
|
-
},
|
|
1040
|
-
"mistral.ministral-3-3b-instruct": {
|
|
1041
|
-
id: "mistral.ministral-3-3b-instruct",
|
|
1042
|
-
name: "Ministral 3 3B",
|
|
1043
|
-
api: "bedrock-converse-stream",
|
|
1044
|
-
provider: "amazon-bedrock",
|
|
1045
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1046
|
-
reasoning: false,
|
|
1047
|
-
input: ["text", "image"],
|
|
1048
|
-
cost: {
|
|
1049
|
-
input: 0.1,
|
|
1050
|
-
output: 0.1,
|
|
1051
|
-
cacheRead: 0,
|
|
1052
|
-
cacheWrite: 0,
|
|
1053
|
-
},
|
|
1054
|
-
contextWindow: 256000,
|
|
1055
|
-
maxTokens: 8192,
|
|
1056
|
-
},
|
|
1057
|
-
"mistral.ministral-3-8b-instruct": {
|
|
1058
|
-
id: "mistral.ministral-3-8b-instruct",
|
|
1059
|
-
name: "Ministral 3 8B",
|
|
1060
|
-
api: "bedrock-converse-stream",
|
|
1061
|
-
provider: "amazon-bedrock",
|
|
1062
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1063
|
-
reasoning: false,
|
|
1064
|
-
input: ["text"],
|
|
1065
|
-
cost: {
|
|
1066
|
-
input: 0.15,
|
|
1067
|
-
output: 0.15,
|
|
1068
|
-
cacheRead: 0,
|
|
1069
|
-
cacheWrite: 0,
|
|
1070
|
-
},
|
|
1071
|
-
contextWindow: 128000,
|
|
1072
|
-
maxTokens: 4096,
|
|
1073
|
-
},
|
|
1074
|
-
"mistral.mistral-large-3-675b-instruct": {
|
|
1075
|
-
id: "mistral.mistral-large-3-675b-instruct",
|
|
1076
|
-
name: "Mistral Large 3",
|
|
1077
|
-
api: "bedrock-converse-stream",
|
|
1078
|
-
provider: "amazon-bedrock",
|
|
1079
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1080
|
-
reasoning: false,
|
|
1081
|
-
input: ["text", "image"],
|
|
1082
|
-
cost: {
|
|
1083
|
-
input: 0.5,
|
|
1084
|
-
output: 1.5,
|
|
1085
|
-
cacheRead: 0,
|
|
1086
|
-
cacheWrite: 0,
|
|
1087
|
-
},
|
|
1088
|
-
contextWindow: 256000,
|
|
1089
|
-
maxTokens: 8192,
|
|
1090
|
-
},
|
|
1091
|
-
"mistral.pixtral-large-2502-v1:0": {
|
|
1092
|
-
id: "mistral.pixtral-large-2502-v1:0",
|
|
1093
|
-
name: "Pixtral Large (25.02)",
|
|
1094
|
-
api: "bedrock-converse-stream",
|
|
1095
|
-
provider: "amazon-bedrock",
|
|
1096
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1097
|
-
reasoning: false,
|
|
1098
|
-
input: ["text", "image"],
|
|
1099
|
-
cost: {
|
|
1100
|
-
input: 2,
|
|
1101
|
-
output: 6,
|
|
1102
|
-
cacheRead: 0,
|
|
1103
|
-
cacheWrite: 0,
|
|
1104
|
-
},
|
|
1105
|
-
contextWindow: 128000,
|
|
1106
|
-
maxTokens: 8192,
|
|
1107
|
-
},
|
|
1108
|
-
"mistral.voxtral-mini-3b-2507": {
|
|
1109
|
-
id: "mistral.voxtral-mini-3b-2507",
|
|
1110
|
-
name: "Voxtral Mini 3B 2507",
|
|
1111
|
-
api: "bedrock-converse-stream",
|
|
1112
|
-
provider: "amazon-bedrock",
|
|
1113
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1114
|
-
reasoning: false,
|
|
1115
|
-
input: ["text"],
|
|
1116
|
-
cost: {
|
|
1117
|
-
input: 0.04,
|
|
1118
|
-
output: 0.04,
|
|
1119
|
-
cacheRead: 0,
|
|
1120
|
-
cacheWrite: 0,
|
|
1121
|
-
},
|
|
1122
|
-
contextWindow: 128000,
|
|
1123
|
-
maxTokens: 4096,
|
|
1124
|
-
},
|
|
1125
|
-
"mistral.voxtral-small-24b-2507": {
|
|
1126
|
-
id: "mistral.voxtral-small-24b-2507",
|
|
1127
|
-
name: "Voxtral Small 24B 2507",
|
|
1128
|
-
api: "bedrock-converse-stream",
|
|
1129
|
-
provider: "amazon-bedrock",
|
|
1130
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1131
|
-
reasoning: false,
|
|
1132
|
-
input: ["text"],
|
|
1133
|
-
cost: {
|
|
1134
|
-
input: 0.15,
|
|
1135
|
-
output: 0.35,
|
|
1136
|
-
cacheRead: 0,
|
|
1137
|
-
cacheWrite: 0,
|
|
1138
|
-
},
|
|
1139
|
-
contextWindow: 32000,
|
|
1140
|
-
maxTokens: 8192,
|
|
1141
|
-
},
|
|
1142
|
-
"moonshot.kimi-k2-thinking": {
|
|
1143
|
-
id: "moonshot.kimi-k2-thinking",
|
|
1144
|
-
name: "Kimi K2 Thinking",
|
|
1145
|
-
api: "bedrock-converse-stream",
|
|
1146
|
-
provider: "amazon-bedrock",
|
|
1147
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1148
|
-
reasoning: true,
|
|
1149
|
-
input: ["text"],
|
|
1150
|
-
cost: {
|
|
1151
|
-
input: 0.6,
|
|
1152
|
-
output: 2.5,
|
|
1153
|
-
cacheRead: 0,
|
|
1154
|
-
cacheWrite: 0,
|
|
1155
|
-
},
|
|
1156
|
-
contextWindow: 262143,
|
|
1157
|
-
maxTokens: 16000,
|
|
1158
|
-
},
|
|
1159
|
-
"moonshotai.kimi-k2.5": {
|
|
1160
|
-
id: "moonshotai.kimi-k2.5",
|
|
1161
|
-
name: "Kimi K2.5",
|
|
1162
|
-
api: "bedrock-converse-stream",
|
|
1163
|
-
provider: "amazon-bedrock",
|
|
1164
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1165
|
-
reasoning: true,
|
|
1166
|
-
input: ["text", "image"],
|
|
1167
|
-
cost: {
|
|
1168
|
-
input: 0.6,
|
|
1169
|
-
output: 3,
|
|
1170
|
-
cacheRead: 0,
|
|
1171
|
-
cacheWrite: 0,
|
|
1172
|
-
},
|
|
1173
|
-
contextWindow: 262143,
|
|
1174
|
-
maxTokens: 16000,
|
|
1175
|
-
},
|
|
1176
|
-
"nvidia.nemotron-nano-12b-v2": {
|
|
1177
|
-
id: "nvidia.nemotron-nano-12b-v2",
|
|
1178
|
-
name: "NVIDIA Nemotron Nano 12B v2 VL BF16",
|
|
1179
|
-
api: "bedrock-converse-stream",
|
|
1180
|
-
provider: "amazon-bedrock",
|
|
1181
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1182
|
-
reasoning: false,
|
|
1183
|
-
input: ["text", "image"],
|
|
1184
|
-
cost: {
|
|
1185
|
-
input: 0.2,
|
|
1186
|
-
output: 0.6,
|
|
1187
|
-
cacheRead: 0,
|
|
1188
|
-
cacheWrite: 0,
|
|
1189
|
-
},
|
|
1190
|
-
contextWindow: 128000,
|
|
1191
|
-
maxTokens: 4096,
|
|
1192
|
-
},
|
|
1193
|
-
"nvidia.nemotron-nano-3-30b": {
|
|
1194
|
-
id: "nvidia.nemotron-nano-3-30b",
|
|
1195
|
-
name: "NVIDIA Nemotron Nano 3 30B",
|
|
1196
|
-
api: "bedrock-converse-stream",
|
|
1197
|
-
provider: "amazon-bedrock",
|
|
1198
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1199
|
-
reasoning: true,
|
|
1200
|
-
input: ["text"],
|
|
1201
|
-
cost: {
|
|
1202
|
-
input: 0.06,
|
|
1203
|
-
output: 0.24,
|
|
1204
|
-
cacheRead: 0,
|
|
1205
|
-
cacheWrite: 0,
|
|
1206
|
-
},
|
|
1207
|
-
contextWindow: 128000,
|
|
1208
|
-
maxTokens: 4096,
|
|
1209
|
-
},
|
|
1210
|
-
"nvidia.nemotron-nano-9b-v2": {
|
|
1211
|
-
id: "nvidia.nemotron-nano-9b-v2",
|
|
1212
|
-
name: "NVIDIA Nemotron Nano 9B v2",
|
|
1213
|
-
api: "bedrock-converse-stream",
|
|
1214
|
-
provider: "amazon-bedrock",
|
|
1215
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1216
|
-
reasoning: false,
|
|
1217
|
-
input: ["text"],
|
|
1218
|
-
cost: {
|
|
1219
|
-
input: 0.06,
|
|
1220
|
-
output: 0.23,
|
|
1221
|
-
cacheRead: 0,
|
|
1222
|
-
cacheWrite: 0,
|
|
1223
|
-
},
|
|
1224
|
-
contextWindow: 128000,
|
|
1225
|
-
maxTokens: 4096,
|
|
1226
|
-
},
|
|
1227
|
-
"nvidia.nemotron-super-3-120b": {
|
|
1228
|
-
id: "nvidia.nemotron-super-3-120b",
|
|
1229
|
-
name: "NVIDIA Nemotron 3 Super 120B A12B",
|
|
1230
|
-
api: "bedrock-converse-stream",
|
|
1231
|
-
provider: "amazon-bedrock",
|
|
1232
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1233
|
-
reasoning: true,
|
|
1234
|
-
input: ["text"],
|
|
1235
|
-
cost: {
|
|
1236
|
-
input: 0.15,
|
|
1237
|
-
output: 0.65,
|
|
1238
|
-
cacheRead: 0,
|
|
1239
|
-
cacheWrite: 0,
|
|
1240
|
-
},
|
|
1241
|
-
contextWindow: 262144,
|
|
1242
|
-
maxTokens: 131072,
|
|
1243
|
-
},
|
|
1244
|
-
"openai.gpt-5.4": {
|
|
1245
|
-
id: "openai.gpt-5.4",
|
|
1246
|
-
name: "GPT-5.4",
|
|
1247
|
-
api: "bedrock-converse-stream",
|
|
1248
|
-
provider: "amazon-bedrock",
|
|
1249
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1250
|
-
reasoning: true,
|
|
1251
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
1252
|
-
input: ["text", "image"],
|
|
1253
|
-
cost: {
|
|
1254
|
-
input: 2.75,
|
|
1255
|
-
output: 16.5,
|
|
1256
|
-
cacheRead: 0.275,
|
|
1257
|
-
cacheWrite: 0,
|
|
1258
|
-
},
|
|
1259
|
-
contextWindow: 272000,
|
|
1260
|
-
maxTokens: 128000,
|
|
1261
|
-
},
|
|
1262
|
-
"openai.gpt-5.5": {
|
|
1263
|
-
id: "openai.gpt-5.5",
|
|
1264
|
-
name: "GPT-5.5",
|
|
1265
|
-
api: "bedrock-converse-stream",
|
|
1266
|
-
provider: "amazon-bedrock",
|
|
1267
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1268
|
-
reasoning: true,
|
|
1269
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
1270
|
-
input: ["text", "image"],
|
|
1271
|
-
cost: {
|
|
1272
|
-
input: 5.5,
|
|
1273
|
-
output: 33,
|
|
1274
|
-
cacheRead: 0.55,
|
|
1275
|
-
cacheWrite: 0,
|
|
1276
|
-
},
|
|
1277
|
-
contextWindow: 272000,
|
|
1278
|
-
maxTokens: 128000,
|
|
1279
|
-
},
|
|
1280
|
-
"openai.gpt-oss-120b": {
|
|
1281
|
-
id: "openai.gpt-oss-120b",
|
|
1282
|
-
name: "gpt-oss-120b",
|
|
1283
|
-
api: "bedrock-converse-stream",
|
|
1284
|
-
provider: "amazon-bedrock",
|
|
1285
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1286
|
-
reasoning: true,
|
|
1287
|
-
input: ["text"],
|
|
1288
|
-
cost: {
|
|
1289
|
-
input: 0.15,
|
|
1290
|
-
output: 0.6,
|
|
1291
|
-
cacheRead: 0,
|
|
1292
|
-
cacheWrite: 0,
|
|
1293
|
-
},
|
|
1294
|
-
contextWindow: 128000,
|
|
1295
|
-
maxTokens: 16384,
|
|
1296
|
-
},
|
|
1297
|
-
"openai.gpt-oss-120b-1:0": {
|
|
1298
|
-
id: "openai.gpt-oss-120b-1:0",
|
|
1299
|
-
name: "gpt-oss-120b",
|
|
1300
|
-
api: "bedrock-converse-stream",
|
|
1301
|
-
provider: "amazon-bedrock",
|
|
1302
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1303
|
-
reasoning: true,
|
|
1304
|
-
input: ["text"],
|
|
1305
|
-
cost: {
|
|
1306
|
-
input: 0.15,
|
|
1307
|
-
output: 0.6,
|
|
1308
|
-
cacheRead: 0,
|
|
1309
|
-
cacheWrite: 0,
|
|
1310
|
-
},
|
|
1311
|
-
contextWindow: 128000,
|
|
1312
|
-
maxTokens: 16384,
|
|
1313
|
-
},
|
|
1314
|
-
"openai.gpt-oss-20b": {
|
|
1315
|
-
id: "openai.gpt-oss-20b",
|
|
1316
|
-
name: "gpt-oss-20b",
|
|
1317
|
-
api: "bedrock-converse-stream",
|
|
1318
|
-
provider: "amazon-bedrock",
|
|
1319
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1320
|
-
reasoning: true,
|
|
1321
|
-
input: ["text"],
|
|
1322
|
-
cost: {
|
|
1323
|
-
input: 0.07,
|
|
1324
|
-
output: 0.3,
|
|
1325
|
-
cacheRead: 0,
|
|
1326
|
-
cacheWrite: 0,
|
|
1327
|
-
},
|
|
1328
|
-
contextWindow: 128000,
|
|
1329
|
-
maxTokens: 16384,
|
|
1330
|
-
},
|
|
1331
|
-
"openai.gpt-oss-20b-1:0": {
|
|
1332
|
-
id: "openai.gpt-oss-20b-1:0",
|
|
1333
|
-
name: "gpt-oss-20b",
|
|
1334
|
-
api: "bedrock-converse-stream",
|
|
1335
|
-
provider: "amazon-bedrock",
|
|
1336
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1337
|
-
reasoning: true,
|
|
1338
|
-
input: ["text"],
|
|
1339
|
-
cost: {
|
|
1340
|
-
input: 0.07,
|
|
1341
|
-
output: 0.3,
|
|
1342
|
-
cacheRead: 0,
|
|
1343
|
-
cacheWrite: 0,
|
|
1344
|
-
},
|
|
1345
|
-
contextWindow: 128000,
|
|
1346
|
-
maxTokens: 16384,
|
|
1347
|
-
},
|
|
1348
|
-
"openai.gpt-oss-safeguard-120b": {
|
|
1349
|
-
id: "openai.gpt-oss-safeguard-120b",
|
|
1350
|
-
name: "GPT OSS Safeguard 120B",
|
|
1351
|
-
api: "bedrock-converse-stream",
|
|
1352
|
-
provider: "amazon-bedrock",
|
|
1353
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1354
|
-
reasoning: false,
|
|
1355
|
-
input: ["text"],
|
|
1356
|
-
cost: {
|
|
1357
|
-
input: 0.15,
|
|
1358
|
-
output: 0.6,
|
|
1359
|
-
cacheRead: 0,
|
|
1360
|
-
cacheWrite: 0,
|
|
1361
|
-
},
|
|
1362
|
-
contextWindow: 128000,
|
|
1363
|
-
maxTokens: 16384,
|
|
1364
|
-
},
|
|
1365
|
-
"openai.gpt-oss-safeguard-20b": {
|
|
1366
|
-
id: "openai.gpt-oss-safeguard-20b",
|
|
1367
|
-
name: "GPT OSS Safeguard 20B",
|
|
1368
|
-
api: "bedrock-converse-stream",
|
|
1369
|
-
provider: "amazon-bedrock",
|
|
1370
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1371
|
-
reasoning: false,
|
|
1372
|
-
input: ["text"],
|
|
1373
|
-
cost: {
|
|
1374
|
-
input: 0.07,
|
|
1375
|
-
output: 0.2,
|
|
1376
|
-
cacheRead: 0,
|
|
1377
|
-
cacheWrite: 0,
|
|
1378
|
-
},
|
|
1379
|
-
contextWindow: 128000,
|
|
1380
|
-
maxTokens: 16384,
|
|
1381
|
-
},
|
|
1382
|
-
"qwen.qwen3-235b-a22b-2507-v1:0": {
|
|
1383
|
-
id: "qwen.qwen3-235b-a22b-2507-v1:0",
|
|
1384
|
-
name: "Qwen3 235B A22B 2507",
|
|
1385
|
-
api: "bedrock-converse-stream",
|
|
1386
|
-
provider: "amazon-bedrock",
|
|
1387
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1388
|
-
reasoning: false,
|
|
1389
|
-
input: ["text"],
|
|
1390
|
-
cost: {
|
|
1391
|
-
input: 0.22,
|
|
1392
|
-
output: 0.88,
|
|
1393
|
-
cacheRead: 0,
|
|
1394
|
-
cacheWrite: 0,
|
|
1395
|
-
},
|
|
1396
|
-
contextWindow: 262144,
|
|
1397
|
-
maxTokens: 131072,
|
|
1398
|
-
},
|
|
1399
|
-
"qwen.qwen3-32b-v1:0": {
|
|
1400
|
-
id: "qwen.qwen3-32b-v1:0",
|
|
1401
|
-
name: "Qwen3 32B (dense)",
|
|
1402
|
-
api: "bedrock-converse-stream",
|
|
1403
|
-
provider: "amazon-bedrock",
|
|
1404
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1405
|
-
reasoning: true,
|
|
1406
|
-
input: ["text"],
|
|
1407
|
-
cost: {
|
|
1408
|
-
input: 0.15,
|
|
1409
|
-
output: 0.6,
|
|
1410
|
-
cacheRead: 0,
|
|
1411
|
-
cacheWrite: 0,
|
|
1412
|
-
},
|
|
1413
|
-
contextWindow: 16384,
|
|
1414
|
-
maxTokens: 16384,
|
|
1415
|
-
},
|
|
1416
|
-
"qwen.qwen3-coder-30b-a3b-v1:0": {
|
|
1417
|
-
id: "qwen.qwen3-coder-30b-a3b-v1:0",
|
|
1418
|
-
name: "Qwen3 Coder 30B A3B Instruct",
|
|
1419
|
-
api: "bedrock-converse-stream",
|
|
1420
|
-
provider: "amazon-bedrock",
|
|
1421
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1422
|
-
reasoning: false,
|
|
1423
|
-
input: ["text"],
|
|
1424
|
-
cost: {
|
|
1425
|
-
input: 0.15,
|
|
1426
|
-
output: 0.6,
|
|
1427
|
-
cacheRead: 0,
|
|
1428
|
-
cacheWrite: 0,
|
|
1429
|
-
},
|
|
1430
|
-
contextWindow: 262144,
|
|
1431
|
-
maxTokens: 131072,
|
|
1432
|
-
},
|
|
1433
|
-
"qwen.qwen3-coder-480b-a35b-v1:0": {
|
|
1434
|
-
id: "qwen.qwen3-coder-480b-a35b-v1:0",
|
|
1435
|
-
name: "Qwen3 Coder 480B A35B Instruct",
|
|
1436
|
-
api: "bedrock-converse-stream",
|
|
1437
|
-
provider: "amazon-bedrock",
|
|
1438
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1439
|
-
reasoning: false,
|
|
1440
|
-
input: ["text"],
|
|
1441
|
-
cost: {
|
|
1442
|
-
input: 0.22,
|
|
1443
|
-
output: 1.8,
|
|
1444
|
-
cacheRead: 0,
|
|
1445
|
-
cacheWrite: 0,
|
|
1446
|
-
},
|
|
1447
|
-
contextWindow: 131072,
|
|
1448
|
-
maxTokens: 65536,
|
|
1449
|
-
},
|
|
1450
|
-
"qwen.qwen3-coder-next": {
|
|
1451
|
-
id: "qwen.qwen3-coder-next",
|
|
1452
|
-
name: "Qwen3 Coder Next",
|
|
1453
|
-
api: "bedrock-converse-stream",
|
|
1454
|
-
provider: "amazon-bedrock",
|
|
1455
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1456
|
-
reasoning: true,
|
|
1457
|
-
input: ["text"],
|
|
1458
|
-
cost: {
|
|
1459
|
-
input: 0.22,
|
|
1460
|
-
output: 1.8,
|
|
1461
|
-
cacheRead: 0,
|
|
1462
|
-
cacheWrite: 0,
|
|
1463
|
-
},
|
|
1464
|
-
contextWindow: 131072,
|
|
1465
|
-
maxTokens: 65536,
|
|
1466
|
-
},
|
|
1467
|
-
"qwen.qwen3-next-80b-a3b": {
|
|
1468
|
-
id: "qwen.qwen3-next-80b-a3b",
|
|
1469
|
-
name: "Qwen/Qwen3-Next-80B-A3B-Instruct",
|
|
1470
|
-
api: "bedrock-converse-stream",
|
|
1471
|
-
provider: "amazon-bedrock",
|
|
1472
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1473
|
-
reasoning: false,
|
|
1474
|
-
input: ["text"],
|
|
1475
|
-
cost: {
|
|
1476
|
-
input: 0.14,
|
|
1477
|
-
output: 1.4,
|
|
1478
|
-
cacheRead: 0,
|
|
1479
|
-
cacheWrite: 0,
|
|
1480
|
-
},
|
|
1481
|
-
contextWindow: 262000,
|
|
1482
|
-
maxTokens: 262000,
|
|
1483
|
-
},
|
|
1484
|
-
"qwen.qwen3-vl-235b-a22b": {
|
|
1485
|
-
id: "qwen.qwen3-vl-235b-a22b",
|
|
1486
|
-
name: "Qwen/Qwen3-VL-235B-A22B-Instruct",
|
|
1487
|
-
api: "bedrock-converse-stream",
|
|
1488
|
-
provider: "amazon-bedrock",
|
|
1489
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1490
|
-
reasoning: false,
|
|
1491
|
-
input: ["text", "image"],
|
|
1492
|
-
cost: {
|
|
1493
|
-
input: 0.3,
|
|
1494
|
-
output: 1.5,
|
|
1495
|
-
cacheRead: 0,
|
|
1496
|
-
cacheWrite: 0,
|
|
1497
|
-
},
|
|
1498
|
-
contextWindow: 262000,
|
|
1499
|
-
maxTokens: 262000,
|
|
1500
|
-
},
|
|
1501
|
-
"us.anthropic.claude-fable-5": {
|
|
1502
|
-
id: "us.anthropic.claude-fable-5",
|
|
1503
|
-
name: "Claude Fable 5 (US)",
|
|
1504
|
-
api: "bedrock-converse-stream",
|
|
1505
|
-
provider: "amazon-bedrock",
|
|
1506
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1507
|
-
reasoning: true,
|
|
1508
|
-
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
1509
|
-
input: ["text", "image"],
|
|
1510
|
-
cost: {
|
|
1511
|
-
input: 10,
|
|
1512
|
-
output: 50,
|
|
1513
|
-
cacheRead: 1,
|
|
1514
|
-
cacheWrite: 12.5,
|
|
1515
|
-
},
|
|
1516
|
-
contextWindow: 1000000,
|
|
1517
|
-
maxTokens: 128000,
|
|
1518
|
-
},
|
|
1519
|
-
"us.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
1520
|
-
id: "us.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
1521
|
-
name: "Claude Haiku 4.5 (US)",
|
|
1522
|
-
api: "bedrock-converse-stream",
|
|
1523
|
-
provider: "amazon-bedrock",
|
|
1524
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1525
|
-
reasoning: true,
|
|
1526
|
-
input: ["text", "image"],
|
|
1527
|
-
cost: {
|
|
1528
|
-
input: 1,
|
|
1529
|
-
output: 5,
|
|
1530
|
-
cacheRead: 0.1,
|
|
1531
|
-
cacheWrite: 1.25,
|
|
1532
|
-
},
|
|
1533
|
-
contextWindow: 200000,
|
|
1534
|
-
maxTokens: 64000,
|
|
1535
|
-
},
|
|
1536
|
-
"us.anthropic.claude-opus-4-1-20250805-v1:0": {
|
|
1537
|
-
id: "us.anthropic.claude-opus-4-1-20250805-v1:0",
|
|
1538
|
-
name: "Claude Opus 4.1 (US)",
|
|
1539
|
-
api: "bedrock-converse-stream",
|
|
1540
|
-
provider: "amazon-bedrock",
|
|
1541
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1542
|
-
reasoning: true,
|
|
1543
|
-
input: ["text", "image"],
|
|
1544
|
-
cost: {
|
|
1545
|
-
input: 15,
|
|
1546
|
-
output: 75,
|
|
1547
|
-
cacheRead: 1.5,
|
|
1548
|
-
cacheWrite: 18.75,
|
|
1549
|
-
},
|
|
1550
|
-
contextWindow: 200000,
|
|
1551
|
-
maxTokens: 32000,
|
|
1552
|
-
},
|
|
1553
|
-
"us.anthropic.claude-opus-4-5-20251101-v1:0": {
|
|
1554
|
-
id: "us.anthropic.claude-opus-4-5-20251101-v1:0",
|
|
1555
|
-
name: "Claude Opus 4.5 (US)",
|
|
1556
|
-
api: "bedrock-converse-stream",
|
|
1557
|
-
provider: "amazon-bedrock",
|
|
1558
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1559
|
-
reasoning: true,
|
|
1560
|
-
input: ["text", "image"],
|
|
1561
|
-
cost: {
|
|
1562
|
-
input: 5,
|
|
1563
|
-
output: 25,
|
|
1564
|
-
cacheRead: 0.5,
|
|
1565
|
-
cacheWrite: 6.25,
|
|
1566
|
-
},
|
|
1567
|
-
contextWindow: 200000,
|
|
1568
|
-
maxTokens: 64000,
|
|
1569
|
-
},
|
|
1570
|
-
"us.anthropic.claude-opus-4-6-v1": {
|
|
1571
|
-
id: "us.anthropic.claude-opus-4-6-v1",
|
|
1572
|
-
name: "Claude Opus 4.6 (US)",
|
|
1573
|
-
api: "bedrock-converse-stream",
|
|
1574
|
-
provider: "amazon-bedrock",
|
|
1575
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1576
|
-
reasoning: true,
|
|
1577
|
-
thinkingLevelMap: { "xhigh": "max" },
|
|
1578
|
-
input: ["text", "image"],
|
|
1579
|
-
cost: {
|
|
1580
|
-
input: 5,
|
|
1581
|
-
output: 25,
|
|
1582
|
-
cacheRead: 0.5,
|
|
1583
|
-
cacheWrite: 6.25,
|
|
1584
|
-
},
|
|
1585
|
-
contextWindow: 1000000,
|
|
1586
|
-
maxTokens: 128000,
|
|
1587
|
-
},
|
|
1588
|
-
"us.anthropic.claude-opus-4-7": {
|
|
1589
|
-
id: "us.anthropic.claude-opus-4-7",
|
|
1590
|
-
name: "Claude Opus 4.7 (US)",
|
|
1591
|
-
api: "bedrock-converse-stream",
|
|
1592
|
-
provider: "amazon-bedrock",
|
|
1593
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1594
|
-
reasoning: true,
|
|
1595
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
1596
|
-
input: ["text", "image"],
|
|
1597
|
-
cost: {
|
|
1598
|
-
input: 5,
|
|
1599
|
-
output: 25,
|
|
1600
|
-
cacheRead: 0.5,
|
|
1601
|
-
cacheWrite: 6.25,
|
|
1602
|
-
},
|
|
1603
|
-
contextWindow: 1000000,
|
|
1604
|
-
maxTokens: 128000,
|
|
1605
|
-
},
|
|
1606
|
-
"us.anthropic.claude-opus-4-8": {
|
|
1607
|
-
id: "us.anthropic.claude-opus-4-8",
|
|
1608
|
-
name: "Claude Opus 4.8 (US)",
|
|
1609
|
-
api: "bedrock-converse-stream",
|
|
1610
|
-
provider: "amazon-bedrock",
|
|
1611
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1612
|
-
reasoning: true,
|
|
1613
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
1614
|
-
input: ["text", "image"],
|
|
1615
|
-
cost: {
|
|
1616
|
-
input: 5,
|
|
1617
|
-
output: 25,
|
|
1618
|
-
cacheRead: 0.5,
|
|
1619
|
-
cacheWrite: 6.25,
|
|
1620
|
-
},
|
|
1621
|
-
contextWindow: 1000000,
|
|
1622
|
-
maxTokens: 128000,
|
|
1623
|
-
},
|
|
1624
|
-
"us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
1625
|
-
id: "us.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
1626
|
-
name: "Claude Sonnet 4.5 (US)",
|
|
1627
|
-
api: "bedrock-converse-stream",
|
|
1628
|
-
provider: "amazon-bedrock",
|
|
1629
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1630
|
-
reasoning: true,
|
|
1631
|
-
input: ["text", "image"],
|
|
1632
|
-
cost: {
|
|
1633
|
-
input: 3,
|
|
1634
|
-
output: 15,
|
|
1635
|
-
cacheRead: 0.3,
|
|
1636
|
-
cacheWrite: 3.75,
|
|
1637
|
-
},
|
|
1638
|
-
contextWindow: 200000,
|
|
1639
|
-
maxTokens: 64000,
|
|
1640
|
-
},
|
|
1641
|
-
"us.anthropic.claude-sonnet-4-6": {
|
|
1642
|
-
id: "us.anthropic.claude-sonnet-4-6",
|
|
1643
|
-
name: "Claude Sonnet 4.6 (US)",
|
|
1644
|
-
api: "bedrock-converse-stream",
|
|
1645
|
-
provider: "amazon-bedrock",
|
|
1646
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1647
|
-
reasoning: true,
|
|
1648
|
-
input: ["text", "image"],
|
|
1649
|
-
cost: {
|
|
1650
|
-
input: 3,
|
|
1651
|
-
output: 15,
|
|
1652
|
-
cacheRead: 0.3,
|
|
1653
|
-
cacheWrite: 3.75,
|
|
1654
|
-
},
|
|
1655
|
-
contextWindow: 1000000,
|
|
1656
|
-
maxTokens: 64000,
|
|
1657
|
-
},
|
|
1658
|
-
"us.anthropic.claude-sonnet-5": {
|
|
1659
|
-
id: "us.anthropic.claude-sonnet-5",
|
|
1660
|
-
name: "Claude Sonnet 5 (US)",
|
|
1661
|
-
api: "bedrock-converse-stream",
|
|
1662
|
-
provider: "amazon-bedrock",
|
|
1663
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1664
|
-
reasoning: true,
|
|
1665
|
-
input: ["text", "image"],
|
|
1666
|
-
cost: {
|
|
1667
|
-
input: 2,
|
|
1668
|
-
output: 10,
|
|
1669
|
-
cacheRead: 0.2,
|
|
1670
|
-
cacheWrite: 2.5,
|
|
1671
|
-
},
|
|
1672
|
-
contextWindow: 1000000,
|
|
1673
|
-
maxTokens: 128000,
|
|
1674
|
-
},
|
|
1675
|
-
"us.deepseek.r1-v1:0": {
|
|
1676
|
-
id: "us.deepseek.r1-v1:0",
|
|
1677
|
-
name: "DeepSeek-R1 (US)",
|
|
1678
|
-
api: "bedrock-converse-stream",
|
|
1679
|
-
provider: "amazon-bedrock",
|
|
1680
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1681
|
-
reasoning: true,
|
|
1682
|
-
input: ["text"],
|
|
1683
|
-
cost: {
|
|
1684
|
-
input: 1.35,
|
|
1685
|
-
output: 5.4,
|
|
1686
|
-
cacheRead: 0,
|
|
1687
|
-
cacheWrite: 0,
|
|
1688
|
-
},
|
|
1689
|
-
contextWindow: 128000,
|
|
1690
|
-
maxTokens: 32768,
|
|
1691
|
-
},
|
|
1692
|
-
"us.meta.llama4-maverick-17b-instruct-v1:0": {
|
|
1693
|
-
id: "us.meta.llama4-maverick-17b-instruct-v1:0",
|
|
1694
|
-
name: "Llama 4 Maverick 17B Instruct (US)",
|
|
1695
|
-
api: "bedrock-converse-stream",
|
|
1696
|
-
provider: "amazon-bedrock",
|
|
1697
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1698
|
-
reasoning: false,
|
|
1699
|
-
input: ["text", "image"],
|
|
1700
|
-
cost: {
|
|
1701
|
-
input: 0.24,
|
|
1702
|
-
output: 0.97,
|
|
1703
|
-
cacheRead: 0,
|
|
1704
|
-
cacheWrite: 0,
|
|
1705
|
-
},
|
|
1706
|
-
contextWindow: 1000000,
|
|
1707
|
-
maxTokens: 16384,
|
|
1708
|
-
},
|
|
1709
|
-
"us.meta.llama4-scout-17b-instruct-v1:0": {
|
|
1710
|
-
id: "us.meta.llama4-scout-17b-instruct-v1:0",
|
|
1711
|
-
name: "Llama 4 Scout 17B Instruct (US)",
|
|
1712
|
-
api: "bedrock-converse-stream",
|
|
1713
|
-
provider: "amazon-bedrock",
|
|
1714
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1715
|
-
reasoning: false,
|
|
1716
|
-
input: ["text", "image"],
|
|
1717
|
-
cost: {
|
|
1718
|
-
input: 0.17,
|
|
1719
|
-
output: 0.66,
|
|
1720
|
-
cacheRead: 0,
|
|
1721
|
-
cacheWrite: 0,
|
|
1722
|
-
},
|
|
1723
|
-
contextWindow: 3500000,
|
|
1724
|
-
maxTokens: 16384,
|
|
1725
|
-
},
|
|
1726
|
-
"writer.palmyra-x4-v1:0": {
|
|
1727
|
-
id: "writer.palmyra-x4-v1:0",
|
|
1728
|
-
name: "Palmyra X4",
|
|
1729
|
-
api: "bedrock-converse-stream",
|
|
1730
|
-
provider: "amazon-bedrock",
|
|
1731
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1732
|
-
reasoning: true,
|
|
1733
|
-
input: ["text"],
|
|
1734
|
-
cost: {
|
|
1735
|
-
input: 2.5,
|
|
1736
|
-
output: 10,
|
|
1737
|
-
cacheRead: 0,
|
|
1738
|
-
cacheWrite: 0,
|
|
1739
|
-
},
|
|
1740
|
-
contextWindow: 122880,
|
|
1741
|
-
maxTokens: 8192,
|
|
1742
|
-
},
|
|
1743
|
-
"writer.palmyra-x5-v1:0": {
|
|
1744
|
-
id: "writer.palmyra-x5-v1:0",
|
|
1745
|
-
name: "Palmyra X5",
|
|
1746
|
-
api: "bedrock-converse-stream",
|
|
1747
|
-
provider: "amazon-bedrock",
|
|
1748
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1749
|
-
reasoning: true,
|
|
1750
|
-
input: ["text"],
|
|
1751
|
-
cost: {
|
|
1752
|
-
input: 0.6,
|
|
1753
|
-
output: 6,
|
|
1754
|
-
cacheRead: 0,
|
|
1755
|
-
cacheWrite: 0,
|
|
1756
|
-
},
|
|
1757
|
-
contextWindow: 1040000,
|
|
1758
|
-
maxTokens: 8192,
|
|
1759
|
-
},
|
|
1760
|
-
"xai.grok-4.3": {
|
|
1761
|
-
id: "xai.grok-4.3",
|
|
1762
|
-
name: "Grok 4.3",
|
|
1763
|
-
api: "bedrock-converse-stream",
|
|
1764
|
-
provider: "amazon-bedrock",
|
|
1765
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1766
|
-
reasoning: true,
|
|
1767
|
-
input: ["text", "image"],
|
|
1768
|
-
cost: {
|
|
1769
|
-
input: 1.25,
|
|
1770
|
-
output: 2.5,
|
|
1771
|
-
cacheRead: 0.2,
|
|
1772
|
-
cacheWrite: 0,
|
|
1773
|
-
},
|
|
1774
|
-
contextWindow: 1000000,
|
|
1775
|
-
maxTokens: 131072,
|
|
1776
|
-
},
|
|
1777
|
-
"zai.glm-4.7": {
|
|
1778
|
-
id: "zai.glm-4.7",
|
|
1779
|
-
name: "GLM-4.7",
|
|
1780
|
-
api: "bedrock-converse-stream",
|
|
1781
|
-
provider: "amazon-bedrock",
|
|
1782
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1783
|
-
reasoning: true,
|
|
1784
|
-
input: ["text"],
|
|
1785
|
-
cost: {
|
|
1786
|
-
input: 0.6,
|
|
1787
|
-
output: 2.2,
|
|
1788
|
-
cacheRead: 0,
|
|
1789
|
-
cacheWrite: 0,
|
|
1790
|
-
},
|
|
1791
|
-
contextWindow: 204800,
|
|
1792
|
-
maxTokens: 131072,
|
|
1793
|
-
},
|
|
1794
|
-
"zai.glm-4.7-flash": {
|
|
1795
|
-
id: "zai.glm-4.7-flash",
|
|
1796
|
-
name: "GLM-4.7-Flash",
|
|
1797
|
-
api: "bedrock-converse-stream",
|
|
1798
|
-
provider: "amazon-bedrock",
|
|
1799
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1800
|
-
reasoning: true,
|
|
1801
|
-
input: ["text"],
|
|
1802
|
-
cost: {
|
|
1803
|
-
input: 0.07,
|
|
1804
|
-
output: 0.4,
|
|
1805
|
-
cacheRead: 0,
|
|
1806
|
-
cacheWrite: 0,
|
|
1807
|
-
},
|
|
1808
|
-
contextWindow: 200000,
|
|
1809
|
-
maxTokens: 131072,
|
|
1810
|
-
},
|
|
1811
|
-
"zai.glm-5": {
|
|
1812
|
-
id: "zai.glm-5",
|
|
1813
|
-
name: "GLM-5",
|
|
1814
|
-
api: "bedrock-converse-stream",
|
|
1815
|
-
provider: "amazon-bedrock",
|
|
1816
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1817
|
-
reasoning: true,
|
|
1818
|
-
input: ["text"],
|
|
1819
|
-
cost: {
|
|
1820
|
-
input: 1,
|
|
1821
|
-
output: 3.2,
|
|
1822
|
-
cacheRead: 0,
|
|
1823
|
-
cacheWrite: 0,
|
|
1824
|
-
},
|
|
1825
|
-
contextWindow: 202752,
|
|
1826
|
-
maxTokens: 101376,
|
|
1827
|
-
},
|
|
1828
|
-
};
|
|
3
|
+
import values from "./data/amazon-bedrock.json" with { type: "json" };
|
|
4
|
+
export const AMAZON_BEDROCK_MODELS = values;
|
|
1829
5
|
//# sourceMappingURL=amazon-bedrock.models.js.map
|