Zero Data Retention on Azure Open AI DataZone LLM Deployments
Hi, I am posting this after being in touch with several folks and entities at Azure and not receiving a clear answer. We have applied for Modified Access Review by filling out the form at aka.ms/oai/modifiedaccess to request removal of data logging and…
Azure OpenAI Service
Azure OpenAI Resource/Endpoint for API access to MS Copilot
Hello, I'm developing an app that uses API keys for MS Copilot, but I'm missing the endpoint, which I would find by creating a resource under Create Azure OpenAI. However, I'm not able to create a new resource, as you can see from the attached image. I…
Azure OpenAI Service
Responses API charges Code Interpreter, even if not used
Hi everyone, after migrating from the Assistants API to the Responses API, we are encountering unexpected billing behavior: For every single request, a Code Interpreter call is being charged, even though: type is set to "auto" no files are…
Azure OpenAI Service
unexpected OpenAI API Resource Block – PermissionDeniedError 403
hello! i'm getting this error when hitting the OpenAI API service: PermissionDeniedError: Error code: 403 - {'error': {'code': 'Forbidden', 'message': 'Your resource has been temporarily blocked because we detected behavior that may violate our content…
Azure OpenAI Service
No response for quota increase for Azure OpenAI models
We raised a quota limit increase request last week: 7th November 2025, it's 13 November today and we haven't got any response yet. Right now, our quota limit is 50K per deployment, which is becoming a bottleneck for our agentic development. Want to…
Azure OpenAI Service
How can I get increased quotas for Azure AI Foundry OpenAI models
We're developing LLM-powered features and we're having trouble even evaluating Azure as a partner as we can't seem to get access to an account manager and our requests for increased quotas go completely ignored. We haven't had this issue with AWS or GCP…
Azure OpenAI Service
Azure OpenAI – Safety / Moderation Filter Blocks Clinical Psychology Transcriptions (Self-Harm Axis) – Need Full Exception or Guidance
Hello, we are developing a medical transcription and documentation solution for doctors (running, happy with it) and expanding it to licensed psychologists and psychiatrists using Azure OpenAI models. In routine clinical work, dictated notes naturally…
Azure OpenAI Service
Assistant message missing after completed run in Azure OpenAI Assistants API
When using the Assistants API on Azure OpenAI, the assistant message is sometimes missing even though the run status is completed. Reproduction steps: Create a thread with POST /threads. Add a user message with POST /threads/{thread_id}/messages. …
Azure OpenAI Service
Why is our GPT-5 rate limit so low and how can we increase it?
Our current rate limit for GPT-5 models is 50k TPM and 500 RPM which is way to low for production use. We use Data Standard Zone Deployment for EUR but even for Global Standard Zone we have the same limits. We requested a quota increase several times but…
Azure OpenAI Service
Azure-Hosted Codex Issue: Stream disconnected before completion (invalid type: null, expected struct Error)
See: https://github.com/openai/codex/issues/6710 What version of Codex is running? codex-cli 0.58.0 and 0.59.0-alpha.5 What subscription do you have? azureopenai Which model were you using? gpt-5-codex, gpt-5 - rolling back to o3 fixes it. Switching to…
Azure OpenAI Service
Azure Open AI LLM API slow response as of Nov 13th 2025
As of today all all my Azure Foundry deployed APIs (GPT 4o mini, GPT 5 mini) are super slow is response. I wait like 15 sec (instead of 1-2 like before) for the most basic model response. Have customers complaining due to latency. How to debug? …
Azure OpenAI Service
Azure OpenAI using your own data - What is the process at the back?
I reviewed the Microsoft Learn guide on using your data with Azure OpenAI, which instructs adding data_sources (Azure AI Search) into the extra_body of the request. Previously, I tried a custom RAG approach: First, I used an LLM to rewrite the user’s…
Azure OpenAI Service
Able to create fine tuning job for gpt-4o-2024-08-06 in gui but not through code using same OpenAI resource
Hello, I am able to create a fine tuning job for gpt-4o-2024-08-06 in the web ui of my OpenAI service located in eastus. But when I try to do the same through code: from openai import AsyncAzureOpenAI azure_oai_client = AsyncAzureOpenAI( …
Azure OpenAI Service
How to bypass the maximum image input limit for the Azure OpenAI API
Please note that this text has been translated from Japanese to English using a translation tool, so there may be unnatural expressions or contextual errors. We appreciate your understanding. Inquiry Topic I am looking for a way to bypass the image…
Azure OpenAI Service
Creating AI-Generated Videos
I want to use Azure OpenAI to create videos but don't know how. How can I get someone from Microsoft to help me out? Thanks.
Azure OpenAI Service
Accessing Vector Stores
Good Day, Where shall i find vector stores? APIs shown i've mutliple vector stores, status processed, but can not find them on the new UI Is that possible to switch back to the old UI?
Azure OpenAI Service
How to display user profile pictures in a chatbot application using Azure services?
I have developed a chatbot application using Azure Storage Account, Azure AI Search, and Azure Open AI. When I run my code, it opens a web chat application where users can ask questions related to the provided data. This chatbot application is intended…
Azure OpenAI Service
I am reaching out regarding the issue we raised: we are unable to download any files generated by Azure OpenAI Assistant in our enterprise application built using Azure OpenAI Assistants and a .NET MVC backend.
I am reaching out regarding the issue I am facing: I am unable to download any files generated by Azure OpenAI Assistant in our enterprise application built using Azure OpenAI Assistants and a .NET MVC backend. We are integrating Azure OpenAI's Assistant…
Azure OpenAI Service
openAI bad request error
openai.BadRequestError: Error code: 400 - {'error': {'code': 'invalidPayload', 'message': 'The specified base model does not support fine-tuning.'}} i have selected gpt-4o-mini which can be fine tuned why am i getting
Azure OpenAI Service
Unable to create fine-tuning job with gpt-4o in East US 2 Region
Hi, I'm trying to fine-tune a gpt-4o model which is deployed in East US 2, which according to the documentation should be supported. However, I'm getting this error: Error code: 400 - {'error': {'code': 'invalidPayload', 'message': 'The specified base…