> For the complete documentation index, see [llms.txt](https://docs.maiagent.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/maigpt/faq/model-comparison.md).

# モデルの違いと選び方

MaiGPT ではさまざまな AI モデルをご利用いただけます。以下で各モデルの違いを手早く把握しましょう。

***

## クイック比較 <a href="#quick-comparison" id="quick-comparison"></a>

| モデル          | 得意分野                      | 速度    | 適したシーン                    |
| ------------ | ------------------------- | ----- | ------------------------- |
| **Claude**   | 日本語の理解、長文の作成、分析・推論        | 中     | レポート作成、ファイル分析、複雑な推論       |
| **GPT**      | バランスの取れた汎用能力、コード          | 中     | コード、翻訳、汎用的な質問応答           |
| **Gemini**   | 応答速度が速い、マルチモーダル           | 速     | スピーディーな質問応答、画像理解          |
| **DeepSeek** | 推論能力が高い                   | 中     | 数学、論理的推論                  |
| **Gemma**    | Google のオープンソース、軽量で高効率    | 速     | 軽量デプロイ、エッジコンピューティング       |
| **Grok**     | リアルタイム情報、ユーモアのある文体        | 中     | 時事に関する質問応答、クリエイティブなライティング |
| **Llama**    | オープンソース、プライベート環境へのデプロイが可能 | 構成による | オンプレミス環境へのデプロイ用途          |

***

## どれを選べばよいか迷ったら <a href="#model-selection-decision-guide" id="model-selection-decision-guide"></a>

以下の判断フローをご活用ください。

1. **一般的な業務（ファイル作成、情報の検索、翻訳）** → デフォルトのモデルで十分です
2. **品質に満足できない場合** → Claude または GPT を試してみましょう
3. **最速の速度が必要な場合** → Gemini をご利用ください
4. **複雑な推論や計算が必要な場合** → Claude または DeepSeek をご利用ください

{% hint style="info" %}
**「最も優れた」モデルは存在しません**

それぞれのモデルには得意な分野と不得意な分野があります。最も実用的な方法は、同じ質問を複数のモデルで試し、ご自身が最も気に入ったモデルを見つけることです。
{% endhint %}

***

## 次のステップ <a href="#next-steps" id="next-steps"></a>

* [AI モデルを選択する（操作方法）](https://github.com/Playma-Co-Ltd/maiagent-user-guide-gitbook/blob/main/ja/maigpt/model-switching.md)
* [セキュリティとプライバシー](/maiagent-user-guide/maiagent-user-guide-ja/maigpt/faq/security.md)
* [MaiGPT の概要に戻る](/maiagent-user-guide/maiagent-user-guide-ja/maigpt/maigpt.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.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/maigpt/faq/model-comparison.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.
