Constructor ChatModelInfo
ChatModelInfo(string, string, string, string, ChatModelShape, ChatMemoryDecision, int, ChatBackendReport, TimeSpan, DateTimeOffset, int, int, bool)
Everything the host knows about the model it is holding.
public ChatModelInfo(string PresetId, string ModelId, string Directory, string DirectorySha16, ChatModelShape Shape, ChatMemoryDecision Budget, int ResolvedContextTokens, ChatBackendReport Backend, TimeSpan LoadDuration, DateTimeOffset LoadedAtUtc, int LoadCount, int ActiveLeases, bool IsLoaded)
Parameters
PresetIdstringThe preset that was loaded.
ModelIdstringIts manifest's model id.
DirectorystringThe provisioned directory handed to
new Config(string).DirectorySha16stringThe 16-character content-addressed directory segment.
ShapeChatModelShapeThe geometry read from the provisioned
genai_config.json.BudgetChatMemoryDecisionEvery term the memory gate read, and which one bound.
ResolvedContextTokensintThe context the budget allowed.
BackendChatBackendReportThe native build and this model's two probe results.
LoadDurationTimeSpanHow long
new Modelplusnew Tokenizertook.LoadedAtUtcDateTimeOffsetWhen the load completed.
LoadCountintHow many times this host has loaded, including drops and reloads.
ActiveLeasesintOutstanding leases.
IsLoadedboolWhether the model is resident right now.