Content filtering is stopping requests because they have an image of a map
Content filtering is stopping legitimate requests, because of map images like this: All my prompts are generated on the backend, there's no way I could be sending anything inappropriate. I tested the most recent failed prompt and it was this image that…
Azure OpenAI Service
client.chat.completions.create with azure openai is taking very long(more than 8 seconds) for response
I am using azure openai and client.chat.completions.create to get responses.It is connected to Azurecognitivesearch datasource index . When we call it,it takes more than 8 seconds to execute.However subsequent calls within short span takes only 2-3…
Azure OpenAI Service

How to opt-in for zero data retention with Azure OpenAI service?
Hello everyone, We are evaluating Azure OpenAI models (inference only) to power a new AI feature for our clients. We need to understand how the prompts we send to Azure OpenAI model Completion API would get stored somewhere in Azure, or third parties,…
Azure OpenAI Service
Access to GPT-Image-1
Hi there, We've been accepted onto the Azure Sponsorship programme for quite some time now and we are building our software. A large part of our functionality uses GPT-Image-1, and so we applied for access around 20 days ago, no reply, and i still…
Azure OpenAI Service
We are building an AI Powered-Anaylitical Solution - Feedback Needed
We are building an end-to-end AI Analytical Solution that handles the full query lifecycle, including: Intent Generation , Business Logic , Metric Mapping , T-SQL generation and Response generation . Currently we are using :- GPT o4-mini model for…
Azure OpenAI Service

How to edit image using "gpt-image-1" model and openai python package.
Hello everyone, I am trying to edit an existing image using "gpt-image-1" model. Based on the documentation it seems that "gpt-image-1" supports image editing but "DALL-E 3" does not. I can generate images using…
Azure OpenAI Service
Got Error in chat completion API: At most 1 image(s) may be provided in one request
Description: Got Error when send two images to LLM Llama-4-Maverick-17B-128E-Instruct-FP8, is it because this model's API does not support multiple images in a single request? it's working fine if only one image. Error: raise…
Azure OpenAI Service
How to turn off ChatGPTo3 monitoring
Even though the subscription ID is set to off monitoring, when I checked the settings for the subordinate resource ChatGPTo3,monitoring was not turned off. Please tell me how to turn off monitoring.
Azure OpenAI Service

OpenAI gpt-4o-realtime speed parameter for controlling voice
Hi Team, OpenAI has recently introduced "speed" parameter for controlling voice speaking rate and is available from versions - **gpt-4o-audio-preview-2025-06-03 onwards. ** But this version is currently not available in Azure AI Foundry…
Azure OpenAI Service
GPT-Image-1 model on Azure access has been approved, but no more update
For GPT-Image-1 model on Azure, I applied two months ago, and received this email. After I replied all necessary information to them, no longer hear from them. I have Azure credits as partnership and I really need GPT-Image-1 model, so disappointed what…
Azure OpenAI Service
Is Tool Calling Now Supported in Fine-Tuning with GPT-4.1 on Azure AI Foundry?
I’m currently fine-tuning the GPT-4.1 model on Azure AI Foundry | Azure OpenAIAccording to older documentation and responses from 2023–2024, function/tool calling was not supported in fine-tuning. If yes, what is the expected training schema? Can we…
Azure OpenAI Service

Does GPT-4o on Azure OpenAI support JSON mode and function calling with image inputs?
Hi team, I would like to clarify the feature support of GPT-4o on Azure OpenAI. From the current documentation and past updates, I know that for turbo-2024-04-09, JSON mode and function calling work well for text-only inference requests, but they are not…
Azure OpenAI Service
I am reaching out regarding the issue we raised: we are unable to download any files generated by Azure OpenAI Assistant in our enterprise application built using Azure OpenAI Assistants and a .NET MVC backend.
I am reaching out regarding the issue I am facing: I am unable to download any files generated by Azure OpenAI Assistant in our enterprise application built using Azure OpenAI Assistants and a .NET MVC backend. We are integrating Azure OpenAI's Assistant…
Azure OpenAI Service
Does Global Standard deployment type model violate GDPR?
I have a Azure Open AI resource created in UK south region. I am trying to deploy o4-mini model. In the deployment process in Azure AI foundry, its asking deployment type which is "Global standard". Even though it says the data will be stored…
Azure OpenAI Service
HTTP/1.1 500 Internal Server Error on Azure OpenAI GPT 3.5-turbo
We're intermittently encountering HTTP 500 errors when connecting to the Azure OpenAI endpoint. These errors appear to be transient and resemble behavior reported in this Microsoft Q&A post from 2 years ago. Log Sample: 2025-07-01 23:38:50,342:INFO -…
Azure OpenAI Service
500 Internal Server Error with o3‑mini + file_search on EastUS2 region (Assistants API)
Our application has been successfully creating Azure OpenAI assistants with o3-mini (2025‑01‑31 build), attaching a vector store, enabling file_search, and calling /runs on the Assistants API. As of today, these calls now return a 500 Internal Server…
Azure OpenAI Service
How to switch to Azure enterprise
I need help setting up an enterprise agreement which is an complaince requirement, can someone please advise me how to make contact with an Azure Representative
Azure OpenAI Service

Can the o4-mini model (global-standard) be used in Azure OpenAI (Region: Japan East)?
Regarding Azure OpenAI (Japan East region): Can the o4-mini model (global-standard) be used? The documentation seems to indicate it's not available, but Azure AI Foundry shows it as usable, and I've confirmed that requests go through. I'm having trouble…
Azure OpenAI Service

How to best structure skillsets and indexing flow for chunking, embedding, and querying uploaded files via Azure AI Search and OpenAI?
I'm building a pipeline to upload academic files (e.g., PDFs), split and embed them using skillsets, and then query them via Azure AI Search + OpenAI. My goal is to generate academic questions using document content only. Current Flow Upload a file to…
Azure OpenAI Service

Can I Fine-Tune Azure OpenAI with Heavily Masked Face Images?
Hi Azure OpenAI team, I understand from the policy and documentation that fine-tuning with facial images or any biometric data is currently not permitted. For my use case, however, I only need the model to recognize general human-related features in…