Estimate how every request hits your budget before it lands in production.
TokenTally is a Next.js app that centralizes pricing knowledge for today’s leading AI providers. It combines per-model calculators, live comparison tables, and visual benchmarks so teams can predict spend, plan deployments, and share numbers with stakeholders in seconds.
config/pricing.ts
surfaces all models with search, provider/category filters, and last-updated metadata (PRICING_LAST_UPDATED
). Teams can export full datasets from the header or inspect every entry in /models
.components/pricing-charts.tsx
) make it easy to compare providers side by side and justify model swaps with data.Cmd+K
) accelerates navigation, while responsive layouts, dark mode, and animated cards keep the UI polished on any device./feedback
) and Sonner toasts encourage users to report outdated rates so pricing stays accurate.git clone https://github.com/gfargo/token-tally.git
cd token-tally
npm install
npm run dev
# open http://localhost:3000
TokenTally keeps AI experiments grounded in real numbers—spin it up when you’re ready to forecast the next launch.