Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI API Cost Calculator

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.

Use Locally

Open index.html in a browser.

Funnel Fit

Use this tool before moving a prototype into production:

  1. Estimate monthly request volume.
  2. Estimate average input and output tokens.
  3. Compare public price profiles.
  4. Run a real first call in an example repository.
  5. Check usage in your provider dashboard.

Public Safety

  • 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.

License

MIT

Releases

Packages

Contributors

Languages