2,211 questions with Azure OpenAI Service tags

Sort by: Updated
0 answers

Availability of GPT-3.5-turbo-0125 for deployment

I noticed that the 'GPT-3.5-turbo-0125' model with a 16k context is listed in the Azure Pricing Calculator at a cost of $0.0005 per 1,000 tokens. However, I couldn't find the version 0125 available for deployment in the canadaeast and northcentralus…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,211 questions
asked 2024-05-08T15:55:01.6333333+00:00
Sarva, Pavan 20 Reputation points
1 answer

The maximum batch size and Input Size of Azure OpenAI for textembeddinglarge model

I am using textembeddinglarge model from Azure OpenAI. What is the maximum batch size and token limit / batch for this model.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,211 questions
asked 2024-05-08T12:32:22.04+00:00
Sarvi 0 Reputation points
edited the question 2024-05-08T15:39:19.86+00:00
kobulloc-MSFT 23,496 Reputation points Microsoft Employee
1 answer

Seeking Clarity on Uploading Data Using JavaScript for Azure OpenAI Integration

https://learn.microsoft.com/en-us/azure/ai-services/openai/use-your-data-quickstart?tabs=command-line%2Cpython&pivots=programming-language-javascript I've gone through the guide on how to engage in conversations using my own data with Azure OpenAI.…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,211 questions
asked 2024-05-06T09:05:20.7933333+00:00
Su Myat Hlaing 50 Reputation points
commented 2024-05-08T15:19:39.4266667+00:00
Charlie Wei 2,525 Reputation points
0 answers

What should I do after receiving a scheduled maintenance email for Azure Virtual Machines in OpenAI service?

Hello experts, I am a user of Azure OpenAI service. I indeed created Azure OpenAI resources like GPT-4 models with vision and used them for daily work, but I didn't touch any Azure Virtual Machines and I have no experience on that, either. Yesterday, I…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,211 questions
asked 2024-05-08T08:34:12.3366667+00:00
Lu Yi Fei (Lucy) 20 Reputation points
commented 2024-05-08T13:51:24.5333333+00:00
AshokPeddakotla-MSFT 27,876 Reputation points
1 answer

Azure OpenAI "There was an error generating a response." or "An error occurred."

I have deployed an Azure OpenAI chat using GPT 3.5 Turbo. The chat seems to be working for a while, but at a certain point, guaranteed, I get the following errors in the chat: Error : There was an error generating a response. Chat history can't be saved…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,211 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,409 questions
asked 2024-01-22T06:23:50.98+00:00
Chirag Joshi 5 Reputation points
commented 2024-05-08T13:01:31.9033333+00:00
Prasanta Bhowmik 0 Reputation points
1 answer One of the answers was accepted by the question author.

Can the parent company make OpenAI available to subsidiaries as part of its subscription?

I would like to ask whether employees of subsidiary companies can utilize Azure OpenAI under parent company's subscription, or is it necessary for them to apply separately for access? Could we provide Azure OpenAI access under company A subscription…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,211 questions
asked 2024-05-08T08:53:44.13+00:00
Joanna Szczubeł 0 Reputation points
accepted 2024-05-08T12:41:42.44+00:00
Joanna Szczubeł 0 Reputation points
0 answers

Queries Regarding Azure OpenAI Integration: DALL-E & GPT-Vision Availability, Document & Image Upload Issues, and Translation Services

Question 1: Availability of DALL-E and GPT-Vision in India When can we expect DALL-E and GPT-Vision to become available in India? Question 2: Document Upload Issue with Azure OpenAI We've encountered an issue uploading documents on Chat Playground and…

Azure Translator
Azure Translator
An Azure service to easily conduct machine translation with a simple REST API call.
346 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,211 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,409 questions
asked 2024-05-08T07:09:30.22+00:00
Niket Kumar Singh 190 Reputation points
commented 2024-05-08T11:40:16.1333333+00:00
AshokPeddakotla-MSFT 27,876 Reputation points
1 answer

I am getting "The completion operation does not work with the specified model, gpt-35-turbo"

I am trying to run a completion via curl : curl https://my-instance/openai/deployments/my-deployment-name/completions\?api-version\=2024-02-01\ -H "Content-Type: application/json" \ -H "api-key: my-api-key" \ -d "{ …

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,211 questions
asked 2024-05-08T06:46:24.4666667+00:00
Kunal Nanda 0 Reputation points
answered 2024-05-08T10:24:56.6766667+00:00
AshokPeddakotla-MSFT 27,876 Reputation points
1 answer One of the answers was accepted by the question author.

How to Configure 'vectorSearchConfiguration' for a SearchField Field called contentVector

I'm defining an index with multiple fields, including a "contentVector" field for vector data. However, I'm encountering a specific error, and I'm not sure how to correctly set the "vectorSearchConfiguration" property for the…

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.
726 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,211 questions
asked 2023-10-18T01:05:19.4733333+00:00
Anonymous
commented 2024-05-08T10:06:19.9933333+00:00
ajkuma 22,516 Reputation points Microsoft Employee
0 answers

Azure.AI.OpenAI client: how to re-use existing conversation

We're using the Azure.AI.OpenAI package in our software, which we use with a RAG system to answer questions from our internal information. To support an ongoing conversation, we're saving the conversation to database, and when a user comes back to this…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,211 questions
asked 2024-04-30T10:15:08.12+00:00
Peter Jansen 10 Reputation points
commented 2024-05-08T09:15:07.9066667+00:00
Peter Jansen 10 Reputation points
1 answer

I have cleared my Azure devops certification exam (AZ-400) 3 days back-But still I could not see the transcript generated for the same.

I have cleared my Azure devops certification exam (AZ-400) 3 days back-But still I could not see the transcript generated for the same.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,145 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,692 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,199 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,211 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,617 questions
asked 2024-05-08T06:05:11.49+00:00
Radhakrishnan, Charumathi 0 Reputation points
answered 2024-05-08T08:57:34.16+00:00
Cecilia Qin-MSFT 0 Reputation points Microsoft Vendor
0 answers

Azure open ai chat with your data for images not working

I have created a search index on an image catalog located in azure blob storage. I was using this index to connect to from chat playground. I have used the gpt4 turbo vision preview model along with the AI Vision extensions to showcase ‘shop the look’…

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.
726 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,211 questions
asked 2024-05-08T08:24:42.7966667+00:00
Srikantan Sankaran 0 Reputation points Microsoft Employee
1 answer

Azure OpenAI model version - Deployment vs Chat mismatch

Hello Community, When I try the new deployment: Model name: gpt-4-32k Model version: 0613 Version update policy: Once a new default version is available. Deployment type: Standard Content Filter: Default Tokens per Minute Rate Limit…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,211 questions
asked 2024-05-01T10:34:23.7933333+00:00
Istvan Molnar 0 Reputation points
commented 2024-05-08T07:34:41.3266667+00:00
AshokPeddakotla-MSFT 27,876 Reputation points
1 answer

Can a release date be provided for when will system role messages be available in Assistant API for ChatGPT?

Hello, I'm currently developing a product for my company that uses Azure ChatGPT with an Assistant API through Python scripts. It is almost mandatory for us to use system role messages, since using only user role messages to give instructions impacts…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,211 questions
asked 2024-04-25T13:51:27.8633333+00:00
Tiago Rodrigues 0 Reputation points
edited a comment 2024-05-08T06:42:47.73+00:00
AshokPeddakotla-MSFT 27,876 Reputation points
1 answer

How do you redeem the "Azure Open AI Service" from the Microsoft founder's hub program

Since there is no subscription for my account as shown in the above screenshot I am not able to avail the Azure open AI service, please let me know if I am doing anything wrong

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,211 questions
asked 2024-04-25T06:18:22.52+00:00
Sumit Jadhav 0 Reputation points
commented 2024-05-08T06:41:06.07+00:00
AshokPeddakotla-MSFT 27,876 Reputation points
1 answer One of the answers was accepted by the question author.

how can i call other applications through apis in my aoai chat application,what type of apis i can use?

i have aoai chat application that uses acs and azure openai,we trained model by giving FAQs related to some other applications,if user ask question it will give response based on the information provided in FAQ,but here i want real time data that is…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,442 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,211 questions
asked 2024-05-07T09:57:53.5966667+00:00
Chebolu Sai Manasa 100 Reputation points
commented 2024-05-08T05:40:36.2166667+00:00
Chebolu Sai Manasa 100 Reputation points
0 answers

I created an Assistant in the Assistants Playground. No files and no functions. When I ask a simple question like "how are you" the request most of the time fails and a lot of times takes about 90 seconds or more.

My experience with Assistants thus far has been terrible. I created a Gpt4 assistant on the playground. I eventually want to add some text files and a couple of functions. But even without them it has been next to impossible to get a response for any…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,211 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,937 questions
asked 2024-05-07T19:11:13.6166667+00:00
Kumar Rajan 0 Reputation points
commented 2024-05-08T05:30:48.9966667+00:00
AshokPeddakotla-MSFT 27,876 Reputation points
1 answer

Is Azure GPT-4 turbo-2024-04-09 different from OpenAI GPT-4 turbo-2024-04-09?

Hello, We used Azure GPT-4 Turbo-2024-04-09, and the test results differed from those of OpenAI. The responses from OpenAI were longer and clearer than those from Azure. This issue occurred when the GPT-4 Turbo preview was released. Thank you.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,211 questions
asked 2024-05-02T04:24:49.46+00:00
d0ng 30 Reputation points
answered 2024-05-08T03:40:04.5+00:00
d0ng 30 Reputation points
4 answers

Has the Azure OpenAI service stopped accepting new customers?

I recently applied for the Azure OpenAI service at aka.ms/oai/access but did not receive any email after submitting my application. My friends said that I should have received an email even if my application was under processing. I filled in the table…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,211 questions
asked 2024-02-16T23:06:50.8133333+00:00
David Swift 155 Reputation points
answered 2024-05-08T03:07:23.15+00:00
Chris Acosta 0 Reputation points
0 answers

How can I know how many users have been using our Azure OpenAI service

Hi, Is there any way for administrator to compile a report to see how many users have been using the Azure OpenAI services which we have configured? Best regards, Lon Lee

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,211 questions
asked 2024-05-07T09:25:12.7366667+00:00
LonLee 11 Reputation points
commented 2024-05-08T02:15:08.2333333+00:00
LonLee 11 Reputation points