> ## Documentation Index
> Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Pricing

> Telnyx Edge Compute functions bill on two meters — requests and CPU time — with a monthly free tier of 3.6M requests and 36M CPU-milliseconds.

Functions bill on two meters: **requests** (each HTTP request your function handles) and **CPU time** (metered in milliseconds). These are the only two meters — there is no charge for deploying, for the number of functions you keep, or for idle functions.

## Functions

| Resource | Free tier    | Paid               |
| -------- | ------------ | ------------------ |
| Requests | 3.6M/month   | \$0.21/million     |
| CPU time | 36M ms/month | \$0.014/million ms |

## Storage

Storage is billed separately from function execution:

* **KV** bills per operation and per GB-month stored — see [KV Pricing](/docs/edge-compute/kv/pricing).

## Related

* [Limits](/docs/edge-compute/platform/limits) — execution, size, and rate limits
* [KV Pricing](/docs/edge-compute/kv/pricing) — operation and storage rates for KV
