Vercel Billing Overview bug?

Hi, I have some doubts about the current billing cycle.

On one hand it seems that Blob usage is having on-demand usage but not incurring in charges, on the other it seems Edge Requests haven’t reach the limit included yet but it’s already generating additional charges. I know that for Simple Operations you are getting charged $0.40 per additional 1M, but for Data Transfer is $0.05 per additional 1 GB so it should appear in the the charges, right?

Also I wanted to ask something related to files caching. Is this % cached a normal thing? This images are in my home page so they are consuming making many Edge Requests

Looking at your billing overview, there are a few things that could explain what you’re seeing:

  • For Blob usage showing 0 charges despite on-demand usage:

    • You might still be within the free tier limits for Blob storage
    • Some Blob operations (like reads) have generous free allowances
    • The charges might be very small and rounded down in the display
  • For Edge Requests showing charges before hitting the limit:

    • Edge Requests and Edge Functions are billed separately
    • You might be seeing charges for Edge Functions executions, not just requests
    • Different request types (static vs dynamic) have different billing structures

To get a clearer picture, I’d recommend:

  1. Check your detailed usage breakdown in the Dashboard
  2. Look at the specific metrics for each service
  3. Verify the exact limits for your plan

If the billing still looks wrong after reviewing these details, please contact Vercel support directly via vercel.com/help with your specific usage numbers.

Hi, I don’t really get what you mean by this:

  • Edge Requests and Edge Functions are billed separately
  • You might be seeing charges for Edge Functions executions, not just requests
  • Different request types (static vs dynamic) have different billing structures

As all I’m mainly consuming are Edge Requests.

My PRO Plan includes 10M requests and after that each 1M is $2.00, but as you can see I haven’t even reached the 10M limit and the charge is already at $3.58