Maximum file size for OpenAI service

Daniel Martinez 40 Reputation points
2024-01-17T09:00:34.49+00:00

Hello.

I'm working on with Azure AI Studio, and I'm gathering information about the file size limitations.

  1. This document "Quotas limits: max size of all files per upload" says, "Max size of all files per upload" is limited to 16MB.
  2. I can't understand why is this limitation so low when in the "Project limits" document it says we can use Azure Blob Storage to upload .pdf files of 25MB for Azure AI Search
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,884 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ramr-msft 17,736 Reputation points
    2024-01-17T11:06:04.0766667+00:00

    Thanks for the question, If you want to use OpenAI models to do question answering\completions on your custom data text files, this limit applies to how many data files you can upload and the total size of the files. There is an upload limit, and there are some caveats about document structure and how it might affect the quality of responses from the model. Azure AI Studio and Azure AI Search are two separate services with different capabilities and limitations. The 16MB file size limit you mentioned refers to the maximum size of files that can be uploaded directly to Azure AI Studio. This limit is in place to ensure efficient processing and to optimize the user experience.

    On the other hand, Azure AI Search allows you to index data from various sources, including Azure Blob Storage. When using Azure Blob Storage as a data source, the file size limit for individual PDF files is 25MB. This limit is specific to Azure AI Search and is separate from the file size limit for uploads in Azure AI Studio.

    In summary, the file size limits for Azure AI Studio and Azure AI Search are different because they are separate services with different capabilities and limitations.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.