Skip to main content
Version: v0.4.0

remote::bedrock

Description​

AWS Bedrock inference provider using OpenAI compatible endpoint.

Configuration​

FieldTypeRequiredDefaultDescription
allowed_modelslist[str] | NoneNoList of models that should be registered with the model registry. If None, all models are allowed.
refresh_modelsboolNoFalseWhether to refresh models periodically from the provider
api_keySecretStr | NoneNoAuthentication credential for the provider
region_namestrNous-east-2AWS Region for the Bedrock Runtime endpoint

Sample Configuration​

api_key: ${env.AWS_BEARER_TOKEN_BEDROCK:=}
region_name: ${env.AWS_DEFAULT_REGION:=us-east-2}