> 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-en/maigpt/faq/model-comparison.md).

# How to Choose Between Models

MaiGPT offers multiple AI models. Here's a quick guide to help you understand the differences.

***

## Quick Comparison <a href="#quick-comparison" id="quick-comparison"></a>

| Model        | Strengths                                                      | Speed  | Best For                                                |
| ------------ | -------------------------------------------------------------- | ------ | ------------------------------------------------------- |
| **Claude**   | Chinese comprehension, long-form writing, analytical reasoning | Medium | Writing reports, analyzing documents, complex reasoning |
| **GPT**      | Well-rounded general ability, code                             | Medium | Code, translation, general Q\&A                         |
| **Gemini**   | Fast response speed, multimodal                                | Fast   | Quick Q\&A, image understanding                         |
| **DeepSeek** | Strong reasoning ability                                       | Medium | Math, logical reasoning                                 |
| **Gemma**    | Google open-source, lightweight and efficient                  | Fast   | Lightweight deployment, edge computing                  |
| **Grok**     | Real-time information, humorous style                          | Medium | Current events Q\&A, creative writing                   |
| **Llama**    | Open source, privately deployable                              | Varies | On-premises deployment needs                            |

***

## Not Sure How to Choose? <a href="#model-selection-decision-guide" id="model-selection-decision-guide"></a>

Use this decision flow:

1. **General work (writing documents, research, translation)** → Use the default model
2. **Not satisfied with quality** → Try switching to Claude or GPT
3. **Need maximum speed** → Use Gemini
4. **Complex reasoning or calculations** → Use Claude or DeepSeek

{% hint style="info" %}
**There is no "best" model**

Every model has strengths and weaknesses. The most practical approach is to try the same question with different models and find the one you prefer.
{% endhint %}

***

## Next Steps <a href="#next-steps" id="next-steps"></a>

* [Select an AI Model (How-To)](https://github.com/Playma-Co-Ltd/maiagent-user-guide-gitbook/blob/main/en/maigpt/model-switching.md)
* [Security and Privacy](/maiagent-user-guide/maiagent-user-guide-en/maigpt/faq/security.md)
* [Back to MaiGPT Overview](/maiagent-user-guide/maiagent-user-guide-en/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-en/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.
