RockChinQ/free-one-api
LLM 逆向工程接口管理 | 通过标准 OpenAI API 访问 ChatGPT / gpt4free / Bard / Claude / HuggingChat / 通义千问 等 AI 的破解版 || ChatGPT reverse engineering API management | Access all reverse engineered LLM libs by standard OpenAI API format || 免费 ChatGPT Free GPT LLM API | 逆向工程 转 OpenAI API | converts all llm libs to OpenAI API
What it solves
It provides a unified way to access multiple Large Language Model (LLM) reverse-engineered libraries through a standardized OpenAI API format. This allows users to interact with various models without needing to change their client software or integration code for each different provider.
How it works
The project acts as an API gateway that integrates multiple reverse-engineered LLM libraries. It includes a Web UI for management, supports streaming responses, and implements a heart-beat detection mechanism to automatically disable unavailable channels to ensure reliability.
Who it’s for
Developers and users who want to access a variety of LLMs using a single, consistent API interface, particularly those utilizing reverse-engineered libraries to access models.
Highlights
- Automatic load balancing across available channels.
- Integrated Web UI for configuration and channel management.
- Support for streaming mode for real-time responses.
- Heart-beat detection to automatically filter out broken channels.
- Detailed operation logs for monitoring.
Related
- Project
theopenco/llmgatewayLLM Gateway is an open‑source API gateway that provides a single OpenAI‑compatible endpoint for routing requests to multiple LLM providers, centralising API‑key management and offering built‑in usage and performance analytics. It can be used as a hosted SaaS service or self‑hosted via Docker.
- Project
fruitbars/simple-one-apisimple‑one‑api is an open‑source Go gateway that unifies multiple LLM providers behind OpenAI‑compatible endpoints, adds capacity‑aware key scheduling, four‑layer rate‑limiting, a built‑in React chat UI, a visual config console, and a Wails desktop client. It can be run as a single binary, Docker container, or desktop app, and stores its configuration in SQLite.
- Project
yym68686/uni-apiuni‑api is a config‑only server that presents a single OpenAI‑compatible API while routing calls to many LLM providers (OpenAI, Anthropic, Gemini, Vertex, Azure, AWS, etc.). It supports weighted and round‑robin load balancing, automatic retries, per‑model timeouts, rate limits, tool‑call passthrough, content moderation, and fine‑grained request overrides—all defined in an `api.yaml` file or via a `CONFIG_URL`. Deployable as a Docker container (one‑click Fugue button provided).
- Project
xing61/zzz-apiA unified API gateway providing stable access to OpenAI, Claude, Gemini, and other major LLMs for enterprises and developers without requiring foreign accounts.
- Project
HotRiceNoodles/CrossLinkA unified LLM API gateway that provides bidirectional protocol translation and intelligent failover across multiple providers like OpenAI, Anthropic, and DeepSeek.