Understanding OpenAI quota totals in Azure AI Foundry
I have an Azure subscription using Azure OpenAI. I have 3 model deployments using DataZoneStandard all in EAST US. Quota allocation shows as follows: GPT 4.1 = 2M TPM (quota allocation) GPT 4.1 mini = 2M TPM (quota allocation) GPT 4o = 10M TPM (quota…
Azure OpenAI Service

Network Slowness with Azure OpenAI Chat Completion
Azure OpenAI Chat completion is experiencing significant delays in returning responses. In a production environment hosted on an Azure VM, response times are typically within a few seconds; however, today it is taking over 8 minutes to receive a…
Azure OpenAI Service
How to Azure Open AI for processing each row of data in a csv (row >= 500)?
Hi I want to analyze the rows of my csv efficiently(using Azure OpenAI model (o3-mini model preferably). Each row corresponds to some text. I want to process each row text parallely and want to get output for each row. Rows are >=500 . How to do it…
Azure OpenAI Service
Unupdated pricing of o3 and missing of o3-pro
Hey team, OpenAI had a major updates to their models o3 and launched o3-pro O3 is 80% cheaper and introducing o3-pro - Announcements - OpenAI Developer Community OpenAI Platform But even after almost one week, we still see the older pricing of o3…
Azure OpenAI Service
What will be the replacement of gpt-4o-realtime-preview (version 2024-12-17) ?
The Gpt-4o-realtime-preview (version 2024-12-17) is marked as deprecated in AI Foundry starting July. What will be its replacement?
Azure OpenAI Service
Azure OpenAI: 500 Internal Server Error
Hi Team, I recently faced this issue and wanted to bring it up here as this looks like a bug either in Microsoft's AzureOpenAI SDK or in OpenAI's Azure SDK itself but I am not sure where. Following is the error message I received Steps Needed to…
Azure OpenAI Service
gpt-4o-transcribe availability within EU data zone
We are avid users of the OpenAI whisper service but we would love to use the new better gpt-4o-transcribe and its mini variant for its better and less resource intensive transcription. These models are unfortunately only available in global standard…
Azure OpenAI Service
Using Responses API file_search with other custom tools, file_search not prioritized?
Hello everyone, I’m running into a problem with the o4-mini model and the Responses API when I enable both the built-in file_search tool and any other custom tool: Standalone: With only file_search enabled (I pass in my vector store ID), it works…
Azure OpenAI Service
How can we become a managed customer?
We sometimes have our prompts blocked by content filtering, but we don't have any filters applied. After doing a little digging, we understand that we must be a managed customer in order to get authorization to not block any future prompts. Does anyone…
Azure OpenAI Service

Azure Open AI REST API Alternative to role_information parameter
Hi there, I am trying to call an Azure Open AI deployment through REST . However I noticed that the role_information parameter is no longer available :…
Azure OpenAI Service
ERROR: BadRequest: Failed to find metric configuration for provider
Hi, I have deployed a gpt-4o-mini model through Azure OpenAI. When I wanted to turn on the monitoring to observe the usage situation, I got the following errors: BadRequest: Failed to find metric configuration for provider: Microsoft.CognitiveServices,…
Azure OpenAI Service
Azure OpenAI Assistant API: How to Read All Tables from an Uploaded Excel File?
Hi everyone, I'm working with the Azure OpenAI Assistant API's code interpreter feature. I uploaded an Excel file that contains three separate tables (each on a different worksheet/in different ranges). However, when I ask the assistant to read the Excel…
Azure OpenAI Service
Built-in role or custom role for using the batch API of Azure OpenAI
We attempt to utilise the Azure OpenAI batch API by following the instructions below. https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/batch We are using Entra ID-based authentication and Azure RBAC for Azure OpenAI. However, the…
Azure OpenAI Service
Too much latency with computer-use-preview model
Integrated computer-use preview model into our AI application by taking code reference from https://github.com/Azure-Samples/computer-use-model. But the response from model is too slow. We deployed it in the first week of April. Initially avg latency…
Azure OpenAI Service

OpenAI request hit 429 when rate limit is not reached
Hi, I deployed a GPT 4o model. The rate limits are Rate limit (Tokens per minute)50,000 Rate limit (Requests per minute)500 500 request per minute is around 8 request per second. I got 429 too many requests for the 7th request in 3 seconds. Each…
Azure OpenAI Service

Latency and Timeout Errors for Azure OpenAI o1/o3mini API request
Azure openai o1/o3mini APIs are barely usable now. Most requests result in timeout errors. it takes over 1 minute to respond a "Hi" even if you set reasoning effort to low. Region: eastus2
Azure OpenAI Service
Does Azure OpenAI Service Allow Models to Access the Internet?
Given the significant advancements in Azure OpenAI Service, particularly with models like GPT-4, GPT-4 Turbo, and the newly introduced GPT-4o, can any of these models natively access the internet or perform real-time web searches as part of their…
Azure OpenAI Service
Azure AI Document Intelligence
Chat Completions Returning Gibberish on GPT-4o Deployments
We are experiencing consistent issues specifically with one Azure OpenAI deployment (darwin-llms) using GPT-4o versions gpt-4o-2024-05-13 and gpt-4o-2024-08-06. When executing chat completions that include image context, the responses frequently return…
Azure OpenAI Service

Several active trains in 1 model
I am developing a PVA chatbot where I can input a file (for example, Math Book for 4th grade). This file is used as training materials for the Azure OpenAI model, and then I can receive generated questions based on the file's data to test my knowledge.…
Azure Machine Learning
Azure OpenAI Service
Azure AI services


Will Azure OpenAI support OpenAI’s new web_search tool for GPT-4 Turbo?
I’m currently using Azure OpenAI with a deployed GPT-4 Turbo model (via Azure AI Studio / Foundry) and am exploring the Assistants API now that it's in public preview. I noticed that OpenAI's platform recently introduced a web_search tool…