Universal LLM API gateway — convert between OpenAI, Anthropic, Google GenAI formats on the fly.
10K+
Drop-in HTTP proxy that accepts requests in any major LLM API format and forwards them to any upstream provider with live format conversion, streaming, and key rotation.
即插即用的 HTTP 代理,接受任意主流 LLM API 格式的请求,实时转换并转发到任意上游提供商,支持流式传输和密钥轮换。
Supported formats / 支持格式: OpenAI Chat · OpenAI Responses · Anthropic Messages · Google GenAI
docker run -d \
-p 8765:8765 \
-v /path/to/config:/config \
oaklight/llm-rosetta-gateway:latest
Create a config.jsonc in your config directory — see the configuration guide for the full reference.
在配置目录中创建 config.jsonc,完整参考见配置指南。
Images are built for linux/amd64 and linux/arm64.
镜像支持 linux/amd64 和 linux/arm64 双架构。
pip install llm-rosetta for the library / 安装核心库Content type
Image
Digest
sha256:39bf3819c…
Size
15.1 MB
Last updated
7 days ago
docker pull oaklight/llm-rosetta-gateway