Static demo · no real logs · safe to share
LLM Meter demo
Lightweight usage analytics, cost visibility, and abuse signals for OpenAI-compatible API gateways. This page is built from deterministic synthetic logs so you can inspect the product without exposing production traffic.
$ python3 -m llm_meter demo --output-dir demo-assets
LLM Meter demo generated
log: demo-assets/demo-gateway.jsonl
db: demo-assets/demo.db
html: demo-assets/demo-report.html
bundle: demo-assets/demo-report.zip
Observe
Traffic + errors
Request volume, 2xx/4xx/5xx mix, top IPs, paths, hosts, auth prefixes, and hourly trend.
Control spend
Tokens + cost
Roll up prompt, completion, and total tokens with estimated USD cost by model.
Respond
Signals + bundles
Export HTML, Markdown, JSON, and manifest files for incident notes or support handoff.
Demo artifacts
Fixture
demo-gateway.jsonl
Deterministic synthetic gateway logs for tests, screenshots, and local evaluation.
Machine-readable output
Need to inspect the raw report? Open report.json or read the demo walkthrough.