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,…
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…
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 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…
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 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…
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…
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/ …
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…
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…
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.
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 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…
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…
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
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( …
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…
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
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…
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…