Overview
Bifrost provides 100% Google GenAI API compatibility with enhanced features:- Zero code changes - Works with existing Google GenAI SDK applications
- Same request/response formats - Exact Google GenAI API specification
- Enhanced capabilities - Multi-provider fallbacks, MCP tools, monitoring
- Full Gemini model support - All Gemini models and features
- Any provider under the hood - Use any configured provider (Google, OpenAI, Anthropic, etc.)
POST /genai/v1beta/models/{model}:generateContent
Provider Flexibility: While using Google GenAI SDK format, you can specify any model like"gemini-pro"(uses Google) or"openai/gpt-4o-mini"(uses OpenAI) - Bifrost will route to the appropriate provider automatically.