Skip to main content

Module bedrock

Module bedrock 

Source
Expand description

Amazon Bedrock provider implementation using the Converse API

Supports all Bedrock foundation models via either:

  • AWS SigV4 signing (standard AWS credentials from env/file/profile)
  • Bearer token auth (API Gateway / Vault-managed keys)

Uses the native Bedrock Converse API format. Dynamically discovers available models via the Bedrock ListFoundationModels and ListInferenceProfiles APIs. Reference: https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_Converse.html

Structs§

AwsCredentials
AWS credentials for SigV4 signing
BedrockProvider

Enums§

BedrockAuth
Authentication mode for the Bedrock provider.

Constants§

DEFAULT_REGION