SaaSHub helps you find the best software and product alternatives Learn more →
Bifrost Alternatives
Similar projects and alternatives to bifrost
-
litellm
Python SDK, Proxy Server (AI Gateway) to call 100+ LLM APIs in OpenAI (or native) format, with cost tracking, guardrails, loadbalancing and logging. [Bedrock, Azure, OpenAI, VertexAI, Cohere, Anthropic, Sagemaker, HuggingFace, VLLM, NVIDIA NIM]
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
karpenter-provider-aws
Karpenter is a Kubernetes Node Autoscaler built for flexibility, performance, and simplicity.
-
gateway
A blazing fast AI Gateway with integrated guardrails. Route to 1,600+ LLMs, 50+ AI Guardrails with 1 fast & friendly API.
-
-
-
mcp-streamable-http
Example implementation of MCP Streamable HTTP client/server in Python and TypeScript.
-
-
chatlab
LLM chat app for integration tests using llama-stack-client, llama, Ollama, MCP, Tools (by ricardoborges)
-
mcp-proxy
An MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server. (by tbxark)
-
greywall
Container-free, deny-by-default sandbox for AI coding agents. Kernel-enforced filesystem, network, and syscall isolation for Linux and macOS
-
-
mcp-client-gen
Turn any MCP server into a type-safe TypeScript SDK in seconds - with OAuth 2.1 and multi-provider support
-
-
-
smolBSD
smolBSD is a tiny BSD UNIX (NetBSD) system creation tool, primarily aimed at building modern, lightweight, fast micro VMs
-
-
-
rulego
⛓️RuleGo is a lightweight, high-performance, embedded, next-generation component orchestration rule engine framework for Go.
-
llmgateway
Route, manage, and analyze your LLM requests across multiple providers with a unified API interface.
-
bifrost discussion
bifrost reviews and mentions
-
AI gateways: why and how
At this point, I had pinpointed the issue. I opened a bug report. The feedback came back in less than an hour, and the fix attempt was in a couple of weeks. It still doesn't work, but I found a workaround.
-
The SIGTERM our build workers ignored, and the 90s that fixed it
One thing I'll flag for the LLM-curious crowd here on r/LocalLLaMA: a few of our build steps call a model for flaky-test classification, and those run through a small gateway sidecar (we use Bifrost) in the same task. That process needs the same treatment. It has to flush in-flight requests on SIGTERM or you get half-finished calls counted as failures, same bug in a different shirt. Once the agent drains properly, the sidecar's automatic failover stops papering over the real problem.
-
Our event-camera detector lost 6 mAP to a badly chosen accumulation window
Bifrost AI gateway
-
QAT vs PTQ on our edge vision model: 6 months of A/B data
Bifrost AI gateway (what we use for the LLM tooling on the eval side)
-
Virtual keys per tenant: ditching our custom LLM billing layer
Bifrost GitHub repo
-
LLM-as-judge variance broke our DPO training signal for 3 weeks
The judge fleet routes through Bifrost (https://github.com/maximhq/bifrost). One OpenAI-compatible endpoint, automatic fallback when a provider degrades, per-judge token accounting in one place. We were already running three providers for app traffic, so the judge pool was a config change.
-
The bf16 grad accumulator that killed our SDXL LoRA training
Six days into a 7-day run, our automated CLIPScore check started showing variance that was technically inside our acceptance band but trending the wrong way. The nuance here is that our eval pipeline grades generations using a fan-out across three VLM providers (Claude vision, GPT-4o, Gemini 1.5) routed through an LLM gateway. We use Bifrost for that fan-out, which gives us provider-level failover when one of them rate-limits us mid-grade. Useful, and uneventful. The grade scores looked fine.
-
gateway VS bifrost - a user suggested alternative
2 projects | 26 May 2026
-
Auto-labelling 1.2M robotics frames with VLMs: a failover story
I looked at LiteLLM, Portkey, and Bifrost. Ended up running Bifrost in Docker on the same node as the batch dispatcher.
-
Adaptive Model Routing and Fallback Logic: Routing Around LLM Provider Outages with Bifrost
Bifrost, the open-source AI gateway from Maxim AI, treats adaptive model routing and fallback logic as infrastructure concerns rather than application-level code. The project is available on GitHub under an open-source license, and the end-to-end documentation walks through a working setup in under a minute.
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Jun 2026
Stats
maximhq/bifrost is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of bifrost is Go.