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…
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…
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…
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…
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…
Where to find documentation for creating OpenAI Studio ContentFilter resource via Rest API?
As the title mentioned, I am trying to find documentation on creating a ContentFilter in OpenAI Studio. In fact, I have been having trouble finding any information on OpenAI Studio Rest API in general. I need automate several approaches and a help or…
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…
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
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…
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…
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…
How to make dashbaord with Azure Open AI?
I want to see all my Model deployments in the resource groups and subscriptions in a single page, something like a dashbaord. Is it possible? I cannot find any links which give this information
Error (code ManagedIdentityIsNotEnabled) after deploy a web app from AI Studio
Originally the question is asked here https://github.com/microsoft/sample-app-aoai-chatGPT/issues/1024 I'm experiencing a repeatable issue when deploying a web app using the button in AI Studio. Since yesterday, every time I deploy the web app and send…
Azure OpenAI Response Citations Not Matching Indexed Content in Azure AI Search
When using the OpenAI on your data feature with Azure, the citations returned do not correspond to the content of the source documents indexed in Azure AI Search. HTML tables are indexed along with text, and discrepancies occur when querying.…
Uploading Files with "assistants" purpose
curl --location 'https://huswabagpt.openai.azure.com/openai/files/import?api-version=2024-08-01-preview' --header 'api-key: ' --header 'Content-Type: application/json' --data…
Support of uploading multiple files in Azure AI Studio in "Add your data" secton
Hi team, I have created a Azure AI hub and a project inside it. Why can't I upload multiple files while adding my own data? However, if I don't use the Azure AI Hub and directly open the AI studio, I am able to add multiple files and they also get…
Prompt caching in Azure OpenAI?
OpenAi recently announced Prompt Caching in the API. Apparently it caches input tokens when the promt is larger than 1024 tokens. https://openai.com/index/api-prompt-caching/ Is this feature enable in Azure OpenAI? If it's not, is there an ETA?
Is it possible to submit a batch run with evaluation programmatically in Azure AI Studio?
https://learn.microsoft.com/en-us/azure/ai-studio/how-to/flow-bulk-test-evaluation#submit-a-batch-run-and-use-an-evaluation-method Can these steps be completed programmatically via SDK? Are there plans to support this?