Copilot token billing should be based on session start time, not server processing completion time. #198563
Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Copilot in GitHub
Body
Hello,
I would like to raise a serious concern regarding the billing logic under the new usage-based billing system (AI Credits).
Currently, GitHub calculates Copilot token consumption based on the time the server finishes processing the request, rather than when the user initiated it. This causes a critical issue for users deactivated at the end of the month.
For example, a user who was deactivated on May 31st initiated a request before their access was removed. However, because the server finished processing that request after midnight, the tokens were incorrectly charged against our June organization pool.
This logic is completely unfair and flawed. A deactivated user should not be able to consume the next month’s tokens under any circumstances.
GitHub Copilot billing must be based on the user-initiated session start time (timestamp), not the server's delayed processing completion time.
I hope the GitHub product team takes this feedback seriously and fixes this calculation logic to prevent unexpected billing shocks for organization administrators.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions