> For the complete documentation index, see [llms.txt](https://ai-docs.fptcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-docs.fptcloud.com/account/billing/tutorials/billing-policy/model-hub-billing.md).

# Model Hub Billing

Based on usage volume and usage duration of a pipeline.

* Each hour is split into 12 blocks — **1 block = 5 minutes**.
* Smaller chunks mean you don’t get charged for idle time.
* If your model is active, we measure how much storage (in GB) it used during that block.
* If your model is deleted, nothing is recorded, and you’re not charged for that block.
* At the end of the hour, we add up all the recorded usage to calculate your bill.

**Rate**: `01 GB/hour` (Every 1 hour)

***

#### Billing Equation <a href="#contentify_0" id="contentify_0"></a>

Hourly storage usage = Total usage amount within 1 hour = Sum of (Usage amount in each 5-minute block)

***

#### Example <a href="#contentify_1" id="contentify_1"></a>

| Time Slot   | Recorded Block Size (GB) | Price / 1 minute | Usage Amount                          |
| ----------- | ------------------------ | ---------------- | ------------------------------------- |
| 00:00–00:05 | 5                        | 0.000013         | 5GB × 0.000013 × 5 minutes = 0.000325 |
| 00:05–00:10 | 5                        | 0.000013         | 5GB × 0.000013 × 5 minutes = 0.000325 |
| 00:10–00:15 | 5                        | 0.000013         | 5GB × 0.000013 × 5 minutes = 0.000325 |
| 00:15–00:20 | 7                        | 0.000013         | 7GB × 0.000013 × 5 minutes = 0.000455 |
| 00:20–00:25 | 7                        | 0.000013         | 7GB × 0.000013 × 5 minutes = 0.000455 |
| 00:25–00:30 | 7                        | 0.000013         | 7GB × 0.000013 × 5 minutes = 0.000455 |
| 00:30–00:35 | 7                        | 0.000013         | 7GB × 0.000013 × 5 minutes = 0.000455 |
| 00:35–00:40 | 7                        | 0.000013         | 7GB × 0.000013 × 5 minutes = 0.000455 |
| 00:40–00:45 | 7                        | 0.000013         | 7GB × 0.000013 × 5 minutes = 0.000455 |
| 00:45–00:50 | 7                        | 0.000013         | 7GB × 0.000013 × 5 minutes = 0.000455 |
| 00:50–00:55 | 7                        | 0.000013         | 7GB × 0.000013 × 5 minutes = 0.000455 |
| 00:55–01:00 | 7                        | 0.000013         | 7GB × 0.000013 × 5 minutes = 0.000455 |

***

**TOTAL (1 hour)**\
Total amount of 12 records = **$0.0050**


---

# 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://ai-docs.fptcloud.com/account/billing/tutorials/billing-policy/model-hub-billing.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.
