Connect your AI to Kerux
Kerux answers tickets with an AI key you bring, so you pay your provider directly, never a markup. There are two ways to do it. Pick one.
A cloud API key
From your preferred provider. Works with Kerux right away, best for almost everyone.
A local open-source model
Runs on your own machine, nothing leaves your network. A little more setup.
Use a cloud API key
Kerux works with any of these 8 providers (plus anything OpenAI-compatible). Pick one, open its console, create a key named “Kerux”, and copy it right away, most providers show it only once. Lost it? Just create another.
GroqFree tier · easiest start
- Sign in (or sign up) at console.groq.com.
- Go to API Keys → Create API Key.
- Copy the key (it starts with
gsk_) and paste it into Kerux, see below.
Currently has a free tier with no card required. The fastest way to try Kerux. Paid tiers lift the rate limits.
Anthropic (Claude)
- Sign in (or sign up) at platform.claude.com.
- Go to API keys → Create key.
- Copy the key (it starts with
sk-ant-) and paste it into Kerux, see below.
Add prepaid credits to your account, then create a key. Claude models are a strong fit for support replies.
OpenAI (ChatGPT)
- Sign in (or sign up) at platform.openai.com.
- Go to API Keys → Create new secret key.
- Copy the key (it starts with
sk-) and paste it into Kerux, see below.
Requires billing set up on your OpenAI account. The mini/nano models cost cents per hundreds of tickets.
Google (Gemini)Free tier
- Sign in (or sign up) at aistudio.google.com.
- Go to Create API key.
- Copy the key (it starts with
AIza) and paste it into Kerux, see below.
Currently has a free tier (rate-limited) with a Google account. No card needed to start.
MistralFree tier
- Sign in (or sign up) at console.mistral.ai.
- Go to API Keys → Create new key.
- Copy the key and paste it into Kerux, see below.
Currently offers a free tier after activation, no payment method upfront.
DeepSeek
- Sign in (or sign up) at platform.deepseek.com.
- Go to API Keys → Create new API key.
- Copy the key (it starts with
sk-) and paste it into Kerux, see below.
Pay-as-you-go: top up a small balance first. Among the cheapest capable models available.
OpenRouter (400+ models, one key)
- Sign in (or sign up) at openrouter.ai.
- Go to Keys → Create.
- Copy the key (it starts with
sk-or-) and paste it into Kerux, see below.
One key routes to 400+ models across every major lab, including some free ones. Handy if you want to experiment before settling.
xAI (Grok)
- Sign in (or sign up) at console.x.ai.
- Go to API Keys → Create API key.
- Copy the key (it starts with
xai-) and paste it into Kerux, see below.
Create a team, add billing (xAI sometimes offers starter credits), then create your key.
Run a local open-source model
Free and fully private. The AI runs on your own computer.
- 1Install Ollama
Download it free from ollama.com. Installers for macOS, Windows, and Linux. It runs open-source models on your own machine.
macOSDownload the installer from ollama.com, open it, and move the app to Applications. Launch it once.WindowsDownload the Windows installer from ollama.com and run it. It sets everything up for you.LinuxPaste Ollama's one-line install script from ollama.com into a terminal. - 2Download a model
Open a terminal and run e.g. “ollama pull llama3.3”. Popular open models include Llama, Qwen, and Mistral. A smaller model is a fast, capable starting point.
- 3It now serves locally
Ollama exposes an OpenAI-compatible endpoint at localhost:11434. That's the address Kerux connects to (see the note below about making it reachable).
Paste your key into Kerux
- 1. Go to Settings → AI Training.
- 2. Choose your AI provider. Any of the 8 above, or “Other” for a local or OpenAI-compatible endpoint.
- 3. Paste your key and click Save. It's encrypted, never shown in your browser.
- 4. Pick a model, then send a test ticket and watch it reply.