When can we expect the o3-deep-research model in Azure OpenAI?
OpenAI recently launched DeepResearch as part of the o3 API - o3-deep-research is the model name for the same. Also there is o4-mini-deep-research as well. Ref: https://cookbook.openai.com/examples/deep_research_api/introduction_to_deep_research_api When…
Azure OpenAI Service

Is Azure OpenAI HIPAA-compliant, and how do I ensure my deployment meets HIPAA requirements?
Hi, I plan to use Azure OpenAI to process user-submitted text that may include protected health information (PHI). I want to ensure the service can be configured to meet HIPAA requirements. Is Azure OpenAI covered under the Microsoft BAA for HIPAA? If I…
Azure OpenAI Service
How I can I increase the quota for gpt4.1 on azure ai foundry?
We have an app that requires more tokens than what is currently being provided
Azure OpenAI Service
Models for getting similarity scores between categories and keywords
I want to get a similarity score between a category like vehicles and a list of words like headphone, water, truck, and green. The goal would be for each score to be low on words outside the category and high on words inside the category. I know I could…
Azure OpenAI Service
Can I use the responses API with gpt-image-1 in Azure OpenAI?
I recently got access to gpt-image-1, but have been struggling with using it. I specifically want to be able to use tools with it and figured I must use the responses api. I can't find which apis support which models but in my various attempts I have…
Azure OpenAI Service

Responses API v1 preview not working in background mode with o3-pro
Hi I am following the instructions to use o3-pro with background mode in python but I get an API error. The exact same requests work with o3. It works without background mode. Instructions here:…
Azure OpenAI Service

Failed to get the list of connections NotFoundError: Unable to find workspace:
Not really sure why are we facing this issue.
Azure OpenAI Service
List of supported file types for Azure OpenAI file upload
Hi, I am using the new Responses API and uploading files and adding to vector stores using the Assistants file upload (code snippet below). However, I get errors for some file types that are supported by the OpenAI version of file storage, e.g. .pptx,…
Azure OpenAI Service
Deep Research in Azure OpenAI
Hello Everyone, Do we have "Deep Research" already in Azure Open AI? If not, any possibilities that you will be releasing it sooner. Alternatively, if it is not available today, how can we achieve implementing this? Please point me to any…
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…
Azure OpenAI Service
Content Filter impacting the worklfow while using GPT Models
We have developed a solution with Azure ChatGPT models, but we're experiencing significant setbacks due to the content filter associated with these models. Our application is intended to generate ALT Text for images, but it often gets interrupted by the…
Azure OpenAI Service

Real-time Transcription Error with Azure OpenAI (gpt-4o-transcribe/gpt-4o-mini-transcribe)
When trying to transcribe a conversation to text in real-time (WebRTC) using Azure OpenAI (gpt-4o-transcribe/gpt-4o-mini-transcribe) I keep getting the error Input transcription failed for item 'item_BlVnKQ9EIhKmkKMA9yFRY'. When I call OpenAI with…
Azure OpenAI Service
Azure OpenAI Abuse Monitoring
Does Azure OpenAI monitor prompts for Abuse or other potential harmful content for Unmanaged customers? I know it does for Managed customers, but I could not find any clear answer if it does for Unmanaged customers as well?
Azure OpenAI Service
Azure OpenAI Batch API – token_limit_exceeded error despite splitting batches
I’m using Azure OpenAI Batch API with a GPT‑4.1 batch deployment. Each .jsonl file is under 30K tokens, but I still receive: Also, is there any endpoint to know that if I can request for batch processing or not with respect to the enqueued tokens? {…
Azure OpenAI Service
Parallel Tool call with GPT o4 mini or GPT o3 models fails with Azure Chat OpenAI
Hello Team, I have been experimenting with Azure OpenAI GPT o4 mini and o3 models. Below is the LLM defined using AzureChatOpenAI: llm = AzureChatOpenAI( api_key=os.environ['azure_api_key'], api_version='2025-04-01-preview', …
Azure OpenAI Service
Azure OpenAI Fine Tuning job expected to finish in more than a month
I have submitted a fine-tuning job yesterday via the Azure Portal (supervised). I want to tune gpt-4.1-nano-2025-04-14. The next day in the morning (today), I saw that the job is still running, but the last logs were from around midnight: Moreover, I can…
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
o4-mini fine tuning failed: invalid_training_file, due to invalid file format
Full error message: status : training file: Preprocessing Summary: invalid_training_file: The job failed due to an invalid training file. Invalid file format. Example 1 cannot be parsed. Here is my first train sample in the jsonl file, it follows the…
Azure OpenAI Service
Unable to create new deployments or edit existing deployments
Since late last week (around the time o3-pro became available), I have been unable to deploy new or edit existing deployments, how can I resolve this? When I check the available quota, it is a negative value.
Azure OpenAI Service
Error in Transcribing Audio File with GPT-4o-Transcribe Model
When testing the deployment of a chatbot to the public, an error occurs both in the playground and in the API: Error: The server had an error processing your request. Sorry about that! You can retry your request, or contact us through an Azure support…