> ## 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.

# OpenRouter support

## OpenRouter support

Using OpenRouter previously required custom provider configuration, and aggregator-specific cache and cost details were lost. OpenRouter is now an opt-in built-in provider with a curated model catalog, cached and reasoning token accounting, and authoritative provider-reported costs for blocking and streaming responses.

```toml title="settings.toml" theme={"languages":{"custom":["/languages/dot.json","/languages/fabro.json"]}}
[llm.providers.openrouter]
enabled = true
```
