# GPU 价格

此文档包含用于教程成本估算的当前 GPU 租赁价格。

{% hint style="success" %}
所有示例均可在通过以下方式租用的 GPU 服务器上运行： [CLORE.AI 市场](https://clore.ai/marketplace).
{% endhint %}

## GPU 价格（截至 2026 年 2 月）

> 价格反映当前 Clore.ai 市场费率。竞价实例可能便宜 20–40%。使用 CLORE 代币支付可获得最佳价值。

| GPU           | $/小时（范围）       | $/天（估计）       | 最佳用途                    |
| ------------- | -------------- | ------------- | ----------------------- |
| RTX 3060 12GB | $0.02-0.04     | $0.50-1.00    | 轻量推理、开发                 |
| RTX 3070 8GB  | $0.02-0.04     | $0.50-1.00    | 轻量推理                    |
| RTX 3080 10GB | $0.04-0.08     | $1.00-2.00    | 图像生成、推理                 |
| RTX 3090 24GB | **$0.15-0.25** | $3.60-6.00    | 训练、大型模型、SDXL            |
| RTX 4070 12GB | $0.08-0.15     | $2.00-3.60    | 推理、图像生成                 |
| RTX 4080 16GB | $0.15-0.25     | $3.60-6.00    | 图像生成、视频、13B 级 LLMs      |
| RTX 4090 24GB | **$0.35-0.55** | $8.40-13.20   | 生产、FLUX、30B 模型          |
| RTX 5080 16GB | $1.50-2.00     | $36.00-48.00  | 快速 FLUX、13B–30B LLMs（新） |
| RTX 5090 32GB | **$3.00-4.50** | $72.00-108.00 | 旗舰、70B 模型、视频（新）         |
| A100 40GB     | $0.80-1.20     | $19.20-28.80  | 企业级训练                   |
| A100 80GB     | **$1.20-1.80** | $28.80-43.20  | 70B 模型、大规模训练            |
| H100 80GB     | **$2.50-3.50** | $60.00-84.00  | 极致性能                    |
| 4x A100 80GB  | **$4.50-6.00** | $108-144.00   | 多 GPU：100B+ 模型          |

## 成本估算模板

在为教程撰写成本估算时，使用此格式：

```markdown
## 成本估算

| 任务 | GPU | 时长 | 成本 |
|------|-----|----------|------|
| 测试 | RTX 3090 | 30 分钟 | ~$0.01 |
| 批处理作业 | RTX 4090 | 2 小时 | ~$0.08 |
| 生产 | A100 | 1 天 | ~$2.00 |
```

## 示例计算

### 图像生成（1000 张图像）

* RTX 3090：约 2 小时 = $0.04
* RTX 4090：约 1.5 小时 = $0.06
* A100：约 1 小时 = $0.08

### LLM 推理（100 万 token）

* RTX 3090：约 30 分钟 = $0.01
* RTX 4090：约 20 分钟 = $0.015
* A100：约 10 分钟 = $0.015

### 视频生成（10 个视频，每个 6 秒）

* RTX 4090：约 20 分钟 = $0.015
* A100：约 15 分钟 = $0.02

### 模型训练（1 个 epoch，中等数据集）

* RTX 3090：约 4 小时 = $0.08
* RTX 4090：约 3 小时 = $0.12
* A100：约 2 小时 = $0.16

## 注意事项

* 价格可能因可用性和需求而变化
* 竞价实例可能更便宜
* 多 GPU 配置有不同的定价
* 查看 [clore.ai](https://clore.ai/) 以获取当前价格

> 💡 另见： [GPU 云定价比较 — Clore.ai 与主要供应商](https://blog.clore.ai/gpu-cloud-pricing-comparison/)


---

# 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.clore.ai/guides/guides_v2-zh/ru-men/pricing.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.
