3,950 questions with Azure OpenAI Service tags

Sort by: Updated
0 answers

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
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,950 questions
asked 2025-05-03T22:32:50.3333333+00:00
Lollop 0 Reputation points
2 answers

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
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,950 questions
asked 2025-05-01T02:34:24.9933333+00:00
sebastian holst 0 Reputation points
answered 2025-05-03T01:40:53.4733333+00:00
sebastian holst 0 Reputation points
0 answers

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
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,950 questions
asked 2025-05-02T23:26:39.9033333+00:00
Sworna M Dunant 26 Reputation points
1 answer

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
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,950 questions
asked 2025-05-02T22:33:13.91+00:00
Vladimir Tsitovtsev 0 Reputation points
commented 2025-05-02T22:34:31.2033333+00:00
Vladimir Tsitovtsev 0 Reputation points
0 answers

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
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,950 questions
asked 2025-05-02T08:10:13.79+00:00
Neil Sanghavi 0 Reputation points
commented 2025-05-02T19:10:42.8333333+00:00
Vatsal Kansara 0 Reputation points
0 answers

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
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,950 questions
asked 2025-04-23T16:25:34.85+00:00
Doron Sinai 0 Reputation points
edited a comment 2025-05-02T18:13:26.7466667+00:00
Doron Sinai 0 Reputation points
0 answers

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
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,950 questions
asked 2025-04-22T14:18:45.43+00:00
Christian Mittler 5 Reputation points
commented 2025-05-02T17:47:53.33+00:00
Prashanth Veeragoni 4,030 Reputation points Microsoft External Staff
0 answers

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 Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,950 questions
asked 2025-05-02T10:36:48.2633333+00:00
srikanth penmetsa 0 Reputation points
commented 2025-05-02T14:07:24.5766667+00:00
Manas Mohanty 3,210 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

[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
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,950 questions
asked 2025-04-30T15:24:15.8666667+00:00
Bogdan Pechounov 80 Reputation points
edited a comment 2025-05-02T13:52:00.5833333+00:00
Manas Mohanty 3,210 Reputation points Microsoft External Staff
0 answers

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
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,950 questions
asked 2025-04-28T17:02:53.25+00:00
Shah Saurabh 0 Reputation points
commented 2025-05-02T13:06:55.5+00:00
Prashanth Veeragoni 4,030 Reputation points Microsoft External Staff
0 answers

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
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,950 questions
asked 2025-05-01T16:24:56.0366667+00:00
Parth Shah 0 Reputation points
commented 2025-05-02T11:37:37.05+00:00
Manas Mohanty 3,210 Reputation points Microsoft External Staff
0 answers

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
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,950 questions
asked 2025-04-23T03:48:46.8666667+00:00
Ali Beyram 15 Reputation points
commented 2025-05-02T09:31:59.0166667+00:00
JAYA SHANKAR G S 2,350 Reputation points Microsoft External Staff
0 answers

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 OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,950 questions
asked 2025-04-30T04:56:39.89+00:00
Pushkar Gaikwad 5 Reputation points
commented 2025-05-02T09:12:16.02+00:00
Pavankumar Purilla 6,940 Reputation points Microsoft External Staff
1 answer

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
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,950 questions
asked 2025-04-30T16:44:28.9766667+00:00
Sunil Nagireddy 0 Reputation points
commented 2025-05-02T09:07:26.56+00:00
Manas Mohanty 3,210 Reputation points Microsoft External Staff
1 answer

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
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,950 questions
asked 2025-04-29T15:22:12.2833333+00:00
Ali Oztan 0 Reputation points
commented 2025-05-02T08:40:47.5833333+00:00
Prashanth Veeragoni 4,030 Reputation points Microsoft External Staff
1 answer

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 Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,950 questions
asked 2025-04-28T17:58:41.0166667+00:00
PATRICIA COLEMAN 0 Reputation points
commented 2025-05-02T04:53:42.6533333+00:00
Manas Mohanty 3,210 Reputation points Microsoft External Staff
0 answers

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
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,950 questions
asked 2025-04-13T05:32:30.65+00:00
Seena Mary Augusty 0 Reputation points Microsoft Employee
commented 2025-05-01T21:30:57.77+00:00
Seena Mary Augusty 0 Reputation points Microsoft Employee
0 answers

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
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,950 questions
asked 2025-04-25T09:31:46.0633333+00:00
Patrick Ragawidya Kristianto 0 Reputation points
commented 2025-04-30T18:47:13.4233333+00:00
Ravada Shivaprasad 30 Reputation points Microsoft External Staff
1 answer

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
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,950 questions
asked 2025-03-05T14:18:17.46+00:00
Mahsa 15 Reputation points
commented 2025-04-30T15:35:36.0166667+00:00
KonProz Tech 0 Reputation points
1 answer

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…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,950 questions
asked 2025-04-29T09:17:10.53+00:00
Test Admin 176 Reputation points
commented 2025-04-30T09:41:58.21+00:00
SriLakshmi C 4,795 Reputation points Microsoft External Staff