Overview
Bifrost provides 100% OpenAI API compatibility with enhanced features:- Zero code changes - Works with existing OpenAI SDK applications
- Same request/response formats - Exact OpenAI API specification
- Enhanced capabilities - Multi-provider fallbacks, MCP tools, monitoring
- All endpoints supported - Chat completions, text completions, function calling
- Any provider under the hood - Use any configured provider (OpenAI, Anthropic, etc.)
POST /openai/v1/chat/completions
Provider Flexibility: While using OpenAI SDK format, you can specify any model like"anthropic/claude-3-sonnet-20240229"or"openai/gpt-4o-mini"- Bifrost will route to the appropriate provider automatically.