With GitHub Copilot now using a pay-as-you-go model, many users are complaining that 'credit consumption is too high.'



GitHub Copilot, an AI coding assistance service provided by Microsoft's GitHub, is a developer tool that allows users to complete code and consult via chat within their editor. While the original Copilot was primarily used for completing a few lines of code and answering short questions, in recent years, it has increasingly featured 'agent-type' functionality, where the AI examines multiple files and generates suggested corrections by following multiple steps.

Regarding this agent-based usage, GitHub stated that 'the previous plans no longer justified the cost of computing resources,' and therefore began offering usage-based pay-as-you-go pricing on June 1, 2026.

GitHub Copilot finally launches pay-as-you-go pricing; additional usage will incur extra charges once 'AI credits' are used up - GIGAZINE



The new pricing structure uses a unit called 'AI Credits,' and the system consumes AI Credits according to the selected model and the type of work performed. A certain amount of AI Credits are allocated each month depending on the plan, and if you want to use more than the allocated AI Credits, additional charges will be required.

However, since the transition on June 1, 2026, users have been reporting that their credits are decreasing faster than expected.













The Register, an overseas IT media outlet , has also reported on examples such as a Copilot Pro+ user who posted on GitHub Community that they used about 8% of their monthly allowance in just two hours of use, and another who used over $6 (approximately 960 yen) in credits for a single change request. On Reddit , there was also a report that using Claude Opus 4.8 to request website modifications consumed 16% of the monthly allowance for a Pro+ plan.

Complaints are also mounting in the GitHub Community announcement thread . One user posted that they used up 210.5 credits in two short sessions with the Visual Studio Code extension, with a total of only 2-4 prompts. Another user reported using up their 7000 AI credits for Pro+ in one day and has posted that they canceled their Pro plan.

Furthermore, many users have expressed dissatisfaction with the difficulty in predicting how many AI credits will be consumed with each operation.

One reason why it's difficult to predict AI credit consumption is that AI coding assistance is evolving from a simple chat to a system that reads the entire development environment. Even if a user enters a short instruction, Copilot may process open files, related repository information, conversation history, generated answers, and reused context, and agent-based functions may result in multiple model calls for a single instruction. What appears to be a single operation may not necessarily be a single internal process.

Users have been requesting that the credit usage estimates be made easier to understand, but as of the time of writing, GitHub has not provided any concrete answers to the complaints that have surfaced within the community. As the transition to pay-as-you-go pricing has only just begun, it remains to be seen what improvements will be announced in the future.

in AI,   Web Service, Posted by log1d_ts