A simple web-based tool for analyzing Anthropic Claude API usage costs from CSV export files.
- Drag and drop or select CSV files containing Claude API usage data
- Analyze costs by date, showing aggregated usage statistics
- Filter results by model version, API key, and workspace
- Customize pricing for different Claude models (Haiku, Sonnet, Opus)
- Support for input tokens, output tokens, and cache tokens
- Responsive design that works on both desktop and mobile devices
- Open the
index.htmlfile in your web browser - Drag and drop your Claude API usage CSV file onto the page, or click to select a file
- View your usage data aggregated by date
- Use the filters to narrow down results by model, API key, or workspace
- Adjust pricing if needed using the pricing form at the bottom
The tool expects a CSV file with headers including:
usage_date_utcmodel_versionapi_keyworkspaceusage_input_tokens_no_cacheusage_input_tokens_cache_writeusage_input_tokens_cache_readusage_output_tokens
All processing happens locally in your browser. No data is sent to any server.