-
Notifications
You must be signed in to change notification settings - Fork 0
AI Providers
Matecore edited this page Jun 29, 2026
·
1 revision
| Provider | Type | API Key Required | Notes |
|---|---|---|---|
| OpenAI | Cloud | Yes | GPT-4o, o1, o3 |
| Anthropic (Claude) | Cloud | Yes | Prompt caching enabled |
| Google (Gemini) | Cloud | Yes | Gemini 2.0/2.5 |
| Ollama | Local | No | Runs on your machine |
| LM Studio | Local | No | OpenAI-compatible endpoint |
- Get API key at platform.openai.com/api-keys
- Settings -> Provider -> OpenAI -> Paste key
- Get API key at console.anthropic.com
- Settings -> Provider -> Anthropic -> Paste key
- Get API key at aistudio.google.com
- Settings -> Provider -> Google -> Paste key
- Install Ollama
- Pull model:
ollama pull llama3 - Settings -> Provider -> Ollama (no API key needed)
- Install LM Studio
- Load model and start local server
- Settings -> Provider -> LM Studio (default:
http://localhost:1234/v1)