From fded975ce3045b7933e15b87d1cbc5c94fa3ac86 Mon Sep 17 00:00:00 2001 From: Mattt Zmuda Date: Fri, 5 Jul 2024 11:09:08 -0700 Subject: [PATCH] Document 100MiB file upload limit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 401bfad..8f4350b 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,10 @@ const output = await replicate.run(model, { input }); > [!NOTE] > File handle inputs are automatically uploaded to Replicate. > See [`replicate.files.create`](#replicatefilescreate) for more information. +> The maximum size for uploaded files is 100MiB. +> To run a model with a larger file as an input, +> upload the file to your own storage provider +> and pass a publicly accessible URL. ### Webhooks