Overview
Bifrost is a high-performance open-source LLM gateway (Go) that adds routing, fallbacks, load-balancing and governance across providers. Because Eden AI is fully OpenAI-compatible, you add it through Bifrost’s Custom Provider configuration — no build and no fork — and route to models from OpenAI, Anthropic, Google, Cohere, Meta and more behind one key, with EU-based, GDPR-aligned inference.Installation
Quick Start
Add Eden AI as a Custom Provider in yourconfig.json, then point any request at it:
POST /api/providers or from the Bifrost web UI under Model Providers — no restart needed.
Available Models
Call any Eden AI model through Bifrost asedenai/<provider>/<model>:
OpenAI
edenai/openai/gpt-5.5edenai/openai/gpt-5-mini
edenai/anthropic/claude-sonnet-5edenai/anthropic/claude-haiku-4-5
edenai/google/gemini-2.5-proedenai/google/gemini-3.5-flash
edenai/mistral/mistral-large-2512edenai/mistral/mistral-small-2603
Routing & Fallbacks
Because Eden AI is a standard Bifrost provider, it participates in Bifrost’s reliability features — weighted keys, load-balancing and provider fallbacks. Add Eden AI alongside other providers and let Bifrost route or fall back to it as needed, all through the same OpenAI-compatible endpoint.Environment Variables
Bifrost reads the key referenced asenv.EDEN_AI_API_KEY in config.json from the environment:
Next Steps
- Chat Completions - Core LLM endpoint
- List LLM Models - Browse available providers and models
- OpenAI SDK (Python) - Direct SDK usage