# Busbar > Self-hosted LLM gateway in a single Rust binary. One endpoint accepts any of six wire protocols (OpenAI, Anthropic, Gemini, Bedrock, Cohere, Responses), routes to weighted pools of backends, translates losslessly between protocols, and keeps serving through provider failures via fault-attributed circuit breaking and in-flight failover. ## Documentation Sets - [Abridged documentation](https://getbusbar.com/llms-small.txt): a compact version of the documentation for Busbar, with non-essential content removed - [Complete documentation](https://getbusbar.com/llms-full.txt): the full documentation for Busbar ## Notes - The complete documentation includes all content from the official documentation - The content is automatically generated from the same source as the official documentation