Hi, I have a question regarding OpenAI file uploads.
According to the File uploads FAQ, it seems that the number of files you can upload depends on your ChatGPT plan.
However, when I use the OpenAI File API, I don’t seem to run into this limitation.
- For example, I uploaded around 100 files through the API and connected them to a Vector Store without hitting any restrictions.
From what I understand, the only clear limits are:
-
Maximum file size per upload: 512MB
-
Maximum total storage per organization: 100GB
So my questions are:
-
Is there no specific limit on the number of files that can be uploaded via the File API?
-
Is there a defined limit on the number of files that can be attached to a single Vector Store?
If anyone has official guidance or experience on these constraints, I’d really appreciate your input.