@@ -111,10 +111,11 @@ def upload(
111111 about how to implement secure client-side file upload.
112112
113113 **File size limit** \\
114- On the free plan, the maximum upload file sizes are 20MB for images, audio, and raw
115- files, and 100MB for videos. On the paid plan, these limits increase to 40MB for
116- images, audio, and raw files, and 2GB for videos. These limits can be further increased
117- with higher-tier plans.
114+ On the free plan, the maximum upload file sizes are 25MB for images, audio, and raw
115+ files, and 100MB for videos. On the Lite paid plan, these limits increase to 40MB
116+ for images, audio, and raw files and 300MB for videos, whereas on the Pro paid plan,
117+ these limits increase to 50MB for images, audio, and raw files and 2GB for videos.
118+ These limits can be further increased with enterprise plans.
118119
119120 **Version limit** \\
120121 A file can have a maximum of 100 versions.
@@ -365,10 +366,11 @@ async def upload(
365366 about how to implement secure client-side file upload.
366367
367368 **File size limit** \\
368- On the free plan, the maximum upload file sizes are 20MB for images, audio, and raw
369- files, and 100MB for videos. On the paid plan, these limits increase to 40MB for
370- images, audio, and raw files, and 2GB for videos. These limits can be further increased
371- with higher-tier plans.
369+ On the free plan, the maximum upload file sizes are 25MB for images, audio, and raw
370+ files, and 100MB for videos. On the Lite paid plan, these limits increase to 40MB
371+ for images, audio, and raw files and 300MB for videos, whereas on the Pro paid plan,
372+ these limits increase to 50MB for images, audio, and raw files and 2GB for videos.
373+ These limits can be further increased with enterprise plans.
372374
373375 **Version limit** \\
374376 A file can have a maximum of 100 versions.
0 commit comments