Question About GitHub Copilot CLI and Premium Requests #194343
Replies: 14 comments 1 reply
|
Yes, CLI usage consumes Premium Requests. Even with GPT-4.1, prompts sent via the CLI are counted against your monthly premium quota. |
|
💡 What are “Premium Requests” in GitHub Copilot CLI? When you use GitHub Copilot (CLI, VS Code, or Chat): 👉 Every time you send a prompt = 1 request 👉 But Premium Requests are used when: You use advanced AI models In Copilot CLI: Each command (like /ask, /plan) = 1 request These usually consume premium requests: Copilot CLI prompts 👉 So: Simple tasks = free Premium usage depends on: The model you’re using
|
|
Hi @stevesaurus! Great questions — here's a clear breakdown for your specific situation as a Copilot Business user: Short answer: Yes, Copilot CLI always uses Premium Requests, even with default models like GPT-4.1. The key distinction:
Why? CLI is classified as a "premium feature" by GitHub regardless of which underlying model processes the request. The model selection affects cost per request, but the CLI interface itself already triggers premium billing. Practical advice for your switch:
|
|
If this solved your problem, please mark it as accepted answer
…On Thu, 30 Apr, 2026, 3:26 am João Vilas-Boas Coreia, < ***@***.***> wrote:
Hi @stevesaurus <https://github.com/stevesaurus>! Great questions —
here's a clear breakdown for your specific situation as a Copilot Business
user:
*Short answer:* Yes, Copilot CLI always uses Premium Requests, even with
default models like GPT-4.1.
*The key distinction:*
Usage Premium Requests?
IDE Chat with default model (GPT-4.1) ❌ No
IDE Chat with premium model (Claude, o3, etc.) ✅ Yes
Copilot CLI — any model ✅ Yes
Copilot Agent Mode ✅ Yes
*Why?* CLI is classified as a "premium feature" by GitHub regardless of
which underlying model processes the request. The model selection affects
cost per request, but the CLI interface itself already triggers premium
billing.
*Practical advice for your switch:*
- Business plan gives you 300 premium requests/month — for a developer
using CLI as primary workflow that can run out in 1–2 weeks
-
- Check your usage at: github.com/settings/copilot under "Usage
this month"
-
- Consider using gh copilot suggest and gh copilot explain
selectively for complex tasks rather than every command
-
- For simple shell questions, a local tool or alias might preserve
your premium quota for when you really need it
*Bottom line:* Plan for your 300 premium requests to be consumed if
you fully switch to CLI as your main workflow.
—
Reply to this email directly, view it on GitHub
<#194343 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/B643UA5DAANBKJ5QT5ZBZQL4YJ3BHAVCNFSM6AAAAACYK6YWSGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMNZWGE3DGOA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
|
Glad it helped! If this solved your question, please consider marking it as the accepted answer. |
This comment was marked as low quality.
This comment was marked as low quality.
This comment was marked as low quality.
This comment was marked as low quality.
|
To help you manage your workflow transition effectively, one small detail worth noting for Copilot Business users is that while gh copilot suggest and explain consume premium requests, you can actually optimize your usage by checking the 'Seat Management' settings. |
This comment was marked as low quality.
This comment was marked as low quality.
|
I just tried the CLI to check on this: gh copilot -p "What model are you?" --model gpt-4.1 Changes +0 -0 It shows 0 premium with GPT 4.1 unlike what is claimed in earlier comments |
|
Based on the current GitHub Copilot pricing model and documentation, Copilot CLI usage is generally treated differently from standard IDE completions and chat usage. Your understanding is correct: Copilot CLI interactions typically count as Premium Requests, even when using included/default models such as GPT-4.1. So, to answer your questions directly:
This is likely why you currently see zero Premium Requests despite heavy IDE usage — normal completions and standard chat flows inside VS Code do not necessarily consume Premium Requests in the same way the CLI does. That said, GitHub’s pricing and request classification for Copilot features are still evolving fairly rapidly, so it would be best to verify against the latest official documentation or wait for confirmation from GitHub staff regarding whether any exceptions exist for specific CLI models or workflows. |
|
The safest way to think about this is: premium request usage depends on both the feature and the model/operation, so do not assume CLI usage will behave exactly like IDE completions. From GitHub's Copilot docs:
For your specific questions:
Very likely yes for many CLI interactions, especially if the CLI is invoking chat/agent-style behavior rather than simple inline completions. I would not treat it like normal IDE autocomplete.
Not necessarily in every surface. The docs distinguish between included models/features and premium-request-consuming features. The exact charge can depend on the model and where you use it.
Yes, I would expect your dashboard to change if you switch from mostly IDE completion to CLI-driven chat/agent workflows. The practical test is to run a small number of CLI prompts, then check your Copilot usage dashboard after it updates.
Check the Copilot usage dashboard and the "premium requests" section for your Business seat. If your org has budgets or spending limits configured, also confirm whether overage is enabled or blocked. Official docs:
So I would test with a small CLI workload first instead of moving the whole workflow at once. |
|
Adding to this, if you're planning to move most of your workflow to the CLI, it might be worth testing it on a small task for a few days first to see how fast your premium requests actually climb, before committing to a full switch. That way you're less likely to find out mid-month that you've burned through the allowance. |
|
Hi @stevesaurus! Great questions — here's a clear breakdown for your specific situation as a Copilot Business user:
In short, you are completely safe to make the CLI your primary tool! As long as you stick to the subscription's default model configurations, your billing will remain completely unchanged. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Copilot CLI
Body
Hello,
I’ve been a GitHub Copilot Business subscriber for about a year and have really enjoyed using the product.
So far, I’ve mainly used the default included models (currently GPT-4.1) inside my IDE for all of my Copilot usage, and I’ve never consumed any Premium Requests according to my monthly usage dashboard.
I’m now planning to start using GitHub Copilot CLI as my primary workflow for most tasks. Before switching, I wanted to clarify how billing and Premium Requests work for CLI usage.
I came across this discussion:
https://github.com/orgs/community/discussions/189780
My understanding from the documentation is that Copilot CLI prompts count as Premium Requests.
If I use GitHub Copilot CLI with included/default models such as GPT-4.1, will those requests consume Premium Requests?
Are all Copilot CLI interactions considered Premium Requests regardless of model?
If I switch most of my workflow from IDE chat to Copilot CLI, should I expect additional Premium Request billing compared to my current IDE usage?
Is Copilot CLI usage treated differently from Copilot Chat inside VS Code?
Thanks for any help.
All reactions