3,305 questions with Azure OpenAI Service tags

Sort by: Updated
1 answer

Azure AI Studio - Script runs indefinitely with no errors or outputs.

I am following this tutorial to get started with Azure AI Studio. The create_search_index.py script ran successfully and created an index. But the get_product_documents.py and chat_with_products.py scripts do not produce any error or output when running,…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,305 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,931 questions
asked 2024-11-20T09:55:41.11+00:00
Kristada673 0 Reputation points
answered 2024-11-22T12:54:31.1366667+00:00
Sina Salam 12,816 Reputation points
0 answers

Unable to Enable Vector Search in Azure OpenAI Chat Playground for Azure AI Search Data Source

When I am trying to create a chat playground I can't enable vector search for my "Azure AI Search" data source. The index has embedding included and I have embedding in my deployment. The steps I have taken to get here. Go to Azure OpenAI…

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.
1,083 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,305 questions
asked 2024-11-21T07:03:27.6666667+00:00
Jeremy Vetter 0 Reputation points
commented 2024-11-22T11:41:34+00:00
romungi-MSFT 47,196 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Choosing Between GPT-4 Turbo and GPT-4o: Evaluating the Best Approach for Chat Functionality in Azure OpenAI

I am planning to adopt Azure OpenAI into our company. I am confused about how to choose between GPT-4 Turbo and GPT-4o for chat functionality. I can't identify the major differences from the documentation. Both models can handle chat and pictures as a…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,305 questions
asked 2024-05-31T01:33:26.34+00:00
tatsu sei 100 Reputation points
answered 2024-11-22T09:15:51.9733333+00:00
marketing 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Speech Avatar Live Chat Playground limit

Hi there, Is there some kind of limit for Azure Speech service playground for testing Live Avatar. I play with the Avatar options, works very nice for quick demos, but if I give long scenario (like prompt) in the settings (box for details about the…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,799 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,305 questions
asked 2024-11-22T06:48:16.99+00:00
Muhammad Shuja 115 Reputation points
accepted 2024-11-22T09:11:03.1133333+00:00
Muhammad Shuja 115 Reputation points
1 answer

Deploy the prompt flow in Azure AI Studio to our own Mobile Application

Hi, I already successfully deploy my prompt flow in Azure AI Studio and the next step is I need to connect it with my own mobile application. I want to seek advice on what is the next step I need to do after the deployment? How to properly connect those…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,305 questions
asked 2024-11-22T08:57:15.99+00:00
Farah Diana Masri 5 Reputation points
answered 2024-11-22T09:10:31.4433333+00:00
Azar 23,190 Reputation points MVP
1 answer

Azure OpenAI API returns 401 Unauthorized with audience error: "https://cognitiveservices.azure.com" expected

Issue: I’m receiving a 401 Unauthorized error when trying to access the Azure OpenAI API. The error message specifically mentions: "Unauthorized. Access token is missing, invalid, audience is incorrect (https://cognitiveservices.azure.com), or have…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,305 questions
asked 2024-11-15T10:42:52.6966667+00:00
Magnus Vinterhav 0 Reputation points
edited a comment 2024-11-22T07:00:25.34+00:00
Pavankumar Purilla 1,230 Reputation points Microsoft Vendor
2 answers

How to achieve 50,000 azure open ai api requests in 5 hours which contains minimum of 10k input tokens and 7k output tokens in each call?

For my use case, I want to process the text data using azure openAI. The model im using is gpt-4o-mini. In this I need to process 15,000 * 50,000 tokens in 8 hours. So , the number of api calls per minutes or ratelimit is restricting my solution. Can…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,305 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,931 questions
asked 2024-11-21T09:16:00.56+00:00
Johnimmanuel Vetri 20 Reputation points
answered 2024-11-22T06:37:29.09+00:00
Shikha Ghildiyal 0 Reputation points Microsoft Employee
0 answers

Count the # of Prompt caching tokens for Azure OpenAI service

Hi, Azure team, I deploy the gpt-4o-mini-2024-07-18 model on azure openai service and call it using AzureOpenAI client: client = AzureOpenAI( api_key=<api key>, azure_endpoint=https://xxxx.openai.azure.com/ …

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,305 questions
asked 2024-11-22T03:34:42.1933333+00:00
youyang 0 Reputation points
commented 2024-11-22T05:51:20.6066667+00:00
navba-MSFT 25,595 Reputation points Microsoft Employee
0 answers

Can't upload file through API

I'm trying to upload files to Azure for fine-tuning, but I'm getting resource not available error. I know that the client I creates is fine, because I tested it with the chat option. For example, if I run the following using my…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,305 questions
asked 2024-11-21T20:13:43.6+00:00
Zandarashvili, Levani 0 Reputation points
edited a comment 2024-11-22T05:28:23.93+00:00
navba-MSFT 25,595 Reputation points Microsoft Employee
0 answers

GPT-4o has a 35k input token limit

I'm using Azure Openai in one of my applications, and it looks like both gpt-4o and gpt-4o-mini have a 35k input token limit, even though the documentation says it's 128k. I am checking the actual input tokens in the chat completion response, and 35k…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,305 questions
asked 2024-11-21T21:47:30.3133333+00:00
Jon Mendizabal 0 Reputation points
commented 2024-11-22T00:47:55.9+00:00
kothapally Snigdha 335 Reputation points Microsoft Vendor
0 answers

How to upgrade Azure Open AI model from gpt-35-turbo to gpt-4o-global

Hi Support Team, Would like to ask how to upgrade Azure Open AI model from gpt-35-turbo to gpt-4o-global? Thanks in advance.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,305 questions
asked 2024-11-21T02:57:34.89+00:00
Me-Ann Gianan 0 Reputation points
commented 2024-11-22T00:43:39.44+00:00
Saideep Anchuri 335 Reputation points Microsoft Vendor
0 answers

About Azure OpenAI Service Batch

i did batch work about getting information about image by using gpt-4o-mini-batch reference is that …

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,305 questions
asked 2024-11-20T03:01:59.9533333+00:00
수원 조 6 Reputation points
commented 2024-11-22T00:29:33.9166667+00:00
수원 조 6 Reputation points
1 answer

Azure OpenAi GPT 4o returning "rate_limit_exceeded"

Hello, We have setup a pay as you go account, and we are using Azure openAI services for our internal use case. We have been using GPT-4o for the last 3 months with Assistants API and Azure AI search as well, it was working properly and most of our use…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,305 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,931 questions
asked 2024-11-21T15:30:36.2166667+00:00
Arun Kumar Ganesh 0 Reputation points
answered 2024-11-21T23:27:02.9133333+00:00
Pavankumar Purilla 1,230 Reputation points Microsoft Vendor
5 answers One of the answers was accepted by the question author.

Character Limit Issue with Azure OpenAI Bot in Microsoft Teams

I am developing a bot using Azure OpenAI and Search service, which is deployed on Microsoft Teams. The bot works correctly in my local environment, but when I deploy it to Teams, the responses fail due to the character limit in the Teams channel (480…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
853 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,394 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,374 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,305 questions
asked 2024-09-30T13:08:26.45+00:00
Eugenio García Duro 25 Reputation points
answered 2024-11-21T22:13:19.5566667+00:00
Aballe Ochoa, Roberto 0 Reputation points
0 answers

Access to o1 models on Azure OpenAI

Hey, my Azure Enterprise account applied for access to the GPT o1 models about a month ago and there still hasn't been any response on the status. Any way I can have someone internally check on this? Thanks! Ammar

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,305 questions
asked 2024-11-21T16:39:39.7433333+00:00
Ammar Khomusi 0 Reputation points
commented 2024-11-21T21:53:25.6933333+00:00
kothapally Snigdha 335 Reputation points Microsoft Vendor
2 answers

Notfound error when uploading a file to azure openai

NotFoundError: Error code: 404 - {'statusCode': 404, 'message': 'Resource not found'} Getting the above error when running file_id = client.files.create( …

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,305 questions
asked 2024-10-17T21:33:04.98+00:00
Amin Elsehemy 0 Reputation points
answered 2024-11-21T20:19:20.21+00:00
Zandarashvili, Levani 0 Reputation points
1 answer

Urgent: Missing OpenAI API Credits

Dear Microsoft Support Team, I hope this message finds you well. I am writing to express my concern regarding the OpenAI API credits that I have not yet received. Despite completing the necessary steps to claim the $5000 credits, they have not been…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,305 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
409 questions
asked 2024-11-15T08:45:00.54+00:00
Ayoola Emmanuel 0 Reputation points
commented 2024-11-21T16:54:27.61+00:00
Ayoola Emmanuel 0 Reputation points
0 answers

Access to o1 models on Azure OpenAI

Hello, 2 months ago I applied for the Azure OpenAI Service o1 model on behalf of my company, but we still couldn't get any response. Is there anyone from Microsoft can check the current situation of our application? Thanks, Mert

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,305 questions
asked 2024-11-20T13:53:39.4066667+00:00
Mehmet Mert Tezcan 0 Reputation points
commented 2024-11-21T16:40:21.65+00:00
Ammar Khomusi 0 Reputation points
0 answers

AzureOpenAI FileUpload - Timeout APIConnectionError during Large File Upload (>200MB)

About this case, I posted in azure github, but do not get answer yet. https://github.com/Azure/azure-sdk-for-js/issues/31148#issuecomment-2389261458 Describe the bug When attempting to upload a large file (>200MB) to the Azure OpenAI API using the…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,305 questions
asked 2024-11-21T02:53:29.2833333+00:00
Su Myat Hlaing 160 Reputation points
commented 2024-11-21T14:50:08.33+00:00
SriLakshmi C 745 Reputation points Microsoft Vendor
1 answer

Why is my RAG model giving non-deterministic answer to same question?

I am using azure virtual machines to host a LLM that is in a RAG model. I ask it the same question multiple times and it gives me different results. It says 'I don't know the answer' sometimes and sometimes it gives the actual answer (which is the…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,305 questions
asked 2024-11-19T19:18:26.98+00:00
Mason 20 Reputation points
commented 2024-11-21T14:37:41.9666667+00:00
santoshkc 10,140 Reputation points Microsoft Vendor