Default model
Supported models
Any model you have pulled in Ollama:llama3.2(default)llama3.1qwen2.5gemma2mistralphi3- Any model available via
ollama pull
Authentication
None required. Ollama runs locally on your machine. No API key needed.Setup
Make sure Ollama is installed and running:http://localhost:11434 by default. ai-blackteam connects there automatically.
Custom base URL
If Ollama runs on a different host or port, configure it in the config file:~/.ai-blackteam/config.yaml:
Example usage
Tool-use support
No. The Ollama provider does not support tool-use attacks. Single-turn and multi-turn attacks work.Notes
- The provider uses the official
ollamaPython SDK - No token usage tracking (Ollama doesn’t report token counts in the same way)
- Latency depends entirely on your local hardware
- Retry with exponential backoff is automatic on connection failures (3 attempts)
- Great for testing open-source models without API costs
- Make sure you’ve pulled the model before running (
ollama pull llama3.2)