1 repo
Systems that direct requests to specific models based on content similarity and embedding matching.
Distinguishing note: Focuses on intelligent request dispatching based on semantic content, not just load balancing.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Semantic Routers. Refine with filters or upvote what's useful.
LiteLLM is a unified gateway and proxy server designed to centralize access to over one hundred language model providers. It provides a standardized API interface that abstracts vendor-specific schemas, allowing developers to interact with diverse models through a single, consistent format. By acting as a central traffic management layer, it enables organizations to route, secure, and govern model interactions across multiple deployments. The platform distinguishes itself through its policy-driven architecture, which uses configuration-based routing to manage traffic distribution, load balanc
Routes incoming requests to specialized models by matching input content against examples using embedding-based similarity.