> For the complete documentation index, see [llms.txt](https://feelin.ai/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://feelin.ai/wiki/welcome-to-feelin-ai/feelin-ai-use/chat/model/feelinmodel.md).

# Feelin 自研模型

1. **Feelin 微光模型**

   1. 优点：剧情推进强，不抢话，抗文本重复能力强
   2. 短板：容易推进成人话题，世界知识储备偏少
   3. 记忆池：已接入1.0版本记忆池

2. **Feelin 启明模型 (测试版)**
   1. 优点：长篇生成，剧情推进强，演绎走向更丰富
   2. 短板：长期聊天可能出现不稳定情况
   3. 记忆池：已接入1.0版本记忆池
   4. 说明：Feelin下一代模型 仍在开发进程中

3. **Feelin 轻语模型-微光版本**
   1. 优点：剧情推进快，反馈速度高
   2. 短板：容易推进成人话题，世界知识储备偏少
   3. 记忆池：已接入1.0版本记忆池


---

# 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:

```
GET https://feelin.ai/wiki/welcome-to-feelin-ai/feelin-ai-use/chat/model/feelinmodel.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.
