> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/jp/pre-basic/settings/default-models.md).

# デフォルトモデル設定

Cherry Studio は多くの場面で「ひとつモデルを選んで使う」必要があります（たとえば、会話のタイトル付け、プロンプトの最適化、翻訳など）。毎回「どのモデルを使う？」と聞くわけにはいきません。**デフォルトモデル設定**つまり、Cherry Studio に次のことを伝えます：**明示しないときは、どのモデルを使うか**。

> 注意：これらは「裏方の小工さん」が使うモデルで、**あなたがチャットするためのモデルとは別でもかまいません**。チャットのメインモデルは各アシスタントごとに個別に設定します。

## 4つのデフォルトモデルはそれぞれ何を担当する？

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

* **使う人**：新しいアシスタントを作成したとき、モデルを指定していなければ自動的にここで設定したモデルを使います
* **選び方**：普段使っていて安定しており、価格も妥当な会話モデルを1つ選びます

### 高速モデル

* **使う人**：次のような、すべての「軽量で、最高レベルの知能を必要としない」内部タスク：**話題の命名**、**検索キーワードの抽出**、**メッセージを書き出す際に自動でタイトルを付ける**など
* **選び方**：**安くて速い**モデルで十分で、最強モデルを使う必要はありません

### 翻訳モデル

* **使う人**：ダイアログ / 画像生成 / 翻訳ページの「ワンクリック翻訳」機能；[選択テキストアシスタント](/docs/jp/cherry-studio/preview/selection-assistant.md) 内の翻訳操作
* **選び方**：通常の会話モデルで問題ありません。中英翻訳が多いなら、DeepSeek または Claude 系列がより良い結果を出します

## 一言でおすすめ

細かく考えたくないなら、下のように入れれば大丈夫です：

| 項目             | 推奨                                                  |
| -------------- | --------------------------------------------------- |
| デフォルトアシスタントモデル | あなたが最もよく使う会話モデル                                     |
| 高速モデル          | 安くて速いモデル                                            |
| 翻訳モデル          | 指示に従える会話モデルなら何でも可です（qwen-mt 系のような専用翻訳モデルを選んでも構いません） |

迷ったらすべてデフォルトのままにし、しばらく使ってみて不足を感じたらそのとき戻って調整すれば大丈夫です。

***

### 💡 ヘルプの取得とフィードバックの送信

設定や使用の過程で疑問、Bug、機能改善の提案がある場合は、 [フィードバックと提案](/docs/jp/question-contact/suggestions.md) に記載の公式チャネルをご参照ください。


---

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