Discover and explore top open-source AI tools and projects—updated daily.
nghyaneAI Gateway for subscription-based LLMs
Top 94.3% on SourcePulse
AI Gateway: Claude Pro, Copilot, Gemini subscriptions → OpenAI/Anthropic/Gemini APIs. No API keys needed.
nghyane/llm-mux offers an AI Gateway that transforms subscription-based AI services (Claude Pro, Copilot, Gemini) into standard LLM APIs. It targets developers and users seeking to integrate these models programmatically without managing multiple API keys. The benefit is a unified, zero-configuration API layer leveraging existing subscriptions, simplifying development and deployment.
How It Works
The gateway authenticates users via OAuth to their subscription providers, bypassing individual API keys. It exposes a unified API endpoint compatible with OpenAI, Anthropic, and Gemini formats, abstracting provider-specific details. Key architectural choices include multi-provider support, multi-account load balancing with automatic retries for quota management, and a management API for monitoring and configuration, enhancing flexibility and reliability.
Quick Start & Requirements
Install via curl -fsSL https://raw.githubusercontent.com/nghyane/llm-mux/main/install.sh | bash. Log in to providers (e.g., llm-mux login claude). Start the server with llm-mux. The service runs locally at http://localhost:8317, requiring no API keys. Documentation is at https://nghyane.github.io/llm-mux/.
Highlighted Details
Maintenance & Community
The README does not detail specific contributors, sponsorships, partnerships, or community channels (Discord/Slack). A roadmap is also not explicitly linked.
Licensing & Compatibility
Released under the MIT License, permitting commercial use and closed-source linking. Compatible with tools supporting OpenAI, Anthropic, or Gemini APIs (e.g., Cursor, LangChain, Open WebUI).
Limitations & Caveats
The README does not specify limitations, alpha status, or known bugs. Functionality depends on the availability and access policies of the integrated subscription services.
1 day ago
Inactive
theopenco
songquanpeng