Github Copilot Rate Limits
GitHub Copilot management APIs ride on top of the GitHub REST API and inherit GitHub's primary and secondary rate limits (per-user, per-installation, and per-IP). Copilot itself enforces consumption via per-plan premium request quotas (50/300/1,500/month for Free/Pro/Pro+) rather than per-second API throttling for end-user inference. Inference traffic is gated by the plan's premium request budget and per-model rate caps applied transparently in the IDE/CLI.
Github Copilot Rate Limits is the machine-readable rate-limit profile for GitHub Copilot on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 11 rate-limit definitions, measuring requests_per_hour, concurrent_requests, points_per_minute, requests_per_minute, and requests_per_month.
The profile also includes 4 backoff/retry policies defined and response codes documented for throttled and forbidden.
Tagged areas include Rate Limiting, AI, and Developer Tools.