Configure optional LLM (BYO key)
mindmap_llmEnable LLM-assisted features in your mind map by configuring a provider. View status and cost.
Instructions
Mind Map runs fully WITHOUT an LLM. This is opt-in: plug in your OWN provider to unlock smarter features (LLM-assisted persona inference, richer summaries).
Security: Mind Map stores only the provider + model name. It NEVER stores your API key — the key is read from your environment (ANTHROPIC_API_KEY / OPENAI_API_KEY / GOOGLE_API_KEY; ollama needs none). Set the env var yourself.
Args (all optional — omit all to just see status):
provider: none | anthropic | openai | google | ollama
model: override the default model
baseUrl: for ollama / self-hosted (default http://localhost:11434) Returns: current provider/model, whether it's ready, and a rough cost note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | No | LLM provider, or 'none' to disable | |
| model | No | Model name override | |
| baseUrl | No | Base URL for ollama / self-hosted |