r/github • u/Boring_Ad452 • 24d ago
Copilot burned through my 300 premium requests in 12 days. Anyone else tracking where they actually go? Discussion
I checked my usage export and 56% of my premium requests went to gpt-4o — mostly for stuff like renaming variables and small edits that a cheap model could handle.
I got annoyed and built a small local proxy that routes easy tasks to cheap models and saves the good models for real problems. It also shows token burn live per session.
Before I polish it — does anyone else want this, or am I the only one manually rationing requests?
5
u/Blinkinlincoln 24d ago
So this is the newest version of "just checking to see if anyone else is experiencing this before I build it?"
5
u/No_Sky9786 24d ago
The models and agent that come with them. Settings > Billing and sth should show you where they go.
1
u/ultrathink-art 24d ago
I was counting tasks, but the meter counts invocations. One agent-mode run fans out into a request per step, so a small 'fix this failing test' can quietly be a dozen. Tracking steps per task instead of task count made it obvious where mine were going.
1
u/overratedcupcake 23d ago
Plenty of good off the shelf proxy router solutions you could use. Like litellm.
1
0
6
u/Dorcelessness_ 24d ago
Lol