Real-time cost observability for every model, every team, every request — in one dashboard. No SDK to install. One POST call.
curl -X POST https://ep.slashllm.com/api/v1/ingest \
-H "Authorization: Bearer sb_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-4o","prompt_tokens":5
"completion_tokens":150}'
→ 202 Accepted · ingested in 38ms
Spend · Today
$4,211
↑ +12.4% vs yesterday
Works with your stack
Pick whichever path fits your stack. They all hit the same versioned ingest contract.
# Two env vars. No file to download. No pip install.
export GENERIC_LOGGER_ENDPOINT=https://ep.slashllm.com/api/v1/ingest/litellm
export GENERIC_LOGGER_HEADERS="Authorization=Bearer sb_live_YOUR_KEY"
# Then in Python — LiteLLM's built-in generic_api does the rest:
import litellm
litellm.success_callback = ["generic_api"]
litellm.failure_callback = ["generic_api"]
litellm.completion(
model="gpt-4o",
messages=[{"role": "user", "content": "Hello"}],
metadata={"requester_metadata": {"team": "eng", "feature": "chat"}},
)Built for engineers who ship with AI — and the people who pay the bill.
Every LLM call lands on your dashboard within seconds — no batch delay, no waiting.
One callback file, one env var. Drop it next to your LiteLLM config and every call is logged.
Break spend down by team, model, feature, and user — no extra instrumentation.
Only metadata and cost are stored. Prompt and response bodies are strictly opt-in.
Set spend limits per team or model. Get Slack or email alerts before you blow past them.
Hosted SaaS — no infrastructure to run. Sign up, get a key, and start sending data in minutes.
Tag every request with a team, feature, user, or environment and Slashboard rolls it up automatically. Find the feature quietly burning your budget — before the invoice does.
Prompt and response bodies are never stored unless you explicitly opt in. Metadata and cost only.
Slashboard runs as hosted SaaS at cost.slashllm.com. Your telemetry goes to ep.slashllm.com — nothing to deploy on your side.
Keys resolve to your org server-side. No cross-tenant reads — enforced and tested.
Free during beta. No credit card required. Your first chart in under five minutes.
Create free account