Copilot API Integration
CCS integrates with copilot-api to enable GitHub Copilot models through Claude Code’s interface.Overview
- Dark Theme
- Light Theme

Setup
1. Install copilot-api
2. Start Daemon
The Copilot proxy runs as a local daemon on port 4141:- Status: Stopped/Running indicator
- Port: 4141 (configurable)
- Start/Stop: Control buttons in dashboard
Model Tiers
Free Tier
No premium usage count - unlimited access:| Model | Description |
|---|---|
| GPT-4.1 (Free) | General purpose |
| GPT-5 Mini (Free) | Faster responses |
| Raptor Mini (Free) | Alternative routing |
Pro+ Required
Uses premium request quota from your subscription:| Model | Description |
|---|---|
| Claude Opus 4.5 | Complex reasoning |
| Claude Sonnet 4.5 | Balanced performance |
| GPT-5.2 | Latest GPT model |
| GPT-5.1 Codex Max | Code-optimized |
| Gemini 2.5 Pro | Google’s flagship |
Model Mapping
Configure which models handle each tier:| Tier | Description | Default |
|---|---|---|
| Default Model | No tier specified | gpt-4.1 |
| Opus | Complex reasoning | gpt-4.1 |
| Sonnet | Balanced | gpt-4.1 |
| Haiku | Fast responses | gpt-4.1 |
Raw Configuration
Requirements
GitHub Copilot
Active subscription (Individual, Business, or Enterprise)
GitHub CLI
gh CLI authenticated with your GitHub accountcopilot-api is an open-source project. See GitHub for implementation details.

