# Model Selection

* **Rochat-Character**: A hybrid model combining modeling and engineering techniques. To ensure the basic experience of Rochat Character (including proficiency in role-playing and storytelling, having sufficiently long memory at the model level, good reasoning ability, and a wide knowledge base), we employ some engineering techniques. In the Rochat-Character option, we integrate the GPT-4 Fine Tuning model, Claude 3 model, and our own 13B model, which is fine-tuned based on open-source models and role-playing scenarios for character output reasoning. This approach ensures a decent experience in every aspect and avoids restrictions imposed by major companies, enabling the generation of NSFW content. This technical solution is still evolving, and we are currently aware of output instability.
* **Rochat-Llama 3-70b**: As one of the best role-playing models currently on the market, Rochat-LLama 3-70B performed excellently in our tests, ranking among the top mainstream models, and surpassing some performance indicators of GPT-4o and the latest Claude-3.5 Sonnet models. It supports a context length of 128k, enabling better handling of ultra-long conversations. With 70B parameters, it enhances model consistency and improves response diversity while also being very proficient at handling NSFW content.
* **Rochat-Llama 3-70b-chat:** Rochat-LLama 3-70B-Chat is a model based on and extended from Rochat-LLama 3-70B, featuring ultra short responses and wild, off-the-wall writing. Simple with no gimmicks, requires that {char} is a character.
* **GPT-4o/GPT-4.1**: The most powerful model released by OpenAI, offering faster output speeds and better suitability for role-playing scenarios and real-time reasoning.
* **Claude 3/3.5**: The most powerful model released by Anthropic, improving character memory experience through enhanced support for long texts. It aims to make the user experience more enjoyable and optimizes for various cognitive tasks such as Q\&A, text generation, conversation, etc.
* **Gemini 2.0/Gemini 2.5:**
  * **Long Memory:** Outstanding performance in long-context scenarios.
  * **Rich Knowledge Base:** The model itself has a sufficiently rich knowledge base, providing an excellent interactive experience with relatively few prompts for most types of characters.
  * **Exceptional Multilingual Ability:** Gemini excels not only in English but also shows outstanding support for other languages such as Japanese, Chinese, Spanish, French, German, and Arabic.


---

# 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_en/how-to-create-a-character-on-rochat/create-character-method-1-custom-creation/model-selection.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.
