CLIProxy API Integration
CCS uses CLIProxyAPI to provide OAuth authentication for third-party AI providers. The CLIProxy page offers comprehensive provider management and model configuration.Overview
- Dark Theme
- Light Theme

Supported Providers
| Provider | Status | Description |
|---|---|---|
| Google Gemini | OAuth | Access Gemini models via Google OAuth |
| Codex | OAuth | Code generation models |
| Antigravity | OAuth | Multi-account routing with 14+ accounts |
| Qwen Code | API Key | Alibaba’s code models |
| iFlow | API Key | Alternative AI routing |
CLIProxy Service Status
The sidebar displays real-time service status:- Status: Up/Down indicator with colored dot
- Port: Local proxy port (default: 8317)
- Sessions: Active connection count
- Uptime: Service running duration
- Version: Current CLIProxy version
Provider Configuration
Model Mapping
Configure which models handle each tier:| Tier | Description | Use Case |
|---|---|---|
| Default Model | Used when no tier specified | General requests |
| Opus (Most capable) | Complex reasoning | Difficult problems |
| Sonnet (Balanced) | Speed + capability | Most tasks |
| Haiku (Fast) | Quick responses | Simple queries |
Presets
One-click presets for common configurations:- Claude Opus 4.5 Thinking: Map all tiers to Opus thinking model
- Claude Sonnet 4.5 Thinking: Map to Sonnet thinking model
- Custom: Create your own mapping
Account Management
For multi-account providers like Antigravity:- View connected accounts with last-used timestamps
- Set default account with star indicator
- Add/remove accounts via three-dot menu
Raw Configuration
The right panel shows live JSON configuration:- Valid JSON indicator confirms syntax
- Global env vars injected at runtime
Quick Setup
CLIProxyAPI is an open-source project. See GitHub for implementation details.

