▲ | CptanPanic 4 days ago | ||||||||||||||||
Sounds like litellm which I use, I wonder how it compares? | |||||||||||||||||
▲ | vid 4 days ago | parent | next [-] | ||||||||||||||||
There is also https://github.com/maximhq/bifrost which apparently overcomes some performance issues of litellm and is easy to get going. | |||||||||||||||||
| |||||||||||||||||
▲ | fbjork 4 days ago | parent | prev [-] | ||||||||||||||||
Founder of Grafbase here. Here are a few key differentiators vs LiteLLM today: - Nexus does MCP server aggregation and LLM routing - LiteLLM only does LLM routing - The Nexus router is a standalone binary that can run with minimal TOML configuration and optionally Redis - LiteLLM is a whole package with dashboard, database etc. - Nexus is written in Rust - LiteLLM is written in Python That said, LiteLLM is an impressive project, but we're just getting started with Nexus so stay tuned for a steady barrage of feature launches the coming months:) | |||||||||||||||||
|