AI & ML8 toolsPaste one API key
Ollama integration for AI agents
Run large language models locally or in the cloud with Ollama.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Ollama once and call the same tools from all of them.
Setup
Connect Ollama through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Ollama exposes 8 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
ollama_chat | Send a chat message with conversation history to Ollama | Read |
ollama_generate | Generate text responses from Ollama models with optional raw mode | Read |
ollama_list_models | List all available Ollama models and their details | Read |
ollama_open_ai_chat_completions | Create OpenAI-compatible chat completions using Ollama models | Read |
ollama_open_ai_completions | Create OpenAI-compatible text completions using Ollama models | Read |
ollama_open_ai_list_models | List available models using OpenAI-compatible API format | Read |
ollama_show | Show comprehensive information about an Ollama model | Read |
ollama_version | Get the version of Ollama running locally | Read |