We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff082f5 commit 2e5944fCopy full SHA for 2e5944f
models/aws-bedrock.mdx
@@ -12,6 +12,10 @@ We recommend experimenting to find the best-suited model for your use-case. Here
12
- You can play with Amazon Nova models. Use `amazon.nova-pro-v1:0` for general purpose tasks.
13
- For Claude models, see our [Claude integration](/models/aws-claude).
14
15
+<Warning>
16
+Async usage of AWS Bedrock is not yet supported. When using `AwsBedrock` with an `Agent`, you can only use `agent.run` and `agent.print_response`.
17
+</Warning>
18
+
19
## Authentication
20
21
Set your `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY` and `AWS_REGION` environment variables.
0 commit comments