AI Chat Commands
AXON's AI system is a multi-provider LLM chain with per-server memory and customisable personas.
Commands
| Command | Description |
|---|---|
/ask <prompt> | Ask AXON's AI a question |
/chat | Start a persistent chat session with memory |
/clear-memory | Clear your personal AI chat history |
/ai-persona set <name> <description> | Set a custom AI persona for the server (Admin) |
/ai-persona reset | Reset to the default AXON persona (Admin) |
/summarise | Summarise the last N messages in a channel |
AI Provider Chain
AXON automatically falls through a chain of AI providers if one is unavailable:
- Groq (primary — fastest)
- Google Gemini (secondary)
- OpenRouter (tertiary)
- Cerebras (fallback)
The AI module must be enabled in the Dashboard before AI commands work in a server.