# AIノートブックの課金

<table><thead><tr><th width="324">課金ロジック</th><th>最低請求対象使用量</th><th>課金時間（残高から クレジット残高から控除）</th></tr></thead><tbody><tr><td><p>使用量と継続時間に基づく:</p><ul><li><p><strong>GPUカーネル:</strong></p><ul><li>カーネル内のGPU数</li><li> 秒単位の使用時間<br></li><li> カーネル状態: アイド<br>ル/ビジー</li></ul></li></ul></td><td>01秒</td><td>15分ごと</td></tr></tbody></table>

**課金式**

* **使用時間:** 秒単位で計算されます（使用時間は切り上げられません）。

**計算式**

* コスト = 使用時間（秒） × 時間単位の価格表に基づくアイテム価格

**例:**

1 つの **H100 GPU（15 CPU、250 GB RAM、1 GPU）と 100 GB の永続ストレージ（1 時間あたり 2.31 ドル）**&#x3092;備えたカーネルを **30 分間使用した場合**

* **使用時間：**&#x33;0 分 = 0.5 時間
* **費用**：$2.31/時間 × 0.5時間 = $1.16


---

# Agent Instructions: 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:

```
GET https://ai-docs.fptcloud.com/ai-factory-guideline-jp/akaunto/ke-jin/chtoriaru/nonitsuite/aintobukkuno.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
