Skip to main content

Copilot API Integration (Deprecated)

CCS keeps copilot-api integration available for existing local GitHub Copilot setups. This is now deprecated compatibility, not a recommended path for new provider setup.
GitHub usage-based Copilot billing begins June 1, 2026. Prefer Codex or another active provider for new work.

Overview

Copilot API - Dark
Unofficial API - Use at Your Own Risk
  • Reverse-engineered API - may break anytime
  • Excessive use may trigger account restrictions
  • No warranty, no responsibility from CCS

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:

Pro+ Required

Uses premium request quota from your subscription:

Model Mapping

Configure which models handle each tier:

Raw Configuration

Requirements

GitHub Copilot

Active subscription (Individual, Business, or Enterprise)

GitHub CLI

gh CLI authenticated with your GitHub account
copilot-api is an open-source project. See GitHub for implementation details.