Discover and explore top open-source AI tools and projects—updated daily.
Continuum-AI-CorpSelf-hosted LLM router with intelligent model selection
New!
Top 49.3% on SourcePulse
A self-hosted, OpenAI-compatible LLM router, OrcaRouter Lite addresses the need for efficient and cost-effective LLM API management. It targets developers and power users by offering automatic model selection based on capability and cost, a managed hosted fallback, and local analytics, simplifying integration and optimizing spend across various LLM providers.
How It Works
OrcaRouter Lite operates as a local server proxying LLM requests. Its key innovation is model="auto", which intelligently routes requests to the cheapest model capable of fulfilling the user's requirements (e.g., tools, vision, JSON mode) across configured providers. It supports streaming responses and provides a built-in dashboard for configuration and analytics, functioning without mandatory external databases like Postgres or Redis.
Quick Start & Requirements
.env.example to .env, add provider API keys (e.g., OPENAI_API_KEY), and run docker compose up. The API base URL is http://localhost:8000/v1.https://www.orcarouter.ai, obtain an API key, and use https://api.orcarouter.ai/v1 as the base URL.docs.orcarouter.ai/introduction.Highlighted Details
model="auto" Routing: Dynamically selects the cheapest capable LLM provider based on real-time pricing and feature requirements, eliminating manual routing logic.api.orcarouter.ai as a managed upstream provider.Maintenance & Community
The project has a clear roadmap with many features already implemented. No specific community channels (e.g., Discord, Slack) are listed in the README.
Licensing & Compatibility
The project is released under the MIT License, permitting commercial use and integration within closed-source applications.
Limitations & Caveats
This "single-workspace edition" deliberately omits features such as multi-tenancy, role-based access control (RBAC), single sign-on (SSO), billing management, and advanced administrative consoles. These capabilities are reserved for the hosted product or a forthcoming Teams edition.
2 weeks ago
Inactive
lightseekorg
theopenco
BerriAI