Siclaw needs an LLM to power its investigation engine.
- TUI mode reads
.siclaw/config/settings.json
- Local Server / Gateway is typically configured through the Models page in the Web UI
Anthropic (Recommended)
Recommended models: claude-sonnet-4-20250514 (best balance) or claude-opus-4-20250514 (highest quality).
OpenAI
OpenAI-Compatible Providers
Any API that implements the OpenAI chat completions format works with Siclaw — Ollama, vLLM, LiteLLM, Azure OpenAI, Moonshot, DeepSeek, and many others.
Common Providers
Configuration Methods
- TUI mode: First-run wizard or
/setup command inside a session
- Local Server / Gateway: Configure providers and models in the Web UI
Embedding Provider
Without an embedding provider, Investigation Memory semantic search is disabled. All other features work normally.
Embedding is used for memory search — matching current symptoms against past investigation records. Any OpenAI-compatible embedding API works:
If embedding.apiKey is omitted, Siclaw falls back to the default provider API key.
Model Recommendations