Skip to content

Commit 2132b20

Browse files
committed
Document 100MiB file upload limit
1 parent ba5614e commit 2132b20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ const output = await replicate.run(model, { input });
107107
> [!NOTE]
108108
> File handle inputs are automatically uploaded to Replicate.
109109
> See [`replicate.files.create`](#replicatefilescreate) for more information.
110+
> The maximum size for files is 100MiB.
111+
> To run a model with a larger file as an input,
112+
> upload the file to your own storage provider
113+
> and pass a publicly accessible URL.
110114
111115
### Webhooks
112116

0 commit comments

Comments
 (0)