Tomorrow the 18th is the date GitHub Copilot Premium Requests will be enforced (see the docs here).
This post gives you an overview to know what you need to expect. Copilot Premium Requests are any request that is made to any model that is not the default (currently GPT-4o and GPT-4.1). Some features against a model will cost 1 Premium Request, some will cost more then 1 Premium Request (using GPT-4.5 will be x50!) and some are less expensive (Gemini 2.0 Flash is the cheapest at 0.25x).
I previously recorded a video on Premium Requests as well, find it here if you prefer to learn things that way:
Here is an overview of the main features that will consume a premium request:
If you are on a Free plan, even the base model will consume a premium request if you are using the Chat feature.
If you are on a paid plan, then you will get a certain amount of premium requests per month. If you go over this amount, you will be charged for the extra requests at $0.04 per premium request. If that request is against a 50x model, then you will be charged $2.00 for that single request! To view the full overview of the different multipliers, see the documentation.
This is the table of the different amount of included premium requests per plan:
Plan | Premium requests | Copilot Chat in IDEs | Code completion |
---|---|---|---|
Copilot Free | 50 per month | 50 messages per month | 2000 completions per month |
Copilot Pro | 300 per month | Unlimited with base model | Unlimited |
Copilot Pro+ | 1500 per month | Unlimited with base model | Unlimited |
Copilot Business | 300 per user per month | Unlimited with base model | Unlimited |
Copilot Enterprise | 1000 per user per month | Unlimited with base model | Unlimited |
To protect yourself or your users, you can configure a budget for premium requests in your user/organization settings.
Do you need to analyze the GitHub Copilot Premium requests CSV now that they will be enforced? I created a single page application (SPA) with GitHub Spark and GitHub Copilot Coding Agent to display an overview of the Premium Requests CSV that you can currently download (no API yet 😓).
See the repo in action here (click on the link on the right side to use your own data): https://github.com/devops-actions/github-copilot-premium-reqs-usage. It’s open source, so feel free to contribute or request features!