| name | ollama-template-refresh |
| description | Refresh or review the Ollama provider template from official ollama.com library pages. Use when deciding whether manual-templates/ollama.json is stale, updating Ollama model entries, or guiding an external maintenance agent that must inspect web pages instead of relying on a stable API. |
Ollama Template Refresh
Scope
Maintain manual-templates/ollama.json from the official Ollama model library pages.
Do not add GitHub workflow automation for this task. Do not add a production scraper unless the user explicitly asks for one. The Ollama pages are the source of truth, but their HTML can change; treat browser/page inspection as a review workflow, not a stable API contract.
Source Surfaces
- Index page:
https://ollama.com/library
- Family detail page:
https://ollama.com/library/<family-id>
- Local source template:
manual-templates/ollama.json
- Generated provider output:
dist/ollama.json
The generated dist/ollama.json may include ollama-cloud data merged from models.dev. Do not use dist/ollama.json alone to judge whether the local Ollama template is current.
Refresh Workflow
-
Establish the local baseline.
- Read
manual-templates/ollama.json.
- Read
dist/ollama.json only as generated output context.
- Record template model count, generated timestamp, family IDs, and model IDs.
- Compare template families against dist families and keep
dist-only IDs separate.
-
Read the official index page.
- Open
https://ollama.com/library in a browser or page reader.