You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs+seo: surface Claude Code across README/site/npm metadata — subtitle in 3 READMEs, site description/tagline/JSON-LD (keywords+featureList), npm description+keywords
<imgsrc="assets/architecture.png"alt="opencodex architecture — Codex CLI routes through opencodex proxy to any LLM provider"width="820">
20
21
</p>
21
22
22
-
Use Claude, Gemini, Grok, GLM, DeepSeek, Kimi, Qwen, Ollama, or any other LLM with Codex — without waiting for OpenAI to add support.
23
+
Use Claude, Gemini, Grok, GLM, DeepSeek, Kimi, Qwen, Ollama, or any other LLM with Codex — and with **Claude Code** — without waiting for anyone to add support.
23
24
24
25
opencodex is a lightweight local proxy that translates Codex's Responses API into whatever your provider speaks. Streaming, tool calls, reasoning tokens, images — everything works, in both directions.
"Universal provider proxy for OpenAI Codex — use any LLM with Codex CLI, App, and SDK.",
20
+
"Universal provider proxy for OpenAI Codex & Claude Code — use any LLM with Codex CLI, App, SDK, and Claude Code.",
21
21
inLanguage: ["en","ko","zh-CN"],
22
22
},
23
23
{
24
24
"@type": "SoftwareApplication",
25
25
"@id": `${SITE_URL}/#software`,
26
26
name: "opencodex",
27
27
alternateName: "ocx",
28
+
description:
29
+
"Local LLM proxy that lets OpenAI Codex (CLI, App, SDK) and Claude Code run on any model — Claude, Gemini, Grok, DeepSeek, Kimi, Qwen, Ollama, OpenRouter, and more — with streaming, tool calls, reasoning tokens, and images working in both directions.",
30
+
keywords:
31
+
"codex, claude code, openai codex proxy, claude code proxy, llm proxy, ai gateway, anthropic, gemini, grok, deepseek, ollama, openrouter, responses api, codex cli",
32
+
featureList: [
33
+
"Run Codex CLI/App/SDK on any LLM provider",
34
+
"Run Claude Code on any LLM via the Anthropic Messages API",
35
+
"ChatGPT account pool with quota-aware routing",
36
+
"Streaming, tool calls, reasoning tokens, and vision in both directions",
0 commit comments