Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
141 commits
Select commit Hold shift + click to select a range
d25b6b4
🐛 fix(management): filter auth files by identity
seakee Jul 2, 2026
613255e
perf(translator): build input and messages arrays in a single pass
mazzz1y Jul 14, 2026
3c6c7b7
perf(translator): build claude system and messages arrays in a single…
mazzz1y Jul 15, 2026
b3ffb11
fix(translator): reduce Claude to Codex allocations
Johnnybyzhang Jul 16, 2026
e1e2357
perf(translator): avoid redundant gjson array parsing
Johnnybyzhang Jul 16, 2026
b651a1a
feat(redis): add plugin sync timeout and enhance redis options handling
luispater Jul 18, 2026
58ef846
chore(go): update `golang.org/x/sys` to v0.47.0 in Claude web search …
luispater Jul 18, 2026
0b2ce80
fix(auth): update credential filename logic to include account hash
luispater Jul 18, 2026
36ed0ca
feat(auth): add explicit handling for `count_tokens` endpoint errors …
luispater Jul 18, 2026
910ab83
Merge pull request #4329 from mazzz1y/perf/executor
luispater Jul 18, 2026
9f1e890
Merge pull request #4366 from Johnnybyzhang/fix/claude-codex-allocati…
luispater Jul 18, 2026
3c2010b
test(translator): add benchmarks for request translation performance …
luispater Jul 18, 2026
7c61e98
perf(translator): optimize array allocation logic and replace `JoinRa…
luispater Jul 19, 2026
f175c08
feat(executor): promote `additional_tools` to top-level `tools` in XA…
luispater Jul 19, 2026
b7299a3
feat(translator): implement output indexing for OpenAI response gener…
luispater Jul 19, 2026
cd98e9d
feat(translator): handle empty response content for Claude and adjust…
luispater Jul 19, 2026
07f8354
feat(translator): qualify function names with namespace in OpenAI res…
luispater Jul 19, 2026
e47ffda
feat(translator): normalize and extract OpenAI file content with MIME…
luispater Jul 19, 2026
2457e01
docs: add AIUsage to related projects
sylearn Jul 12, 2026
c502eba
docs: clarify CPA process supervision
sylearn Jul 12, 2026
fde40c5
feat(executor): sanitize and drop overlong encrypted reasoning IDs in…
luispater Jul 19, 2026
0f52284
perf(translator): add normalization and reuse logic for Codex request…
luispater Jul 19, 2026
6429112
perf(translator): add unit tests for payload reuse and normalization …
luispater Jul 19, 2026
8b4fd28
perf(executor): replace `sjson.SetBytes` with optimized helpers for c…
luispater Jul 20, 2026
53c1e7e
perf(util): introduce `GetGJSONBytesNoCopy` for efficient JSON parsin…
luispater Jul 20, 2026
7d2883e
chore(models): remove obsolete variables and approvals from Codex cli…
luispater Jul 20, 2026
7329437
fix(websocket): propagate upstream 1009 without credential fallback (…
sususu98 Jul 20, 2026
a007ad6
test(websocket): add robust unit tests for tool call handling and rec…
luispater Jul 20, 2026
01f387f
feat(docker): add plugin volume mapping to docker-compose files
hkfires Jul 21, 2026
db82d65
docs(readme): update Kimi model descriptions with K3 details
luispater Jul 21, 2026
3e7e081
fix(pluginhost): prevent stream close/send panic (#4480)
KorenKrita Jul 21, 2026
119debe
fix(pluginhost): honor accepted emit results
KorenKrita Jul 21, 2026
2b4e962
Merge pull request #4481 from KorenKrita/agent/fix-plugin-stream-brid…
luispater Jul 21, 2026
36b45d5
Merge pull request #4083 from seakee/fix/auth-files-filter-by-index
luispater Jul 21, 2026
3ad6dfe
perf(translator): optimize tool handling in OpenAI translator requests
luispater Jul 21, 2026
cb110ad
perf(executor): improve token counting by introducing `countXAIInputT…
luispater Jul 21, 2026
f3e36f1
feat(executor): add Claude input token state handling and token estim…
luispater Jul 21, 2026
f71ec0e
feat(server): add support for Codex Alpha Search model routing
luispater Jul 22, 2026
e8ef4d7
Merge pull request #4249 from sylearn/docs/add-aiusage-showcase
luispater Jul 22, 2026
e05ae09
fix(responses): preserve context across websocket transport changes
sususu98 Jul 23, 2026
840ba5d
fix(xai): preserve compacted websocket transcript state
sususu98 Jul 23, 2026
a661172
fix(responses): commit websocket tool cache atomically
sususu98 Jul 23, 2026
3ecd4af
feat: add Home credential concurrency support
luispater Jul 23, 2026
b30e7d9
Merge branch 'credential-concurrency' into dev
luispater Jul 23, 2026
285322c
Merge branch 'dev' of github.com:router-for-me/CLIProxyAPI into dev
luispater Jul 23, 2026
e572987
Merge pull request #4522 from sususu98/fix/responses-ws-continuity
luispater Jul 23, 2026
416a080
fix(usage): add normalized token accounting v2
GavinKung Jul 23, 2026
fe8a616
fix(usage): classify partial token accounting correctly
GavinKung Jul 23, 2026
885ffac
Merge pull request #4528 from router-for-me/fix/issue-81-normalized-t…
luispater Jul 23, 2026
42f36b9
fix(usage): harden canonical token normalization
luispater Jul 23, 2026
520cfa1
fix(pluginhost): stabilize Windows plugin response buffer
yueziji Jul 24, 2026
9ffc3ba
Add Claude Dialects to 'Who is with us?'
stefandevo Jul 24, 2026
87750f9
Mention public site claude-dialects.cc
stefandevo Jul 24, 2026
7692ccd
refactor(tests): simplify credential concurrency and sentinel test fi…
hkfires Jul 24, 2026
a556dfc
Merge pull request #4540 from router-for-me/test
hkfires Jul 24, 2026
84bf937
feat(executor): replace `sdktranslator.TranslateRequest` with `helps.…
luispater Jul 24, 2026
35ebe3f
Merge branch 'optimize-multi-agent-v2' into dev
luispater Jul 24, 2026
9a52607
docs: update AICodeMirror sponsor links in README files
luispater Jul 24, 2026
71d5912
feat(models): add Codex client model catalog and response builder
luispater Jul 24, 2026
0296600
feat(models): add Claude client model catalog and response builder
luispater Jul 24, 2026
6cdd51f
perf(codex): make replay prefix fingerprints incremental
steipete Jul 23, 2026
46172dd
feat(live): add Codex Live session handler and sideband support
luispater Jul 24, 2026
bda79b2
feat(live): relay realtime WebRTC media
luispater Jul 24, 2026
ebc7446
feat(diff): enhance config diff and relay updates for Codex Live Media
luispater Jul 24, 2026
49be36a
feat(live): add TCP proxy for Codex Live WebRTC relay
luispater Jul 24, 2026
f8dffa0
feat(logging): log Codex media forwarding start with detailed fields
luispater Jul 24, 2026
3727d87
feat(logging): add debug logging for OAuth selection in home execution
hkfires Jul 25, 2026
5ac5deb
Merge pull request #4553 from router-for-me/log
hkfires Jul 25, 2026
a14dfc7
fix(docs): update Claude API registration links in README files
LTbinglingfeng Jul 25, 2026
7288635
fix(antigravity): preserve complete reasoning replay (#4525)
sususu98 Jul 25, 2026
f04605d
fix(translator): prevent duplicate message delta processing in Claude…
luispater Jul 25, 2026
284ccc4
Merge pull request #4538 from yueziji/fix/windows-plugin-response-buf…
luispater Jul 25, 2026
ace2e84
feat(models): add new models Claude Opus 5 and Gemini 3.6 Flash
luispater Jul 25, 2026
62a2c0d
fix(antigravity): sanitize unsigned thinking signatures in OpenAI Cha…
sususu98 Jul 25, 2026
95d5b24
fix(runtime): skip deferred tools when injecting cache_control
luispater Jul 25, 2026
27fc316
feat(runtime): improve executor binding logic and add config-based ex…
luispater Jul 25, 2026
41f6ea8
feat(runtime): enhance response preparation for xAI executor output c…
luispater Jul 25, 2026
a4d18cb
fix(antigravity): scope schema sanitization (#4571)
sususu98 Jul 25, 2026
2940643
fix(executor): keep tool_result blocks first when injecting the cloak…
codeg-dev-llm Jul 25, 2026
f6c32ec
feat(runtime): implement derived session identity features and tests
luispater Jul 25, 2026
94cf467
fix(translator/codex): keep single thinking block per reasoning item …
sususu98 Jul 26, 2026
fe4ae49
chore(pluginhost): refactor and remove unused interceptors and execut…
luispater Jul 26, 2026
7cb71ed
feat(home): add NewLifetime method and improve reconnect failover han…
luispater Jul 26, 2026
42a00a2
Merge PR #4573: preserve tool_result ordering
luispater Jul 26, 2026
fa42a9d
Merge PR #4546 into dev
luispater Jul 26, 2026
96f4b00
fix(sdk): preserve custom executors during auth sync
adityavkk Jul 26, 2026
08e5515
fix(executor): restore OAuth tool names from SSE responses
cyclopentadiene6 Jul 26, 2026
027428f
Merge pull request #4539 from stefandevo/add-claude-dialects
luispater Jul 26, 2026
61db3a0
docs(readme): sync Claude Dialects translations
luispater Jul 26, 2026
2135379
Merge pull request #4588 from adityavkk/fix/preserve-sdk-executors
luispater Jul 26, 2026
411dc9a
Merge pull request #4591 from cyclopentadiene/fix/claude-oauth-sse-to…
luispater Jul 26, 2026
22ec415
fix(auth): replace return with break in filestore equality checks
luispater Jul 26, 2026
58ede93
refactor(translator): enhance tool call handling for streaming responses
luispater Jul 26, 2026
90c2ff9
fix(executor): add failure tracking and reporting for video execution
luispater Jul 26, 2026
57ef784
feat(executor): implement local token counting for Claude requests
luispater Jul 26, 2026
4d9bf91
fix(translator): handle `[DONE]` and completion states for OpenAI res…
luispater Jul 26, 2026
6491ce3
refactor(translator): improve tool name handling and resolve conflicts
luispater Jul 26, 2026
f329b9d
feat(store): add PostgreSQL-backed cooldown state persistence
luispater Jul 26, 2026
8423cce
feat(executor): add configurable injection of x_search tool for xAI r…
luispater Jul 26, 2026
59aa35a
feat(util): add `NormalizeClaudeToolInputSchema` for input schema nor…
luispater Jul 26, 2026
e49b1cc
feat(store): add guard for watcher-originated auth file deletions
luispater Jul 26, 2026
a97b1ae
fix(auth): prefer native client session signals for affinity
yinkev Jul 25, 2026
c702c9a
fix(auth): preserve live home alias groups
yinkev Jul 26, 2026
c1f16b7
fix(session): reject edge control characters
yinkev Jul 26, 2026
02f15e3
Merge pull request #4554 from yinkev/fix/session-affinity-native-signals
sususu98 Jul 27, 2026
181242b
feat(translator): enhance tool output parsing with support for `input…
luispater Jul 27, 2026
6914478
feat(config): add support for disabling model list cloaking in Claude…
luispater Jul 27, 2026
8eed5f1
feat(home): enhance client recovery and dispatch handling with new st…
hkfires Jul 27, 2026
3b4f4cf
feat(home): update concurrency release logic to include takeover elig…
hkfires Jul 27, 2026
27b4660
refactor(translator): simplify token usage metadata extraction in Ope…
luispater Jul 27, 2026
f943926
feat(home): improve error handling in cluster discovery and enhance G…
hkfires Jul 27, 2026
3073dab
feat(models): add metadata for Gemini 3.5 Flash Lite and Gemini 3.6 F…
luispater Jul 27, 2026
3d5ec86
feat(models): add `minimal` reasoning level to Codex client models
luispater Jul 27, 2026
7b233fa
test(server): add `minimal` reasoning level in Codex-supported levels…
luispater Jul 27, 2026
61a6f08
feat(models): add metadata for Gemini 3.1 Pro Preview, 3.5 Flash Lite…
luispater Jul 27, 2026
30efd7c
feat(plugin): add request lifecycle plugin with interception and term…
luispater Jul 27, 2026
20f83ca
feat(translator): map OpenAI `response_format` to Gemini structured o…
luispater Jul 27, 2026
cade44b
refactor(translator): rename `system_instruction` to `systemInstructi…
luispater Jul 27, 2026
c405398
fix: align Claude headers with upstream streaming
rdself Jul 27, 2026
bb43b7a
feat(home): add membership takeover eligibility handling and update r…
hkfires Jul 28, 2026
fbd77b4
Merge pull request #4621 from router-for-me/home
hkfires Jul 28, 2026
5b2890b
feat(signature): validate Claude CAIS reasoning signatures
sususu98 Jul 28, 2026
f894317
Merge pull request #4624 from sususu98/feat/claude-cais-signature-val…
sususu98 Jul 28, 2026
e47c436
fix(antigravity): recover tool provenance instead of failing closed (…
sususu98 Jul 28, 2026
d2c0c58
fix(antigravity): keep thought signatures when replay context drifts
sususu98 Jul 28, 2026
a06e21b
fix(antigravity): replay text thought signatures across context drift
sususu98 Jul 28, 2026
7f2f4a5
feat(home): enhance membership protocol handling
hkfires Jul 28, 2026
31106e2
Merge pull request #4627 from router-for-me/home
hkfires Jul 28, 2026
1161a4f
Merge pull request #4626 from sususu98/fix/4599-tool-provenance-degra…
sususu98 Jul 28, 2026
5dcca50
feat(auth): introduce weighted round-robin scheduler and credential w…
luispater Jul 28, 2026
c9417c8
feat(logging): add client request metadata extraction and propagation
luispater Jul 28, 2026
1778e8c
Merge pull request #4596 from rdself/coder/claude-stream-accept-heade…
luispater Jul 28, 2026
20784c6
fix(home): use Home's CAS command instead of EVAL for replay compare-…
sususu98 Jul 28, 2026
39031ef
Merge pull request #4645 from router-for-me/fix/home-cas-command
sususu98 Jul 29, 2026
f322914
refactor(executor): consolidate `thinking.ApplyThinking` into `helps.…
luispater Jul 29, 2026
a432d76
feat(models): remove Gemini 3.5 Flash Lite entry from models.json
luispater Jul 29, 2026
5dedb30
feat(util, executor, translator): enhance Antigravity schema handling…
luispater Jul 29, 2026
74d38e0
feat(translator): add support for `cached_creation_tokens` in usage d…
luispater Jul 29, 2026
fecebcc
refactor(translator): overhaul function call handling in Codex respon…
luispater Jul 29, 2026
4a2eb54
feat(translator): group consecutive tool results in Claude request co…
luispater Jul 29, 2026
7c32880
chore(upstream-sync): merge upstream v7.2.105
kaitranntt Jul 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .ccs-fork-upstream.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
UPSTREAM_TAG=v7.2.88
UPSTREAM_COMMIT=93d74a890a44802f656d7f39a573916b2611896e
UPSTREAM_TAG=v7.2.105
UPSTREAM_COMMIT=4a2eb54dc6bf943196be4fb515e6a9407a4db143
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can access the following providers locally and with multiple CLI accounts th
</tr>
<tr>
<td align="center"><a href="https://www.kimi.com/code/?aff=cliproxyapi"><img src="./assets/logo/kimi.svg" alt="Kimi" width="28" height="28" /></a></td>
<td>Kimi series models (Kimi K2.7 Code, Kimi K2.6, etc.). <a href="https://platform.kimi.ai/docs/guide/kimi-k2-7-code-quickstart">Kimi K2.7 Code</a> is an open-source agentic model built for coding and complex software engineering tasks, delivering higher end-to-end success on real-world long-horizon workflows. Compared with K2.6, it uses approximately 30% fewer thinking tokens. CLIProxyAPI supports Kimi through OAuth or compatible API interfaces. Try the <a href="https://www.kimi.com/code/?aff=cliproxyapi">Kimi Code subscription</a>, or get an API key from the <a href="https://platform.kimi.ai/?aff=cliproxyapi">Kimi Open Platform</a>. Thanks to Kimi for contributing to the open-source community!</td>
<td>Kimi series models (Kimi K3, Kimi K2.7 Code, etc.). <a href="https://platform.kimi.ai/docs/guide/kimi-k3-quickstart">Kimi K3</a> is Moonshot AI’s most capable model and the world’s first open 3T-class model. With 2.8 trillion parameters, native vision, and a 1-million-token context window, K3 is built for long-horizon coding, knowledge work, and reasoning. CLIProxyAPI supports Kimi through OAuth or compatible API interfaces. Try the <a href="https://www.kimi.com/code/?aff=cliproxyapi">Kimi Code subscription</a>, or get an API key from the <a href="https://platform.kimi.ai/?aff=cliproxyapi">Kimi Open Platform</a>. Thanks to Kimi for supporting CLIProxyAPI and the open-source community!</td>
</tr>
<tr>
<td align="center"><a href="https://platform.openai.com/docs/guide/gpt-5.6"><img src="./assets/logo/openai.svg" alt="OpenAI" width="28" height="28" /></a></td>
Expand Down Expand Up @@ -53,8 +53,8 @@ PackyCode provides special discounts for our software users: register using <a h
<table>
<tbody>
<tr>
<td width="180"><a href="https://www.aicodemirror.com/register?invitecode=TJNAIF"><img src="./assets/aicodemirror.png" alt="AICodeMirror" width="150"></a></td>
<td>Thanks to AICodeMirror for sponsoring this project! AICodeMirror provides official high-stability relay services for Claude Code / Codex / Gemini, with enterprise-grade concurrency, fast invoicing, and 24/7 dedicated technical support. Claude Code / Codex / Gemini official channels at 38% / 2% / 9% of original price, with extra discounts on top-ups! AICodeMirror offers special benefits for CLIProxyAPI users: register via <a href="https://www.aicodemirror.com/register?invitecode=TJNAIF">this link</a> to enjoy 20% off your first top-up, and enterprise customers can get up to 25% off!</td>
<td width="180"><a href="https://www.aicodemirror.ai/register?invitecode=TJNAIF"><img src="./assets/aicodemirror.png" alt="AICodeMirror" width="150"></a></td>
<td>Thanks to AICodeMirror for sponsoring this project! AICodeMirror provides official high-stability relay services for Claude Code / Codex / Gemini, with enterprise-grade concurrency, fast invoicing, and 24/7 dedicated technical support. Claude Code / Codex / Gemini official channels at 38% / 2% / 9% of original price, with extra discounts on top-ups! AICodeMirror offers special benefits for CLIProxyAPI users: register via <a href="https://www.aicodemirror.ai/register?invitecode=TJNAIF">this link</a> to enjoy 20% off your first top-up, and enterprise customers can get up to 25% off!</td>
</tr>
<tr>
<td width="180"><a href="https://shop.bmoplus.com/?utm_source=github"><img src="./assets/bmoplus.png" alt="BmoPlus" width="150"></a></td>
Expand All @@ -77,8 +77,8 @@ PackyCode provides special discounts for our software users: register using <a h
<td>CyberPay was founded in 2021. We are committed to providing stable, efficient, and secure payment settlement solutions for AI industry merchants. Working with us helps your website platform solve Alipay and WeChat payment collection needs. We support business cooperation for selling GPT, Gemini, Claude, and Codex accounts, relay platforms, and other related services, helping merchants address payment collection challenges. <a href="https://t.me/CyberWlD/218">Contact us</a> to start your path to growth.</td>
</tr>
<tr>
<td width="180"><a href="https://console.claudeapi.com/agent/register/pJq9T52Fpugrhpgo"><img src="./assets/claudeapi.png" alt="ClaudeAPI" width="150"></a></td>
<td>Thanks to <a href="https://console.claudeapi.com/agent/register/pJq9T52Fpugrhpgo">Claude API</a> for sponsoring this project! Claude API is an official-channel API provider focused on Claude models. Built on Anthropic official keys and AWS Bedrock official channels, it provides a stable integration experience for Claude Code and Agent applications, supports the full Claude model family, and preserves official capabilities such as Tool Use and long context. The service is not reverse-engineered and does not downgrade model capabilities, making it suitable for heavy Claude Code users, Agent engineers, and enterprise technical teams. Register through the <a href="https://console.claudeapi.com/agent/register/pJq9T52Fpugrhpgo">Exclusive link</a> and contact customer support to claim free test credits. Invoicing and team onboarding are also supported.</td>
<td width="180"><a href="https://console.apito.ai/agent/register/pJq9T52Fpugrhpgo"><img src="./assets/claudeapi.png" alt="ClaudeAPI" width="150"></a></td>
<td>Thanks to <a href="https://console.apito.ai/agent/register/pJq9T52Fpugrhpgo">Claude API</a> for sponsoring this project! Claude API is an official-channel API provider focused on Claude models. Built on Anthropic official keys and AWS Bedrock official channels, it provides a stable integration experience for Claude Code and Agent applications, supports the full Claude model family, and preserves official capabilities such as Tool Use and long context. The service is not reverse-engineered and does not downgrade model capabilities, making it suitable for heavy Claude Code users, Agent engineers, and enterprise technical teams. Register through the <a href="https://console.apito.ai/agent/register/pJq9T52Fpugrhpgo">Exclusive link</a> and contact customer support to claim free test credits. Invoicing and team onboarding are also supported.</td>
</tr>
<tr>
<td width="180"><a href="https://code0.ai/agent/register/slxVMR3uVBoRgNBf"><img src="./assets/code0.png" alt="code0" width="150"></a></td>
Expand Down Expand Up @@ -290,6 +290,14 @@ A PowerShell-based Windows system tray launcher for CLIProxyAPI. It supports run

An HTTP-only Model Context Protocol server that uses a CLIProxyAPI deployment to provide Grok-powered real-time web search, X/Twitter search, and model discovery to MCP clients. It adds MCP transport, client API-key management, quotas, usage tracking, and a web administration panel.

### [AIUsage](https://github.com/sylearn/AIUsage)

Native macOS SwiftUI dashboard for AI subscriptions and coding proxies. It manages official CLIProxyAPI releases end to end (download, verify, supervise, update, and roll back), unifies OAuth accounts and live models, and connects one gateway to Codex, Claude Code/Science, OpenCode, or OpenAI/Anthropic/Gemini clients, with optional LAN access.

### [Claude Dialects](https://github.com/stefandevo/claude-dialects)

Run multiple native-feeling Claude Code commands, each powered by a different model (Codex, GLM, Kimi, Gemini, Grok, MiniMax, DeepSeek, Cursor, Copilot, Claude). Every dialect launches the real Claude Code interface with its own isolated config, history, ports, and an embedded CLIProxyAPI instance linked through the Go SDK — no separate proxy install. macOS only. Learn more at [claude-dialects.cc](https://claude-dialects.cc/).

> [!NOTE]
> If you developed a project based on CLIProxyAPI, please open a PR to add it to this list.

Expand Down
18 changes: 13 additions & 5 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</tr>
<tr>
<td align="center"><a href="https://www.kimi.com/code/?aff=cliproxyapi"><img src="./assets/logo/kimi.svg" alt="Kimi" width="28" height="28" /></a></td>
<td>Kimi 系列模型(Kimi K2.7 Code、Kimi K2.6 等)。<a href="https://platform.kimi.com/docs/guide/kimi-k2-7-code-quickstart">Kimi K2.7 Code</a> 是一款面向编码与复杂软件工程任务的开源智能体模型,在真实世界的长周期任务中实现了更高的端到端成功率。与 K2.6 相比,其思考 Token 用量约减少 30%。CLIProxyAPI 支持通过 OAuth 或兼容 API 接入 Kimi。立即体验 <a href="https://www.kimi.com/code/?aff=cliproxyapi">Kimi Code 订阅</a>,或前往 <a href="https://platform.kimi.com/?aff=cliproxyapi">Kimi 开放平台</a> 获取 API Key。感谢 Kimi 对开源社区的贡献!</td>
<td>Kimi 系列模型(Kimi K3、K2.7 Code 等)。<a href="https://platform.kimi.com/docs/guide/kimi-k3-quickstart">Kimi K3</a> 是 Moonshot AI 迄今能力最强的模型,也是全球首个开源 3T 级模型。K3 拥有 2.8T 参数、原生视觉能力与 100 万 Token 上下文,面向长周期编码、知识工作与推理任务。CLIProxyAPI 支持通过 OAuth 或兼容 API 接入 Kimi。立即体验 <a href="https://www.kimi.com/code/?aff=cliproxyapi">Kimi Code 订阅</a>,或前往 <a href="https://platform.kimi.com/?aff=cliproxyapi">Kimi 开放平台</a> 获取 API Key。感谢 Kimi 对 CLIProxyAPI 及开源社区的支持!</td>
</tr>
<tr>
<td align="center"><a href="https://platform.openai.com/docs/guide/gpt-5.6"><img src="./assets/logo/openai.svg" alt="OpenAI" width="28" height="28" /></a></td>
Expand Down Expand Up @@ -50,8 +50,8 @@ PackyCode 为本软件用户提供了特别优惠:使用<a href="https://www.p
<table>
<tbody>
<tr>
<td width="180"><a href="https://www.aicodemirror.com/register?invitecode=TJNAIF"><img src="./assets/aicodemirror.png" alt="AICodeMirror" width="150"></a></td>
<td>感谢 AICodeMirror 赞助了本项目!AICodeMirror 提供 Claude Code / Codex / Gemini 官方高稳定中转服务,支持企业级高并发、极速开票、7×24 专属技术支持。 Claude Code / Codex / Gemini 官方渠道低至 3.8 / 0.2 / 0.9 折,充值更有折上折!AICodeMirror 为 CLIProxyAPI 的用户提供了特别福利,通过<a href="https://www.aicodemirror.com/register?invitecode=TJNAIF" target="_blank">此链接</a>注册的用户,可享受首充8折,企业客户最高可享 7.5 折!</td>
<td width="180"><a href="https://www.aicodemirror.ai/register?invitecode=TJNAIF"><img src="./assets/aicodemirror.png" alt="AICodeMirror" width="150"></a></td>
<td>感谢 AICodeMirror 赞助了本项目!AICodeMirror 提供 Claude Code / Codex / Gemini 官方高稳定中转服务,支持企业级高并发、极速开票、7×24 专属技术支持。 Claude Code / Codex / Gemini 官方渠道低至 3.8 / 0.2 / 0.9 折,充值更有折上折!AICodeMirror 为 CLIProxyAPI 的用户提供了特别福利,通过<a href="https://www.aicodemirror.ai/register?invitecode=TJNAIF" target="_blank">此链接</a>注册的用户,可享受首充8折,企业客户最高可享 7.5 折!</td>
</tr>
<tr>
<td width="180"><a href="https://shop.bmoplus.com/?utm_source=github"><img src="./assets/bmoplus.png" alt="BmoPlus" width="150"></a></td>
Expand All @@ -74,8 +74,8 @@ PackyCode 为本软件用户提供了特别优惠:使用<a href="https://www.p
<td>赛博支付(CyberPay)成立于2021年。我们致力于为AI从业者商家提供稳定、高效、安全的支付结算解决方案。与我们合作即可使您的网站平台解决用户支付宝/微信收款问题。承接售卖GPT 、Gemini、Claude、Codex账号与中转站等各类业务合作,解决各位商家收款困难痛点。<a href="https://t.me/CyberWlD/218">联系我们</a>开启您的致富通道。</td>
</tr>
<tr>
<td width="180"><a href="https://console.claudeapi.com/agent/register/pJq9T52Fpugrhpgo"><img src="./assets/claudeapi.png" alt="ClaudeAPI" width="150"></a></td>
<td>感谢 <a href="https://console.claudeapi.com/agent/register/pJq9T52Fpugrhpgo">Claude API</a> 赞助本项目!Claude API 是专注 Claude 模型的官方渠道 API 服务商,基于 Anthropic 官方 Key 与 AWS Bedrock 官方渠道,提供稳定的 Claude Code 与 Agent 应用接入体验,支持 Claude 全系列模型,保留 Tool Use、长上下文等官方能力。服务非逆向、非降智,适合 Claude Code 深度用户、Agent 工程师与企业技术团队使用。通过<a href="https://console.claudeapi.com/agent/register/pJq9T52Fpugrhpgo">专属链接</a>注册后联系客服,可领取免费测试额度,并支持开票和团队对接。</td>
<td width="180"><a href="https://console.apito.ai/agent/register/pJq9T52Fpugrhpgo"><img src="./assets/claudeapi.png" alt="ClaudeAPI" width="150"></a></td>
<td>感谢 <a href="ugrhpghttps://console.apito.ai/agent/register/pJq9T52Fpugrhpgo">Claude API</a> 赞助本项目!Claude API 是专注 Claude 模型的官方渠道 API 服务商,基于 Anthropic 官方 Key 与 AWS Bedrock 官方渠道,提供稳定的 Claude Code 与 Agent 应用接入体验,支持 Claude 全系列模型,保留 Tool Use、长上下文等官方能力。服务非逆向、非降智,适合 Claude Code 深度用户、Agent 工程师与企业技术团队使用。通过<a href="https://console.apito.ai/agent/register/pJq9T52Fpugrhpgo">专属链接</a>注册后联系客服,可领取免费测试额度,并支持开票和团队对接。</td>
</tr>
<tr>
<td width="180"><a href="https://code0.ai/agent/register/slxVMR3uVBoRgNBf"><img src="./assets/code0.png" alt="code0" width="150"></a></td>
Expand Down Expand Up @@ -284,6 +284,14 @@ VS Code 扩展,可将你的 Claude、ChatGPT/Codex、Antigravity、Grok 和 Ki

一个仅支持 HTTP 传输的模型上下文协议(MCP)服务器,使用 CLIProxyAPI 部署为 MCP 客户端提供由 Grok 驱动的实时网页搜索、X/Twitter 搜索和模型发现功能。它还提供 MCP 传输、客户端 API 密钥管理、配额、用量跟踪和 Web 管理面板。

### [AIUsage](https://github.com/sylearn/AIUsage)

原生 macOS SwiftUI AI 订阅看板与编程代理管理器。可在应用内完整管理官方 CLIProxyAPI 发布版(下载、校验、守护运行、更新与回滚),汇聚 OAuth 账号与实时模型,并将同一网关接入 Codex、Claude Code/Science、OpenCode 或 OpenAI/Anthropic/Gemini 客户端;支持可选局域网访问。

### [Claude Dialects](https://github.com/stefandevo/claude-dialects)

运行多个具有原生体验的 Claude Code 命令,每个命令由不同的模型(Codex、GLM、Kimi、Gemini、Grok、MiniMax、DeepSeek、Cursor、Copilot、Claude)驱动。每个命令都会启动真正的 Claude Code 界面,并拥有独立的配置、历史记录、端口,以及通过 Go SDK 连接的嵌入式 CLIProxyAPI 实例,无需单独安装代理。仅支持 macOS。详情请访问 [claude-dialects.cc](https://claude-dialects.cc/)。

> [!NOTE]
> 如果你开发了基于 CLIProxyAPI 的项目,请提交一个 PR(拉取请求)将其添加到此列表中。

Expand Down
Loading
Loading