From a4dcff2ae0300d5aef0388147dd8bb5a038e6f22 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Thu, 11 Sep 2025 11:46:45 +0200 Subject: [PATCH] Update images.md --- docs/tutorials/images.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/images.md b/docs/tutorials/images.md index 419c07ef..f03253f5 100644 --- a/docs/tutorials/images.md +++ b/docs/tutorials/images.md @@ -165,8 +165,11 @@ Image generation with a Azure OpenAI Dall-E or GPT-Image is supported with OpenW 4. Configure the API version to the value you find in the settings of the Azure AI Fountry. 5. Enter your Azure OpenAI API key. -:::tip Another API endpoint URL tutorial: `https://.openai.azure.com/openai/deployments//` , you can find your endpoint name in https://ai.azure.com/resource/overview, and model name in https://ai.azure.com/resource/deployments . You can also copy Target URI from your deployment detailed page, but remember to delete strings after model name. For example, if your Target URI is `https://test.openai.azure.com/openai/deployments/gpt-image-1/images/generations?api-version=2025-04-01-preview`, the API endpoint URL in OpenWebUI should be `https://test.openai.azure.com/openai/deployments/gpt-image-1/`. - +:::tip +Alternative API endpoint URL tutorial: `https://.openai.azure.com/openai/deployments//` - you can find your endpoint name on https://ai.azure.com/resource/overview, and model name on https://ai.azure.com/resource/deployments. +You can also copy Target URI from your deployment detailed page, but remember to delete strings after model name. +For example, if your Target URI is `https://test.openai.azure.com/openai/deployments/gpt-image-1/images/generations?api-version=2025-04-01-preview`, the API endpoint URL in Open WebUI should be `https://test.openai.azure.com/openai/deployments/gpt-image-1/`. +::: ## Image Router