Bifrost API
BifrostAPI is a unified gateway that lets you access multiple AI providers through a single, consistent API. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ GET YOUR PROVIDER API KEYS Before using BifrostAPI, you need API keys from at least one of the following AI providers: - OpenAI: https://platform.openai.com/api-keys - Anthropic: https://console.anthropic.com/settings/keys - Google:…
Bifrost API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Chat Completions /v1/chat/completions |
Generate a response from any supported AI model (GPT, Claude , Gemini) using a unified format. |
| GET |
List Models /v1/models |
List available models that can be used. |