LiteLLM made us accidentally make our product free for a week
In LiteLLM v1.83.10, the allow_client_tags security feature started silently stripping caller-supplied request_tags unless an admin opts the key or team in. The request still returns 200, with no error and no caller-side signal, so the tags our billing pipeline depends on vanished from LiteLLM_SpendLogs. For six and a half days every paid task and conversation deducted $0. Here is how the tag stripping happened, why our spend alerts missed it, and what we changed.