aws-bedrock
AWS Bedrock provider for BAML
The aws-bedrock
provider supports all text-output models available via the
Converse
API.
Example:
Authorization
We use the AWS SDK under the hood, which will respect all authentication mechanisms supported by the SDK, including but not limited to:
AWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
as set in your environment variables- loading the specified
AWS_PROFILE
from~/.aws/config
- built-in authn for services running in EC2, ECS, Lambda, etc.
Playground setup
Add these three environment variables to your extension variables to use the AWS Bedrock provider in the playground.
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_REGION
- likeus-east-1
Non-forwarded options
The default role for any prompts that don’t specify a role. Default: system
We don’t have any checks for this field, you can pass any string you wish.
Which role metadata should we forward to the API? Default: []
For example you can set this to ["foo", "bar"]
to forward the cache policy to the API.
If you do not set allowed_role_metadata
, we will not forward any role metadata to the API even if it is set in the prompt.
Then in your prompt you can use something like:
You can use the playground to see the raw curl request to see what is being sent to the API.
Forwarded options
BAML will auto construct this field for you from the prompt
The model to use.
Run aws bedrock list-foundation-models | jq '.modelSummaries.[].modelId
to get
a list of available foundation models; you can also use any custom models you’ve
deployed.
Note that to use any of these models you’ll need to request model access.
Additional inference configuration to send with the request; see AWS Bedrock documentation.
Example: