# 模型差異怎麼選

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/zh-tw/maigpt/model-switching.md)
* [安全性與隱私](/maigpt/faq/security.md)
* [回到 MaiGPT 總覽](/maigpt/maigpt.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.maiagent.ai/maigpt/faq/model-comparison.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.
