mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1557] built in LLM proxy ( example of LiteLLM) #3086
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#3086
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @mouradidrissi-personal on GitHub (Feb 11, 2026).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1557
Is your feature request related to a problem? Please describe.
I am using Nginx as a proxy for my LLM providers. There is LiteLLM proxy, that I run on same nginx server, having this in the UI would be fantastic.
Describe the solution you'd like
A menu on the left for LLM Proxy where I could select among the major LLM vendor and my nginx could support the OPENAI Api to route the traffic toward that particular vendor.
Describe alternatives you've considered
Manual and separate configuration for both nginx and LiteLLm on same VM.