> 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/gpu-vm-billing.md).

# GPU VM Billing

### Pricing <a href="#gpuvmbillingpolicyv1-pricing" id="gpuvmbillingpolicyv1-pricing"></a>

For the pricing, please visit our portal at [FPT AI Factory](https://ai.fptcloud.com/pricing/gpu-virtual-machine).

Notes:

* Prices include all applicable taxes and surcharges.
* Prices are displayed based on current exchange rates and are subject to daily fluctuations. They may also change due to stock availability, demand, or market conditions.

### Billing logics <a href="#gpuvmbillingpolicyv1-billinglogics" id="gpuvmbillingpolicyv1-billinglogics"></a>

| Billing Logic                                                                                              | Minimum billable usage | Time to charge   |
| ---------------------------------------------------------------------------------------------------------- | ---------------------- | ---------------- |
| <p>GPU virtual machine (GPU VM) package</p><p><strong>Only in the status</strong>: Running and Stopped</p> | 1 second               | Every 15 minutes |

**Billing Equation:**

* **GPU virtual machine (GPU VM) package:** Based on the number of GPUs, bundled ALL-IN-ONE (GPU, CPU, RAM, Storage, Public IP)
* **Usage duration**: **in seconds** (not rounded up) of VM in statuses **Running** and **Stopped**
* **Total Cost**: **GPU VM package price per second × Usage duration (s)**

**Example:**

> You use a GPU VM package with 1x H100 GPU (1 GPU, 16 vCPUs, 192 GB RAM and 3000 GB Local storage NVME) and priced at $2.54/hour for 30 minutes

* Usage duration: 30 minutes = 0.5 hours
* Total Cost = $2.54 \* 0.5 = $1.27

### Low Balance <a href="#gpuvmbillingpolicyv1-lowbalance" id="gpuvmbillingpolicyv1-lowbalance"></a>

When your **account balance is lower than the estimated total cost of using the GPU VM for 1 hour**, some actions may be limited, such as Create a new VM, Power on VM and Reboot VM.

You will also receive a notification from the system to add credits.

### Negative Balance <a href="#gpuvmbillingpolicyv1-negativebalance" id="gpuvmbillingpolicyv1-negativebalance"></a>

Whenever your balance reaches zero or below, your VM will be stopped automatically but not destroyed immediately. Data on local storage NVME will remain, and you are still billed in full for the stopped VM.

**If your balance is negative for 30 consecutive minutes, we will delete the VM, and all data will be permanently deleted**. Please plan accordingly.


---

# 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/gpu-vm-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.
