Cost Tracking
Every operation (ingest, autowiki, sync, query) logs token usage and estimated cost to wiki/usage.log:
2026-04-11T07:23:19Z | ingest | my-notes.pdf | google/gemini-3-flash-preview | in=42318 out=1847 | $0.02312026-04-11T08:01:05Z | map | codebase-overview | google/gemini-3-flash-preview | in=8204 out=921 | $0.0046Cost is also shown inline after each operation in the terminal.
Viewing costs
Section titled “Viewing costs”grep "ingest" wiki/usage.log # cost breakdown per ingestgrep "map" wiki/usage.log # autowiki operation costsgrep "sync" wiki/usage.log # sync operation costsCost estimates
Section titled “Cost estimates”The autowiki and sync commands show estimated costs before execution, giving you a chance to cancel before any LLM calls are made.