# 能力

- [文本生成](https://doc.afarensis.com/neng-li/wen-ben-sheng-cheng.md): 文本生成模型概览
- [聊天完成](https://doc.afarensis.com/neng-li/liao-tian-wan-cheng.md): 使用 Afarensis 聊天完成 API
- [JSON 模式](https://doc.afarensis.com/neng-li/json-mo-shi.md): 引入聊天完成的 JSON 模式
- [可重复的输出](https://doc.afarensis.com/neng-li/ke-chong-fu-de-shu-chu.md): 实现可重复的输出（试用版）
- [管理令牌](https://doc.afarensis.com/neng-li/guan-li-ling-pai.md): 令牌概述
- [参数详细信息](https://doc.afarensis.com/neng-li/can-shu-xiang-xi-xin-xi.md): 优化输出与理解模型置信度
- [完成API（旧版）](https://doc.afarensis.com/neng-li/wan-cheng-api-jiu-ban.md): 完成 API 终结点概览
- [常见问题](https://doc.afarensis.com/neng-li/chang-jian-wen-ti.md): 常见问题FAQ


---

# 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://doc.afarensis.com/neng-li.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.
