Provider details
GitHub Copilot is GitHub's AI coding assistant (IDE autocomplete, chat, coding agent, code review, CLI). Uses included and premium models depending on feature and plan; model availability varies by feature.
What we monitor
Copilot IDE completions — Inline code completions
Copilot Chat — Chat interface
Copilot coding agent — Autonomous PR generation
Copilot code review — PR inline suggestions
Copilot CLI — CLI copilot command
GitHub Auth / SSO — Copilot depends on GitHub session
VS Code Marketplace — Extension updates
Status page segments
CopilotAPI RequestsActionsGit Operations
Model families
Model availability varies by feature and planIncluded models (covered by base plan) vs premium models (count against premium request quota)User can switch model in Chat for some features
Common limits & quotas
- Copilot Free: up to 2,000 inline suggestion requests and up to 50 premium requests per month
- Copilot Pro ($10/mo): unlimited completions, 300 premium requests/month
- Copilot Pro+ ($39/mo): higher premium request quota
- Copilot Business ($19/user/mo): org controls, audit logs
- Copilot Enterprise ($39/user/mo): org policies, custom models
- Premium request counters reset on the 1st of each month at 00:00:00 UTC
Ecosystem dependencies
Depends on: GitHub auth, VS Code (or JetBrains) extension host, upstream model backendsOften confused with: Microsoft Copilot (separate product)Cascading failures: if GitHub auth fails, Copilot + Actions + Codespaces all fail togetherGitHub org policy can disable CLI/features independently of the base subscription
Operator notes
- A significant share of user-reported Copilot incidents turn out to be auth, licensing, or org-policy issues rather than a platform-wide outage
- The githubstatus.com Copilot component is separate from API and Actions — verify you're reading the right component
- api.githubcopilot.com must be whitelisted in enterprise proxies; TLS cert interception by corporate proxies is a common silent failure mode
- Enterprise admins can disable Copilot at org level — a whole team suddenly losing Copilot is often a policy change, not an outage
- Copilot CLI is officially documented and available on all paid plans subject to org policy
Diagnostic signals
$ copilot --version — verify CLI installed and authenticated$ Check GitHub auth status in IDE: reload window, check sign-in in command palette$ curl -I https://api.githubcopilot.com — verify api.githubcopilot.com reachable$ Check githubstatus.com Copilot component specifically (not just overall GitHub status)