Skip to main content

Bedrock

Use this when Loong should talk to AWS Bedrock through the Converse path and region ownership needs to stay explicit.

At A Glance

Minimal Config

Verify It

If runtime models list is unreliable for this account or region, pin an explicit provider.model or add preferred_models instead of leaving recovery implicit.

Auth And Routing Contract

Operator Notes

  • set BEDROCK_AWS_REGION/AWS_REGION/AWS_DEFAULT_REGION or replace <region> in provider.base_url with your Bedrock runtime region.
  • Alternative auth path: configure AWS_ACCESS_KEY_ID / AWS_SECRET_ACCESS_KEY with BEDROCK_AWS_REGION, AWS_REGION, or AWS_DEFAULT_REGION for SigV4.
  • Bedrock expects a real model id such as an Anthropic or Amazon foundation-model identifier, not auto discovery as the final steady-state choice.