> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/clore.ai/clore.ai-eng-zh/mian-xiang-zu-yong-zhe/bare-metal-rental.md).

# 裸金属租赁

裸金属为你提供的是整台物理服务器，而不是容器。没有虚拟化，没有资源共享，拥有完整 root 访问权限，并且硬件在整个租期内专属于你。

当你需要为生产负载获得有保障的容量时使用：多节点训练、推理集群、渲染农场、HPC。

## 你可以租用什么

|            |                                                                                                                                                                                                 |
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **GPU 型号** | GB200、B300、B200、GH200、H200（SXM 和 PCIe）、H100、H800、A100、MI300X、MI325X、L40S、L4、A40、A10、V100、T4、RTX PRO 6000 Blackwell、RTX 6000 Ada、RTX A6000、RTX 5090、RTX 5080、RTX 5070、RTX 4090、RTX 3090、RTX 3080 |
| **地区**     | 美国、日本、欧盟、法国、斯洛文尼亚、冰岛、英国、印度、泰国、香港、中国                                                                                                                                                             |
| **集群规模**   | 每个订单最多 1,000 张 GPU（数量选项取决于 SKU）                                                                                                                                                                 |
| **租赁期限**   | 从 14 天或 30 天起（取决于配置），最长可达 5 年                                                                                                                                                                   |
| **网络**     | 旗舰集群上最高可达 3.2 Tbps 的 InfiniBand 或 RoCE 网络                                                                                                                                                       |

随着提供商加入，目录会变化，因此请在实时配置器中查看当前可用性和费率。

## 定价

* 价格以 **每 GPU 每小时 USD** 计，并在配置器中实时显示。
* 更长的期限每小时更便宜：12 个月合同比 1 个月合同便宜得多。
* 所选期限的总价会在结账前显示。没有隐藏费用。

## 如何下单

1. 打开 [clore.ai/bare-metal](https://clore.ai/bare-metal).
2. 选择地区、GPU 配置、数量和租赁期限。每小时价格和总价会随着你的选择实时更新。
3. 按 **继续结账**。如果你尚未登录，可以在结账弹窗内创建账户或登录。
4. 添加你的 SSH 公钥（结账时可选；如果你跳过，可在之后发送给团队以完成访问配置）。
5. 使用 **比特币** 或 **USDT/USDC** 从你的 Clore 余额支付。你也可以在同一个弹窗中充值。

付款后，集群将被配置并向你发送访问详情。通常会在几小时内交付，大型或定制配置最长可能需要 48 小时。

你当前活跃的裸金属订单列在同一页面顶部。

租期是固定的：硬件在整个期间内为你保留，并在结束时释放（磁盘会在每次租赁之间进行清理）。如需在租期结束后继续使用，请提前联系团队。

## 裸金属 vs 市场租赁

|       | 市场     | 裸金属                |
| ----- | ------ | ------------------ |
| 计费    | 按分钟    | 固定期限（14 天至 5 年）    |
| 你获得什么 | 主机上的容器 | 整台物理服务器            |
| 规模    | 单台服务器  | 最多 1,000 张 GPU 的集群 |
| 开始时间  | 秒      | 小时（最多 48 小时）       |
| 最适合   | 实验、短任务 | 生产环境、持续性负载         |

## 需要定制方案？

对于目录中未列出的配置（特定互连、存储、合规要求），请联系团队： <marketing@clore.ai>.

想要改为提供裸金属服务器？请查看提供商要求：

{% content-ref url="/pages/762bcdf15bed462159e3b6bab531657afe5768a2" %}
[裸金属](/clore.ai/clore.ai-eng-zh/mian-xiang-zhu-ji-ti-gong-zhe/advanced/bare-metal.md)
{% endcontent-ref %}


---

# 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.clore.ai/clore.ai/clore.ai-eng-zh/mian-xiang-zu-yong-zhe/bare-metal-rental.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.
