Expand description
The parameter-schema system: which tunable parameters a model exposes, assembled from capability- and runtime-specific profiles.
Structs§
- Model
Profile - A set of parameter specs that applies to any model the
matchespredicate accepts. - Profile
Registry - A collection of profiles that together determine a model’s parameter schema.
Functions§
- context_
length_ spec - The
context_lengthspec for a chat/completion model on a runtime that honors it (llama.cpp or Ollama), sized to the model’s declared window.