LM-Kit.NET
LLMアプリケーションを構築するためのエンタープライズグレードの.NET SDK
LM-Kit 社の製品
2025 年より日本国内にてComponentSourceで販売中。
価格:¥ 207,570 (税込)〜 バージョン: 2026.x 新機能 更新日: May 10, 2026
Released: Mar 3, 2026
qwen3.5:0.8b, qwen3.5:2b, qwen3.5:4b and qwen3.5:9b.Released: Feb 28, 2026
glm-4.6v-flash.glm-ocr: Z.ai GLM-OCR 0.9B vision-language model specialized in document parsing, OCR, and structured information extraction.Released: Feb 25, 2026
qwen3.5:27b (27B dense hybrid GDN model) and qwen3.5:35b-a3b (35B MoE, 3B active). Both support chat, vision, tool calling, code completion, math, and OCR with a native 262K context window. The qwen3-vl:30b model card is now deprecated in favor of qwen3.5:35b-a3b.RagChat (LMKit.Retrieval): A turnkey multi-turn conversational RAG class that wraps a user-managed RagEngine with an internal MultiTurnConversation. Implements...Released: Feb 22, 2026
MarkdownToPdf converter (LMKit.Document.Conversion) with full formatting support (headings, bold/italic, code blocks, lists, blockquotes, tables, links, horizontal rules).EmlToPdf converter (LMKit.Document.Conversion) with embedded attachment support.markdown_to_pdf and eml_to_pdf built-in document tools.paddleocr-vl:0.9b.VlmOcrIntent enum and VlmOcr(LM, VlmOcrIntent) constructor for explicit OCR...Released: Feb 19, 2026
LMKit.TextGeneration.Filters).
FilterPipeline with IPromptFilter, ICompletionFilter, and IToolInvocationFilter following the ASP.NET Core middleware (onion) pattern.MultiTurnConversation and Agent.LMKit.TextGeneration.Prompts).
PromptTemplate class with Mustache syntax, conditionals, loops, filter chaining, custom helpers, and strict mode.Released: Feb 16, 2026
LMKit.Document.Conversion:
MarkdownHtmlConverter.MarkdownToHtml(string) method to convert Markdown to HTML.MarkdownHtmlConverter.HtmlToMarkdown(string) method to convert HTML back to Markdown.MarkdownDocxConverter.MarkdownToDocx(string) and MarkdownDocxConverter.MarkdownToDocxFile(string, string) methods to convert Markdown to DOCX.MarkdownDocxConverter.DocxToMarkdown(...) overloads for DOCX byte arrays and DOCX file paths.Released: Feb 12, 2026
PdfSplitter class for physically splitting PDF documents by page ranges.
Attachment instances or file paths.ExtractPages methods for single output and Split/SplitToFiles methods for multi-output splitting.DocumentSplittingResult to extract AI-detected segments into separate PDF files.DocumentSplitting class for detecting logical document boundaries within multi-page files.Released: Feb 9, 2026
minicpm-o-45, lightonocr-2:1b, and glm4.7-flash.StripStyleAttributes property to VlmOcr.Released: Feb 6, 2026
LM-Kit.NET.Integrations.ExtensionsAI NuGet package for Microsoft.Extensions.AI integration.
IChatClient via LMKitChatClient, enabling LM-Kit.NET models to be used through the standard Microsoft.Extensions.AI abstraction layer.IEmbeddingGenerator<string, Embedding<float>> via LMKitEmbeddingGenerator for embedding generation.Released: Feb 2, 2026
IMcpTransport interface for transport abstraction.StdioTransport class for subprocess-based MCP communication.StdioTransportOptions class for detailed stdio configuration.McpTransportException class for transport-specific errors.McpClientBuilder class for fluent client construction.ForStdio factory methods to the McpClient class.