Add OmniRoute — self-hostable AI gateway with 4-tier fallback#309
Add OmniRoute — self-hostable AI gateway with 4-tier fallback#309diegosouzapw wants to merge 1 commit intoHannibal046:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request adds OmniRoute to the README's LLM Inference section. OmniRoute is a self-hostable AI gateway that provides multi-provider routing, fallback mechanisms, and load balancing across 200+ AI models with an OpenAI-compatible API.
Changes:
- Added OmniRoute entry to the LLM Inference section with a description highlighting its gateway capabilities, fallback mechanisms, and model support
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - [vLLM](https://github.com/vllm-project/vllm) - A high-throughput and memory-efficient inference and serving engine for LLMs. | ||
| - [llama.cpp](https://github.com/ggerganov/llama.cpp) - LLM inference in C/C++. | ||
| - [ollama](https://github.com/ollama/ollama) - Get up and running with Llama 3, Mistral, Gemma, and other large language models. | ||
| - [OmniRoute](https://github.com/diegosouzapw/OmniRoute) - A self-hostable AI gateway with 4-tier cascading fallback, multi-provider load balancing, and OpenAI-compatible API. Supports 200+ models across OpenAI, Anthropic, Google, and local providers. |
There was a problem hiding this comment.
OmniRoute appears to be a gateway/routing tool rather than a direct inference engine. Similar tools like "AI Gateway" (Portkey) and "TensorZero" are listed in the "LLM Applications" section (lines 510, 551), while the "LLM Inference" section primarily contains tools that perform actual inference (vLLM, llama.cpp, ollama, TGI, TensorRT-LLM). Consider moving this entry to the "LLM Applications" section, or to the "other deployment tools" subsection within "LLM Inference" (after line 461) where similar routing/serving tools like FastChat are located.
Add OmniRoute
OmniRoute is a self-hostable AI gateway with:
docker compose updeploymentGitHub: https://github.com/diegosouzapw/OmniRoute
License: MIT