From 72add453d2043e3c264de73444ebc3fa2b186342 Mon Sep 17 00:00:00 2001 From: Luis Pater Date: Thu, 19 Feb 2026 13:23:25 +0800 Subject: [PATCH] docs: add OmniRoute to README --- README.md | 6 ++++++ README_CN.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 4fa495c6..d15e4196 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,12 @@ Those projects are ports of CLIProxyAPI or inspired by it: A Next.js implementation inspired by CLIProxyAPI, easy to install and use, built from scratch with format translation (OpenAI/Claude/Gemini/Ollama), combo system with auto-fallback, multi-account management with exponential backoff, a Next.js web dashboard, and support for CLI tools (Cursor, Claude Code, Cline, RooCode) - no API keys needed. +### [OmniRoute](https://github.com/diegosouzapw/OmniRoute) + +Never stop coding. Smart routing to FREE & low-cost AI models with automatic fallback. + +OmniRoute is an AI gateway for multi-provider LLMs: an OpenAI-compatible endpoint with smart routing, load balancing, retries, and fallbacks. Add policies, rate limits, caching, and observability for reliable, cost-aware inference. + > [!NOTE] > If you have developed a port of CLIProxyAPI or a project inspired by it, please open a PR to add it to this list. diff --git a/README_CN.md b/README_CN.md index 5c91cbdc..8be15461 100644 --- a/README_CN.md +++ b/README_CN.md @@ -160,6 +160,12 @@ Windows 托盘应用,基于 PowerShell 脚本实现,不依赖任何第三方 基于 Next.js 的实现,灵感来自 CLIProxyAPI,易于安装使用;自研格式转换(OpenAI/Claude/Gemini/Ollama)、组合系统与自动回退、多账户管理(指数退避)、Next.js Web 控制台,并支持 Cursor、Claude Code、Cline、RooCode 等 CLI 工具,无需 API 密钥。 +### [OmniRoute](https://github.com/diegosouzapw/OmniRoute) + +代码不止,创新不停。智能路由至免费及低成本 AI 模型,并支持自动故障转移。 + +OmniRoute 是一个面向多供应商大语言模型的 AI 网关:它提供兼容 OpenAI 的端点,具备智能路由、负载均衡、重试及回退机制。通过添加策略、速率限制、缓存和可观测性,确保推理过程既可靠又具备成本意识。 + > [!NOTE] > 如果你开发了 CLIProxyAPI 的移植或衍生项目,请提交 PR 将其添加到此列表中。