Bifrost on Ubuntu 24.04

Azure Artificial Intelligence (AI)

one OpenAI compatible endpoint in front of every model provider, packaged by cloudimg

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Overview

Bifrost is a high performance open source LLM gateway. It sits between your applications and the model providers you use, exposing a single OpenAI compatible endpoint that fronts OpenAI, Anthropic, Google, Azure OpenAI, AWS Bedrock, Vertex, Groq, Mistral and Ollama, so existing application code usually needs only a base URL change. Behind that one endpoint it adds automatic failover between providers and keys, weighted load balancing, per key budgets and rate limits, semantic caching, MCP tool routing and a full request log with cost and latency for every call. Bifrost routes to providers using your own API keys and hosts no model itself, so it needs no GPU.

Why the cloudimg image

The cloudimg image pins the official upstream release binary by content hash and verifies it against the exact upstream commit before it ships. No model provider key is ever baked in: the image starts with zero providers configured and you add your own. There is no default password either, because an open LLM gateway is an open proxy for your inference spend. A unique dashboard password and a unique virtual key are generated on your VM at first boot, and the gateway refuses to start until first boot has proved an unauthenticated request is rejected on every route, including the admin API, the metrics endpoint and every inference path. Your applications authenticate with one credential using whichever header their SDK already sends. Paired with a verified deployment guide and 24/7 cloudimg support.

Common uses

  • Give every application one governed, observable entry point to all your model providers
  • Fail over between providers and keys automatically when one is rate limited or down
  • Meter and cap spend per team or application with virtual keys, budgets and rate limits

See it running

Real screenshots taken while testing this image against its deployment guide.

Bifrost on Ubuntu 24.04 screenshot 1 Bifrost on Ubuntu 24.04 screenshot 2 Bifrost on Ubuntu 24.04 screenshot 3 Bifrost on Ubuntu 24.04 screenshot 4