Cost Estimates
Calculate per-request and batch costs from token counts.
Token pricing estimates for model runs
Estimate LLM API costs from input tokens, output tokens, request volume, and LiteLLM pricing data.
LiteLLM pricing workbench
Pricing source: LiteLLM fallback
1,000 requests
gpt-4o-mini
Prices are read from LiteLLM token-level fields and can change upstream.
( input_tokens × input_cost_per_token + output_tokens × output_cost_per_token ) × requests
Capabilities
Use LLM Cost Calculator to check the input, tune the settings, and copy a clean output.
Calculate per-request and batch costs from token counts.
Loads model prices from LiteLLM pricing JSON.
Count a sample prompt and sync it into the estimate.
Workflow
Estimate model spend from LiteLLM pricing and token counts.
Select a model loaded from LiteLLM pricing data.
Set input tokens, output tokens, and request volume.
Copy the per-request and batch cost estimate.
Good for
FAQ
Practical notes about output, privacy, and common settings.
Use next