Bifrost
ActiveDescription
An observability and gateway platform for LLM applications, providing request tracing, model routing, logging, and cost analysis for agent workflows.
Key Features
- Unified OpenAI-compatible API gateway connecting to 23+ LLM providers including OpenAI, Anthropic, AWS Bedrock, and Google Vertex
- Automatic failover and load balancing across multiple API keys and providers with zero downtime
- Semantic caching for intelligent response caching based on similarity, reducing costs and latency
- Model Context Protocol (MCP) support enabling AI models to use external tools like filesystem, web search, and databases
- Enterprise governance with virtual keys, hierarchical budget management, rate limiting, and OIDC user provisioning
- Zero-config startup with web UI for visual configuration, real-time monitoring, and analytics
Use Cases
Categories
Quick Start
Start in 30 seconds: `npx -y @maximhq/bifrost` or `docker run -p 8080:8080 maximhq/bifrost`. Open http://localhost:8080 for the web UI. Make your first call with `curl -X POST http://localhost:8080/v1/chat/completions` using the OpenAI-compatible format.