API Keys Setup
Lobsta needs an AI provider API key to work. This guide covers how to get one — including free options if you want to try before committing.
Free Options
🆓 OpenRouter (Recommended for Free)
OpenRouter aggregates multiple AI providers and offers free models with no credit card required.
- Go to openrouter.ai (opens in a new tab)
- Click Sign In (use Google, GitHub, or email)
- Go to Keys → Create Key
- Copy your key (starts with
sk-or-)
Free models available:
google/gemini-2.0-flash-exp:free— Fast, capablemeta-llama/llama-3.3-70b-instruct:free— Great qualityqwen/qwen-2.5-72b-instruct:free— Excellent reasoning
In LobstaKit, select OpenRouter as provider and use one of these model names.
🆓 Google AI Studio (Gemini)
Google offers generous free tier for Gemini models.
- Go to aistudio.google.com (opens in a new tab)
- Sign in with your Google account
- Click Get API Key → Create API key
- Copy your key
Free limits: 15 requests/minute, 1M tokens/day
Models: gemini-2.0-flash, gemini-1.5-pro
🆓 Groq (Fast & Free)
Groq offers free API access with rate limits.
- Go to console.groq.com (opens in a new tab)
- Sign up / Sign in
- Go to API Keys → Create API Key
- Copy your key
Free limits: 30 requests/minute
Models: llama-3.3-70b-versatile, mixtral-8x7b-32768
🆓 Kimi (Moonshot AI)
Kimi K2.5 offers a free tier with good performance.
- Go to platform.moonshot.cn (opens in a new tab)
- Create account (may require phone verification)
- Navigate to API section
- Generate your API key
Models: moonshot-v1-8k, moonshot-v1-32k, moonshot-v1-128k
Paid Options (Better Limits & Models)
Anthropic (Claude) — Recommended
Best overall quality. New accounts get $5 free credits.
- Go to console.anthropic.com (opens in a new tab)
- Sign up with email
- Go to API Keys → Create Key
- Copy your key (starts with
sk-ant-)
Pricing: ~$3/M input tokens, ~$15/M output tokens (Sonnet)
Models: claude-sonnet-4-20250514, claude-3-5-sonnet-20241022
OpenAI (GPT-4)
- Go to platform.openai.com (opens in a new tab)
- Sign up / Sign in
- Go to API Keys → Create new secret key
- Copy your key (starts with
sk-)
Pricing: ~$2.50/M input, ~$10/M output (GPT-4o)
Models: gpt-4o, gpt-4o-mini
Configuring in LobstaKit
Once you have your API key:
- Open LobstaKit web interface
- Go to Setup tab
- Select your AI Provider from dropdown
- Paste your API Key
- Choose your preferred Model
- Click Save Configuration
Tip: Start with OpenRouter's free models to test your setup, then upgrade to Claude or GPT-4 when you're ready for better quality.
Which Should I Choose?
| Use Case | Recommended |
|---|---|
| Just testing / free | OpenRouter (free models) |
| Daily personal use | Anthropic Claude |
| Coding tasks | Anthropic Claude or OpenAI |
| Budget-conscious | Groq or Google Gemini |
| Privacy-focused | Self-hosted Ollama (coming soon) |
Troubleshooting
"Invalid API key" error
- Make sure you copied the full key
- Check there are no extra spaces
- Verify the key is for the correct provider
"Rate limit exceeded"
- Free tiers have usage limits
- Wait a few minutes or upgrade to paid
"Model not found"
- Double-check the model name spelling
- Some models require specific access (e.g., GPT-4 needs payment method)