From bd71298fb76024da2810370cb7d18cf8059e6976 Mon Sep 17 00:00:00 2001 From: decolua Date: Fri, 20 Feb 2026 15:19:44 +0700 Subject: [PATCH] docs: add OmniRoute fork to README Co-authored-by: Cursor --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c288d650..1230024e 100644 --- a/README.md +++ b/README.md @@ -913,6 +913,12 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. --- +## 🔀 Forks + +**[OmniRoute](https://github.com/diegosouzapw/OmniRoute)** — A full-featured TypeScript fork of 9Router. Adds 36+ providers, 4-tier auto-fallback, multi-modal APIs (images, embeddings, audio, TTS), circuit breaker, semantic cache, LLM evaluations, and a polished dashboard. 368+ unit tests. Available via npm and Docker. + +--- + ## 🙏 Acknowledgments Special thanks to **CLIProxyAPI** - the original Go implementation that inspired this JavaScript port.