LM-Kit.NET
LLMアプリケーションを構築するためのエンタープライズグレードの.NET SDK
LM-Kit 社の製品
2025 年より日本国内にてComponentSourceで販売中。
価格:¥ 207,570 (税込)〜 バージョン: 2026.x 新機能 更新日: Apr 4, 2026
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.Released: Jan 31, 2026
LMKit.Agents namespace with comprehensive agent framework.
Agent, AgentBuilder, AgentExecutor, AgentRegistry.AgentCapabilities, AgentIdentity, AgentExecutionOptions.AgentExecutionResult, AgentExecutionStatus.LMKit.Agents.Orchestration namespace.
IOrchestrator interface with PipelineOrchestrator, ParallelOrchestrator, RouterOrchestrator, and SupervisorOrchestrator implementations.Released: Jan 27, 2026
whisper-large2 and devstral-small2.LMKit.Speech.Dictation namespace with Formatter, Command, CommandInfo, CommandMatch, and FormatterOptions classes for dictation text formatting.SuppressHallucinations property to the SpeechToText class.SuppressNonSpeechTokens property to the SpeechToText class.Released: Jan 17, 2026
NamedEntityRecognitionTrainingDataset class.Released: Jan 11, 2026
DeleteDocument and DeleteDocumentAsync methods to the DocumentRag class.AddDataSource and AddDataSourceAsync overloads to the RagEngine class that load an existing DataSource from a vector store.LoadWarnings and HasLoadWarnings properties to the DataSource class for inspecting sections that could not be read during partial loading.LoadWarning class.nemotron3-nano and falcon-h1r:7b.Released: Jan 4, 2026
ModelID property to the LM class.PromptTokenCount and PromptProcessingRate properties to the TextGenerationResult class.GeneratedTokenCount property to the TextGenerationResult class.AttachmentReference class.GetText and GetTextAsync overloads to the Attachment class that take a page range as a parameter.Structured and Auto members to the TextOutputMode enumeration.SetText overloads to the Attachment class that accept a page...