From 7e5569fa5e2705e739ba0a8c3938d99894f77fe9 Mon Sep 17 00:00:00 2001 From: Hummer12007 Date: Sat, 13 Jul 2024 00:01:51 +0300 Subject: [PATCH 1/2] docs/tutorials/images.md: azure dalle setup --- docs/tutorial/images.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/tutorial/images.md b/docs/tutorial/images.md index 60bbc1d..81228d6 100644 --- a/docs/tutorial/images.md +++ b/docs/tutorial/images.md @@ -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) From a773c5294adfff71aac135b8739f9bf6d99fc84e Mon Sep 17 00:00:00 2001 From: Hummer12007 Date: Sat, 13 Jul 2024 00:16:06 +0300 Subject: [PATCH 2/2] drop vertexai mention --- docs/tutorial/images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/images.md b/docs/tutorial/images.md index 81228d6..f0a3af8 100644 --- a/docs/tutorial/images.md +++ b/docs/tutorial/images.md @@ -82,7 +82,7 @@ Open WebUI also supports image generation through the **OpenAI DALL·E APIs**. T ### 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 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. ## Using Image Generation