LLM Cost Tracker 0.2.0: Now with Built-in Dashboard
I’ve just released v0.2.0 of llm_cost_tracker. The main update is the new built-in UI dashboard, which allows you to visualize your LLM spending and token usage directly in your Rails app.
What’s new:
-
Web Dashboard: Monitor costs at a glance without manual SQL queries.
-
Easy Setup: Just mount the engine in your
routes.rb. -
Reliable Tracking: Support for OpenAI, Anthropic, and Gemini.
If you are using LLMs in your Rails projects and want to keep your budget under control, check it out.
Links:
-
GitHub: sergey-homenko/llm_cost_tracker
-
Release details: v0.2.0
Post a comment