Table of Contents

Property Vendor

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

Vendor

Gets or sets the vendor / organization that produced the model (e.g. "Alibaba", "Google", "Meta", "BAAI"). Unlike Publisher, which is derived from the hosting URL and typically resolves to the redistributor ("lm-kit"), Vendor identifies the upstream creator and is suitable for display in catalogs and UI. When not set explicitly, it is derived from the first whitespace- delimited token of ModelName.

public string Vendor { get; set; }

Property Value

string
Share