resources/files/index.md +9 −1
175 175
176Upload a file that can be used across various endpoints. Individual files176Upload a file that can be used across various endpoints. Individual files
177can be up to 512 MB, and each project can store up to 2.5 TB of files in177can be up to 512 MB, and each project can store up to 2.5 TB of files in
178178total. There is no organization-wide storage limit.total. There is no organization-wide storage limit. Uploads to this
179endpoint are rate-limited to 1,000 requests per minute per authenticated
180user.
179 181
180- The Assistants API supports files up to 2 million tokens and of specific182- The Assistants API supports files up to 2 million tokens and of specific
181 file types. See the [Assistants Tools guide](/docs/assistants/tools) for183 file types. See the [Assistants Tools guide](/docs/assistants/tools) for
187- The Batch API only supports `.jsonl` files up to 200 MB in size. The input189- The Batch API only supports `.jsonl` files up to 200 MB in size. The input
188 also has a specific required190 also has a specific required
189 [format](/docs/api-reference/batch/request-input).191 [format](/docs/api-reference/batch/request-input).
192- For Retrieval or `file_search` ingestion, upload files here first. If
193 you need to attach multiple uploaded files to the same vector store, use
194 [`/vector_stores/{vector_store_id}/file_batches`](/docs/api-reference/vector-stores-file-batches/createBatch)
195 instead of attaching them one by one. Vector store attachment has separate
196 limits from file upload, including 2,000 attached files per minute per
197 organization.
190 198
191Please [contact us](https://help.openai.com/) if you need to increase these199Please [contact us](https://help.openai.com/) if you need to increase these
192storage limits.200storage limits.