Document Translator in Azure OpenAI
We have the below queries regarding the Document Translator creation in Azure OpenAI. Please help for selecting the correct configuration while creating the Document Translator: For using the Document Translator in Azure OpenAI, is it necessary or…
Azure AI Translator
Azure OpenAI Service
Errors with Azure AI Studio Login + Support from going to Vercel from MS Azure
Hello, I am new to Microsoft Azure AI Platform. However, when trying to login to the platform, I get this error from "https://login.microsoftonline.com/common/federation/oauth2msa": "Sign in Sorry, but we’re having trouble signing you…
Azure OpenAI Service
Azure | Azure Startups
Cost rates and historical cost of Azure openAI models
How to obtain cost rates of Azure OpenAI models such as gpt-4 or gpt-4o? In addition, is it possible to check historical costs per deployed Azure OpenAI model? Thanks
Azure OpenAI Service
Ask about DeploymentType of OpenAI Models
Regarding the deployment type for OpenAI models: I've read the documentation here: https://learn.microsoft.com/es-es/azure/ai-services/openai/how-to/deployment-types However, I'm still unsure about which deployment type to use. In our company, we…
Azure OpenAI Service
Azure AI services
"Deploying web app" never stops in Azure OpenAI Add your data web deployment
Hi, I am trying to test the webapp deployment feature through Azure OpenAI. However I am stuck at Step 4 of the page (https://learn.microsoft.com/en-us/azure/ai-studio/tutorials/deploy-chat-web-app). Any help is appreciated. Does that previous…
Azure OpenAI Service
Azure | Azure Startups
Does Azure DALL-E support image editing?
Hi, I am working on image generation with Azure DALL-E. What I'm interested in is editing the generated image. The OpenAI DALL-E 2 API allows image editing. Can Azure DALL-E handle this? If not yet available, when might this feature be provided? I look…
Azure OpenAI Service
Azure AI services
Clarification on Response Differences Between Chat Playground and API
I am reaching out to ask a question as AI developer, why we are experiencing differences in response when using the same instructions in the chat Assistants playground versus the API (via assistant ID - both using gpt-4 version 1106-Preview with exactly…
Azure OpenAI Service
Azure | Azure Startups
How to resolve Internal Server Error
I'm testing out the Chat playground feature in Azure AI Studio. I have a web app created but when I navigate to the end point, I get an Internal Server Error. It also shows that the deployment Failed. My deployment is in Central US region. What am I…
Azure OpenAI Service
Azure App Service
Azure | Azure Startups
Help with Calculating GPT-4 Cost. Azure cost management studio cost is not accurate
I need assistance with accurately calculating the cost for GPT-4 (RPM 47). I have used 1.87 million prompt tokens, but my bill shows approximately $14.5 USD, which doesn't seem correct based on the pricing method I know. Can someone provide guidance on…
Azure OpenAI Service
Azure AI Studio - Error binding an index to a chat
I have issues with an Azure OpenAI Hub: RESOURCES AND CONFIGS The resources I have are the following: Hub Resources: ias-dev-hub01 ias-dev-hub01-proj01 iasdevhub01config (Hub configuration storage account) RAG Resources: …
Azure AI Search
Azure OpenAI Service
Azure AI services
The requested job 'batch_xxxxxx' does not exist under the account 'xxx'
使用azure openai 服务时,使用batch创建批处理任务,创建任务成功,并返回了任务ID,但在调用查询任务时报错 client.batches.retrieve(batch_id) The requested job 'batch_xxxxxx' does not exist under the account 'xxx',Please check the account name, deployment name and the job identifier and try again
Azure OpenAI Service
Error in Sweeden region model gpt-35-turbo SKU standard
Hi, We need to change one of our model deployments gpt-35-turbo as per an email sent by Microsoft some time ago. We have to change the model version to 0125 but when changing it in Sweedencentral region, it fails with the following error unexpected…
Azure OpenAI Service
Accessing a Llama 3 model deployed on Azure OpenAI returns 403 "key_auth_bad_header_forbidden"
I have deployed a Llama 3 model to Azure OpenAI: I then try to access it with the following Java code: AzureOpenAiChatModel model = AzureOpenAiChatModel.builder() .apiKey(AZURE_OPENAI_KEY) .endpoint(AZURE_OPENAI_ENDPOINT) …
Azure OpenAI Service


Error Encountered When Using Azure OpenAI API with Structured Outputs and Images
Encountering issues while making an Azure OpenAI call when setting the response format to structured outputs alongside sending an image. The API response returns the following error…
Azure OpenAI Service
Understanding Cost and Resource Utilization in Azure ML Notebooks for RAG Techniques with LLMs
When working in Azure ML using the RAG technique with the OpenAI model API, I deploy a model and use its API. I understand there are costs associated with the OpenAI model API and text embedding models, but I’m unclear about the compute resources…
Azure Machine Learning
Azure OpenAI Service
Help with Bicep Template for Deleting Azure Resources Based on Resource Name
I have created Bicep templates for provisioning various Azure resources such as Azure OpenAI, Azure Cognitive Search, Azure App Service, and Azure Cosmos DB. In a similar way, I would like to write a Bicep template or script that allows for the deletion…
Azure Machine Learning
Azure Functions
Azure Cosmos DB
Azure OpenAI Service
Azure App Service
Azure OpenAI Service - Can't deploy 4o or 4o-mini models in regional standard mode in Sweden Central
Hi there I'm trying to create a deployment of a 4o-mini model on standard mode in Sweden Central, which regarding documentation should be available. However when trying to do it, Sweden Central appears tagged with (no quota) and the only regions…
Azure OpenAI Service
Is my understanding of the new Azure OpenAI Fine-Tuning pricing model accurate?
Reading through some of the documentation for the new fine-tuning capability for Azure OpenAI models (https://techcommunity.microsoft.com/t5/azure-ai-services-blog/fine-tuning-now-available-with-azure-openai-service/ba-p/3954693), it says there is a…
Azure OpenAI Service
"Insufficient quota. Cannot create/update/move resource 'azureragdemowithopenai'
While creating Azure OpenAI Resource, I get the following validation error. {"code":"InvalidTemplateDeployment","details":[{"code":"InsufficientQuota","message":"Insufficient quota. Cannot…
Azure OpenAI Service
MetricsQueryClient giving different results with different timespans
I'm using the Python MetricsQueryClient to list out how many tokens were used on certain days via the APIM policy "azure-openai-emit-token-metric". The problem is that when I call the query_resource() function with "timespan" set for…