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

# Genie Models

> The models used by Genie and how to switch between them.

So Genie currently uses three engines for it's AI capabilities. **Gemini**, **GPT**, **DeepSeek** and **Ollama** engines.

## Switching Engines and selecting models

You can switch between the three engines using the `switch` command. Here's how you can do it:

```bash theme={null}
genie switch
```

You can further select models for the engines via the `switch` command.

Read more about the `switch` command [here](/commands/switch).

## Current Configuration

You can check the current model and the current engine being used by Genie using the `engine` command. Here's how you can do it:

```bash theme={null}
genie engine
```

Read more about the `engine` command [here](/commands/engine).
