Track your LiteLLM proxy usage without leaving Raycast.
$ spent today, with a per-model
breakdown and quick links. Refreshes every 15 minutes.All figures are scoped to the virtual key you authenticate with — you only see your own usage.
The extension talks to your LiteLLM proxy using two things you enter in the command preferences the first time you run a command:
The URL of your LiteLLM proxy, e.g. https://llm.example.com (no trailing /). This is the
same host you point the OpenAI SDK at. Ask your LiteLLM admin if you're unsure.
A LiteLLM virtual key (starts with sk-). Get one by either:
<Base URL>/ui) → Virtual Keys → Create New Key, orPOST /key/generate).A regular, non-admin virtual key is enough — the extension only reads your own usage via the
/user/daily/activity route.
Your key is stored securely in Raycast preferences (as a password field) and is only sent to the Base URL you configure.
Set Monthly Budget (USD) to see how much of your budget you've used this month. This is a
value you enter yourself in preferences — the extension does not read any budget from your key.
The menu bar title then shows today's spend plus the month-to-date percentage (e.g.
🚅 $2.10 · 45%), and both the menu bar dropdown and the Usage command show spent / budget · %.
Leave it empty to hide the percentage — no budget is set by default.
You can change these later via Configure Extension (⌘ , on any command) or the extension's
preferences in Raycast.