CLIProxyAPI / README.md
asemxin
Initial commit: CLIProxyAPI Docker setup for HF Spaces
5678c30
---
title: CLIProxyAPI
emoji: ๐Ÿš€
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
license: mit
---
# CLIProxyAPI
A proxy server that provides OpenAI/Gemini/Claude/Codex compatible API interfaces for CLI.
## Features
- OpenAI/Gemini/Claude compatible API endpoints
- OpenAI Codex support (GPT models) via OAuth login
- Claude Code support via OAuth login
- Streaming and non-streaming responses
- Function calling/tools support
- Multimodal input support (text and images)
- Multiple accounts with round-robin load balancing
## Usage
After deployment, you can access the API at your Space URL.
## Configuration
Set the following environment variables in your Space settings:
- `API_KEYS`: Comma-separated list of API keys for authentication
## More Information
Visit [CLIProxyAPI Documentation](https://help.router-for.me/) for more details.