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

# Pricing

> Understand Rapidcron's pricing plans

## Plans

Rapidcron has a simple pricing model with two plans:

* **Free**: Perfect for small projects and personal use or to try out Rapidcron. Includes all features but limits you
  to 1000 task runs per month.
* **Pro**: For everything else. No caps on the amount of runs you can run, and the price is calculated based on usage.

## Usage-based Pricing

Usage is calculated based on the number of task runs you make. A task run is counted each time a task is
executed, regardless of the task type (delayed or recurring). The following table shows the pricing for
the Pro plan:

| Task runs (per month) | Price                  |
| --------------------- | ---------------------- |
| 0-10,000              | \$10/month fixed price |
| 10,001-100,000        | \$0.001/run            |
| 100,001-500,000       | \$0.00075/run          |
| 500,001-1,000,000     | \$0.0005/run           |
| 1,000,001-            | \$0.00025/run          |

### Example

If you run 650,000 tasks in a month, the cost would be calculated as follows:

* First 10,000 tasks: \$10
* Next 90,000 tasks: \$0.001 \* 90,000 = \$90
* Next 500,000 tasks: \$0.00075 \* 500,000 = \$375
* Next 50,000 tasks: \$0.0005 \* 50,000 = \$25

**Total**: \$10 + \$90 + \$375 + \$25 = \$500
