Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Cloud Functions
  • Comparison with other Yandex Cloud services
  • Tools
  • Pricing policy
  • Access management
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • 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
  • Outgoing traffic

Cloud Functions pricing policy

Written by
Yandex Cloud
Updated at May 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
    • Outgoing traffic

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

Prices for service products are also available in the Price list.

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

Cost in RUB
Cost in KZT

Cost per month = ₽5.9076 × Memory (GB) × Call processing time (Hours) + ₽17.28 × 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 per month = ₸29.5380 × Memory (GB) × Call processing time (Hours) + ₸86.40 × 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
Calculating cost in RUB
Calculating cost in KZT

₽5.9076 × ((512 / 1,024) × (800 / 3,600,000) × 10,000,000 – 10) + ₽17.28 × ((10,000,000 – 1,000,000) / 1,000,000)

Total: ₽6,660.44

Where:

  • ₽5.9076: Price per 1 GB×hour.
  • 512 / 1,024 converts MB to GB, as execution time is calculated in GB×hour.
  • 800 / 3,600,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.
  • ₽17.28: 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.

₸29.5380 × ((512 / 1,024) × (800 / 3,600 / 1,000) × 10,000,000 – 10) + ₸86.40 × ((10,000,000 – 1,000,000) / 1,000,000)

Total: ₸33,302.22

Where:

  • ₸29.5380: 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.
  • ₸86.40: 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

Prices for Yandex Cloud resources vary based on the region. For more information about the available regions, see Regions.

The currency you can use to pay for the resources depends on which legal entity you entered into agreement with. For more information on creating an account, see Registering an account in Yandex Cloud.

Invoking a functionInvoking a function

Prices in RUB
Prices in KZT
Service Price of 1 million calls, including VAT
Function calls, 1 million or less per month Free
Function calls, over 1 million per month ₽17.28

You pay for the actual number of calls. For example, 1,000 calls in excess of the free amount will cost ₽0.0173, if one million calls are ₽17.28.

Service Price of 1 million calls, including VAT
Function calls, 1 million or less per month Free
Function calls, over 1 million per month ₸86.40

You pay for the actual number of calls. For example, 1,000 calls in excess of the free amount will cost ₸0.0864, if one million calls are ₸86.40.

Function execution timeFunction execution time

Prices in RUB
Prices in KZT
Service Price per 1 GB×hour, including VAT
Function execution, 10 GB×hour or less per month Free
Function execution, over 10 GB×hour per month ₽5.9076
Service Price per GB×hour, including VAT
Function execution, 10 GB×hour or less per month Free
Function execution, over 10 GB×hour per month ₸29.5380

Provisioned instancesProvisioned instances

Prices in RUB
Prices in KZT
Service Price per 1 GB×hour, including VAT
Downtime of a provisioned instance ₽1.2960
Execution time of a function in a provisioned instance ₽2.4840
Service Price per GB×hour, including VAT
Downtime of a provisioned instance ₸6.48
Execution time of a function in a provisioned instance ₸12.42

Outgoing trafficOutgoing 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.

Prices in RUB
Prices in KZT
Resource category Price of 1 GB,
including VAT
Outgoing traffic, 100 GB or less per month Free
Outgoing traffic, over 100 GB per month ₽1.6524
Resource category Price of 1 GB,
including VAT
Outgoing traffic, 100 GB or less per month Free
Outgoing traffic, over 100 GB per month ₸8.2620

Was the article helpful?

Previous
Tools
Next
Access management
Yandex project
© 2025 Yandex.Cloud LLC