RouteLLM
An open-source model router from UC Berkeley's LMSYS team that intelligently decides whether to send a query to a strong (expensive) or weak (cheap) model. Fully self-hosted with no vendor lock-in.
AI ToolFree Tier: Fully free; open sourceCompany: LMSYS (UC Berkeley)Category: Cost OptimizationOpen Source: YesQuick Start: Install with pip install routellm → Configure your strong and weak model endpoints → Use the router to automatically classify and route queries by difficultyVisit RouteLLM