mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
add usage endpoints for internal user
This commit is contained in:
parent
6ab47703b8
commit
14ba077bf9
1 changed files with 6 additions and 0 deletions
|
@ -345,6 +345,12 @@ class LiteLLMRoutes(enum.Enum):
|
|||
"/key/delete",
|
||||
"/key/info",
|
||||
"/global/spend/tags",
|
||||
"/global/spend/keys",
|
||||
"/global/spend/models",
|
||||
"global/spend/provider",
|
||||
"/global/spend/end_users",
|
||||
"/global/activity",
|
||||
"/global/activity/model",
|
||||
]
|
||||
+ spend_tracking_routes
|
||||
+ sso_only_routes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue