Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ curl http://localhost:8080/v1/chat/completions \
- 自动完成 Chat Completions / Anthropic / Gemini ↔ Codex Responses API 双向协议转换
- **Structured Outputs** — `response_format`(`json_object` / `json_schema`)和 Gemini `responseMimeType`
- **Function Calling** — 原生 `function_call` / `tool_calls` 支持(所有协议)
- 若使用自定义 API Keys,则仅兼容 OpenAI(`/v1/chat/completions`)格式。

### 🔐 账号管理与智能轮换
- **OAuth PKCE 登录** — 浏览器一键授权,无需手动复制 Token
Expand Down
1 change: 1 addition & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ If you see streaming AI text, the setup is working. If you get 401, double-check
- Automatic bidirectional translation between all protocols and Codex Responses API
- **Structured Outputs** — `response_format` (`json_object` / `json_schema`) and Gemini `responseMimeType`
- **Function Calling** — native `function_call` / `tool_calls` across all protocols
- If using custom API Keys, only the OpenAI (`/v1/chat/completions`) format is supported.

### 2. 🔐 Account Management & Smart Rotation
- **OAuth PKCE login** — one-click browser auth
Expand Down