fabro/docs/public/integrations
Bryan Helmkamp d52a2ccbe2
feat: add opt-in LiteLLM TOML provider (#269)
## Summary
- Add a disabled built-in `litellm` provider fragment backed by the
OpenAI-compatible adapter and local proxy defaults.
- Document how to enable LiteLLM in `settings.toml`, configure
credentials, and declare explicit LiteLLM-routed models.
- Register the LiteLLM integration page and cross-link it from the model
and settings docs.

## Validation
- `cargo test -p fabro-model`
- `cargo test -p fabro-config`
- `jq empty docs/public/docs.json`
- `rg -n 'aliases = \["openai_compatible",
"openai-compatible"\]|llm\.discovery|FABRO_LITELLM|litellm_api_key_env|x-litellm-'
lib/crates/fabro-model/src/catalog/providers/litellm.toml
docs/public/integrations/litellm.mdx
docs/public/core-concepts/models.mdx
docs/public/reference/user-configuration.mdx` returned no matches

---------

Co-authored-by: Mark Ferraz <mferraz@netwoven.com>
2026-05-16 08:36:31 -04:00
..
brave-search.mdx refactor(docs): split docs/ into public/ and internal/ 2026-04-27 07:21:13 -07:00
daytona.mdx feat(run): add managed branch controls (#243) 2026-05-12 12:00:30 -04:00
github.mdx docs(github): note GITHUB_TOKEN enables gh CLI in sandbox 2026-05-15 08:14:22 -04:00
litellm.mdx feat: add opt-in LiteLLM TOML provider (#269) 2026-05-16 08:36:31 -04:00
slack.mdx refactor(docs): split docs/ into public/ and internal/ 2026-04-27 07:21:13 -07:00