-
Notifications
You must be signed in to change notification settings - Fork 0
cloud llms
RimSynapse Core provides seamless integrations with three of the most powerful frontier model providers: OpenAI, Google Gemini, and Anthropic Claude. It also includes a completely free, built-in image provider (Pollinations.ai) that requires no setup whatsoever!
This guide will walk you through how to generate the API keys necessary to enable the frontier text and vision models.
Before diving into API keys, you should know that RimSynapse Core already has a fully integrated, open, and free image generation provider: Pollinations.ai.
- Cost: 100% Free
- API Key: None required!
- Setup: None! It is hardwired into the Core and is ready to generate pictures for your Factions and World News events the moment you install the mod.
OpenAI provides industry-leading reasoning, vision, and text generation. It operates on a Pay-As-You-Go model. You must load your account with at least $5.00 in credits to use the API.
- Navigate to the OpenAI API Keys Dashboard.
- Log in with your OpenAI account.
- On the left-hand sidebar, click API Keys.
- Click the black Create new secret key button in the center.
5. Name your key something recognizable (e.g., "RimWorld Synapse").
6. Click Create secret key.
7. IMPORTANT: Copy the key immediately (it starts with
sk-proj-). You will never be able to see it in full again once you close the window.
- Paste this key into the OpenAI Key field in the RimSynapse Provider Settings window.
Google Gemini offers a massive context window and lightning-fast vision capabilities. Google currently offers a generous Free Tier for Gemini, allowing you to use it without paying a dime (subject to rate limits)!
- Navigate to Google AI Studio.
- Log in with your Google account.
- Click the Get API key button on the left sidebar.
- Click the white Create API key button in the top right.
- Click Create API key in new project (or select an existing one).
- Copy your generated API key (it starts with
AIzaSy). - Paste this key into the Google Gemini Key field in the RimSynapse Provider Settings window.
Anthropic's Claude 3.5 Sonnet is arguably the best overall model for RimSynapse right now, balancing high-speed responses with top-tier intelligence. Anthropic uses a Pay-As-You-Go model, meaning you will need to add a small amount of billing credits to use the API.
- Navigate to the Anthropic API Console.
- Log in with your email or Google account.
- If this is your first time, you may need to verify a phone number and add a minimum balance of $5 to your billing account.
- Click the black Create key button in the top right.
- Name your key something recognizable like "RimSynapse" and click Create.
- Copy the generated API key immediately (it starts with
sk-ant-). - Paste this key into the Anthropic Claude Key field in the RimSynapse Provider Settings window.
Never share your API keys. If you accidentally paste your API key in a public Discord server or GitHub issue, the provider will automatically detect it, revoke the key, and you will have to generate a new one.
ElevenLabs provides the gold standard in AI speech synthesis for immersive roleplay. They offer an incredible Free tier (10,000 characters per month) if you create an account, making it perfect for trying out high-quality game voices.
- Navigate to ElevenLabs.
- Create an account or log in.
- If presented with a subscription pricing page during signup, you can simply click Skip at the bottom to remain on the free tier.
Tip
Shortcut: Once logged in, you can bypass the navigation steps below by going directly to the API Keys page: https://elevenlabs.io/app/api/api-keys
-
Manual Navigation: Expand the left menu on the dashboard, and select ElevenAPI from the top-left dropdown (which may default to ElevenCreative or ElevenAgents).
- Once in the ElevenAPI section, scroll to the bottom of the page to the Quick Links section and click Create an API Key.
- A dialog box will appear. Give your key a name, and ensure that both the Text to Speech endpoint is toggled to Access and the Voices endpoint is toggled to Read. (This allows the mod to fetch your custom voices). Then click Create Key.
- Click the eye icon next to your new API key to reveal it, then copy it.
- Paste this key into the ElevenLabs Key field in the RimSynapse Provider Settings window.
Synced from codebase commit: ae44124