18 packages tagged with “language-model”
Language Identifier implemented in .NET 4.6.1 based on N-Gram Language Model
Core data models and contracts for the DevGPT ecosystem. Provides chat message models, LLM response wrappers with token usage tracking, tool definitions, image generation models, and shared interfaces used across all DevGPT packages.
Anthropic AI provider for the LmDotnetTools library, enabling integration with Claude and other Anthropic models.
Core functionality and base classes for the LmDotnetTools library, providing fundamental language model operations and utilities.
OpenAI provider for the LmDotnetTools library, enabling integration with GPT models and OpenAI services.
Model Context Protocol (MCP) middleware for integrating with MCP servers and handling context management.
Classicial Machine Translation such as IBM model 1 and IBM model 2 implemented in .NET 4.6.1
Configuration management library for language models, providing flexible configuration loading and validation.
Embeddings support for language models, providing vector operations and similarity calculations.
Miscellaneous utilities and helper functions for the LmDotnetTools library ecosystem.
Sample MCP server implementation demonstrating Model Context Protocol integration patterns.
Core data models and contracts for the Hazina ecosystem. Provides chat message models, LLM response wrappers with token usage tracking, tool definitions, image generation models, and shared interfaces used across all Hazina packages.
Claude Agent SDK provider for the LmDotnetTools library, enabling integration with claude-agent-sdk Node.js CLI.
A package designed to communicate with the LlmApi.
Multi-turn agent abstractions for building conversational AI loops with support for both raw LLM APIs and CLI-based agents like Claude Agent SDK.
Package Description
TokenKit — a .NET toolkit for tokenization, cost estimation, and AI model registry management. Supports GPT-4, GPT-4o, GPT-5, and other LLMs with Microsoft.ML.Tokenizers and SharpToken integration.
Generative AI library for .NET 10.0 with built-in OpenAI ChatGPT and Google Gemini API clients and support for C# function calling via reflection. Features: - Chat Completion - Response Streaming - Text Embedding - Text-to-Speech - Speech-to-Text - Moderation - Configurable Token Limit - Configurable Character Limit - Configurable Message Limit - Message Pinning - Function Calling - Support for Dependency Injection - Automatic Reattempt on Failure - Advanced Customization