A tiny static calculator for estimating monthly LLM API cost from token usage.
The first version is intentionally simple: open index.html, enter requests per month and average token counts, then compare two per-token price profiles.
Open index.html in a browser.
Use this tool before moving a prototype into production:
- Estimate monthly request volume.
- Estimate average input and output tokens.
- Compare public price profiles.
- Run a real first call in an example repository.
- Check usage in your provider dashboard.
- Prices are example values unless you replace them with public, approved numbers.
- Do not commit private provider rates or internal margin data.
- Do not include real API keys or provider credentials.
MIT