# Vercel Functions can now be up to 5GB in package size

DevFeed: [Vercel Functions can now be up to 5GB in package size](<https://devfeed.tech/articles/vercel-functions-can-now-be-up-to-5gb-in-package-size-1150.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/vercel-functions-can-now-be-up-to-5-gb-in-package-size>)

Author: Seiya Nuta

Published: 2026-06-29T11:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Python](<https://devfeed.tech/topics/python.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [backend](<https://devfeed.tech/tags/backend.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [python](<https://devfeed.tech/tags/python.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Vercel Functions on Fluid compute now support Node.js and Python deployments with package sizes up to 5GB, a 20x increase over the previous 250MB limit. The Large Functions capability is in public beta and enables larger backend workloads, including data and AI libraries, generated clients, browser automation dependencies, and media-processing packages.

## Source excerpt

Vercel Functions now support Node.js and Python deployments up to 5GB in package size on Fluid compute, a 20x increase over the previous 250MB limit. Large Functions support is in public beta. This makes Vercel compatible with backend workloads that do not fit within the 250MB limit, such as Python data and AI libraries, large generated clients, browser automation dependencies, image and video processing packages, and routes with substantial shared application code. New projects are automatically enrolled in the beta. Existing projects can opt in by adding VERCEL_SUPPORT_LARGE_FUNCTIONS=1 as an Environment Variable, then redeploying, or you'll be asked to opt in if a Function ever crosses the 250MB limit. You can scope the variable to preview deployments first to test before enabling it in production. Vercel still keeps Functions under 250MB in package size on the standard path. In eligible projects, only Functions that exceed the standard 250MB limit use the beta; other Functions in the same deployment are unchanged. The dashboard surfaces when a deployment is using Large Functions, so you always know exactly what's running. Learn more in the Vercel Functions limits documentation. Read more