> ## 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.

# engine

> Reference for the `engine` command in Genie, the AI-powered CLI companion.

The `engine` command is used to list the current engine being used by Genie. It will print the current engine being used by Genie along with the information about the model being used.

## Usage

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

There are no additional arguments required for this command.

## Example

This is what the output of the `engine` command looks like:

```bash theme={null}
🧞 Current Configuration
──────────────────────────────────────────────────
Engine:
  • DeepSeek
Current Model:
  • deepseek-chat

Available Models:
  • deepseek-chat (current)
  • deepseek-reasoner
──────────────────────────────────────────────────
Helpful Commands:
• Switch engine: genie switch
• List models:   genie switch --list-models
• Change model:  genie switch --model <model-name>
```
