We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5614e commit 2132b20Copy full SHA for 2132b20
README.md
@@ -107,6 +107,10 @@ const output = await replicate.run(model, { input });
107
> [!NOTE]
108
> File handle inputs are automatically uploaded to Replicate.
109
> 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.
114
115
### Webhooks
116
0 commit comments