mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-11 06:17:06 -05:00
[PR #3033] [CLOSED] Add llm-cost-profiler under Agent Skills #20724
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/3033
Author: @BuildWithAbid
Created: 4/7/2026
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
856039aAdd llm-cost-profiler to README📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
llm-cost-profiler — Track, visualize, and optimize LLM API spending
GitHub: https://github.com/BuildWithAbid/llm-cost-profiler
Install: pip install llm-spend-profiler
License: MIT
Python 3.9+, zero dependencies
Wraps OpenAI and Anthropic clients transparently to log every API call to local SQLite. Provides CLI commands to break down spend by feature, detect retry waste, context bloat, duplicate calls, and model downgrade opportunities. All data stays local.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.