Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI Studio
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Functions
  • Comparison with other Yandex Cloud services
  • Tools
  • Pricing policy
  • Access management
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  • FAQ

In this article:

  • What goes into the cost of using Cloud Functions
  • Cost calculation formula
  • Cost calculation example
  • Using triggers
  • Alice skills
  • Prices for the Russia region
  • Invoking a function
  • Function execution time
  • Provisioned instances
  • Outbound traffic

Cloud Functions pricing policy

Written by
Yandex Cloud
Updated at July 14, 2025
  • What goes into the cost of using Cloud Functions
    • Cost calculation formula
    • Cost calculation example
  • Using triggers
  • Alice skills
  • Prices for the Russia region
    • Invoking a function
    • Function execution time
    • Provisioned instances
    • Outbound traffic

To estimate your service costs, see the pricing in this section.

The prices for service products are also available in the price list.

Note

Currency of Service rates (prices) depends on the company you made a contract with:

  • Prices in US dollars are applicable to customers of Iron Hive doo Beograd (Serbia) or Direct Cursus Technology L.L.C. (Dubai).
  • Prices in Russian roubles are applicable to customers of Yandex.Cloud LLC.

All prices below do not include VAT.

What goes into the cost of using Cloud FunctionsWhat goes into the cost of using Cloud Functions

In Cloud Functions, you pay for the number of function calls, computing resources allocated for the function, downtime of provisioned instances, and outgoing traffic.

When billing computing resources (GB × hour), the memory allocated for the function and function execution time are taken into account:

  • The amount of memory specified when creating a version, in GB.
  • The execution time for each function call in hours, rounded up to the nearest multiple of 100 ms.

Warning

You are only charged for the function calls that triggered your code to run.

Cost calculation formulaCost calculation formula

Price per month = $0.049230 × Memory (GB) × Call processing time (Hours) + $0.144000 × Call count (in millions)

The following initial amounts are offered free of charge each month:

  • 1000000 function invocations.
  • 10 GB×hour of function execution.

After you spend the free amount of services, you will be charged at the applicable rate. The unused balance of free services is reset at the end of the month.

Cost calculation exampleCost calculation example

Example of calculating the cost of a function that has:

  • Memory specified when creating the version: 512 MB
  • Number of function calls: 10,000,000
  • Execution time of each call: 800 ms

$0.049230 × ((512 / 1,024) × (800 / 3,600 / 1,000) × 10,000,000 – 10) + $0.144000 × ((10,000,000 – 1,000,000) / 1,000,000)

Total: $55.503700

Where:

  • $0.049230: Price per 1 GB×hour.
  • 512 / 1,024 converts MB to GB, as execution time is calculated in GB×hour.
  • 800 / 3,600 / 1,000 converts milliseconds to hours, as execution time is calculated in GB×hour.
  • 10,000,000: Number of function calls.
  • 10: Subtracted because the first 10 GB×hour are free of charge.
  • $0.144000: Price per 1 million function calls.
  • 10,000,000: Number of function calls.
  • 1,000,000: Subtracted because the first million calls are free of charge.
  • 1,000,000: Divisor to calculate the number of millions of function calls.

Using triggersUsing triggers

Triggers can be used free of charge. You can create and use triggers within the available quotas and limits.

Alice skillsAlice skills

Cloud Functions functions used for Alice skills are not billable and do not consume your free amount of services, if:

  • The function is invoked by the Yandex Dialogs platform.
  • The Alice's skill was created by the instructions.

However, if the function uses other Yandex Cloud resources, they are billed. For example, if the function makes requests to the Message Queue queue, the requests are billed according to the pricing.

Prices for the Russia regionPrices for the Russia region

Note

Yandex Cloud resource pricing vary by region. For more information about the available regions, see Regions.

Your payment currency is determined by your contracting legal entity. For more information on creating an account, see Registering an account in Yandex Cloud.

Invoking a functionInvoking a function

Service Price per 1 million calls,
without VAT
Function calls, 1 million or less calls per month Free
Function calls, over 1 million invocations per month $0.144000

You pay for the actual number of invocations. For instance, 1,000 calls over the included number cost $0.000144 if 1000000 calls are $0.144000.

Function execution timeFunction execution time

Service Price per 1 GB×hour,
without VAT
Functions execution, 10 GB×hour or less per month Free
Functions execution, over 10 GB×hour per month $0.049230

Provisioned instancesProvisioned instances

Service Price per 1 GB×hour, without VAT
Downtime of a provisioned instance $0.010800
Execution time of a function in a provisioned instance $0.020700

Outbound trafficOutbound traffic

When using the service, you pay for traffic from Yandex Cloud to the internet. Traffic between internal IP addresses of Yandex Cloud services and incoming internet traffic is free.

The first 100 GB of outgoing traffic per month are free of charge.

The minimum billing unit is 1 MB.

Resource category Price of 1 GB,
without VAT
Outgoing traffic, 100 GB or less per month Free
Outgoing traffic, over 100 GB per month $0.013770

Was the article helpful?

Previous
Tools
Next
Access management
© 2025 Direct Cursus Technology L.L.C.