pub fn builtin_templates() -> Vec<InferenceProfile>Expand description
Starting-point profiles a user can install and then edit.
These are templates, not behaviour: nothing reads them at request time and installing them simply seeds the user’s own profile list. Each sets only the two parameters that actually characterise its use case, leaving everything else to fall through to the model’s own defaults.
chat is the only one listed in /v1/models out of the box — it is the
conversational-client case that motivates the feature, and one visible
variant keeps the model picker useful without swamping it.