The era of subsidised inference is truly ending. The new model multipliers ( https://docs.github.com/en/copilot/reference/copilot-billing... ) seem like a huge leap, though. From 1x to 6x for new-ish GPT and Sonnet models. 27x for Opus... Seems like folks would be better off with OpenRouter instead.
FYI, these are the multipliers for annual plan. I would hazard a guess most people are not on an annual plan
GitHub Copilot is moving to usage-based billing
361–370 of 583 posts
Re: GitHub Copilot is moving to usage-based billing
#362Earlier quoted context omitted.
Why the multipliers then at all?
The multipliers are there only for current annual plan customers. After 2026 its all tokens.
Re: GitHub Copilot is moving to usage-based billing
#363Earlier quoted context omitted.
Sounds like you're a candidate for a local model. It's kinda nice not caring what the token count means except as to compaction.
Not paying per token? Not sending my code to someone else's servers for inference? That's the stuff of sweet dreams for a stingy, paranoid solopreneur like me. If I could run a local model comparable to even Sonnet 4.6 without shelling out $50K in hardware, I'd do it in a heartbeat. But all I have is a 32 GB of RAM and an old RTX 4080. Or am I not up to speed? Are there decent coding models that can run on dev laptop…
That, and they have tool use issues.... https://www.reddit.com/r/LocalLLM/comments/1smzw6s/qwen35_a3...
I would check out the model mentioned in that thread, GGUF unsloth/qwen3.5-35b-a3b on Q4_K_M
Re: GitHub Copilot is moving to usage-based billing
#364Everybody who says it's a 5-9-27x seems to not be aware of the obvious loophole. More like 50x increase. You were able to use over $500 worth of Opus on a $10/mo Github plan easily, no hacks. You could just prompt "plan this out for me, don't stop until fully planned, don't ask any questions", and you would get ~$5 worth of planning in one 3x request. At 100 requests/mo, each easily reaching $5, that's easy $500 wort…
Re: GitHub Copilot is moving to usage-based billing
#365Earlier quoted context omitted.
I do. "Commoditize your complement". Want to sell lots of silicon? Give away good local models to run on that silicon. Even if SOTA models in the cloud are a few percentage points better, most work can be routed to local models most of the time. That leaves the cloud providers fighting over the most computationally intensive tasks. In the long term, I think models are going to be local-first. (Unless providers can fi…
> In the long term, I think models are going to be local-first. Why? There's an inherent efficiency advantage to scale, while the only real advantage for local models (privacy/secrecy) hasn't proven convincing for broader IT either.
Maybe in a world where these AI companies behaved with some semblance of ethics and user-friendliness they would be on even ground, but for anyone paying attention local models are obviously the future.
Re: GitHub Copilot is moving to usage-based billing
#366Earlier quoted context omitted.
It has been years now of reading this same comment... Surely people can't keep typing it forever.
But the prices haven't been going up by multiples of 6 for the past few years. Things are actually changing now. I don't think it's over, but in the short term, it's going to be considerably more expensive.
That would be, even is, the smart thing to do.
Re: GitHub Copilot is moving to usage-based billing
#367Everybody who says it's a 5-9-27x seems to not be aware of the obvious loophole. More like 50x increase. You were able to use over $500 worth of Opus on a $10/mo Github plan easily, no hacks. You could just prompt "plan this out for me, don't stop until fully planned, don't ask any questions", and you would get ~$5 worth of planning in one 3x request. At 100 requests/mo, each easily reaching $5, that's easy $500 wort…
That was not my experience. When I tried to use Opus for longer tasks with Copilot, it would fill up the context completely and then crash without any output, while still consuming premium requests. (At least from September 2025 to January this year. Haven't tried after that.)
Re: GitHub Copilot is moving to usage-based billing
#368Re: GitHub Copilot is moving to usage-based billing
#369The era of subsidised inference is truly ending. The new model multipliers ( https://docs.github.com/en/copilot/reference/copilot-billing... ) seem like a huge leap, though. From 1x to 6x for new-ish GPT and Sonnet models. 27x for Opus... Seems like folks would be better off with OpenRouter instead.
Re: GitHub Copilot is moving to usage-based billing
#370Something is hilariously off here: Why should I pay $10 and be forced to use it by the end of the month, while I can pay $10 and have it last as long as I want? Their "API pricing" is exactly the same as that of providers: https://docs.github.com/en/copilot/reference/copilot-billing...
for my experience currently, I greatly prefer the VSCode Copilot extension experience over the Claude Extension I think VSCode only supports copilot for "autocomplete" too on top of that, you need GitHub Copilot for the PR reviewer functionality in GitHub
I do like the integrations with the IDE however, they are convenient for rapidly reviewing changes. I just need their terminals to actually work!