Issue with Token Rate Limit when Uploading Files to OpenAI Playground
I am encountering an issue when using the Azure OpenAI API. When I send a prompt without attaching any file, the model responds as expected with information. However, when I attach a file to my prompt, I receive the following error…
Azure OpenAI: o3-mini deployment has 1 minute hard timeout via API call
When using o3-mini with stream: true the API cuts the connection after 1 minute waiting for some event. Request example: curl --location 'https://host.openai.azure.com/openai/deployments/o3-mini/chat/completions?api-version=2025-01-01-preview' \ --header…
I cannot register batch data
Suddenly, starting a few days ago, the following error has occurred, and data can no longer be registered in the Azure OpenAI batch service. "The quota for this type of entity is reached. The maximum is 500." It seems that the quota has been…
Unable to Delete Search Service
Hello, I'm unable to delete the Search Service. The error message returned is empty. Failed to delete search service openai-search-test. Error: When I use PowerShell, it appears to have an SPL Link to a storage account in another subscription and…
Quota of Azure Open AI (GPT) during free trial
Hello. I am in a 30 days free trial on Azure and testing services like the Azure Open AI service. For this one, I have just been able to post a couple of short requests before getting the below message in the sandbox, and get timeout in my power…
431 RequestHeaderFieldsTooLarge when calling certain Azure Open AI models via APIM
We're calling Azure Open AI from Power Automate to do chat completions. Because the model we're using (gpt-35-turbo-16k 0613) will be retired soon, we're trying different models, however they all fail with 431 RequestHeaderFieldsTooLarge. This only…
ASSISTANTS API: Where and how long are entities saved
Question 1: When creating a new thread with the Assistants API, thereby creating a stateful entity of: Threads, messages, where is this data stored, can I access the resource that stores these? Or is the resource managed entirely by Microsoft, and…
RAG application document retrieval based on the user using azure AD details
Project Overview We have developed a chatbot as an AI assistant for the company document repository. This chatbot is created using Azure Services, including Azure OpenAI and an Azure web application for the chat interface. The data source for the chatbot…
Differences Between Azure OpenAI GPT-4o and OpenAI’s Public GPT-4o
Hello MS Community, We are running a GPT-4o instance via Azure OpenAI Service to provide our employees with a data-sovereign alternative to OpenAI’s publicly available ChatGPT-4o. However, we receive frequent feedback that responses from our Azure-hosted…
Azure openai embedding API takes 1.2 sec.. How to reduce this to 200ms
I am using azure openai service. For embedding if i am sending the request continuously then it takes around 200ms. If there is no request sent for 1min, the next request takes 1.2 sec which is high. How to approach this issue??
'Unknown model: chatgpt' error while using Azure AI studio
Hello, I deployed PHI-4 version on chat playground. I added some custom data in the word document. When I executed a chat command, it gives me below error irrespective of the prompt. Data and Indexes was created without error. Please suggest reasons for…
Trouble with TPM Azure AI
I have created an Azure AI bot using a trial Azure account, which provides a limit of 1,000 TPM and 6 RPM. My setup includes: Data Source: SharePoint (indexed via Azure AI Search) Search Index: One document with a single page Search Service Tier: S1 …
Azure OpenAI API Caching Issue with Model `gpt-4o-mini-2024-07-18`
There is an issue being faced with the Azure OpenAI service. Using the OpenAI model version gpt-4o-mini-2024-07-18 and Azure API version 2024-10-21, it was noted from Azure's documentation that both the OpenAI model and API versions should be eligible…
Text Analysis in PDF Documents with Azure AI Services
Hello everyone, I am working on a project where I regularly handle extensive collections of PDF documents filled with specific technical terms and abbreviations. These documents also vary greatly in layout and formulation, presenting a unique challenge…
Unexpected region mismatch in Azure OpenAI Service.
Hey everyone, I accessed my Azure OpenAI Service resource via the Azure Portal and deployed the gpt-4o model using Azure AI Foundry. My Azure OpenAI Service was set to the japaneast region, but here's what happened: The model got deployed in a…
Adding File Index after deploying AoAi Web App
Good Day, When deploying WebApp at Azure Open Ai from the Chat playgroud option Is that possible to link File / Folder search after the deploying is done? By othwer words, Are these setting (on the left panel) reflecting on both Chat playground and the…
Azure OpenAI: GPT-4o deployment has a 2 minute hard timeout via API call
Hi, we have a deployment of GPT-4o in Azure that's acting strangely in comparison to GPT-4 Turbo. We access this deployment via either Semantic Kernel or via the Azure AI SDK using dotnet, depending on the use case, but both frameworks obviously invoke…
New Azure OpenAI Deployment Model created to new AI Resource
Hello! I am experiencing an issue when creating a new Deployment Model under my specific Azure OpenAI resource. Whenever I attempt to add a deployment model (e.g., GPT-4o, GPT-4o-mini, etc.), it is being assigned to a newly created AI resource instead…
WHAT IS THE MODEL VERSION FOR Phi-4 MODEL?
Hi Team, I want to utilize Phi-4 model using Azure Chat Open AI library in Python. The issue is that this library required version and deployment name. Could you please guide us where to find version of the mention model to incorporate the same to our…
Azure OpenAI PTU usage of fine-tuned model
Hello, I would like to calculate PTU estimates for a fine-tuned model, but fine-tuned models aren’t listed in the capacity calculator. I also couldn’t find any explanation about PTU usage for fine-tuned models in the documentation at…