AlphaLLM is an advanced Discord bot that integrates multiple AI models for text and image generation. It provides a RAG memory system and administrative features.
- 🤖 Discord bot with text and image generation
- 🧠 RAG memory system
- 🎯 Automatic AI model selection
- 📊 Logging and diagnostics
The bot supports many models: ChatGPT, Claude, Cohere, DeepSeek, Gemini, GLM, Grok, Llama, Mistral, Qwen, Sonar, and more.
![]() |
![]() |
![]() |
![]() |
![]() |
|---|---|---|---|---|
| ChatGPT | Claude | DeepSeek | Gemini | GLM |
![]() |
![]() |
![]() |
![]() |
![]() |
| Grok | Llama | Mistral | Qwen | Sonar |
- Python 3.12+
- API Keys
- 2 GB RAM + 5 GB Disk
Edit config.toml for:
- Discord IDs (servers, channels)
- Runtime settings
- Memory models
Edit .env for provider keys.
Run the following command to format and lint the codebase:
black --exclude=.venv . && isort --skip=.venv . && flake8 --exclude=.venv .- Black: Code formatting
- isort: Import sorting
- flake8: Linting and style checking
MIT









