> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fabro.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Amazon Bedrock support

<Warning>
  **Identifier and path settings no longer interpolate template tokens.** Model/provider selectors, Git author fields, SCM owner/repository fields, CLI target addresses, and `run.working_dir` are now literal strings. Replace any `{{ vars.* }}` or `{{ env.* }}` tokens in those fields with explicit values.
</Warning>

## Amazon Bedrock support

Running AWS-hosted models previously required a custom gateway. Fabro now includes an opt-in Amazon Bedrock provider for the Converse API, with streaming, tools, prompt caching, reasoning, and models from Anthropic, Amazon, Meta, Mistral, DeepSeek, and other Bedrock families. Authentication supports the AWS default credential chain with per-request SigV4 refresh or a Bedrock API key.

```toml title="settings.toml" theme={"languages":{"custom":["/languages/dot.json","/languages/fabro.json"]}}
[llm.providers.bedrock]
enabled = true
base_url = "https://bedrock-runtime.us-east-1.amazonaws.com"
```
