Commands Overview
CookAI Bot supports the following Telegram commands. Availability depends on chat context (private/group) and user identity (owner/others).
✅ = Available ❌ = Unavailable/Ignored
Model & Session
| Command | Description | Private | Group(Owner) | Group(Others) |
|---|
| /model | Switch AI model | ✅ | ✅ | ❌ |
| /models | List available models | ✅ | ✅ | ❌ |
| /status | View Bot status & balance | ✅ | ✅ | ❌ |
| /help | Show help info | ✅ | ✅ | ❌ |
| /new | Start new session | ✅ | ✅ | ❌ |
| /verbose | Toggle verbose mode | ✅ | ✅ | ❌ |
| /reasoning | Toggle reasoning display | ✅ | ✅ | ❌ |
Voice Features
| Command | Description | Private | Group(Owner) | Group(Others) |
|---|
| /voice | Toggle voice replies | ✅ | ❌ | ❌ |
| /tts | TTS settings | ✅ | ❌ | ❌ |
Control & Debug
| Command | Description | Private | Group(Owner) | Group(Others) |
|---|
| /restart | Restart Bot container | ✅ | ❌ | ❌ |
| /exec | Execute shell command | ✅ | ❌ | ❌ |
| /config | View/modify config | ✅ | ❌ | ❌ |
| /debug | Debug mode | ✅ | ❌ | ❌ |
| /stop | Stop current task | ✅ | ❌ | ❌ |
Permission Notes
- • In private chat, only the owner can use all commands
- • In group chat, the owner can use model & session commands
- • In group chat, all commands from non-owners are ignored
- • Control & debug commands are fully disabled in groups (including owner)