Unable to create fine-tune model with gpt-4o-mini in east US region
The documentation states that East US region supports fine-tuning of GPT-4o-mini, but I am unable to deploy through either Azure OpenAI Studio or via API. See UI and API output below: File…
Can someone explain how AI works in mobile?
I’m curious about how AI works in mobile. Like, when I use features like face unlock, voice assistants, or those AI camera modes – what’s actually happening behind the scenes? Is it all happening on my phone or in the cloud? I’m not looking for super…
api call hitting api request time out error in azure app service
On my Azure account, I'm using the OpenAI GPT-4 API within an application built with Azure App Service. I’m encountering an issue where the API returns a timeout error after every 2 to 4 messages. However, when I use the same API calls in an Azure ML…
Error Internal server error | Apim-request-id: <<id>>
Since an hour, we are getting "Error Internal server error | Apim-request-id: <<id>>" in all our OpenAI resources in the playground. Deployment models are in EastUS and WestUS.
Suddenly getting `APIStatusError: Error code: 431` when trying to pass image to gpt-4o
Hi, I suspect I am hitting some kind of rate limit. This simple example worked perfectly the first few times I run it, but after some time (I was iterating on other parts of my code) I start to get this error message whenever I try to include and image…
Error Internal server error | Apim-request-id:
Currently facing this kind of errors in the East US region for 3.5, 3.5 turbo, and 4o gpt models in the playground and the API
Why am I getting a 500 Internal Service Error from calling Azure OpenAI
When I call Azure's OpenAI resource, I get a 500 error when I was getting no issues when calling the exact same resource with the same method previously.
Azure Open AI service Internal Error 500
Hi, We encountered a lot 500 errors when using Azure OpenAI service today. region:North Central US Internal server error | Apim-request-id: 8441184c-a5f5-4ccc-be01-28fec6e41783
How can I get the endpoint to communicate to the OpenAI service, without `APIConnectionError`?
Hello Microsoft community, I have followed step 1, 2 and 3 of the Build a custom chat app with the prompt flow SDK tutorial. ✅ Part 1: Set up resources ✅ Part 2: Add data retrieval to a chat app ❓Part 3: Evaluate and deploy a chat app I…
Whats the Azure OpenAI Inference API Version used by AzureOpenAIEmbeddingSkill
Reading this doc but the document doesn't have any info or a property to specify the Azure OpenAI Inference API Version details. So the question is which API version it will use ? One can find the available API Versions from…
Hardcoded URI in Azure Open AI gives 404
I am trying to call the Azure Open AI service from a Function App. The api URI available in the Open AI interface is hardcoded. It is…
Rag Improvements
Dear all, I am try to improve the quality of my Rag system that is for now composed of a Storage account, an indexer that takes the blobs from such SA, an index and a openAI deployment for chatting (as well as the app interface). I do have…
Engagement Score has a vague definition
We are part of the Azure Founders' Hub and have been actively leveraging its resources, consuming nearly $25K in credits over the past eight months. During this time, we successfully launched our first AI-based product, and we plan to release another one…
Question regarding the inclusivity and fairness of the training materials
Why are you using imperial units in the Microsoft Learn training material if the strategy of your company is meant to be inclusive and fair? I don't mean to be pedantic but this is highly contradictory and something you should consider as a…
Azure OpenAI Studio: Unable To Deploy WebApp - Hanging message "Deploying web app takes ..."
I see this message in Azure OpenAI Studio: "Deploying web app: Deploying the web app takes a few minutes. You can view the status on the Deployments tab." It has been days, there is no web app deployment from Azure OpenAI Studio. And I can't…
Prompt Flow deployment giving errors
Good day We have a fully working prompt flow in AI studio. We can chat with it and it gives expected results. However when we deploy this prompt flow to an endpoint and test it through the AI studio deployments test section, we get an error. …
azure openai Your resource has been temporarily blocked
Your resource has been temporarily blocked because we detected behavior that may violate our content policy. For more details on Azure OpenAI service content policy, please visit https://aka.ms/aoaicodeofconduct | Apim-request-id:…
Exceeded token rate limit on Azure OpenAI model without using it?
Hi, I've just created my first OpenAI model deployment using 4o-mini but I'm getting a rate limit exceeded error for any api call I try and make to it. This is my first model deployment and the first time I'm making any calls so I'm not sure how I've hit…
Is it possible to get Azure OpenAI Model API key through the Rest API?
Can I use the Azure API to get an OpenAI model API key through the REST functionality that exists currently?
Gpt-4o-mini doesn't support structured outputs in Azure AI Studio deployments
The gpt-4o-mini accessible through Open AI's endpoint supports structured outputs but through Azure it does not. The following error is seen when structured outputs are used using gpt-4o-mini from Azure: openai.BadRequestError: Error code: 400 -…