I am trying to upload a large document using Azure Open AI 4o Model which has 128 tokens limit, which is supporting close to 100 pages of PDF to be uploaded, how can we upload more than 100 pages in such scenario.
There's an upload limit. The Max size of all files per upload (Azure OpenAI on your data) is 16 MB. What is the file size you are trying to upload?
If you are trying to upload large files, you could try splitting the PDF into smaller documents that are within the limit and upload.
Do let me know if that helps or have any further queries I can help with.
Happy to assist you.