Rust runtime now in public beta for Vercel Functions
Vercel adds Rust as first-class runtime for serverless functions — native support now in public beta.

Why it matters
Rust support on Vercel Functions expands language options for developers building AI backends and inference pipelines, enabling lower-latency, memory-efficient deployments with improved observability. Relevant for teams deploying LLM applications and agents requiring high-performance compute.
The key facts
8 to knowRust runtime now in public beta for Vercel Functions
Environment variable limit increased from 6KB to 64KB
Fluid compute support with HTTP response streaming and Active CPU pricing
Integrated logging, observability, and monitoring systems
Available via starter templates (Hello World, Axum)
Fluid compute with HTTP response streaming and Active CPU pricing included
Native integration with Vercel logging, observability, and monitoring systems
Rust Hello World and Rust Axum starter templates available
Go to the source
Vercel Blogvercel.com
Publisher excerpt: Today, we are launching first-class support for the Rust runtime beta. This new release of native support, as an evolution of the , brings the full benefits of Vercel Functions, including Fluid compute (with HTTP response streaming and Active CPU pricing) and an increased environment variable limit…