LiteLLM / Bifrost
LiteLLM and Bifrost are self-hosted LLM proxies that sit between WednesdayAI and AI providers. They provide centralised key management, budget limits, usage tracking, and team access control.When to use a proxy
- Centralised API-key management for a team
- Per-user or per-team cost tracking
- Enforced model-access policies
- You already run LiteLLM or Bifrost in your infrastructure
LiteLLM
LiteLLM exposes 100+ models behind a single OpenAI-compatible API. Configure it as a custom provider undermodels.providers:
Bifrost
Bifrost is WednesdayAI’s native LLM-proxy integration. When requests route through Bifrost, the gateway captures the actual provider and model from thex-bifrost-provider and x-bifrost-model response headers and records them in run metadata — useful for auditing which backend handled each request.
Troubleshooting
Connection refused
Connection refused
The proxy is not running. Confirm LiteLLM or Bifrost is up and listening on the configured port.
401 from the proxy
401 from the proxy
The
apiKey does not match the proxy’s master key. Update the provider’s apiKey.Model not found
Model not found
The model
id must match exactly how it is configured in the proxy. Check the proxy’s model list or admin UI.