晒晒我的个人中转站
- 内容介绍
- 文章标签
- 相关推荐
分享一下上周末三天时间在家搭建个人中转站的过程,第一次发帖,写得不好大家别喷!
2026-04-07 18.53.011034×658 37.8 KB
2026-04-07 18.53.211034×679 90.6 KB
经过对比了这两个项目后,根据自己需求,最后我选择了二开AIClient-2-API(或者说技术栈重构),主要是去掉go的依赖,使用wreq-js。
https://github.com/router-for-me/CLIProxyAPI
GitHub - justlovemaki/AIClient-2-API: Simulates Gemini CLI, Antigravity, Codex, Grok,...
Simulates Gemini CLI, Antigravity, Codex, Grok, and Kiro client requests, compatible with the OpenAI API. It supports thousands of Gemini model requests per day and offers free use of the built-in Claude model in Kiro. Easily connect to any client via the API, making AI development more efficient!
然后自己买了一台vps,比较曲折的是当时没注意选了台ipv6的,由于第一次使用ipv6的vps经验不足,只能在调用接口时使用代理,后来才发现更新下dns就可以直接请求了。
分享一下上周末三天时间在家搭建个人中转站的过程,第一次发帖,写得不好大家别喷!
2026-04-07 18.53.011034×658 37.8 KB
2026-04-07 18.53.211034×679 90.6 KB
经过对比了这两个项目后,根据自己需求,最后我选择了二开AIClient-2-API(或者说技术栈重构),主要是去掉go的依赖,使用wreq-js。
https://github.com/router-for-me/CLIProxyAPI
GitHub - justlovemaki/AIClient-2-API: Simulates Gemini CLI, Antigravity, Codex, Grok,...
Simulates Gemini CLI, Antigravity, Codex, Grok, and Kiro client requests, compatible with the OpenAI API. It supports thousands of Gemini model requests per day and offers free use of the built-in Claude model in Kiro. Easily connect to any client via the API, making AI development more efficient!
然后自己买了一台vps,比较曲折的是当时没注意选了台ipv6的,由于第一次使用ipv6的vps经验不足,只能在调用接口时使用代理,后来才发现更新下dns就可以直接请求了。

