From 0b8905db994780a36501b3cdedc9c7b56ae5aa3c Mon Sep 17 00:00:00 2001 From: Spikel Date: Sun, 7 Jun 2026 16:16:48 -0400 Subject: [PATCH] Add bitrouter to Inference/LLM Router Signed-off-by: Spikel Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 1 + website/data.yml | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 7eb7a46..20da81c 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ * **[AI Gateway](https://github.com/Portkey-AI/gateway)**: A blazing fast AI Gateway with integrated guardrails. Route to 200+ LLMs, 50+ AI Guardrails with 1 fast & friendly API. ![Stars](https://img.shields.io/github/stars/portkey-ai/gateway.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/portkey-ai/gateway?color=green) ![LastCommit](https://img.shields.io/github/last-commit/portkey-ai/gateway?color=green) * **[bifrost](https://github.com/maximhq/bifrost)**: Fastest LLM gateway (50x faster than LiteLLM) with adaptive load balancer, cluster mode, guardrails, 1000+ models support & <100 µs overhead at 5k RPS. ![Stars](https://img.shields.io/github/stars/maximhq/bifrost.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/maximhq/bifrost?color=green) ![LastCommit](https://img.shields.io/github/last-commit/maximhq/bifrost?color=green) +* **[BitRouter](https://github.com/bitrouter/bitrouter)**: Agent-native LLM router that optimizes your agent with every run — zero harness changes, every model call reliable, traceable, secure, and cost-effective. ![Stars](https://img.shields.io/github/stars/bitrouter/bitrouter.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/bitrouter/bitrouter?color=green) ![LastCommit](https://img.shields.io/github/last-commit/bitrouter/bitrouter?color=green) * **[Ferro Labs AI Gateway](https://github.com/ferro-labs/ai-gateway)**: One API for 25+ LLMs, OpenAI, Anthropic, Bedrock, Azure. Caching, guardrails & cost controls. Go-native LiteLLM & Kong AI Gateway alternative. ![Stars](https://img.shields.io/github/stars/ferro-labs/ai-gateway.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/ferro-labs/ai-gateway?color=green) ![LastCommit](https://img.shields.io/github/last-commit/ferro-labs/ai-gateway?color=green) * **[Hebo AI Gateway](https://github.com/8monkey-ai/hebo-gateway/)**: OpenAI-compatible /chat/completions, /embeddings & /models endpoints ![Stars](https://img.shields.io/github/stars/8monkey-ai/hebo-gateway.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/8monkey-ai/hebo-gateway?color=green) ![LastCommit](https://img.shields.io/github/last-commit/8monkey-ai/hebo-gateway?color=green) * **[LiteLLM](https://github.com/BerriAI/litellm)**: Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI, Cohere, Anthropic, Sagemaker, HuggingFace, Replicate, Groq]. ![Stars](https://img.shields.io/github/stars/berriai/litellm.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/berriai/litellm?color=green) ![LastCommit](https://img.shields.io/github/last-commit/berriai/litellm?color=green) diff --git a/website/data.yml b/website/data.yml index ee812a7..b21134c 100644 --- a/website/data.yml +++ b/website/data.yml @@ -287,6 +287,13 @@ categories: homepage_url: https://www.getmaxim.ai/bifrost logo: bifrost repo_url: https://github.com/maximhq/bifrost + - name: BitRouter + description: Agent-native LLM router that optimizes your agent with every run + — zero harness changes, every model call reliable, traceable, secure, and + cost-effective. + homepage_url: https://bitrouter.ai + logo: default.png + repo_url: https://github.com/bitrouter/bitrouter - name: Ferro Labs AI Gateway description: One API for 25+ LLMs, OpenAI, Anthropic, Bedrock, Azure. Caching, guardrails & cost controls. Go-native LiteLLM & Kong AI Gateway alternative.