mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
add usage endpoints for internal user
This commit is contained in:
parent
09894204a5
commit
034de5b3cc
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
Reference in a new issue