Set Up Your LLM
Kakaw supports five LLM providers. You supply the API key — it goes directly from your browser to the provider. Kakaw never sees or stores it.
Anthropic (Claude)
- Get an API key at console.anthropic.com
- In Kakaw, go to Settings → LLM Connections
- Select Anthropic, paste your key, and click Save
Recommended model: claude-sonnet-4-6 — fast, accurate for SQL generation.
OpenAI (ChatGPT)
- Get an API key at platform.openai.com
- In Kakaw, select OpenAI, paste your key, and click Save
Recommended model: gpt-4o
Gemini (Google)
- Get an API key at aistudio.google.com
- In Kakaw, select Gemini, paste your key, and click Save
Recommended model: gemini-1.5-pro
Ollama (local)
- Install Ollama from ollama.com and pull a model:
ollama pull llama3 - Ensure Ollama is running:
ollama serve - In Kakaw, select Ollama and enter your local endpoint (default:
http://localhost:11434)
No API key required for Ollama.
LM Studio (local)
- Download LM Studio from lmstudio.ai and load a model
- Start the local server in LM Studio (default port:
1234) - In Kakaw, select LM Studio and enter your endpoint (default:
http://localhost:1234/v1)
No API key required for LM Studio.
Switching Providers
You can change your LLM provider at any time in Settings → LLM Connections. Your conversation history is preserved regardless of which provider you switch to.