remote::bedrock
Description
AWS Bedrock inference provider for accessing various AI models through AWS’s managed service.
Configuration
Field |
Type |
Required |
Default |
Description |
---|---|---|---|---|
|
|
No |
The AWS access key to use. Default use environment variable: AWS_ACCESS_KEY_ID |
|
|
|
No |
The AWS secret access key to use. Default use environment variable: AWS_SECRET_ACCESS_KEY |
|
|
|
No |
The AWS session token to use. Default use environment variable: AWS_SESSION_TOKEN |
|
|
|
No |
The default AWS Region to use, for example, us-west-1 or us-west-2.Default use environment variable: AWS_DEFAULT_REGION |
|
|
|
No |
The profile name that contains credentials to use.Default use environment variable: AWS_PROFILE |
|
|
|
No |
An integer representing the maximum number of attempts that will be made for a single request, including the initial attempt. Default use environment variable: AWS_MAX_ATTEMPTS |
|
|
|
No |
A string representing the type of retries Boto3 will perform.Default use environment variable: AWS_RETRY_MODE |
|
|
|
No |
60.0 |
The time in seconds till a timeout exception is thrown when attempting to make a connection. The default is 60 seconds. |
|
|
No |
60.0 |
The time in seconds till a timeout exception is thrown when attempting to read from a connection.The default is 60 seconds. |
|
|
No |
3600 |
The time in seconds till a session expires. The default is 3600 seconds (1 hour). |
Sample Configuration
{}