Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Chat Completion
ollama:chat_completion
Generate a chat completion using an Ollama model with conversation context.
Write
Medium risk
Copy Model
ollama:copy_model
Copy an existing model to a new name.
Write
Medium risk
Create Model
ollama:create_model
Create a new model from a Modelfile.
Write
Medium risk
Delete Model
ollama:delete_model
Delete a model from the local Ollama server.
Write
High risk
Generate Completion
ollama:generate_completion
Generate a text completion using an Ollama model.
Write
Medium risk
Generate Embeddings
ollama:generate_embeddings
Generate embeddings for text using an Ollama model.
Write
Medium risk
List Models
ollama:list_models
List all available models on the Ollama server.
Read
Low risk
Pull Model
ollama:pull_model
Pull/download a model from the Ollama registry.
Write
Medium risk
Show Model
ollama:show_model
Show detailed information about a specific model.
Write
Medium risk