2,452 questions with Azure OpenAI Service tags

Sort by: Updated
4 answers

GPT-4o via Azure OpenAI timing out constantly

Hi, GPT-4o via Azure API seems almost trivially broken in a way that really surprises me. Basically when streaming is enabled, once the number of input tokens exceeds around 15K, it'll time out before producing a single token. The timeout cannot be…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,452 questions
asked 2024-06-05T17:00:09.26+00:00
Matthew Hertz (London) 5 Reputation points
edited a comment 2024-06-18T19:34:24.8433333+00:00
Gleb Krivosheev 0 Reputation points
1 answer

Azure OpenAI GPT-4-Vision API error: "The deployed GPT model does not support Vision Enhancement and On Your Data (OYD) with images"

Dear, experts. I am having trouble implementing enhancements with GPT-4-vision models. Here is the code I use in python in my app: response = client.chat.completions.create( model=engine, …

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,452 questions
asked 2024-05-12T22:01:00.0833333+00:00
Alexander Novikov 40 Reputation points
commented 2024-06-18T17:31:08.7566667+00:00
fwdesouza 0 Reputation points
0 answers

Quota Limit/ Usage

My account is a school account and I'm experimenting with Azure OpenAI Services. I'm about to use GPTs' models, but I checked it got Limit - Tokens Per Minute 100%. I just deployed 1 time and cannot do anything else since it's said no quota/ tokens…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,042 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,452 questions
asked 2024-06-18T15:28:39.31+00:00
Đặng Hoàn Mỹ 0 Reputation points
1 answer

Azure AI studio web app deployment failed with error "ResourceDeploymentFailure"

I tried deploying an Azure web app from the Azure Open AI studio playground but i am getting this error: Web App resource deployment failed  { "status": "Failed", "error": { "code":…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,452 questions
asked 2024-06-17T08:31:13.0933333+00:00
Francis 0 Reputation points
edited an answer 2024-06-18T14:46:01.04+00:00
Francis 0 Reputation points
1 answer One of the answers was accepted by the question author.

Getting "Resource Not Found" while using OpenAIClient.

I'm having trouble using C# API. Details below. API request - OpenAIClient client = new OpenAIClient(  new Uri('https://srch.openai.azure.com/openai/deployments/SRCH/completions?api-version=2022-12-01 '),  new AzureKeyCredential('xxx'));   …

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,452 questions
asked 2023-06-27T18:21:15.0033333+00:00
Alex Mirzayanov 20 Reputation points
commented 2024-06-18T14:37:31.1+00:00
Demo Beinf 0 Reputation points
0 answers

Not able to complete Data connection step in azure open ai 'add data' feature

Hi Team, We tried to configure the data from the Blob storage by referring to the following link: Azure OpenAI On Your Data Based on the documentation, we enabled RBAC and provided the documented permissions for the resources, as well as for the…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,826 questions
Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
802 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,452 questions
asked 2024-06-18T11:16:17.4933333+00:00
lakshmi 631 Reputation points
1 answer

Implemented RAG with AzureOpenAI, but It Doesn't Respond to Irrelevant Questions

Hello, I have implemented RAG (Retrieval-Augmented Generation) with AzureOpenAI. The RAG functionality can be utilized through the API. However, I have encountered an issue. When a question is asked that does not hit on any relevant information within…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,452 questions
asked 2024-06-18T08:27:13.4733333+00:00
KaitoNishimura 40 Reputation points
answered 2024-06-18T10:37:53.7833333+00:00
navba-MSFT 18,740 Reputation points Microsoft Employee
1 answer

Creating vector store using Azure OpenAI

I am using Azure OpenAI assistants. I am able to create assistants and threads but not the vector stores. Running client.beta.vector_stores.create(name="Placeholder") as per this document to create vector stores throws following…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,452 questions
asked 2024-06-18T04:46:35.2433333+00:00
AJAY RAWAT 25 Reputation points Microsoft Employee
commented 2024-06-18T10:21:11.7366667+00:00
navba-MSFT 18,740 Reputation points Microsoft Employee
0 answers

Is there a way to get rid of Azure Assistant API hallucination?

Hi there, I am working with the Azure Assistant API (v2) and experiencing hallucination issues. When I attempt to ask data analytics questions while using the Code Interpreter tool, it occasionally provides incorrect answers. Even though the frequency…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,452 questions
asked 2024-06-17T17:20:10.0033333+00:00
Karishma Nanda 225 Reputation points
commented 2024-06-18T09:35:03.14+00:00
Karishma Nanda 225 Reputation points
0 answers

'API operation not supported for token authentication' error when creating/using vector stores

When I run the following codes: vector_store = client.beta.vector_stores.create( name="Product_Documentation", file_ids=[message_file.id] ) or client.beta.vector_stores.list() I receive the following error: BadRequestError: Error code: 400…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,452 questions
asked 2024-06-13T09:01:39.6633333+00:00
Aksu, MA (Murat) 0 Reputation points
commented 2024-06-18T09:22:27.25+00:00
Aksu, MA (Murat) 0 Reputation points
0 answers

Trouble connecting to Azure OpenAI API (401 Error)

I'm encountering a 401 error and unable to connect to the Azure OpenAI deployed API using the code below. Please help in resolving this issue. var client = new HttpClient(); var request = new HttpRequestMessage(HttpMethod.Post,…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,452 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,521 questions
asked 2024-06-15T22:03:31.34+00:00
Mithun 30 Reputation points
commented 2024-06-18T07:54:42.0766667+00:00
AshokPeddakotla-MSFT 29,826 Reputation points
1 answer

Azure OpenAI Error 429 - Request Below Rate Limit

I am receiving an Error 429 while using Azure OpenAI, despite the request being below the rate limit. Region: Sweden Central The error message reads: "Error code: 429 - {'error': {'code': '429', 'message': 'Rate limit is exceeded. Try again in…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,452 questions
asked 2024-06-10T19:21:29.57+00:00
Pedro Daniel Scheeffer Pinheiro 5 Reputation points
edited a comment 2024-06-18T07:22:44.76+00:00
Bas Hulskamp 5 Reputation points
1 answer

Strange Behavior with AssistantAPI: Missing Files and Annotation References using Azure OpenAI 4o

I'm encountering a strange behavior using the AssistantAPI. Although the assistant successfully responds with information about the asset created, it does not provide the expected files and annotation references for download in the content response as…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,452 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,521 questions
asked 2024-06-17T09:42:38.7233333+00:00
Luca Pierpaoli 21 Reputation points
commented 2024-06-18T06:25:42.7866667+00:00
Luca Pierpaoli 21 Reputation points
1 answer One of the answers was accepted by the question author.

About Quota of gpt models

I am building a Retrieval-Augmented Generation (RAG) system using various GPT models and text-embedding models on the Azure OpenAI Studio playground. As I use it, the quota for a specific region has become full, so I have been moving to other regions to…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,452 questions
asked 2024-05-30T09:30:10.1933333+00:00
tsuzuki-s 20 Reputation points
accepted 2024-06-18T05:39:40.77+00:00
tsuzuki-s 20 Reputation points
1 answer

AI Studio deployment using pre-built knowledge base and custom knowledge base simultaneously

Working with AI Studio and created a GPT 3.5 deployment. Tested deployment by typing any random physical location. It is able to provide description and even directions which I assume, are derived from pre-built knowledge base. When I add my own custom…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,452 questions
asked 2024-06-06T04:02:16.88+00:00
misc981 6 Reputation points
answered 2024-06-18T05:15:48.2833333+00:00
misc981 6 Reputation points
1 answer

How to access the azure openAi portal without subscription

I am enrolled in the Microsoft challenge but I can't access the azure resources just cause I don't have a subscription. I am a student with nothing like a Visa card. Are there optional ways to access without subscription

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,452 questions
asked 2024-06-18T04:57:13.15+00:00
Agaba Brenda 0 Reputation points
answered 2024-06-18T05:13:59.6933333+00:00
Vahid Ghafarpour 19,865 Reputation points
1 answer One of the answers was accepted by the question author.

Unable to Establish Data Connection When Uploading PDF in Azure OpenAI Studio's "Add Your Data"

Hello, I encountered an issue while trying to upload a PDF using the "Add Your Data" feature in Azure OpenAI Studio. The data connection fails, and I receive the following error message: "Invalid dataRefreshIntervalInHours value. Value has…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,452 questions
Microsoft Q&A
Microsoft Q&A
Use this tag to share suggestions, feature requests, and bugs with the Microsoft Q&A team. The Microsoft Q&A team will evaluate your feedback on a regular basis and provide updates along the way.
638 questions
asked 2024-06-03T09:38:38.93+00:00
KaitoNishimura 40 Reputation points
accepted 2024-06-18T05:12:50.4866667+00:00
KaitoNishimura 40 Reputation points
2 answers

Integration of AI and IoT in Logistics

Explain the specific context in which AI and IoT integration is being implemented in logistics. im referring to warehouse management, supply chain optimization, route planning and other areas?

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,145 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,452 questions
asked 2023-06-14T11:29:03.37+00:00
Swamy Nathan 0 Reputation points
answered 2024-06-18T04:49:05.8533333+00:00
Olivia Jafar 0 Reputation points
0 answers

Can not get response content from Azure OpenAI Studio Assistants

Hi, I am working on Azure OpenAI Studio Assistants, and I tried in playground and use API to get response. Trying to get same response content like the robot answered in playground. Python api code is successful (with same response content in…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,452 questions
asked 2024-06-15T04:09:13.6533333+00:00
WenShin Luo 0 Reputation points
edited the question 2024-06-18T03:50:44.36+00:00
PRADEEPCHEEKATLA-MSFT 82,356 Reputation points Microsoft Employee
1 answer

are the Azure OpenAI LLMs HiTRUST-CSF certified?

Hello, Googling around it appears that the Azure OpenAI LLMs available are not HiTRUST-CSF certified as of now. This means Azure customers would not be able to use, for example, ChatGPT with many types of US healthcare data in production. Is this…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,452 questions
Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
150 questions
asked 2024-06-15T00:01:48.25+00:00
me_v2 0 Reputation points
edited the question 2024-06-18T03:49:56.2233333+00:00
PRADEEPCHEEKATLA-MSFT 82,356 Reputation points Microsoft Employee