mirror of
https://github.com/open-webui/docs.git
synced 2025-12-12 07:29:49 +07:00
1.3 KiB
1.3 KiB
sidebar_position, title
| sidebar_position | title |
|---|---|
| 4 | Image Router |
:::warning This tutorial is a community contribution and is not supported by the Open WebUI team. It serves only as a demonstration on how to customize Open WebUI for your specific use case. Want to contribute? Check out the contributing tutorial. :::
Open WebUI also supports image generation through the Image Router APIs. Image Router is an open source image generation proxy that unifies most popular models into a single API.
Initial Setup
- Obtain an API key from Image Router.
Configuring Open WebUI
- In Open WebUI, navigate to the Admin Panel > Settings > Images menu.
- Set the
Image Generation Enginefield toOpen AI(Image Router uses the same syntax as OpenAI). - Change the API endpoint URL to
https://api.imagerouter.io/v1/openai - Enter your Image Router API key.
- Enter the model you wish to use. Do not use the dropdown to select models, enter the model name instead. For more information, see all models.
