Will Code Interpreter feature be implemented into Azure Open AI Responses API?
Will Azure Open AI Responses API include Code Interpreter feature in the future? If so, is there a available timeline? It seems that the available models don't support it. For context: OpenAI announced in May that their Response API will entail Code…
Azure OpenAI Service
Enable AOAI_AUDIO_AND_VISION_PREVIEW for GPT-4o audio & vision
Problem Description • Please enable the preview feature AOAI_AUDIO_AND_VISION_PREVIEW on my subscription so I can deploy the GPT-4o audio/vision models. • Subscription ID: a80ada5a-d644-4792-940d-089851129f1b • Azure OpenAI resource:…
Azure OpenAI Service
Inquiry about Azure OpenAI API Quota Increase Limits
Dear Microsoft Support Team, I am currently using the Azure OpenAI API and understand that quota increases are handled on a request basis. I would appreciate it if you could clarify the following points: To what extent can the usage quota be…
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
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

Azure OpenAI Model: gpt-4.1 context window exceeded with way less than 1M tokens
Hello! I'm having trouble using a large context window with gpt-4.1. gpt-4.1 is known for having a 1M token context window. It is described as such in azure docs: …
Azure OpenAI Service

Intermittent Timeout Errors When Accessing Azure Services from App (Blob Storage, OpenAI, Cognitive Services)
Hello Microsoft Team, I am experiencing intermittent connection timeout errors when accessing multiple Azure services from my application running on a VM. This is under a Microsoft Sponsorship subscription. Here are some of the error logs observed: An…
Azure Virtual Network
Azure OpenAI Service
OpenAI fine tuning has been running for more than 24 hours
This is my first time fine tuning a model in Azure. I chose GPT 4.1, uploaded data and the process started, however it has been over 24 hours, and it still says running. Is this normal, given that the training data was like 300 rows only. I can see the…
Azure OpenAI Service
o3-mini model is very slow in Sweden region
o3-mini model is very slow in Sweden region No response after 1 min
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
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? {…