From 1277b08310fe98796217b89db07c284c35942af9 Mon Sep 17 00:00:00 2001 From: Swapnoneel Saha Date: Wed, 2 Sep 2026 12:37:04 +0530 Subject: [PATCH] docs: add Bifrost to LLM routing projects --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 870d860..4cb8777 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Below, we provide a curated list of research papers and studies discussing LLM r | Name | Description | GitHub Repo | |------|-------------|-------------| | [LLM-PQR](https://github.com/Amazed-Labs/llm-pqr) | Provider-neutral model selection CLI using measured quality, reliability, latency, cost, capabilities, and hard privacy constraints. | https://github.com/Amazed-Labs/llm-pqr | +| [Bifrost](https://github.com/maximhq/bifrost) | Go-native, OpenAI-compatible gateway with multi-provider routing, load balancing, and automatic failover. | https://github.com/maximhq/bifrost | | [rust-norion](https://github.com/yanghao1143/rust-norion) | Rust-based inference control layer prototype focused on adaptive routing, memory, reflection, device/backend adaptation, benchmark gates, and auditable self-evolution workflows. | https://github.com/yanghao1143/rust-norion |