[GH-ISSUE #8395] API to automate new connection addition along with models to open-webui #53775

Closed
opened 2026-05-05 15:18:30 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @Subhankar-Adak on GitHub (Jan 8, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8395

Bug Report

Installation Method

I have installed open-webui using helm and open-webui service is running fine. I can access UI and manually I can create admin user and sync new connections and models and i can chat also with my local models that i have deployed as a service on the Kubernetes
environment.

Local LLM model details:
default tgi-service-2 LoadBalancer 10.233.24.131 100.96.50.50 80:31378/TCP

My requirement is :

  • I want to automate the entire process of deployment
  • Automate admin user creation using rest API
  • Automate user creation using rest API
  • Automate new connection addition and model sync suing some rest api call.
  • Basically, whenever new LLM model will be deployed on the kubernetes, i want to add that to opwn-webui model list dynamically without admin user's manual intervention. Need some rest API support to do the same.

Issue:

I don't see any option or rest call available to automate the above tasks.
Is it not possible with open-webui currently? Is manual intervention for configuring web-webui is mandate?

Environment

  • **Open WebUI Version: latest
  • Operating System: [Ubuntu 22.04]
Originally created by @Subhankar-Adak on GitHub (Jan 8, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/8395 # Bug Report ## Installation Method I have installed open-webui using helm and open-webui service is running fine. I can access UI and manually I can create admin user and sync new connections and models and i can chat also with my local models that i have deployed as a service on the Kubernetes environment. **Local LLM model details:** default tgi-service-2 LoadBalancer 10.233.24.131 100.96.50.50 80:31378/TCP **My requirement is :** - I want to automate the entire process of deployment - Automate admin user creation using rest API - Automate user creation using rest API - Automate new connection addition and model sync suing some rest api call. - Basically, whenever new LLM model will be deployed on the kubernetes, i want to add that to opwn-webui model list dynamically without admin user's manual intervention. Need some rest API support to do the same. **Issue:** I don't see any option or rest call available to automate the above tasks. Is it not possible with open-webui currently? Is manual intervention for configuring web-webui is mandate? ## Environment - **Open WebUI Version: latest - **Operating System:** [Ubuntu 22.04]
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#53775