mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #11749] feat: api key usage monitoring #16343
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marcelMaier on GitHub (Mar 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11749
Check Existing Issues
Problem Description
I use Openweb UI not only as a frontend but also to expose my language model resources using API keys. The current problem is that I don't have an overview of which API keys are being used and how much.
Desired Solution you'd like
The desired solution would be some monitoring area where I could see how many requests were made / tokens where generated using the API key in a certain period of time.
Maybe it would also be cool to have some kind of global API Keys instead of the ones which are bound to user accounts.
Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (Mar 17, 2025):
Duplicate