Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Universal LLM Gateway: One API, every LLM. OpenAI/Anthropic-compatible endpoints with multi-provider translation and intelligent load-balancing.
| Date | Stars |
|---|---|
| 2026-07-31 | 531 |
| 2026-08-04 | 532 |
| 2026-08-06 | 532 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
15.0
growth rate 0.00%/day
# Universal LLM API Proxy & Resilience Library [](https://ko-fi.com/C0C0UZS4P) [](https://deepwiki.com/Mirrowel/LLM-API-Key-Proxy) [](https://zread.ai/Mirrowel/LLM-API-Key-Proxy) **One proxy. Any LLM provider. Zero code changes.** A self-hosted proxy that provides OpenAI and Anthropic compatible API endpoints for all your LLM providers. Works with any application that supports custom OpenAI or Anthropic base URLs—including Claude Code, Opencode, and more—no code changes required in your existing tools. This project consists of two components: 1. **The API Proxy** — A FastAPI application providing universal `/v1/chat/completions` (OpenAI) and `/v1/messages` (Anthropic) endpoints 2. **The Resilience Library** — A reusable Python library for intelligent API key management, rotation, and failover --- ## Why Use This? - **Universal Compatibility** — Works with any app supporting OpenAI or Anthropic APIs: Claude Code, Opencode, Continue, Roo/Kilo Code, Cursor, JanitorAI, SillyTavern, custom applications, and more - **One Endpoint, Many Providers** — Configure Gemini, OpenAI, Anthropic, and [any LiteLLM-supported provider](https://docs.litellm.ai/docs/providers) once. Access them all through a single API key - **Anthropic API Compatible** — Use Claude Code or any Anthropic SDK client with non-Anthropic providers like Gemini, OpenAI, or custom models - **Built-in Resilience** — Automatic key rotation, failover on errors, rate limit handling, and intelligent cooldowns - **Exclusive Provider Support** — Includes custom providers not available elsewhere, including **Gemini CLI** --- ## Quick Start ### Windows 1. **Download** the latest release from [GitHub Releases](https://github.com/Mirrowel/LLM-API-Key-Proxy/releases/latest) 2. **Unzip** the downloaded file 3. **Run** `proxy_app.exe` — the interactive TUI launcher opens <!-- TODO: Add TUI main menu screenshot here --> ### macOS / Linux ```bash # Download and extract the release for your platform chmod +x proxy_app ./proxy_app ``` ### Docker **Using the pre-built image (recommended):** ```bash # Pull and run directly docker run -d \ --name llm-api-proxy \ -p 8000:8000 \ -v $(pwd)/.env:/app/.env:ro \ -v $(pwd)/oauth_creds:/app/oauth_creds \ -v $(pwd)/logs:/app/logs \ -v $(pwd)/usage:/app/usage \ -e SKIP_OAUTH_INIT_CHECK=true \ ghcr.io/mirrowel/llm-api-key-proxy:latest ``` **Using Docker Compose:**
Excerpt of 29,113 characters
Read on GitHub726
35
22
14
10
4
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:07601c0c77783ba3, topic:large-language-models, topic:llm