> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/jp/getting-started/copilot/choose-a-model.md).

# モデルを選ぶ

Copilotチャットを実行するモデルの選び方、それぞれの得意分野、新しいチャットの開始時に使うモデルの設定場所。

Copilot は言語モデル上で動作し、どれを使うかを選べます。あなたの依頼を読み取り、作業を計画し、応答するのがそのモデルです。どの画像モデルまたは動画モデルがメディアを生成するかは別の設定で、プロンプトバーの「モデルの設定」の下にあります。

## モデル

| モデル         | 適している用途                      |
| ----------- | ---------------------------- |
| 自動          | 各タスクに最適なモデルを選びます。既定値         |
| Sonnet 4.6  | 多くのタスクに対して、知能と速度のバランスが取れています |
| Grok 4.5    | 日常的なタスク向けの、速くて सीधेな応答       |
| GPT 5.6 Sol | 複雑で複数ステップのタスク向けの深い推論         |
| Fable 5.1   | 物語作成やアイデア出し向けの、創造的で洗練された応答   |

理由がない限り「自動」のままにしておいてください。GPT 5.6 Sol と Fable 5.1 には有料プランが必要です。一部のモデルは表示されていますが薄く表示されており、まだ選択できません。

## チャットで 1 つ選ぶ

1. 開く [Copilot](https://studio.morphic.com/chat)
2. プロンプトバーの右下にあるボタンをクリックします。まずモード、次にモデルが表示されるので、「自動 · Sonnet 4.6」は Sonnet 4.6 で動作する自動生成を意味します
3. 「モデル」でドロップダウンを開いて 1 つ選びます。チェックマークが現在のモデルを示します

この選択はチャットごとに適用されるため、チャットごとに異なるモデルで同時に実行でき、変更するまで保持されます。

## 新しいチャットの既定値を設定する

1. 開く [「設定」](https://studio.morphic.com/settings/preferences)
2. 「既定のチャットモード」の横で、ドロップダウンを開きます
3. その場で「モデル」でモデルを選び、「モード」でモードを選びます

新しいチャットはそのモデルで開始されます。1 つのチャットのモデルを変更しても、既定値は変わりません。

Morphic でモデルを選ぶ方法は以上です。ほとんどの作業は「自動」で問題ありません。速度を重視するときや、より多くの推論が必要なチャットでは、自分で選びましょう。

***

ご不明な点やお困りのことがあれば、お気軽にご連絡ください。喜んでお手伝いします。以下までご連絡ください [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/jp/getting-started/copilot/choose-a-model.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.
