Earlier quoted context omitted.
Yeah, totally. The recent pricing changes have just made my Copilot subscription go from great deal to awful value over night. I've been wanting to get off MS more generally and this is good motivation. Will be playing round with OR this week.
Just be aware OpenRouter charges a 5.5% fee, I didn’t know until recently. I like the product, and I think the fee is fair, but if you want the absolute best pricing then go direct.
GitHub Copilot is moving to usage-based billing
431–440 of 583 posts
Re: GitHub Copilot is moving to usage-based billing
#432Re: GitHub Copilot is moving to usage-based billing
#433Re: GitHub Copilot is moving to usage-based billing
#434I was curious why a company would still use the VS Code + Copilot sidebar method for coding, rather than something like Claude Code. Turns out there’s a GitHub Copilot CLI! I thought I was pretty familiar with available options, but no one in my circles ever mentions this product. It doesn’t seem to have much mindshare. Has anyone used it? What’s your experience? https://github.com/features/copilot/cli
> I was curious why a company would still use the VS Code + Copilot sidebar method for coding, rather than something like Claude Code. I use Claude Code, but I kept my Copilot subscription around mostly for really cheap usage of other models when I need to try a different one (which appears to be ending, in a sense) and also the autocomplete in Visual Studio Code which was really great across a bunch of files, I coul…
Re: GitHub Copilot is moving to usage-based billing
#435so what's everybody using to get autocompletions in vscode? i've been using copilot just because $10 is cheap, but i use opencode for everything other than completions. i tried the continue vscode extension, and it seemed kind of janky. are there better options?
Windsurf has free tab complete and has been good for me. Antigravity has free tab complete as well but no idea if its any good
Re: GitHub Copilot is moving to usage-based billing
#436Earlier quoted context omitted.
I'm thinking the same. Downgrade to Pro and use OpenRouter (same price) for overage. Seems a massive loss for Microsoft. Presumably there's a further rugpull to come.
I'm already on Pro. Why should I keep it?
The deal is really pretty much garbage now and I believe that is the intent.
Re: GitHub Copilot is moving to usage-based billing
#437Earlier quoted context omitted.
> The hardware to run deepseek is still incredibly expensive. Deepseek API pricing is very low compared to Anthropic/OpenAI API pricing. For many, the 300% difference in pricing may be difficult to justify, if the quality difference is very small. And there will be many tasks where the most expensive/the best model, is not needed. Currently many people end up using Opus 4.7/GPT 5.5 for many tasks without thinking abo…
Is deepseek still on subsidized pricing though.
Re: GitHub Copilot is moving to usage-based billing
#438I wonder if GitHub (Microsoft) is implicitly betting that enterprise demand is sticky enough to absorb these rates, especially given that Opus 4.6 “fast” was being listed at a 27x multiplier. Maybe they saw enough usage at that price point to conclude the demand is real. Or maybe the strategy is to keep the enterprise customers who can justify it while shedding heavier individual and power-user usage. The interesting…
As someone that is on the enterprise side in a non-tech F500 company, what I'm seeing is some FOMO and need to be part of the hype cycle. We're about to plonk a bunch of money on more Copilot licenses. Something got in the water where all the C-levels the past two months are pushing everyone to use AI but when they bring up examples of their uses its like "I use it to rewrite my emails" or prompt 'engineering' ideas…
Re: GitHub Copilot is moving to usage-based billing
#439Something 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...
Is there a way to use the autocomplete feature with an api?
Re: GitHub Copilot is moving to usage-based billing
#440I was curious why a company would still use the VS Code + Copilot sidebar method for coding, rather than something like Claude Code. Turns out there’s a GitHub Copilot CLI! I thought I was pretty familiar with available options, but no one in my circles ever mentions this product. It doesn’t seem to have much mindshare. Has anyone used it? What’s your experience? https://github.com/features/copilot/cli
I'm curious about the opposite: Why would anyone use the CLI when, at least with Copilot, the VSCode plugin is super tightly integrated with VSCode, meaning the agent can see everything I can see. There's no mismatch in linter calls where I can see a lint in the ide that the agent can't find for example. I've had this problem even using CC in their VSCode extension, so I can't imagine it's not an issue in the CLI as…
I prefer it because I can look at the code (although not as often anymore) and config (very often!) easily.
It also lets me jump to previous conversations easily.
There are a few cases where the CLI makes sense. One big one is if you are running multiple simultaneous sessions on a remote server using Tmux to have them preconfigured when you reconnect is nice.
Bun in general I don't see the benefit either.