Hosting
Choose a hosting strategy for Genius
Choosing a Hosting Strategy
Genius uses the Ollama chat API, giving you two hosting options:
- Cloud hosting on ollama.com (recommended) - Free with generous usage limits, no server performance impact
- Self-hosting - Requires dedicated infrastructure; running Ollama on your Minecraft server can have significant performance impacts
Recommendation: Use cloud hosting unless you have dedicated infrastructure for self-hosting.
Setup Instructions
Cloud Hosting (ollama.com)
-
Get your API key:
- Go to ollama.com and sign in or create an account
- Navigate to Profile > Settings > Keys
- Click "Add API Key", enter a name, and copy the generated key
-
Configure the plugin:
- Open
plugins/Genius/config.ymlon your server - Set
ollama.baseUrltohttps://ollama.com/ - Set
ollama.apiKeyto your API key from step 1 - (Optional) Change
ollama.modelto a different cloud model (default isdeepseek-v3.1:671b)
- Open
-
Restart your server to apply the changes
Self-Hosting
-
Install Ollama:
- Follow the official quickstart guide to install Ollama on your machine
- Pull the model you want to use (Genius does not pull models automatically)
-
Configure the plugin:
- Open
plugins/Genius/config.ymlon your server - Verify
ollama.baseUrlmatches your Ollama instance URL - Set
ollama.modelto the model you pulled
- Open
-
Restart your server to apply the changes