llm_dashboard
Launch a local dashboard to monitor LLM routing statistics, cost trends, and model distribution. Track routing decisions and performance metrics with 30-second auto-refresh via SQLite integration.
Instructions
Open the LLM Router web dashboard in the background.
Starts a local HTTP server at localhost:<port> showing routing stats,
cost trends, model distribution, and recent decisions. Refreshes every 30s.
The dashboard reads from the same SQLite DB the router writes — no extra
configuration needed.
Args:
port: TCP port for the dashboard server (default 7337).
Returns:
URL and instructions for opening the dashboard.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |