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
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_REGIONor replace<region>inprovider.base_urlwith 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
autodiscovery as the final steady-state choice.
Related Docs
- Continue to Providers And Models when you still need the broader chooser page.
- Continue to Provider Guides for the full built-in provider matrix.
- Continue to Provider Recipes for representative rollout recipes.
- Continue to Configuration Patterns for the shared provider-profile shape.