> 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/ai-factory-guideline-jp/akaunto/ke-jin/chtoriaru/nonitsuite/model-hub-no.md).

# Model Hub の課金

パイプラインの使用量と使用期間に基づきます。

1時間は12ブロックに分割されます — **1ブロック = 5分**。\
• ブロックが小さいため、アイドル時間に対して課金されることはありません。\
• モデルがアクティブな場合、そのブロック中に使用したストレージ容量（GB単位）を計測しま\
す。\
• モデルが削除された場合、何も記録されず、そのブロックの料金は発生しません。\
• 1時間終了時に、記録された全使用量を合計して請求額を算出します。

料金: `01 GB/hour` (1時間ごと)

***

#### 請求計算式

時間単位のストレージ使用量 = 1時間内の総使用量 = (各5分ブロックごとの使用量の合計)

***

#### 例

| 時間枠         | 記録ブロック サイズ (GB) | 価格 / 1分  | 使用量                                   |
| ----------- | --------------- | -------- | ------------------------------------- |
| 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 |

***

**合計（1時間）**\
12件の合計金額 = $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/ai-factory-guideline-jp/akaunto/ke-jin/chtoriaru/nonitsuite/model-hub-no.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.
