# デフォルトモデル設定

## デフォルトアシスタントモデル

アシスタントにデフォルトアシスタントモデルが設定されていない場合、新しい会話でデフォルトとして選択されるモデルはここで設定したモデルになります。

プロンプトの最適化や、選択語句アシスタントで使用されるのも、ここで設定したモデルです。

## 話題命名モデル

会話のたびにモデルを呼び出して会話の話題名を生成します。ここで設定したモデルは、命名時に使用されるモデルです。

## 翻訳モデル

会話・描画などの入力欄内の翻訳機能や、翻訳画面の翻訳モデルはいずれも、ここで設定したモデルを使用します。

## クイックアシスタントモデル

クイックアシスタント機能で使用されるモデル。詳細は [クイックアシスタント](/docs/jp/cherry-studio/preview/kuai-jie-zhu-shou.md)


---

# 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://docs.cherry-ai.com/docs/jp/pre-basic/settings/default-models.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.
