File size: 863 Bytes
5678c30
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
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.