Vercel Functions can now run on Fluid compute
Vercel Functions now run on Fluid compute, offering multi-request-per-instance handling, cold start protection, and up to 85% lower costs for high-concurrency workloads across all plans.
Vercel Functions can now run on , bringing improvements in efficiency, scalability, and cost effectiveness. . Fluid computeFluid is now available for all plans or learn more in our and .Enable Fluid todayblogdocumentation Read more What’s New Functions can handle multiple requests per instance, reducing idle time and lowering compute costs by for high-concurrency workloadsOptimized concurrency:up to 85% Fewer cold starts with smarter scaling and pre-warmed instancesCold start protection: Functions scale before instances, moving beyond the traditional 1:1 invocation-to-instance modelOptimized scaling: Use to run background tasks after responding to the clientExtended function lifecycle:waitUntil Detects and stops infinite loops and excessive invocationsRunaway cost protection: Requests are routed to the nearest of your selected compute region for better performanceMulti-region execution: No restrictions on native modules or standard librariesNode.js and Python support: