How much data can one CustomGPT process?

Hey,

I want to upload the text of 40 books to a custom GPT and be able to perform prompt against these data.
Is this possible or is there a limit how much data a custom GPT can handle?
I only read about a limit in terms of amount of files and size per file.
But what if I put this in just one file?

1 Like

Hi @pm6 and welcome to the community!

According to these docs, you have the following limitations:

  • You can upload up to 20 files
  • Each file can be up to 512 MB in size, and can contain up to 2 million tokens

So if you put in just a single file, it can be max 512 MB in size and 2 million tokens.

3 Likes