As in Torment Nexus? Wow.
Nexus: An Open-Source AI Router for Governance, Control and Observability
11–20 of 27 posts
Re: Nexus: An Open-Source AI Router for Governance, Control and Observability
#12Earlier quoted context omitted.
Sounds like litellm which I use, I wonder how it compares?
There is also https://github.com/maximhq/bifrost which apparently overcomes some performance issues of litellm and is easy to get going.
So Nexus takes a tool search based approach to solving that, among other cool things.
Disclaimer: I don't work on Nexus directly, but I do work at Grafbase.
Re: Nexus: An Open-Source AI Router for Governance, Control and Observability
#13Earlier quoted context omitted.
Sounds like litellm which I use, I wonder how it compares?
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 impress…
Re: Nexus: An Open-Source AI Router for Governance, Control and Observability
#14Re: Nexus: An Open-Source AI Router for Governance, Control and Observability
#15Re: Nexus: An Open-Source AI Router for Governance, Control and Observability
#16Earlier quoted context omitted.
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 impress…
What's the difference between "MCP Server Aggregation" and the litellm_proxy endpoint described here? https://docs.litellm.ai/docs/mcp
Re: Nexus: An Open-Source AI Router for Governance, Control and Observability
#17Seems quite similar to the commercial nexos.ai platform, which also focuses on routing, governance, and observability for AI workloads, but as a proprietary solution rather than open source
Re: Nexus: An Open-Source AI Router for Governance, Control and Observability
#18Another proxy?
Re: Nexus: An Open-Source AI Router for Governance, Control and Observability
#19Re: Nexus: An Open-Source AI Router for Governance, Control and Observability
#20Another proxy?
David Wheeler