Cloudfest Conference 2025

Use code HH20 for 20% off an event ticket!

Yesterday's Top Poster

Lower pricing with Active CPU pricing for Fluid compute

  • Thread starter Thread starter Mariano Cocirio, Harpreet Arora, Tom Lienard
  • Start date Start date
Vercel Functions on Fluid Compute now use Active CPU pricing, which charges for CPU only while it is actively doing work. This eliminates costs during idle time and reduces spend for workloads like LLM inference, long-running AI agents, or any task with idle time.

Active CPU pricing is built on three core metrics:


  • Active CPU: Time your code is actively executing in an instance. Priced at $0.128 per hour


  • Provisioned Memory: Memory allocated to the instance, billed at a lower rate. Priced at $0.0106 per GB-Hour


  • Invocations: One charge per function call

An example of this in action:

A function running Standard machine size at 100% active CPU would now cost ~$0.149 per hour (1 Active CPU hour + 2 GB of provisioned memory). Previously this would have cost $0.31842 per hour (1.7 GB Memory × $0.18).

Active CPU pricing is now enabled by default for all Hobby, Pro, and new Enterprise teams. For existing Enterprise customers, availability depends on your current plan configuration.

This change takes effect after a redeploy.

Learn more about Fluid compute with Active CPU pricing and read the announcement.

Read more

Continue reading...
 
Back
Top