LM-Kit.NET
用於構建 LLM 應用程式的企業級 .NET SDK。
由以下開發商製作:LM-Kit
ComponentSource 開始代理銷售的日期:2025年
Released: May 24, 2026
LMKit.Model): new LM(Stream) loads GGUF and LMK archives from a stream; LM.LoadEncryptedFromStream(...) does the same for encrypted GGUF (.lmke). No on-disk extraction.LMKit.Data.Attachment, LM-Kit.Server): .md / .markdown files are now recognized as plain-text attachments (text/markdown), handled identically to .txt end to end.LM.LoadingOptions.EnableMultiTokenPrediction (bool, default true): controls whether MTP head tensors are loaded into VRAM at model load time. Set to false to skip the heads and save a few hundred MiB to ~1 GiB of VRAM when you know you will not use MTP on this LM instance.LM.HasMultiTokenPrediction (bool): runtime capability check - true when the loaded model declares MTP heads and they were loaded.LMKit.Translation, LMKit.TextGeneration): higher output quality, better fidelity to the source text, and improved handling of long-form inputs across the TextTranslation, TextRewriting, and TextCorrection pipelines.