# 套餐与定价

helodata 提供三种计费模式，按用量形态选；同一账户可混合使用。

## 1. 按量付费（Pay-as-you-go）

按单元计价，无承诺。适合早期、不规则峰值、测试。

| 产品  | 单元       | 起步价     |
| --- | -------- | ------- |
| 住宅  | 每 GB     | $4.50 起 |
| 移动  | 每 GB     | $8.00 起 |
| ISP | 每 IP / 月 | $2.50 起 |

从预付余额扣，余额由 [付款方式](/helodata-zh/zhang-hu-yu-ji-fei/payment-methods.md) 或 [自动充值](/helodata-zh/zhang-hu-yu-ji-fei/auto-topup.md) 补充。

## 2. 订阅套餐档

按月承诺一定量，换取更低单价。未用完的量可滚到下月（**最多套餐额度的 50%**），超出部分作废。

### 住宅

| 档          | 月 GB     | 月价     | 等效 $/GB |
| ---------- | -------- | ------ | ------- |
| Starter    | 50 GB    | $200   | $4.00   |
| Pro        | 500 GB   | $1,500 | $3.00   |
| Business   | 2,000 GB | $5,000 | $2.50   |
| Enterprise | 定制       | 定制     | $1.80 起 |

### 移动

| 档          | 月 GB     | 月价     | 等效 $/GB |
| ---------- | -------- | ------ | ------- |
| Starter    | 25 GB    | $200   | $8.00   |
| Pro        | 250 GB   | $1,500 | $6.00   |
| Business   | 1,000 GB | $5,000 | $5.00   |
| Enterprise | 定制       | 定制     | $4.00 起 |

### ISP

ISP 无 GB 档——按 IP 计费。**年付 9 折**。批量阶梯优惠在 100、500、2,000 IP。

## 3. 年付承诺

Pro+ 档与 ISP 支持：预付 12 个月享 **9 折**，全年锁定费率。用量可预测时最划算。

中途取消年付：按**月价**比例退款（已用周期失去年付折扣）。

## 套餐选型

粗略指引：

| 月住宅 GB      | 推荐               |
| ----------- | ---------------- |
| < 25        | 按量               |
| 25–250      | Starter          |
| 250–1,500   | Pro              |
| 1,500–8,000 | Business         |
| > 8,000     | Enterprise（联系销售） |

任何时候可改档：

* **升级** 按天 prorate 立即生效
* **降级** 在下个续费周期生效

按量与订阅互切=**创建**或**取消**订阅；子账号与 API 凭证不变。

## 套餐级限制

除单价外，套餐还差在：

|         | 试用 | Starter | Pro     | Business | Enterprise |
| ------- | -- | ------- | ------- | -------- | ---------- |
| 并发（住宅）  | 25 | 200     | 600     | 2,000    | 定制         |
| 并发（移动）  | 10 | 50      | 200     | 500      | 定制         |
| RPS（住宅） | 50 | 200     | 1,000   | 3,000    | 定制         |
| 子账号上限   | 1  | 10      | 50      | 不限       | 不限         |
| 报表功能    | —  | —       | ✓       | ✓        | ✓          |
| SSO     | —  | —       | —       | —        | ✓          |
| 客户支持    | 邮件 | 邮件      | 邮件 + 聊天 | 优先       | 专属 CSM     |

完整限流表见 [限流](/helodata-zh/api-can-kao/rate-limits.md)。

## 货币

默认 USD。账单地址在欧盟 / 英国时也可按 EUR / GBP 出账——在 **账单 → 默认货币** 设置。

## 如何换档

**账单 → 套餐 → {产品}** → 选新档 → 确认。期内升级按天 prorate。

API：

```bash
curl -X PATCH -H "Authorization: Bearer API_KEY" \
     -d '{"plan": "business"}' \
     https://api.helodata.com/v1/subscriptions/sbn_01HX...
```

详见 [订阅 API](/helodata-zh/api-can-kao/subscriptions.md)。

## Enterprise

超 Business 档的工作量，或需要定制条款（开票、SOC2 证明、专属 IP 池）：邮件 **<sales@helodata.com>**。通常 1 个工作日给出报价，1 周内合同。


---

# 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://docs.helodata.com/helodata-zh/zhang-hu-yu-ji-fei/plans.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.
