> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/getting-started/sprinthub-modules-via-pay-as-you-go.md).

# SprintHub Modules via Pay-As-You-Go

SprintHub has some modules that can be purchased under the model **Pay As You Go (PAYG – Pay as you go)**.

In this format, the amount is calculated according to the **usage volume of each resource**, allowing you to pay according to actual usage.

{% embed url="<https://www.youtube.com/watch?v=TABHr2_5v_c>" %}

### How does Pay As You Go work?

In the PAYG model, the cost is estimated based on the consumption of the modules used.

To check the prices and run a simulation, enter in the calculator the **estimated volume** for each item. The tool will provide a cost estimate.

> **Important:** the values shown are estimates and may change. The amounts in reais use the dollar exchange rate displayed in the calculator itself.

***

### Module pricing table

To check the available modules, their prices, and simulate the cost according to usage volume, access the official calculator:

**Pricing table – PAYG modules:**\
<https://calculator.sprinthub.cloud/modulos-payg>

In the calculator, you can enter the estimated monthly usage and view the **estimated total of modules per month**.

***

### Artificial Intelligence

The features of **Artificial Intelligence** have a specific billing method within the PAYG model.

AI is calculated according to the **token consumption**, taking into account the model used and the volume of messages processed.

This calculation can be used to estimate costs related to:

* AI Agents;
* AI-assisted service;
* LLM features;
* Other features that use Artificial Intelligence.

#### Token Calculator

To simulate usage and estimate costs related to Artificial Intelligence, use the token calculator:

**Token Calculator:**\
<https://llmcalculator.sprinthub.cloud/>

In the calculator, it is possible to select the **AI model** and enter the **volume of messages**, allowing you to estimate usage.

***

### Summary

| Resource                    | How to check                                                   |
| --------------------------- | -------------------------------------------------------------- |
| **PAYG modules**            | Module calculator and estimated monthly volume                 |
| **Artificial Intelligence** | Calculator based on token consumption                          |
| **Estimate in reais**       | Considers the dollar exchange rate displayed in the calculator |

> **Attention:** the calculator values are estimates and may change. Always consult the official calculators to verify the updated values.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sprinthub.com/en/getting-started/sprinthub-modules-via-pay-as-you-go.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
