Table of Contents

Property ModelId

Namespace
LMKit.Abstractions
Assembly
LM-Kit.NET.dll

ModelId

Gets a stable identifier for the underlying model or deployment.

string ModelId { get; }

Property Value

string

Remarks

Used for vector-store partitioning, cache keys, and telemetry. Two embedders that produce compatible vectors should report the same value.

Share