AlphaLLM is an advanced Discord bot that integrates multiple AI models for text and image generation. It provides a REST API, RAG memory system, and administrative features.
Detailed documentation is available in the docs/ folder:
- π€ Discord bot with text and image generation
- π REST API for programmatic access
- π§ RAG memory system
- π― Automatic AI model selection
- π Monitoring and logging
The bot supports many models: ChatGPT, Claude, Cohere, DeepSeek, EvilGPT, Gemini, GLM, Granite, Grok, Hermes, Kimi, Llama, LongCat, MiniMax, Mistral, Nemotron, Phi, Qwen, Sonar, Yi, and more.
ChatGPT |
Claude |
Cohere |
DeepSeek |
EvilGPT |
Gemini |
GLM |
Granite |
Grok |
Hermès |
Kimi |
Llama |
LongCat |
MiniMax |
Mistral |
Nemotron |
Phi |
Qwen |
Sonar |
Yi |
- Python 3.12+
- API Keys
- 2 GB RAM + 5 GB Disk
Edit config.toml for:
- Discord IDs (servers, channels)
- API parameters
- Memory models
Edit .env for API 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



















