472 Downloads Updated 3 months ago
ollama run 60MPH/astral3-tools:12b
ollama launch claude --model 60MPH/astral3-tools:12b
ollama launch codex --model 60MPH/astral3-tools:12b
ollama launch opencode --model 60MPH/astral3-tools:12b
ollama launch openclaw --model 60MPH/astral3-tools:12b
A customized version of Gemma 3 with native tool calling support, optimized for n8n and workflow automation platforms.
Astral extends Google’s Gemma 3 model with built-in tool calling capabilities, making it seamlessly compatible with automation platforms like n8n that require structured function execution.
Ollama’s base Gemma 3 implementation doesn’t include a tool-calling template out of the box. When attempting to integrate it with n8n’s AI Agent nodes or similar workflow tools, you’ll encounter compatibility issues due to the missing function calling interface.
Astral solves this by adding a properly formatted tool calling layer that enables:
ollama pull astral3-tools:27b ollama pull astral3-tools:27b
Based on Google’s Gemma 3 architecture with custom modifications for tool calling support.