Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

I am using GitHub Copilot Enterprise in Visual Studio Code and noticed that the code summarization feature consumes an unexpectedly high number of premium requests.

A single "Generate copilot summary" action typically uses around 30 premium requests, which seems excessive for one operation. And no option to control model or context size.

You must be logged in to vote

Replies: 1 comment · 1 reply

Comment options

I haven't been able to reproduce this issue, but it's certainly not the expected behavior. The feature uses VS Code's Language Model API to send a single request to the LLM, using the first available model provided by VS Code. One possible explanation is that model selection is defaulting to Claude Opus 4.6 (fast mode), which currently has a 30x multiplier.

I opened #14349 with a potential fix to prefer GPT-5-mini for this feature, which has a 0x multiplier on paid plans.

You must be logged in to vote
1 reply
@sean-mcmanus
Comment options

@chenluyao-mmind Fixed with 1.32.0 pre-release (https://github.com/microsoft/vscode-cpptools/releases/tag/v1.32.0).

Answer selected by chenluyao-mmind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.