-
v1.3.0 Stable
released this
2026-09-25 22:23:31 +00:00 | 1 commits to main since this release- A model's reasoning efforts can now be detected rather than known. There
is a button on the model's page that asks the endpoint what its chat template
actually accepts, and ticks those. llama.cpp publishes the loaded model's
template, and that template is the very thing that rejects an effort it does
not recognise — so the answer is read from the place that is authoritative
instead of guessed at, or discovered by a failed reply. - Endpoints that do not publish a template — OpenAI, vLLM — say so plainly
rather than being recorded as accepting nothing.
Downloads
- A model's reasoning efforts can now be detected rather than known. There