All Tools

Frugon – Find which LLM calls a cheaper model could handle (local, MIT)

Free Coding

I started leaning in on AI heavily this year, as I wanted to get more done autonomously, but then my token usage climbed dramatically to the point where my weekly quota would run out before the end of the week, sometimes a couple of days into the week.

I realised I had to do something about it else I'd have to double my spend. So I decided to start tracking my cost per task type. This revealed that a lot of my spend went to searches/scans or simple things like scouting tasks.

I then decided to turn this into a simple CLI tool that can be used to read your OpenAI-style logs locally, and analyze the cost and compare this spend to other models, then show you how much you could potentially save by switching those calls to a cheaper model.

When you run analyze you get an offline estimate priced against LiteLLM and gated by LMArena tiers. The general savings bands come from the research published by RouteLLM; but you can confirm this yourself using 2 commands --measure (shows the prompt-response output side by side) and --judge (a model chosen to do the comparisons). These send a sample of the prompts from the logs to the candidate models - either the default choice or set by you. This call goes directly to the model provider (never through me) as any normal LLM call would, and the response is shown and judged to either be better or worse or a tie.

It's deliberately small, because I tend to over complicate/think things sometimes: analyze + capture + a few commands, doing three jobs. Cost, quality visibility, routing recommendation.

Nothing is hosted. capture is an optional local proxy on your own machine, and there's no endpoint in the path of your data. You can confirm this by checking the source.

I included a demo so you can check out the output. It has a synthetic 56k call log (a month's worth) showing how costs can drop from $549.46 to $343.91 a month. A 37.4% saving.

Try it:

  uvx frugon analyze --demo
or

  uv tool install frugon
Then point it at your own logs.

All feedback is welcome, especially any on the routing/quality logic, or anything else, good or bad.

Category
Pricing
Free
Type
AI Tool
Official
Best for: streamlining coding workflows. Compare the top coding alternatives listed below to find the right fit.

Pricing

Starting From
Free (Open Source)
Visit Website
Affiliate link — we may earn a commission

Related Deals

AppSumo — Lifetime AI Deals
Save on AI tools with one-time purchase. No subscriptions.
Browse Deals →

Compare Frugon – Find which LLM calls a cheaper model could handle (local, MIT) with top alternatives

See how Frugon – Find which LLM calls a cheaper model could handle (local, MIT) stacks up against other Coding tools.

View Top Alternatives →

Frequently Asked Questions

What is Frugon – Find which LLM calls a cheaper model could handle (local, MIT)?
I started leaning in on AI heavily this year, as I wanted to get more done autonomously, but then my token usage climbed dramatically to the point where my …
Is Frugon – Find which LLM calls a cheaper model could handle (local, MIT) free?
Yes, Frugon – Find which LLM calls a cheaper model could handle (local, MIT) offers a free plan.
What category does Frugon – Find which LLM calls a cheaper model could handle (local, MIT) belong to?
Frugon – Find which LLM calls a cheaper model could handle (local, MIT) is an AI tool in the Coding category.