🦀 ClawHub
Model Cost Advisor
by @minirr890112-byte
Analyze any task and recommend the most cost-effective LLM — with live pricing data from 30+ models, tier analysis, token estimation, and projected cost. Per...
💡 Examples
# 1. Fetch live pricing (one-time, auto-cached for 48h)
python scripts/fetch_pricing.py2. Get a recommendation
echo "Write a REST API with FastAPI, handle auth and rate limiting" | python scripts/advise.py3. Or pass task directly
python scripts/advise.py --task "Refactor a 2000-line Python class into smaller modules"4. Compare all models side-by-side
python scripts/advise.py --compare5. JSON output for scripting
python scripts/advise.py --task "Debug a race condition" --json
TERMINAL
clawhub install model-cost-advisor