78
+340
// summary
CLI Proxy API is a proxy server that provides OpenAI, Gemini, Claude, and Codex compatible interfaces for command-line tools. It supports using various AI models via OAuth login and allows users to access them in local or multi-account environments. The project also offers load balancing, streaming responses, and multimodal input support to optimize the AI coding experience for developers.
// use cases
01
Supports using mainstream AI coding tools such as Claude Code, OpenAI Codex, and Gemini via OAuth login.
02
Implements multi-account round-robin load balancing to ensure high availability and stability during AI calls.
03
Provides an OpenAI-compatible API interface, supporting the integration of various AI models into Amp CLI and various IDE extensions.