Copilot Cli usage and pricing #189780
Answered
by
A181-CODER
mgrabovac22
asked this question in
Copilot Conversations
-
Beta Was this translation helpful? Give feedback.
Answered by
A181-CODER
Mar 16, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi,
GitHub Copilot CLI does not have separate pricing — it’s included as part of your Copilot subscription.
Usage in the CLI is counted using premium requests, which are shared with other Copilot features like chat, agent mode, and code review.
Each prompt you send in the CLI typically consumes one premium request, although the exact amount may vary depending on the model used (some models have higher multipliers).
Example limits (for individual plans):
• Free plan → limited requests per month
• Copilot Pro → includes ~300 premium requests/month
• Copilot Pro+ → includes ~1500 premium requests/month
If you exceed the included quota, additional premium requests can be purchased.
You can mo…