Update docs for UBB#9830
Open
ntrogh wants to merge 15 commits into
Open
Conversation
cwebster-99
reviewed
May 26, 2026
cwebster-99
reviewed
May 26, 2026
cwebster-99
reviewed
May 26, 2026
ntrogh
commented
May 26, 2026
| ### AI credits and model costs | ||
|
|
||
| Different models consume premium requests at different rates, expressed as a multiplier. For example, a model with a 2x multiplier uses two premium requests per interaction. When you use auto model selection, VS Code applies a variable [model multiplier](https://docs.github.com/en/copilot/concepts/billing/copilot-requests#model-multipliers) based on the selected model. If you are on a paid Copilot plan, auto applies a 10% multiplier discount. | ||
| Each Copilot plan includes a monthly allowance of [AI credits](https://docs.github.com/en/copilot/concepts/billing/usage-based-billing-for-individuals). Different models consume AI credits at different rates, based on the model and the number of tokens processed. More capable models cost more per token, while lighter models extend your usage further. When you use auto model selection, VS Code routes each request to an efficient model that balances quality and cost. |
Collaborator
Author
There was a problem hiding this comment.
@cwebster-99 Did you mean to say "cost more per tokens"? Sounds weird.
Co-authored-by: Courtney Webster <60238438+cwebster-99@users.noreply.github.com>
cwebster-99
reviewed
May 27, 2026
Co-authored-by: Courtney Webster <60238438+cwebster-99@users.noreply.github.com>
benibenj
approved these changes
May 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the Copilot documentation and related configuration to reflect the transition from "premium requests" to "AI credits" for usage-based billing and model consumption.
The changes clarify how AI credits are consumed, provide practical tips for optimizing credit usage, and update references and terminology throughout the docs.
Additionally, new guidance and links are added to help users manage and reduce AI credit consumption.
Key changes include:
Documentation terminology and billing updates:
Guidance on optimizing AI credit usage:
Other documentation improvements:
Implements #9774, #9775