> For the complete documentation index, see [llms.txt](https://doc.afarensis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.afarensis.com/get-started/mo-xing/mo-xing-geng-xin.md).

# 模型更新

持续模型升级和评估 Afarensis API 持续模型升级 描述：Afarensis API 提供了多种模型版本，包括gpt-3.5-turbo等，指向最新的模型版本。开发人员可以查看响应对象以验证所使用的特定模型版本。 \*\*静态模型版本：\*\*开发人员可在引入更新模型后继续使用至少三个月。 \*\*模型贡献评估：\*\*Afarensis鼓励用户参与评估，帮助改进模型性能。 OpenAI Evals 存储库 OpenAI Evals 存储库 描述：提供评估模型的平台，用户可以在此参与评估，为改进模型性能做出贡献。 模型弃用信息 Afarensis 模型弃用 描述：了解更多关于Afarensis模型弃用的信息，请访问Afarensis的弃用页面。


---

# 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://doc.afarensis.com/get-started/mo-xing/mo-xing-geng-xin.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.
