624
Local LLM observability. One command. No signup. No cloud.
Track costs, tokens, and latency for OpenAI, Anthropic, Gemini, Ollama, and more.
docker run -p 3000:3000 -p 8080:8080 helgesverre/llmflow
Then point your SDK at http://localhost:8080/v1 and open http://localhost:3000 to view traces.
| Port | Description |
|---|---|
| 3000 | Web dashboard & OTLP receiver |
| 8080 | LLM proxy server |
Mount a volume to persist your data:
docker run -p 3000:3000 -p 8080:8080 \
-v llmflow-data:/app/data \
helgesverre/llmflow
| Variable | Default | Description |
|---|---|---|
PORT | 3000 | Dashboard/OTLP port |
PROXY_PORT | 8080 | Proxy server port |
DATABASE_PATH | ./data/llmflow.db | SQLite database path |
Route your LLM requests through LLMFlow:
http://localhost:8080/v1http://localhost:8080/anthropic/v1http://localhost:8080/gemini/v1http://localhost:8080/ollama/v1http://localhost:8080/groq/v1http://localhost:8080/mistral/v1http://localhost:8080/azure/v1http://localhost:8080/together/v1http://localhost:8080/openrouter/v1LLMFlow accepts OTLP/HTTP traces, logs, and metrics:
http://localhost:3000/v1/traceshttp://localhost:3000/v1/logshttp://localhost:3000/v1/metricsMIT
Content type
Image
Digest
sha256:64749a55f…
Size
86.1 MB
Last updated
7 months ago
docker pull helgesverre/llmflow