The Python Ollama plugin recently reached feature parity with JS/Go (umbrella #5521, PRs genkit-ai/genkit#5657 genkit-ai/genkit#5658 genkit-ai/genkit#5659 genkit-ai/genkit#5660). The docsite Python section is now behind.
File: src/content/docs/docs/integrations/ollama.mdx, <Lang lang="python"> block (currently ~L275-540).
Missing, all shipped in the plugin and covered in its README (py/plugins/ollama/README.md):
The plugin README is the reference for the exact API and examples.
The Python Ollama plugin recently reached feature parity with JS/Go (umbrella #5521, PRs genkit-ai/genkit#5657 genkit-ai/genkit#5658 genkit-ai/genkit#5659 genkit-ai/genkit#5660). The docsite Python section is now behind.
File:
src/content/docs/docs/integrations/ollama.mdx,<Lang lang="python">block (currently ~L275-540).Missing, all shipped in the plugin and covered in its README (
py/plugins/ollama/README.md):OllamaConfigconfig schema:think,keepAlive,numCtx,minP,seed,numPredict(+extra='allow'passthrough for newer sampler knobs)config=OllamaConfig(think=True)and thelow/medium/highlevels; reasoning surfaces as a separate partrequest_headersfor expiring auth tokens (resolved per request viaRequestHeaderParams). The Python "Authentication" section only shows the static dict; the JS section already documents the callable form.timeoutkwarg on the pluginOllamaConnectionError(raised on an unreachable server) in troubleshootingThe plugin README is the reference for the exact API and examples.