You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -183,7 +182,60 @@ This SDK provides beta support for tool use, aka function calling. More details
183
182
184
183
## AWS Bedrock
185
184
186
-
We provide support for the [Anthropic Bedrock API](https://aws.amazon.com/bedrock/claude/) through a [separate package](https://github.com/anthropics/anthropic-sdk-typescript/tree/main/packages/bedrock-sdk).
185
+
We provide support for the [Anthropic Bedrock API](https://aws.amazon.com/bedrock/claude/) through a [separate package](https://github.com/anthropics/anthropic-sdk-typescript/tree/main/packages/bedrock-sdk) which reads the [default config](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html).
We provide support for the [Google Vertex API](https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-claude) through a [separate package](https://github.com/anthropics/anthropic-sdk-typescript/tree/main/packages/vertex-sdk) which uses [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) for authentication. `google-auth-library` which by default reads from [Application Default Credentials](https://cloud.google.com/docs/authentication/application-default-credentials) and a number of different authentication methods. If needed you can supply your own `GoogleAuth` instance via the `googleAuth` option.
0 commit comments