> 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/guides/guides_v2-zh/ru-men-zhi-nan/getting-started.md).

# 概览

面向 CLORE.AI GPU 市场新用户的必备指南。

## 你将学到什么

* 如何在 CLORE.AI 上租用 GPU
* 了解定价和付款选项
* 常见问题排查

## 快速开始

1. **创建账户** - 在以下网址注册 [clore.ai](https://clore.ai)
2. **充值资金** - 存入 CLORE、BTC 或 USDT/USDC
3. **浏览市场** - 在以下位置查找 GPU [clore.ai/marketplace](https://clore.ai/marketplace)
4. **创建订单** - 选择 GPU，配置 Docker 镜像，设置端口
5. **连接** - 通过 SSH 或网页界面连接到你的服务器

> 📚 GPU 云新手？阅读我们的 [在 Clore.ai 上租用 GPU 的完整新手指南](https://blog.clore.ai/how-to-rent-a-gpu-complete-beginners-guide/)

## 本节中的指南

| 指南                                                                                      | 描述                      |
| --------------------------------------------------------------------------------------- | ----------------------- |
| [GPU 价格与可用性](/guides/guides_v2-zh/ru-men-zhi-nan/pricing.md)                            | 实时市场费率，哪些已上架，哪些未上架      |
| [部分 GPU 租赁](/guides/guides_v2-zh/ru-men-zhi-nan/partial-gpu-rental.md)                  | 从多 GPU 设备中租用 1–2 块 GPU  |
| [CUDA 与 PyTorch 兼容性](/guides/guides_v2-zh/ru-men-zhi-nan/cuda-pytorch-compatibility.md) | 将 CUDA 构建版本与所租用的显卡匹配    |
| [故障排查](/guides/guides_v2-zh/ru-men-zhi-nan/clore-troubleshooting.md)                    | 常见问题及解决方案               |
| [成本计算器](/guides/guides_v2-zh/ru-men-zhi-nan/cost-calculator.md)                         | 计算并估算 GPU 租赁成本          |
| [Docker 镜像目录](/guides/guides_v2-zh/ru-men-zhi-nan/docker-images.md)                     | 为 AI 工作负载预配置的 Docker 镜像 |
| [常见问题](/guides/guides_v2-zh/ru-men-zhi-nan/faq.md)                                      | 常见问题与解答                 |
| [GPU 比较指南](/guides/guides_v2-zh/ru-men-zhi-nan/gpu-comparison.md)                       | 比较 GPU 型号和规格            |
| [型号兼容性矩阵](/guides/guides_v2-zh/ru-men-zhi-nan/model-compatibility.md)                   | 查看哪些模型可与哪些 GPU 配合使用     |
| [Python SDK 快速入门](/guides/guides_v2-zh/ru-men-zhi-nan/python-quickstart.md)             | 开始使用 Python SDK         |

## 付款选项

* **CLORE** - 原生代币，通常有折扣
* **BTC** - 比特币付款
* **USDT/USDC** - 稳定币付款

## 订单类型

* **按需** - 固定小时费率，保证可用性
* **竞价** - 基于竞价的定价；三分之一的服务器定价低于按需价格（中位数约便宜 13%）

## 需要帮助？

* [Discord](https://discord.com/invite/clore-ai)
* [Telegram](https://t.me/clorechat)
* [主要文档](https://docs.clore.ai)


---

# 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/guides/guides_v2-zh/ru-men-zhi-nan/getting-started.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.
