429 Rate Limit Errors on GPT=4.1
I am getting 429 Rate Limit errors on an Azure OpenAI gpt-4.1 resource; the details for this resource, as shown in Azure AI Foundry, are: Rate Limit: 721,000 TPM Requests: 721 RPM But it is capped at 30K for some reason. status_code: 429, model_name:…
Azure OpenAI Service
code":"404","message": "Resource not found"
I have an Azure OpenAI resource with a valid GPT deployment (confirmed via Azure Portal), but when making requests via Python (AzureOpenAI SDK) or directly via REST API (/openai/deployments?api-version=2023-05-15), I'm consistently receiving a 404…
Azure OpenAI Service
The API deployment for this resource does not exist
Azure Open AI Service is unavailable. Seeing the below API response {"error":{"code":"DeploymentNotFound","message":"The API deployment for this resource does not exist. If you created the deployment within…
Azure OpenAI Service
DeploymentNotFound: The API deployment for this resource does not exist. If you created the deployment within the last 5 minutes, please wait a moment and try again. |
DeploymentNotFound: The API deployment for this resource does not exist. If you created the deployment within the last 5 minutes, please wait a moment and try again. | service not availabe for current deployment
Azure OpenAI Service
OpenAI Fine Tuning status stuck on "Running" Since days
We are facing the issue with fine tuning of the model. We are trying to achieve the model customization on our data. We are following https://learn.microsoft.com/en-us/azure/ai-services/openai/tutorials/fine-tune?tabs=command-line to fine tune the model.…
Azure OpenAI Service
Unexpected Resource Block: Error 403 Across All Azure OpenAI Models
We are currently facing an issue where our resource has been temporarily blocked with an Error 403, indicating a potential violation of the content policy. However, we are confident that no unsafe or improper content has been generated. The error message…
Azure OpenAI Service
Error 400: Bad Request with GPT-o1 on Azure AI Foundry
I just deployed GPT-o1 in Azure AI Foundry, which works fine in a simple playground environment. Although when I try to use it in a Prompt Flow, the following error is returned: OpenAI API hits BadRequestError: Error code: 400 - {'error': {'code':…
Azure OpenAI Service

Chat completion endpoint with vision model returning invalid image data
When we pass base64 image data to image_url, it is throwing invalid image data error. But the image data seems to be valid as we are able to create the image using the data. Below is the request url and request body is attached. please suggest. POST…
Azure OpenAI Service
[Azure OpenAI - Structured Output] "Bad request: Invalid response_format provided." after a few minutes
There is a "Bad request: Invalid response_format provided." after 567 seconds. What is strange is that it worked before, so the JSON schema is valid. async def test_openai_2(): config = await load_config() client = AzureOpenAI( …
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

Not able to get any result from the fine tuning job
We are facing the issue with fine tuning of the model. We are trying to achieve the model customization on our data. We are following https://learn.microsoft.com/en-us/azure/ai-services/openai/tutorials/fine-tune?tabs=command-line to fine tune the model.…
Azure OpenAI Service
File inputs using Base64-encoded files not working
I am trying to use the the file inputs to upload a PDF but I am getting the following error message The server had an error processing your request. Sorry about that! You can retry your request, or contact us through our help center at…
Azure OpenAI Service
Gpt 4o finetuning stuck at running for more than 24 hours
I am finetuning Gpt 4o model but it is stuck on running state for almost 24 hours. I am in Eact US 2 zone. File is not that large its about 1.4 mb. Is there any issue or does it take this long normally
Azure OpenAI Service
Azure AI Foundry - Vector Index creation failing when building on 2 pdf documents
Azure AI Foundry - Vector Index creation failing: I was trying to create Vector Index on source having 2 pdf files consisting of text and tables. After running for 30 min it is failing with error. Cracking and chunking - Data ingestion failed. But when…
Azure OpenAI Service
403 forbidden error on o4-mini
I am requesting from o4-mini to find the dimensions of a technical drawing of a cnc machined part. it fails with 'Forbidden'. I get this error: Error: 403 Your resource has been temporarily blocked because we detected unusual behavior.
Azure OpenAI Service

How do I start
HOW DO I START? All I want to use Azure for is dictating, formatting and storing medical documents. HIPPA compliance is necessary. I have no idea how to set up Azure for this purpose. I can’t locate the BAA to sign. Don’t know how to start.
Azure OpenAI Service
Azure OpenAI Batch Jobs are getting stuck in Validating stage
There are so many Azure Open AI batch jobs stuck in validating stage starting from April 11, 7.16 AM PDT and there isn't a single batch reached completion. We had raised a similar issue on March 18 and was resolved by using a new deployment model, but…
Azure OpenAI Service


Open AI Finetunning stuck in status "Running"
I’m trying to fine-tune the base model gpt-4o-2024-08-06. The process has been running since April 24th, 2025, but the status is still showing as "running" until now.
Azure OpenAI Service
performance issues while using the Azure OpenAI API
We are experiencing performance issues while using the Azure OpenAI API, specifically with the gpt-4o deployment. Our application processes various document types (PDFs, images, text, and spreadsheets) and makes API calls for text and image analysis.…
Azure OpenAI Service
Regarding Azure Open AI Model GPT-3.5 retirement
Currently, we are using a model GPT-3.5 Turbo Instruct (0914) for summary creation. As per the latest information, the retirement date for the GPT-3.5 Turbo Instruct (0914) model in Azure is set for no earlier than May 31, 2025. However, we have not…