Skip to main content
Ollama lets you run open-source models locally. profClaw connects to Ollama automatically - it’s always enabled and is the fallback when no cloud API keys are configured.

Supported Models

Ollama supports hundreds of models. Popular choices in profClaw: Any model available in ollama list can be used by its full name.
Most local Ollama models do not support native tool calling. profClaw automatically falls back to manual tool prompting for these models.

Setup

1

Install Ollama

2

Pull a model

3

Start the Ollama server

4

profClaw connects automatically

No API key needed. profClaw connects to Ollama at http://localhost:11434.

Environment Variables

string
Ollama server URL. Defaults to http://localhost:11434. Override for remote Ollama instances.

Configuration Example

Model Aliases

Usage Examples

Notes

  • Ollama is always lowest priority in auto-selection. If any cloud key is set, it takes precedence.
  • Local models work without internet access - useful for air-gapped environments.
  • GPU acceleration significantly improves performance. Ollama auto-detects CUDA/Metal.
  • Tool calling is available via manual prompting fallback for models that don’t support it natively.