mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-07 09:19:06 -05:00
[GH-ISSUE #17167] feat: Support Multiple API Keys per Connection #72796
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 @farisemraan on GitHub (Sep 3, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17167
Check Existing Issues
Problem Description
I would like to request a feature that allows support for multiple API keys within the same connection.
Use Case:
Currently, a single API key is tied to a connection, which can become restrictive in scenarios such as:
Proposed Feature:
Benefits:
Example Scenario:
I connect to Groq with several API keys. User A uses their own key, User B shares the team’s key, and the system can automatically switch keys if a quota limit is reached.
Desired Solution you'd like
Something very similar has been done here:
https://github.com/open-webui/open-webui/pull/14046
Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (Sep 3, 2025):
You should use Functions for this.