Discover and explore top open-source AI tools and projects—updated daily.
Zen4-bitUnified multi-AI gateway connects coding tools to multiple LLMs
Top 49.0% on SourcePulse
Summary
Proxima acts as a local AI gateway, unifying access to multiple LLMs (ChatGPT, Claude, Gemini, Perplexity) via a single, OpenAI-compatible API endpoint. It targets developers and power users seeking to integrate AI into coding tools without managing API keys, leveraging existing account sessions for a streamlined workflow across diverse AI tasks.
How It Works
This local server intercepts requests, routing them to AI providers by using active browser sessions for authentication, eliminating the need for API keys. It exposes a unified REST API at localhost:3210, compatible with OpenAI's chat completions. A "Smart Router" intelligently selects the best AI model for a task, incorporating retry logic. Proxima integrates over 45 "MCP Tools" for functions like web search, code analysis, translation, and file processing.
Quick Start & Requirements
git clone https://github.com/Zen4-bit/Proxima.git), run npm install, then npm start.Highlighted Details
/v1/chat/completions endpoint for all models and functions.Maintenance & Community
Maintained by Zen4-bit. No specific community channels, sponsorships, or roadmap links are detailed in the README.
Licensing & Compatibility
Licensed strictly for "Personal Use" and designated for "personal, non-commercial use only." This restricts integration into commercial applications.
Limitations & Caveats
Primarily targets Windows. The non-commercial license is a significant adoption blocker for business use. Authentication relies on browser sessions, potentially requiring periodic re-logins.
1 week ago
Inactive