# 模型選擇

1. **Rochat-角色**：Rochat 自主研發的專用於角色扮演的模型，免費向 Rochat 用戶提供。
2. **Rochat-Llama 3-70b:** 作為目前市場上最優秀的角色扮演模型之一，Rochat-LLama 3-70B 在我們的測試中表現卓越，在主流模型排名中名列前茅，部分性能指標甚至超越了 GPT-4o 和最新的 Claude-3.5 Sonnet 模型，能夠更好地處理超長對話。同時擁有 70B 參數，優化了模型一致性，增強了模型回應多樣性的同時還非常擅長 NSFW 內容的處理。
3. **GPT-4o/GPT-4.1**：OpenAI 發布的最強大模型，輸出速度更快，更適合角色扮演的場景，即時推理。
4. **Claude 3/Claude 3.5:** Anthropic 發布的最強大的模型， 對長文本的支持改善了角色的記憶體驗，注重讓用戶的體驗更加愉悅，對多種認知任務進行了優化，如問答、文本生成、對話等。
5. **Gemini 2.0/Gemini 2.5：**
   * 記憶長：長上下文場景中表現突出。
   * 知識儲備多：模型本身具有足夠豐富的知識儲備，對於大部分類型的角色可以使用比較少的提示詞帶來優秀的互動體驗。
   * 多語言能力出眾：Gemini 不僅擅長英文，對其他語種如日語、中文、西班牙語，法語，德語，阿拉伯語的內容支持也表現出眾。
6. 我們還會不定期的上線一些實驗模型，這些實驗模型會有不一樣的體驗。黨實驗結束後，這些模型可能會轉為正式模型，也可能下線。


---

# 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://book.rochat.ai/rochat_book_zh/ru-he-zai-rochat-shang-chuang-jian-jue-se/jue-se-she-ji-fang-fa-yi-shou-dong-jian-li/mo-xing-xuan-ze.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.
