From d2a48a533a6fae752addc515bcf0e337eba6c6f8 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Mon, 5 Jan 2026 16:29:58 +0530 Subject: [PATCH] add /cost/estimate to spend tracking routes --- litellm/proxy/_types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/proxy/_types.py b/litellm/proxy/_types.py index 0223f4ce4db..1afc90f795c 100644 --- a/litellm/proxy/_types.py +++ b/litellm/proxy/_types.py @@ -522,6 +522,7 @@ class LiteLLMRoutes(enum.Enum): "/spend/tags", "/spend/calculate", "/spend/logs", + "/cost/estimate", ] global_spend_tracking_routes = [