🌐
Google Cloud
cloud.google.com › cloud run functions › pricing
Pricing | Cloud Run functions | Google Cloud
Cloud Run functions (1st gen), formerly known as Cloud Functions (1st gen) are priced according to how long your function runs, how many times it is invoked and how many resources you provision for the function. If your function makes an outbound network request, there are also additional data transfer fees.
🌐
Google Cloud
cloud.google.com › cloud run functions › pricing overview
Pricing Overview | Cloud Run functions | Google Cloud
Depending on which version of Cloud Run functions you are using, see the following pricing pages:
Discussions

Google Cloud run costs
Look into cloud (run) functions, if you need to acc slack within 3s you could have two functions, one for slack and one for your logic :) More on reddit.com
🌐 r/googlecloud
25
17
November 22, 2024
Google Cloud Run Cost
You can set min instances to 1, so there would still be low latency. They would bill for idle time vs running time which is pretty cheap More on reddit.com
🌐 r/googlecloud
35
11
March 30, 2024
Usage cost for Cloud run functions.
Open the cost analysis portal, filter to cloud run and you can select different grouping like per service from there, and drill down further if required. More on reddit.com
🌐 r/googlecloud
4
1
August 21, 2025
It appears that Gen 2 Functions are simply Cloud Run services now - does anyone know if the billing usage is still separate?
Cloud Functions (2nd gen) pricing is based on Cloud Run pricing. Also it uses Eventarc for event delivery so that will also impact pricing More on reddit.com
🌐 r/googlecloud
5
9
November 11, 2022
🌐
Modal
modal.com › blog › google-cloud-function-pricing-guide
Google Cloud Run functions pricing: understanding costs and optimization
September 25, 2024 - Let’s say your first gen function ... also pay $0.0000004 for the invocation ... Google Cloud offers a generous free tier for second gen functions....
🌐
Google Cloud
cloud.google.com › run › pricing
Cloud Run pricing | Google Cloud
If you deploy your source code or function to Artifact Registry and exceed the Artifact Registry free tier usage, you will incur charges for deploying your functions, even when your use of Cloud Run falls within the free tier.
🌐
Cloudchipr
cloudchipr.com › blog › cloud-run-pricing
Google Cloud Run Pricing in 2025: A Comprehensive Guide
November 14, 2025 - Also, Cloud Run’s CPU/memory options let you fine-tune your container size (even as low as 0.1 vCPU) which can lower cost for lightweight tasks. The pricing for Cloud Run and second-gen functions is unified (second-gen functions are essentially Cloud Run under the hood), whereas first-gen functions have their own pricing page and quotas.
🌐
Reddit
reddit.com › r/googlecloud › google cloud run costs
r/googlecloud on Reddit: Google Cloud run costs
November 22, 2024 -

Hey everyone,

for our non-profit sportsclub I have created a application wrapped in docker that integrates into our slack workspace to streamline some processes. Currently I had it running on a virtual server but wanted to get rid of the burden of maintaining it. The server costs around 30€ a year and is way overpowered for this app.

Startup times for the container on GCloud run are too long for Slack to handle the responses (Slack accepts max. 3 seconds delay), so I have to prevent cold starts completely. But even when setting the vCPU to 0.25 I get billed for 1 vCPU second/ second which would accumulate to around 45€ per month for essentially one container running without A FULL CPU.

Of course I will try to rebuild the app to maybe get better cold starts, but for such simple application and low traffic that seems pretty expensive. Anything I am overlooking right now?

🌐
Google
firebase.google.com › pricing
Firebase Pricing - Google
* No-cost usage on Blaze plan is calculated daily. Details differ slightly for Cloud Functions, Firebase ML, Phone Auth, and Test Lab.
🌐
Google Cloud
cloud.google.com › functions
Cloud Run functions | Google Cloud
Cloud Run functions is priced according to how long your function runs, how many times it's invoked, and how many resources you provision for the function.
Find elsewhere
🌐
Economize
economize.cloud › blog › google-cloud-functions-pricing
The Ultimate Guide to Google Cloud Functions Pricing Model
July 29, 2024 - Google Cloud Functions offers a cost-effective and scalable serverless computing solution, allowing developers to execute code in response to various events without managing servers. Cloud Functions pricing works according to how long your function runs, how many times it’s invoked, and how many resources you provision for the function.
🌐
Google
docs.cloud.google.com › cloud run › compare cloud run functions
Compare Cloud Run functions | Google Cloud Documentation
This guide compares the latest and original Google Cloud choices for deploying functions. This page helps those who previously created functions with the Cloud Functions API and are transitioning to the Cloud Run Admin API.
🌐
Google Cloud
console.cloud.google.com › marketplace › product › google-cloud-platform › cloud-functions
Cloud Run functions – Marketplace
Spend smart, procure faster and retire committed Google Cloud spend with Google Cloud Marketplace. Browse the catalog of over 2000 SaaS, VMs, development stacks, and Kubernetes apps optimized to run on Google Cloud.
🌐
Medium
medium.com › google-cloud › cloud-run-vs-cloud-functions-whats-the-lowest-cost-728d59345a2e
Cloud Run VS Cloud Functions: What’s the lowest cost? | by guillaume blaquiere | Google Cloud - Community | Medium
November 21, 2019 - The specificity of functions is ... you want more MHz and vice versa ... Cloud Run pricing is based on vCPU/s and the memory in Gb/s, rounded up to the nearest 100ms....
🌐
NetCom Learning
netcomlearning.com › blog › google-cloud-functions
Google Cloud Functions in 2026: What It Is, Cloud Run vs Functions, Use Cases & Pricing
1 month ago - Learn what Google Cloud Functions is now called, how Cloud Run functions work, when to use them vs Cloud Run, pricing, best practices, and real-world use cases.
🌐
Cloudchipr
cloudchipr.com › blog › google-cloud-functions
Google Cloud Functions in 2025: What Teams Should Know
September 11, 2025 - Hello world & triggers: The official docs walk you through HTTP and Eventarc-based functions and the deployment flow. Know your limits: Skim the quotas/limits to avoid surprises during load tests. Plan security early: Decide IAM roles, IAP front-door, and Secret Manager wiring before you go live. Price check: Validate a month’s worth of expected requests and durations with the Cloud Run pricing page (rates vary by region and billing mode).
🌐
Reintech
reintech.io › blog › google-cloud-functions-vs-cloud-run-when-to-use-each
Google Cloud Functions vs Cloud Run: Complete Comparison Guide
March 3, 2026 - Scenario: 1 million requests/month, 200ms average execution, 256MB memory Cloud Functions (Gen 2): - Invocations: 1M × $0.40/million = $0.40 - Compute: 1M × 0.2s × 0.25GB × $0.0000025/GB-sec = $0.125 - Total: ~$0.53/month Cloud Run: - Requests: 1M × $0.40/million = $0.40 - Compute: 1M × 0.2s × 0.25GB × $0.0000024/GB-sec = $0.12 - Total: ~$0.52/month (Prices approximate and subject to change)
🌐
Reddit
reddit.com › r/googlecloud › google cloud run cost
r/googlecloud on Reddit: Google Cloud Run Cost
March 30, 2024 -

Hey everyone, hoping to gain some insights for google cloud run. ! I am looking to host my backend api for my mobile application. Since I don't know if it'll gain traction and the load, I'm looking for cost effective solution. If there is even one request to the API, it needs to have little latency since it's near real time app, does google cloud run help with this? I cannot find any info on start up time and also not really able to calculate this.

🌐
DevOpsSchool
devopsschool.com › tutorials › google-cloud-run-functions-tutorial-architecture-pricing-use-cases-and-hands-on-guide-for-application-hosting
Google Cloud Run functions Tutorial: Architecture, Pricing, Use Cases, and Hands-On Guide for Application hosting – Tutorials
In some tools and docs, you may still see “Cloud Functions” terminology or commands—especially in the gcloud functions CLI. Treat those as part of the same ecosystem and verify the latest naming and commands in official docs. In simple terms: Cloud Run functions lets you deploy a single function (a small piece of code) without managing servers, and you pay based on usage.
🌐
CloudCostKit
cloudcostkit.com › home › guides › gcp cloud run pricing guide: cost calculator inputs for requests, cpu, and egress
GCP Cloud Run Pricing Guide: Cost Calculator Inputs for Requests, CPU, and Egress
March 12, 2026 - Estimate Cloud Run cost using requests, duration, concurrency, transfer, and logs. Includes practical calculator inputs and validation steps.
🌐
Reddit
reddit.com › r/googlecloud › usage cost for cloud run functions.
r/googlecloud on Reddit: Usage cost for Cloud run functions.
August 21, 2025 -

Hi guys,
I have about 50 to 60 cloud run functions in my GCP project and i want to know if there is any way of knowing which cloud function is costing me more and how much was the billed amount for each cloud function in the past 30 days ?

Thanks :)

🌐
Encore
encore.cloud › resources › google-cloud-pricing
Google Cloud Pricing – An overview of pricing models for different services – Encore Cloud
June 14, 2023 - Cloud Run is a managed serverless platform, allowing you to run stateless containers without managing the underlying infrastructure. The pricing model is usage-based, factoring in the allocated memory, CPU usage, and the number of requests. If your service is idle, there are no charges. Google Cloud Functions is a serverless execution environment for building and connecting cloud services.