Inquiry re Azure Open AI output ownership
Hi, Our company is considering using Open AI services through Azure Open AI (https://azure.microsoft.com/zh-cn/products/ai-services/openai-service/#FAQ). In this case, we would like to know the ownership of the Output. Could you please tell me do you…
Portal returns updated results while the API returns outdated ones
I have created a GPT4 model in Azure OpenAI Service, and I want to add data source which is Azure AI Search (Cognitive Search Service). The problem is at the time of deployment i cannot see any data source adding option, it is deployed first and then…
How to make o1-mini work with "on your data" REST API?
I am sending this request via Postman: POST https://example.openai.azure.com/openai/deployments/o1-mini/chat/completions?api-version=2024-10-21 { "data_sources": [ { "type": "azure_search", …
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??
Icons not appearing in Azure Webapp
Hello, I am using the default azure webapp for my chatbot, but all of a sudden all the icons (i.e. share button icon, chat history icon, new chat icon, clear chat icon) disappeared on their own without doing anything to the deployment. What might be the…
Can I use Azure Blob files to create a vector store
Hello, From this page I was able to set up a Azure Blob stroage and conenct to the an open ai chat assistant - https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/use-your-data?tabs=blob-storage%2Ccopilot However, I am interested in…
Error code: 400 - {'error': {'requestid': 'code': 400, 'message': "Invalid AzureCognitiveSearch configuration detected: Call to get Azure Search index failed.
Hello, I have Virtual machine created in azure, I am trying to access azure open ai and azure search service from virtual machine but it is giving below error Exception Error code: 400 - {'error': {'requestid': '9ad0e3db-ef59-4ffc-9237-fd5970e39c74',…
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…
![](https://techprofile.blob.core.windows.net/images/giduWn3fP02iPBOZI5F-pA.png?8DD41D)
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…
Can't connect to Azure OpenAI service via Private Endpoints
We have followed best practices to use Private endpoints to access Azure OpenAI service in an Azure Foundry project. In the UI all connection works so we grab the sample code and test the connection in Visual Studio so we can use the code to automate the…
what is Azure OpenAI API endpoint to train GPT 4o model programmatically using Direct Preference Optimization (DPO) Fine-Tuning
Hello, Azure Open AI service provides the Direct Preference Optimization (DPO) fine tuning option in Azure Foundry. We want to train the model programmatically but the Azure Open AI API endpoint doesn't have the request parameter for method type. …
Are there any regions or countries where access to Azure OpenAI services is restricted or banned?
Does Azure OpenAI have any limitations or restrictions on usage similar to OpenAI's list of supported countries (as mentioned here: https://platform.openai.com/docs/supported-countries)? Are Azure OpenAI services, or Azure services in general, banned…
How to deal with billing issues on no support plan?
I've worked to finetune and then test a model via OpenAI on Azure Cognitive Services. I've left the model deployed as it was deployed on "Standard", not "Provisioned", and according to wiki: "Standard SKU name in code:…
REST APIs for Vector Stores used at Azure OpenAI assistants
Hi, Are there any REST APIs for Vector Stores mentioned at Azure OpenAI assistants file uploading , or it's only accessible via SDK? On another note, may you clarify this part the…
Azure OpenAI Uploading Document to Vector Store With API
Dear All, Is there a way to Upload Documents to Open AIs assistant Vector store externally like With API or with power automate?
Getting data through api for using it in prompt on my application
Hi, I want to get data from Api in my prompt where if I ask questions to it will give response according to the data I'm getting from Api, how I can do this? Give me step by step approach, I know how to use OpenAI model in azure I've used it manually…
Content filter and policy violation issues when using openAI API
Too frequent rule violations occur when using openAI services. Even prompts that are nothing special, such as “Make it like the picture” or “Make it more exciting,” do not receive answers because against the rules. Do you know a solution to this? The…
OpenAI Chat Completion API: Resource not found if I use the Model Version mentioned in AI Foundry
When I try to use the chat completions API, if I send the Model Version for the 4o-mini model as 2024-08-01-preview, it works. But it doesn't work for the model version 2024-07-18 on which it is deployed. When using the non-preview version, it throws…
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…
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 …