> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/welcome/cn/pricing/network-billing/flat-rate.md).

# 固定带宽计费

按照预先承诺的带宽速率收费，无论实际流量使用多少，每月费用固定不变。

## 核心特点

* **计费单位**：Mbps（如 10M、100M、1G）
* **计费周期**：按月计费，月初出账
* **费用构成**：带宽速率 × 单价（USD/Mbps/月）
* **流量不限**：在承诺带宽内，流量无上限，不额外收费
* **保障带宽**：独享带宽，不与他人共享，质量稳定可预期

## 适用场景

适合流量稳定、对带宽有明确预期的客户，如视频传输、企业专线、CDN 回源等。

## 示例

新加坡 ↔ 香港，100 Mbps 固定带宽，单价 $2/Mbps/月 → 月费 $200


---

# 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://docs.console.zenlayer.com/welcome/cn/pricing/network-billing/flat-rate.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.
