> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/support/zh/chang-jian-wen-ti/research-and-analysis/credits-and-cost.md).

# 积分与费用

**为什么这个查询消耗的积分比预期更多？** 积分消耗会随着以下因素增加：LLM 处理、数据扇出（查询了多少个来源）、深度研究深度，以及数据可视化图表渲染。

为了保持成本可预测：

* 在不需要时关闭深度研究和数据可视化。
* 避免在一个查询中叠加多个重负载模式。
* 在数据可视化模式下，避免额外选择“首选图表”。

如果费用异常高，请在 Discord 上分享聊天链接——团队可以审查，并可能为你的账户返还积分。

**典型积分成本**

| 操作                   | 近似成本    |
| -------------------- | ------- |
| 普通聊天消息               | \~20 积分 |
| 深度研究报告               | \~40 积分 |
| 工作流中的 Minara Call 节点 | \~15 积分 |

这些是估算值——实际成本取决于处理的 token 数量。

**当我的积分用完时，什么会暂停？** 当订阅积分完全用完时：

* 与 Minara 聊天
* 深度研究
* 创建新工作流
* 运行带有 Minara Call 节点的工作流

每个计费周期开始时，积分都会刷新。你也可以购买充值包（需要有效的付费订阅）。


---

# 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://minara.ai/docs/support/zh/chang-jian-wen-ti/research-and-analysis/credits-and-cost.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.
