Documentation
¶
Overview ¶
Command gen-models renders the supported-model catalog into a static HTML partial the website includes on the Models & Providers page.
DRY: models, providers, and prices are ALL derived from the pinned dippin-lang/pricing (the single source of truth, #558) — never a second hand-maintained list. The output is pure HTML with no Hugo template directives, so Hugo includes it verbatim, and it is drift-gated (scripts/docs/gate.sh models, wired into pre-commit + CI): a dippin bump that changes prices/models fails the gate until the table is regenerated, so the site can never show a price or model list that disagrees with the pinned dippin.
Run: make gen-models (or: go run ./scripts/gen/models)