docs/tutorials/images.md: azure dalle setup

This commit is contained in:
Hummer12007 2024-07-13 00:01:51 +03:00 committed by GitHub
parent ebe6ce3be7
commit 33006f698f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,6 +80,10 @@ Open WebUI also supports image generation through the **OpenAI DALL·E APIs**. T
- **DALL·E 2**: Supports `256x256`, `512x512`, or `1024x1024` images.
- **DALL·E 3**: Supports `1024x1024`, `1792x1024`, or `1024x1792` images.
### Azure OpenAI
Using Azure OpenAI Dall-E directly is unsupported, but you can [set up a LiteLLM proxy](https://litellm.vercel.app/docs/image_generation) which is compatible with the `Open AI (Dall-E)` Image Generation Engine. LiteLLM also supports proxying VertexAI image generation.
## Using Image Generation
![Image Generation Tutorial](/img/tutorial_image_generation.png)