Python support added to in-function concurrency beta
Vercel adds Python to in-function concurrency beta — reducing idle compute costs for AI workloads.

Why it matters
Infrastructure optimization for AI developers: Vercel's in-function concurrency now supports Python, enabling functions to handle multiple invocations simultaneously and cut idle compute costs. Relevant for AI teams running inference workloads with external API/database dependencies.
The key facts
10 to knowVercel adds Python support to in-function concurrency public beta
Feature reduces idle compute time and associated costs by reusing active instances
Particularly beneficial for AI workloads with external API or database calls
Available to Pro and Enterprise customers on Standard or Performance Function CPU
Real-time resource savings tracking available in Observability dashboard
Python now supported in Vercel's in-function concurrency public beta
Feature available to Pro and Enterprise customers on Standard or Performance Function CPU
In-function concurrency reduces idle compute time by reusing active instances
Particularly beneficial for AI model workloads with external API/database calls
Feature reduces associated infrastructure costs
Go to the source
Vercel Blogvercel.com
Publisher excerpt: is now supported in the ongoing .Pythonin-function concurrency public beta In-function concurrency optimizes functions to handle multiple invocations simultaneously, improving resource efficiency. By reusing active instances instead of creating new ones, it reduces idle compute time and associated…
