Can I deploy a fine-tuned GPT-4o in a different region after fine-tuning?
Dear Community, I am a researcher at the University of Zurich and EPFL who uses Microsoft Azure to apply OpenAI models such as GPT-4o to get feedback on texts written by humans. I am now investigating option to fine-tune GPT-4o to improve its output.…
Azure OpenAI Service
Should I use Azure OpenAI or LangChain with OpenAI API for enterprise security and cost efficiency?
I am building an enterprise-level web application and considering two options: Azure OpenAI or LangChain with OpenAI’s API directly. While I understand that pricing is an important factor, I am also concerned about security, compliance, and data privacy.…
Azure OpenAI Service
Is there no issue with Azure OpenAI's policy if a company uses an API key issued through Azure by a different company?
This text has been translated from Japanese to English using a translation tool. There may be some oddities in context or word usage, and I ask for your understanding. We are considering whether it is acceptable to share the Azure OpenAI API key due to…
Azure OpenAI Service
OpenAI ressource location access with standard deployment
Hi, It seems like I can't deploy LLM models in specific regions: I am trying to deploy GPT-4o, 4o-mini, and o3-mini instances in specific regions (france, Germany, and Spain) as requested by a customer. When selecting the "standard"…
Azure OpenAI Service
I'm getting Server Error from Azure OpenAI realtime API in 'response.done'
I'm encountering a server_error when trying to access the Azure /openai/realtime API. I've deployed the gpt-4o-realtime-preview model in the Sweden Central region. Initially, the response.done status was "Completed," but after a few successful…
Azure OpenAI Service
Best option for OCR in Azure: Azure OpenAI or Azure Document Intelligence?
For OCR processing in my enterprise-level application, I am evaluating Azure OpenAI and Azure Document Intelligence. I want to understand the differences between these services in terms of: Accuracy: Which one provides better text extraction results? …
Azure OpenAI Service
Chosing the right Azure Region for services
We are an AI startup building our AI accelerators on Azure and are evaluating the best region for deploying our services. Below is the list of Azure services we are using: FastAPI – Python-based API framework with async support Azure Document…
Azure OpenAI Service
How to fix :( Application Error If you are the application administrator, you can access the diagnostic resources in deployment
Hello community, I deployed my Azure OpenAI as a web app. However, after deployment, the application is failing to load with the ' :( Application Error If you are the application administrator, you can access the diagnostic resources' error. Do you have…
Azure OpenAI Service
how to use the sentence transformer embedding model instead of openai text-embedding-ada-002 model in azure openai
I want to use the sentence transformer embedding model instead of openai text-embedding-ada-002 model in azure openai. In azure cognitive search, inside my index, I have already created the vectors using sentence-transformers/multi-qa-mpnet-base-dot-v1,…
Azure OpenAI Service
gpt-4o assistants suddenly stopped working
After updating quota for gpt-4o deployment, Assistants stopped working totally. Otherwise Azure and Azure AI Foundry is working totally fine. Assistant dashboard won't load and timeouts after 60 seconds. Can't access previously created assistants.
Azure OpenAI Service
Unable to deploy complete fine tunning models
I've already complete fine tune my data (train-valid), but why i cannot deploy the models (all version models i've tried), its because the quota is undefined. Why is this hapenning while my quota deployment still have lot spare (gpt 4o=900k left). Is…
Azure OpenAI Service
GPT o1 Standard Deployment in Sweden Central
While attempting to deploy the GPT o1 model to Sweden Central, we were unable to select a standard deployment. Only Global Standard and Global Provisioned-managed types were available. This is despite indication on the public availability listing…
Azure OpenAI Service
GPT-4o mini raising errors when using with Assistants with Functions & Vector Stores
I am doing experiments combining GPT-4o-mini, Assistants, Vector Stores and Functions and we have noticed that with GPT-4o-mini there appears to be bugs that are often resulting in functions being invoked incorrectly / randomly, resulting in subsequent…
Azure OpenAI Service
How to add my Azure Search AI Service as a data source to a chat model in Azure AI Foundry?
I want to add my Azure AI Search service as a data source to a chatbot (gpt-4o or gpt-4 models) in Azure AI foundry, however, when I try to add it, I can only get to the 'Data Connection' step where it it throws an error on either option I pick for the…
Azure OpenAI Service
Assistants API on Azure OpenAI doesn't support o3-mini
Any ETA on this topic? https://feedbackportal.microsoft.com/feedback/idea/dee70218-7be9-ef11-b542-6045bdb6843f This is critical specially for enterprise cases.
Azure OpenAI Service
Excessive Timeout Errors with OpenAI O1 API (US East 2 Region)
Performance for o1 in the US East 2 region seems to have severely degraded over the last couple of weeks. We've been seeing sigificantly more timeout errors, so have temporarily resorted back to OpenAI's own API. The errors specifically look like…
Azure OpenAI Service
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',…
Azure AI Search
Azure OpenAI Service
How do we upgrade the retiring model gpt-35-turbo to gpt-4o-mini using a Standard deployment for regions that don't support gpt-4o-mini?
For data boundary requirements, we are using Standard deployments for the azure open AI models. We are also open to using the data zone deployments. However, neither of these supports gpt-4o-mini in japaneast or even Asia/Pacific at large. When the…
Azure OpenAI Service
Assistants playground vs APIs
Good Day, When using Azure Open Ai Assistants playground at Azure AI Foundry| Azure OpenAI Service, response is very fast, just 3-5 seconds till last token But when using API, response is very slow reach 70 seconds to get last token? Any work arounds?
Azure OpenAI Service
Azure OpenAI Studio Access and RBAC Configuration
Is Azure OpenAI Studio (https://oai.azure.com/) publicly accessible to all Azure AD users without access to a specific Azure OpenAI resource? If a user is not assigned any RBAC roles, should they still be able to see the UI and the deployed models but…