Services Unable to Communicate with Private Endpoints Enabled
We have deployed a solution using various Azure services, including a Web App, Storage Account, Azure OpenAI, Azure AI Search, Content Safety, Multi-Service Account, and SQL Server. When these services communicate over the public network, they connect…
Azure AI studio trying to deploy whisper model into S0 region but not an option
I'm trying to deploy a new model into our exisitng azure openaI resource located in australiaeast(s0). According the microsoft docuemtnation the whisper model is avaialbe in this region. see below screen shot of the region being unselectable with (no…
Temporary Block on Azure OpenAI Resource - Request for Review Due to No Policy Violation
I’m reaching out regarding an issue where my Azure OpenAI resource was temporarily blocked, with the following error message: API Error: Status Code 403, {"error":{"code":"Forbidden","message":"Your resource…
Are Azure OpenAI Service Rate Limits Shared Between Deployments?
I have two Azure OpenAI services, one called dev and the other prod, both using the GPT-4 model deployed on UKS with different versions. The prod service has a TPM of 35k and the dev service has a TPM of 10k. While testing, I encountered rate limit…
Azure Open AI Studio / add your data / disabled API key for OAI -> Error: ""We couldn't connect your data"
I am using the "Add your data"-feature in Azure OpenAI. For security, I have disabled key access for Azure AI Services as per this Azure Policy using the command Set-AzCognitiveServicesAccount -DisableLocalAuth $false ... . I have also…
gpt4 turbo-2024-04-09 is down in US East region despite Azure Health saying it's up
I'm losing a lot of credits in my pipeline since Azure Health is reporting this model as working yet it's failing basic http responses. Even in the playground chatting with it generates the following error: Error The server had an error processing your…
max_tokens in Azure Open AI not serving its purpose
Hello, I am using Azure's OpenAI REST API to fetch responses but am struggling to limit token usage. According to the documentation, I can set a maximum token limit by using the max_tokens parameter, but it doesn’t seem to work as expected. For…
What are the top best ai for android options available right now?
Looking for the best AI for Android? I'm interested in top recommendations for AI-powered apps for Android smartphones and tablets. Key factors include integration, user reviews, and unique features. If you have personal insights on the best AI tools to…
Uploading fiel to Azure OpenAi with "assistant" purpose using public SAS URL
I'm trying to upload file to Azure OpenAi to be used at assistants using a public URL like blob SAS or so.. Appreciate your support { "error": { "code": "invalidPayload", "message":…
Quota increase not available for Gpt-4o-finetune.
Hi, I would like to send a quota increase request for Gpt-4o-finetuned models but it does not show up as an option. I am not able to find any information regarding this. The normal gpt-4o and other finetune models are available. More specifically…
Index from language service not showing up in Azure Open ai's bring your own data
Hi , I began by creating a Language Service and then deployed the azure ai search service in the same region as Language Service. Next, I headed to the Language Studio to create a project using the same language resource and service as mentioned above…
Speech service SDK usage and issues
I am trying to connect the Azure Speech with my Azure OpenAI so that I have the option to use Azure OpenAI to ask queries either by text or voice method. Currently, I have issues with connecting the Azure AI Speech with my backend which is node.js. I am…
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…
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…
I can't deploy a vision model as a web app. Is this because of my subscription?
I have successfully deployed a gpt3.5 model as a webapp using Azure Ai Studio. However when I try to deploy a vision model (gpt-4 (version:turbo-2024-04-09)), I get the error: "Deploy to web app is not supported for this model version, please…
Azure OpenAI API call tags/labels or differentiator
I am using an Azure OpenAI subscription with a resource group. I have multiple projects running under the same resource group for short periods. Instead for building multiple resource groups for cost analysis, looking for a way to send a tag/label per…
How can I get past authentication type error when adding a datasource to my AzureOpenAI deployment ?
When trying to add a data source (for example, blob storage) to a azure openai deployment model I get the an error with no additional details: "Failed to validate the selected authentication type. Please resolve the following errors and click…
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…
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…
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…