LM-Kit.NET
.NET SDK di livello aziendale per la creazione di applicazioni LLM.
Pubblicato da LM-Kit
Distribuito da ComponentSource dal 2025
Prezzi da: US$ 980.00 Versione: 2026.x NUOVO Aggiornato il: May 28, 2026
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.