-
Notifications
You must be signed in to change notification settings - Fork 0
How to get API Keys
adis1911 edited this page Mar 11, 2026
·
1 revision
To use the AI Assistant, you need an API key from one of the supported providers. Most providers offer a free tier that is more than enough for playing Minecraft.
Google Gemini is currently the best free option. It is fast and has a very generous free limit.
- Go to Google AI Studio.
- Log in with your Google account.
- Click on "Get API Key" on the left sidebar.
- Click "Create API key in new project".
- Copy the key and paste it into the Gemini Key field in the mod's settings menu.
Groq is famous for its incredible speed. It uses Llama 3 models and is currently free to use.
- Visit the Groq Cloud Console.
- Create an account.
- Click on "API Keys" and then "Create API Key".
- Give it a name (e.g., "Minecraft Mod") and copy the key.
- Paste it into the Groq Key field in the mod's settings.
OpenAI is very stable but usually requires a small deposit (min. $5) to work.
- Go to the OpenAI Platform.
- Create an account and add at least $5 to your "Billing" credits.
- Create a new Secret Key.
- Paste it into the OpenAI Key field in the mod's settings.
Never share your API keys with anyone! If you are a streamer or recording a video, make sure the settings menu is not visible while you enter the key. If a key is leaked, delete it on the provider's website and create a new one immediately.
Back to Home