# GPUコンテナの課金

| **課金ロジック**                                                                                                                                                                              | **最小課金対象使用量** | **課金開始時間** |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | ---------- |
| <ul><li><p>GPUインスタンス:</p><ul><li>GPUの数</li><li>使用時間（分）</li><li>ステータス: 実行中<br></li></ul></li><li><p>永続ストレージ:</p><ul><li>GB容量</li><li>使用時間（分）</li><li>ステータス: 実行 中/停止中</li></ul></li></ul> | 1秒            | 15分ごと      |

**課金式:**

* 使用時間: 時間単位（切り上げなし）
* ストレージ容量: GB単位
* &#x20;GPUコスト：使用時間 × GPU時間単価
* &#x20;ストレージ費用：使用時間 × GB × ストレージ時間単価
* &#x20;総費用: `GPU Cost + Storage Cost`

**例:**

> H100 GPU 1基（15 CPU、250 GB RAM、1 GPU）を搭載したコンテナと、一時ストレージ1000 GB（$2.31/時間）および永続ストレージ1000 GB（$0.00013/GB/時間）を30分間使用した場合

* 使用時間: 30分 = 0.5時間
* GPUコスト: `0.5 × $2.31 = $1.16`
* ストレージ費用: `1000 × $0.00013 × 0.5 = $0.0015`
* 合計: `$1.16 + $0.0015 = $1.1615`

**残高不足:**

アカウント残高がコンテナを1時間使用する際の推定総費用を下回っている場合、コンテナの作成、ストレージボリュームの作成、コンテナの起動、コンテナの再起動などの操作が制限される場合があります。また、クレジットを追加するようシステムから通知が届きます。

**残高不足:**

残高がゼロまたはマイナスになった場合、コンテナは自動的に停止されますが、直ちに破棄されること\
はありません。一時ストレージ上のデータは削除され、復元できません。永続ストレージ上のデータは\
引き続き利用可能なため、停止されたコンテナの永続ストレージ料金は引き続き課金されます。\
残高が7日間連続でマイナス状態の場合、コンテナを削除し、すべてのデータを完全に消去します。計画を\
立てる際はご注意ください。


---

# 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/gpukontenano.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.
