by PriceNing · Codex Skill · ★ 21
简体中文 | English LLM AIO Gateway - 多合一 LLM API 网关 LLM AIO Gateway 是一个基于 FastAPI 的统一 LLM API 网关,用一个服务代理多个 OpenAI 兼容和 Anthropic 兼容的上游提供商。它同时暴露 OpenAI Chat Completions、旧版 Completions、Anthropic Messages、OpenAI Responses 等接口,并提供路由规则、API Key 管理、reasoning 连续性、工具调用修复和视觉模型注入。 当前代理核心基于统一内部消息格式:所有客户端协议先转换为 / ,再进入共享策略层。策略层会产出结构化 ,随后由上游适配器发送给 OpenAI/liteLLM 或 Anthropic 兼容接口,最后再渲染回客户端需要的协议格式。 功能特性 快速开始 环境要求 Python 3.10+ pip 手动安装 默认服务地址为 。首次启动会自动创建 和 。 Docker 首次配置 打开 。 创建第一个管理员
| Stars | 21 |
| Forks | 0 |
| Language | Python |
| Category | Codex Skill |
| License | MIT |
| Quality Score | 68.7381718382315/100 |
| Last Updated | 2026-06-21 |
| Created | 2026-05-21 |
| Platforms | claude-code, codex, python |
| Est. Tokens | ~15k |
These tools work well together with LLM-AIO-Gateway for enhanced workflows:
Explore other popular codex skill tools:
LLM-AIO-Gateway is A unified OpenAI / Anthropic / Responses API gateway with built-in vision model injection — let any text-only model "see" images.. It is categorized as a Codex Skill with 21 GitHub stars.
LLM-AIO-Gateway is primarily written in Python. It covers topics such as ai-agents, claude-code, codex.
You can find installation instructions and usage details in the LLM-AIO-Gateway GitHub repository at github.com/PriceNing/LLM-AIO-Gateway. The project has 21 stars and 0 forks, indicating an active community.
LLM-AIO-Gateway is released under the MIT license, making it free to use and modify according to the license terms.