| Billing Items | unit | Pricing | description |
|---|
| Resource usage (invocation time) | GBs | 0.00069 Yuan/GBs | The execution time is calculated from the moment the code begins execution until it returns or terminates. The measurement granularity is 100 milliseconds (execution time is rounded up to the nearest 100 milliseconds. For example, if a function executes for 1010 milliseconds, it will be measured as 1100 milliseconds). Taking the 128 MB memory configuration as an example, after 30 seconds of execution, the resource usage = 0.128 * 30 = 3.84 GBs |
| Number of invocations | 10,000 times | 0.15 Yuan/10,000 times | The number of calls is the total number of invocations across all functions |
| Public network outbound traffic | GB | 1 Yuan/GB | If you request external network resources within the cloud function, it will generate public traffic |
| Other Services | | ReferenceOther usage fees | If you use other ifanr Cloud services in your function, you will be charged for the corresponding service, such as calling the API to operate on the schema within the function |