Expand description
The vocabulary types that identify a model and its runtime.
Modality, Capability, SourceKind, and RuntimeId are open string sets
(new values can appear without a code change), modeled as string newtypes with
constructors for the well-known values. The remaining enums are closed.
Structs§
- BidPreference
- The bid preference numbers runtime adapters use to compete for a model. Lower wins. This is the single global ordering; adapters must not mint their own.
- Capability
- Something a model can be asked to do.
- Modality
- A model’s primary output modality.
- Runtime
Id - The identifier of a runtime adapter that can execute a model.
- Source
Kind - Where a model was found or installed from.
Enums§
- Execution
Mode - How a runtime delivers a model’s output.
- Model
State - The lifecycle state of a model record.
- RunTier
- How much support a model needs before it can run.