> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omnifact.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Selecting an AI Model

> Choose the best AI model for your specific task to get the most accurate and helpful results.

Omnifact allows you to switch between different AI models to power your conversations. While the default model is capable of handling most tasks, you may find that certain models excel in specific areas—such as creative writing, coding, or logical reasoning.

<Card title="Model Guide" icon="graduation-cap" href="/en/guides/mastering-chat/models/model-guide">
  Choose the right AI model for your task, from flagship reasoning to fast efficient options.
</Card>

<Note>
  The available models are configured by your Team Administrator in [Model Management](/en/platform/team-administration/models). If you don't see a specific model, it may not be enabled for your organization. Your administrator can also restrict availability to **EU-hosted models only** to ensure data residency compliance.
</Note>

## How to Switch Models

You can select the AI model before you send a message or at any point during a conversation.

<Steps>
  <Step title="Locate the Model Selector">
    At the top of the chat interface, look for the **Model Selector** dropdown menu. It displays the name of the currently active model (e.g., "GPT-4o" or "Claude 3.5 Sonnet").

    <Frame>
      <img className="block" src="https://mintcdn.com/omnifact/e4EMFUYmrEyQ099q/images/model-selector.png?fit=max&auto=format&n=e4EMFUYmrEyQ099q&q=85&s=5e3273f211488031a66fe0dadd491224" alt="The model selector dropdown menu in the chat interface" width="1690" height="425" data-path="images/model-selector.png" />
    </Frame>
  </Step>

  <Step title="Open the Menu">
    Click the dropdown to reveal the list of available models. Models are grouped by their provider (e.g., OpenAI, Anthropic, Google, Mistral AI). You can see the model name, provider logo, and hosting region flag.

    <Frame>
      <img className="block" src="https://mintcdn.com/omnifact/8_zW-qXJVoa4Jr-C/images/model-selector-open.png?fit=max&auto=format&n=8_zW-qXJVoa4Jr-C&q=85&s=a2eb1795595f1df936c8d5bc8d0d6438" alt="The open model selector showing available AI models, provider logo, and hosting region flag" width="1690" height="1128" data-path="images/model-selector-open.png" />
    </Frame>
  </Step>

  <Step title="Choose a Model">
    Select the model you wish to use. The chat interface will update to reflect your choice, and all subsequent messages in that conversation will be processed by the selected model.
  </Step>
</Steps>

## Why Switch Models?

Different AI models are trained differently and have unique strengths. Switching models can help you optimize your results based on what you are trying to achieve.

| Goal                   | Recommended Approach                                                                                                                                           |
| :--------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Complex Reasoning**  | Models like **GPT-4o** or **Claude 3.5 Sonnet** are often best for complex logical tasks, math, or multi-step problem solving.                                 |
| **Creative Writing**   | **Claude** models are frequently praised for their natural, human-like writing style and nuance.                                                               |
| **Coding & Technical** | **GPT-4o** and **Claude 3.5 Sonnet** are top-tier choices for generating, debugging, and explaining code.                                                      |
| **Speed**              | If you need a quick answer and don't require deep reasoning, lighter models (often labeled "Flash", "mini", "micro", or "Haiku") can provide faster responses. |

For a comprehensive guide on which model to choose for specific tasks, see the [Model Guide](/en/guides/mastering-chat/models/model-guide).

<Tip>
  **Experiment!** If you aren't satisfied with a response, try switching to a different model and clicking **Regenerate** on the last message to see how another AI approaches the same prompt.
</Tip>
