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
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
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
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

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
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
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 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
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…
Azure OpenAI Service
Unexpected Behavior in Background Responses API – Status Changes from "Cancelled" to "Completed"
Hello, I'm experimenting with the Responses API in background mode using the GPT-4.1 model (non-streaming mode). I'm encountering unexpected behavior regarding job cancellation and status updates: Scenario: I send a very complex prompt that is expected…
Azure OpenAI Service

gpt-4o-mini retirement date clarification
In your documentation it says https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/model-retirements?tabs=text ModelVersionRetirement dategpt-4o-mini2024-07-18No earlier than September 15, 2025We are using gpt4-o-mini model and its the best…
Azure OpenAI Service
Icons not appearing in Azure Webapp
Hello, I am using the default azure webapp for my chatbot, but all of a sudden all the icons (i.e. share button icon, chat history icon, new chat icon, clear chat icon) disappeared on their own without doing anything to the deployment. What might be the…
Azure OpenAI Service

Chat Playground 'copy sample code' is incorrect - BadRequestError: Error code: 400 - {'error': {'requestid': '03e2488f-80fb-4d18-add6-ad31178b58b6', 'code': 400, 'message': 'Invalid message request body.
I took this code directly from the sample code in Azure AI Foundry playground and filled it out accordingly with my info. I then received the error below. If I take out the extra body (since it isn't in the API), it runs but no longer is including the…