> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/help-center/help-center-zh/ji-fei/ji-fen-ru-he-yun-zuo.md).

# 积分如何运作？

在我们的 GPU 集群账单比预期多出好几位数后，我们引入了积分系统。积分可让你在所有资产上持续运行转写和自定义元数据任务。

{% hint style="info" %}
企业客户在迁移过程中可免费运行转写和元数据任务。
{% endhint %}

**元数据当前收费标准为：**

* **每个资产的每个属性 5 积分** &#x20;
* **nano 模型每分钟 4 积分（准确率 96%，支持 8 种语言）** &#x20;
* **最佳模型每分钟 8 积分（准确率 99%，支持 26 种以上语言）**

可在工作区的“设置/用量”页面按不同档位批量购买积分。转写模型质量可在工作区设置中更改。

### 示例

此资产包含 3 个属性、1 个自定义元数据属性和 2 个 AI 元数据属性。生成这 2 个 AI 属性共消耗 10 积分（每个 AI 属性 5 积分）。手动添加的自定义元数据属性免费，不消耗积分。由于 AI 元数据属性会应用于驱动器中的每个资产，因此该驱动器中的每个资产都会使用 10 积分。

如果 AI 未能为某个资产生成输出，则不会消耗积分。&#x20;

<figure><img src="/files/f713f982b02c7e43f2681c4923c69710a87d9199" alt=""><figcaption></figcaption></figure>


---

# 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://academy.shade.inc/help-center/help-center-zh/ji-fei/ji-fen-ru-he-yun-zuo.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.
