Class OllamaModel

java.lang.Object
com.google.genkit.plugins.ollama.OllamaModel
All Implemented Interfaces:
Model, Action<ModelRequest,ModelResponse,ModelResponseChunk>, Registerable

public class OllamaModel extends Object implements Model
Ollama model implementation for Genkit. Supports local Ollama models with both synchronous and streaming generation. Ollama must be running locally (or at the configured host).