> ## Documentation Index
> Fetch the complete documentation index at: https://ppio.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 计费说明

Agent 沙箱（后简称 “沙箱”）支持 vCPU 与内存（RAM）按秒独立计费，按需使用、灵活计费。

## 计费项

<table class="table table-big">
  <thead>
    <tr>
      <th style={{ minWidth: '105px' }}>计费项</th>
      <th>计费说明</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>vCPU</td>
      <td>按照使用的 vCPU 核心数和运行时长计费，精确到秒，当前定价可参考 [价格页](https://ppio.com/pricing?sandbox=1) 实时价格。沙箱停止后不再计费。</td>
    </tr>

    <tr>
      <td>内存 (RAM)</td>
      <td>按照分配的内存容量和使用时长计费，精确到秒，当前定价可参考 [价格页](https://ppio.com/pricing?sandbox=1) 实时价格。沙箱停止后不再计费。</td>
    </tr>

    <tr>
      <td>本地存储空间</td>
      <td>沙箱启动时会自动分配 **20GB 本地存储空间**，用于运行环境。<br /> **本地存储免费，不产生费用**</td>
    </tr>

    <tr>
      <td>持久化存储</td>
      <td>沙箱模板（Template）、沙箱快照（Sandbox Snapshot）及模板快照（Template Snapshot）会保存为持久化存储。**持久化存储按天计费，提供 60GB 免费额度**。具体价格请参考[价格页](https://ppio.com/pricing?sandbox=1)。</td>
    </tr>
  </tbody>
</table>

## 定价

* **vCPU 价格**

<table class="table table-big">
  <thead>
    <tr>
      <th>vCPU 配置</th>
      <th>单价</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>1</td>
      <td>￥0.00003/s</td>
    </tr>

    <tr>
      <td>2</td>
      <td>￥0.00006/s</td>
    </tr>

    <tr>
      <td>3</td>
      <td>￥0.00009/s</td>
    </tr>

    <tr>
      <td>4</td>
      <td>￥0.00012/s</td>
    </tr>

    <tr>
      <td>5</td>
      <td>￥0.00015/s</td>
    </tr>

    <tr>
      <td>6</td>
      <td>￥0.00018/s</td>
    </tr>

    <tr>
      <td>7</td>
      <td>￥0.00021/s</td>
    </tr>

    <tr>
      <td>8</td>
      <td>￥0.00024/s</td>
    </tr>
  </tbody>
</table>

* **内存（RAM）价格**

<table class="table table-big">
  <thead>
    <tr>
      <th>内存（RAM）配置</th>
      <th>单价</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>有效值为 512 MiB 的整数倍，范围为 512 MiB 至 8192 MiB</td>
      <td>￥0.000015/GiB/s</td>
    </tr>

    <tr>
      <td>512 MiB</td>
      <td>￥0.0000075/s</td>
    </tr>

    <tr>
      <td>1 GiB</td>
      <td>￥0.000015/s</td>
    </tr>

    <tr>
      <td>2 GiB</td>
      <td>￥0.00003/s</td>
    </tr>
  </tbody>
</table>

* **存储价格**

<table class="table table-big">
  <thead>
    <tr>
      <th>存储配置</th>
      <th>单价</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>每个账号享受60GB免费存储额度，超出部分按量计费</td>
      <td>¥0.0005/GB/h</td>
    </tr>
  </tbody>
</table>

## 查看账单

您可以在 “费用中心 - 费用明细 - 按量账单” 中查看和导出沙箱服务账单。

* 进入<Link href="https://ppio.com/billing/billing-details" target="_blank">费用明细页面</Link>；
* 选择右侧的「按量账单」 tab，然后下方单击「Agent 沙箱」二级 tab；
* 可以设置「统计周期」和「汇总粒度」来查看账单；
* 如需进一步操作账单数据，可在查询后单击「导出账单」，将账单数据导出为 .xlsx 文件。

## 欠费说明

结算账单时，如果账户的可用额度（包括账户可用余额和代金劵余额）小于待支付的账单，则视为账户欠费。欠费后会导致资源释放，数据丢失，进而影响业务运行。在使用期间，请确保账户额度充足。欠费后，系统会给您发送相关通知提醒（例如短信），请及时充值。

您可以在<Link href="https://ppio.com/billing" target="_blank">账户概览页面</Link>，确认账户余额和代金券情况，按需进行充值，或者设置余额预警。详情请参见 [账户充值和管理](/support/payment-methods)。

<Warning>
  为避免欠费影响业务运行，建议您合理设置 [余额预警](https://ppio.com/billing/balance-warning)，当您的账户余额小于您设定的预警值时，会给予短信提醒。
</Warning>

具体的**欠费影响**如下：

* 无法启动新的沙箱。
* 正在运行中的沙箱会被释放，无法继续使用。
