Original PR: https://github.com/open-webui/open-webui/pull/22067 Author: @adhikjoshi Created: 3/1/2026 Status: ❌ Closed
Base: main ← Head: feat/modelslab-image-engine
main
feat/modelslab-image-engine
a41aa73
3 files changed (+118 additions, -0 deletions)
📝 backend/open_webui/config.py (+6 -0) 📝 backend/open_webui/routers/images.py (+90 -0) 📝 src/lib/components/admin/Settings/Images.svelte (+22 -0)
backend/open_webui/config.py
backend/open_webui/routers/images.py
src/lib/components/admin/Settings/Images.svelte
contributor license agreement
Adds ModelsLab (https://modelslab.com) as a new image generation engine in Open WebUI, following the existing Gemini engine pattern.
ModelsLab is an AI generation API providing access to Flux, SDXL, Stable Diffusion 3.5, and 100+ community models.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/22067
Author: @adhikjoshi
Created: 3/1/2026
Status: ❌ Closed
Base:
main← Head:feat/modelslab-image-engine📝 Commits (1)
a41aa73feat: Add ModelsLab as image generation engine📊 Changes
3 files changed (+118 additions, -0 deletions)
View changed files
📝
backend/open_webui/config.py(+6 -0)📝
backend/open_webui/routers/images.py(+90 -0)📝
src/lib/components/admin/Settings/Images.svelte(+22 -0)📄 Description
contributor license agreement
Summary
Adds ModelsLab (https://modelslab.com) as a new image generation engine in Open WebUI, following the existing Gemini engine pattern.
ModelsLab is an AI generation API providing access to Flux, SDXL, Stable Diffusion 3.5, and 100+ community models.
Changes
API details
Setup
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.