# Selecting a Language Model

<figure><img src="/files/YKIkRE4QWePRC3vUA1od" alt=""><figcaption></figcaption></figure>

When starting a new chat, choosing the appropriate AI language model ensures you receive the best responses based on your needs. ChatNGO offers several models, each with its own strengths.&#x20;

### **Steps to Select a Language Model:**

1. **Click on the Model Dropdown**:
   * Below the chat bar, you will see a dropdown that shows the currently selected model (e.g., GPT-4o, GPT-4o Mini, Claude 3.5 Sonnet).
   * Click on this dropdown to view the available models.
2. **Review Model Options**:
   * The models available for selection include:
     * **GPT-4o**: Ideal for handling detailed and complex tasks with greater depth and reasoning.
     * **GPT-4o Mini**: A lighter, faster version of GPT-4o, suitable for simpler tasks or when quicker responses are needed.
     * **Claude 3.5 Sonnet**: Best for natural language understanding and creative tasks; known for its conversational fluency.
3. **Choose Your Model**:
   * Select the model that best fits your needs by clicking on it from the dropdown list.
   * The selected model will be active for the current chat session and all future interactions within that thread.

{% hint style="info" %}
Please note at this time you can not switch between models during an ongoing chat thread.
{% endhint %}

***

### Best Practices:

* **Complex Tasks**: Use **GPT-4o** for tasks that require deep analysis or brainstorming.
* **Faster Interactions**: Use **GPT-4o Mini** when you need faster, more concise responses.
* **Creative Conversations**: Select **Claude 3.5 Sonnet** for engaging in natural, creative discussions or for more conversational tasks.


---

# 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.chat.ngo/chat/chatting-with-chatngo/selecting-a-language-model.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.
