LLM Cost Optimizer

Quick start

Install, activate license, and make your first optimize/anonymize calls.

1) Download & Install

Download the package from your purchase email and run the installer:

# Windows: Double-click install.bat # Mac/Linux: ./install.sh # PowerShell: .\install.ps1

2) Activate license

llm-cost-opt activate LLMCO-XXXX-XXXX-XXXX

3) First optimize

llm-cost-opt optimize --input-tokens 1500 --output-tokens 300 --quality medium --max-cost 0.50

4) Anonymize a file

llm-cost-opt anonymize ./docs/meeting-notes.txt --out ./docs/meeting-notes.redacted.txt

5) Run the API server

uvicorn llm_cost_optimizer.api:app --reload

Tip: Set a custom model price table with --models ./models.yaml.