After manually building spreadsheets for each client, I decided to build BotBudget - a free calculator that models these costs across hundreds of LLM models and AI services.
Key features:
- Multi-service workflows (LLM + STT/TTS + RAG + guardrails)
- Recent pricing data for major providers
- Built-in tokenizer for prompt estimation
- Cost projections with growth scenarios
- Shareable team links
It's been helpful for my consulting work, and I'm hoping others building AI products might find it useful too.Try it at botbudget.com - would love feedback on what's missing or could be improved.
Simple stack btw: It’s built with Next.js, hosted on Cloudflare Workers using @opennextjs/cloudflare, and flat JSON pricing data updated daily with GitHub Workflows from self and community maintained sources.