Skip to content

Commit c873866

Browse files
lidge-junclaude
andcommitted
docs: add demo GIF to README (en/ko/zh) + docs-site landing
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 33aafa0 commit c873866

6 files changed

Lines changed: 17 additions & 0 deletions

File tree

README.ko.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ Claude, Gemini, Grok, GLM, DeepSeek, Kimi, Qwen, Ollama 등 어떤 LLM이든 Cod
2323

2424
opencodex는 Codex의 Responses API를 프로바이더가 쓰는 프로토콜로 변환해 주는 가벼운 로컬 프록시입니다. streaming, tool 호출, reasoning 토큰, 이미지까지 양방향으로 모두 동작합니다.
2525

26+
<p align="center">
27+
<img src="assets/demo.gif" alt="opencodex 데모 — Codex 앱에서 비-OpenAI 라우팅 모델로 작업 실행" width="820">
28+
</p>
29+
<p align="center"><sub><b>Codex에서 어떤 모델이든.</b> 프로바이더만 고르면 끝 — 같은 Codex 워크플로, 다른 두뇌.</sub></p>
30+
2631
또한 Codex 인증을 위한 **ChatGPT 계정 풀**을 관리할 수 있습니다. 여러 ChatGPT / Codex 계정을 추가하고,
2732
대시보드에서 5시간 / 주간 / 30일 쿼터를 갱신하며, 새 세션을 사용량이 가장 적은 정상 계정으로 자동
2833
라우팅할 수 있습니다. 기존 Codex 스레드는 시작한 계정에 그대로 고정되므로, 긴 SSH·tmux·모바일 연결

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ Use Claude, Gemini, Grok, GLM, DeepSeek, Kimi, Qwen, Ollama, or any other LLM wi
2323

2424
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.
2525

26+
<p align="center">
27+
<img src="assets/demo.gif" alt="opencodex demo — running a task in the Codex app on a routed non-OpenAI model" width="820">
28+
</p>
29+
<p align="center"><sub><b>Codex, running any model.</b> Pick a provider and go — same Codex workflow, different brain.</sub></p>
30+
2631
It can also manage a **ChatGPT account pool** for Codex auth. Add multiple ChatGPT / Codex accounts,
2732
refresh their 5h / weekly / 30d quota in the dashboard, and let new sessions auto-route to the
2833
lowest-usage healthy account. Existing Codex threads stay pinned to the account that started them,

README.zh-CN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323

2424
opencodex 是一个轻量级本地代理,把 Codex 的 Responses API 翻译成你的 provider 所讲的协议。streaming、tool 调用、reasoning token、图片 —— 全部双向工作。
2525

26+
<p align="center">
27+
<img src="assets/demo.gif" alt="opencodex 演示 —— 在 Codex 应用中用路由的非 OpenAI 模型执行任务" width="820">
28+
</p>
29+
<p align="center"><sub><b>在 Codex 里运行任意模型。</b>选好 provider 即可 —— 同样的 Codex 工作流,不同的大脑。</sub></p>
30+
2631
它还能为 Codex 认证管理一个 **ChatGPT 账户池**。添加多个 ChatGPT / Codex 账户,在仪表盘中刷新它们的
2732
5 小时 / 每周 / 30 天配额,并让新会话自动路由到使用量最低的健康账户。现有 Codex 线程会固定在启动它的
2833
账户上,因此长时间的 SSH、tmux 或移动端连接的会话不会在对话中途切换账户。

assets/demo.gif

1.63 MB
Loading

docs-site/src/assets/demo.gif

1.63 MB
Loading

docs-site/src/content/docs/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Codex CLI / App / SDK ──/v1/responses──▶ opencodex ──▶ Any provi
3939
OpenRouter · Azure · DeepSeek · GLM · …and OpenAI itself
4040
```
4141

42+
![opencodex demo — running a task in the Codex app on a routed non-OpenAI model](../../assets/demo.gif)
43+
4244
![The opencodex dashboard — a dark provider control panel showing live proxy status, routed providers, and available models](../../assets/dashboard.png)
4345

4446
![Codex App showing opencodex routed models with reasoning effort picker](../../assets/codex-app-picker.png)

0 commit comments

Comments
 (0)