GoodMem
ReferenceClient SDKs.NET SDKModels

LLMCapabilities Model

LLMCapabilities Model documentation for .NET SDK

Capabilities and features supported by an LLM service

Properties

NameTypeDescriptionNotes
SupportsChatbool?Supports conversational/chat completion format with message roles[optional]
SupportsCompletionbool?Supports raw text completion with prompt continuation[optional]
SupportsFunctionCallingbool?Supports function/tool calling with structured responses[optional]
SupportsSystemMessagesbool?Supports system prompts to define model behavior and context[optional]
SupportsStreamingbool?Supports real-time token streaming during generation[optional]
SupportsSamplingParametersbool?Supports sampling parameters like temperature, top_p, and top_k for generation control[optional]

↑ Back to .NET SDK ↑ Back to .NET SDK ↑ Back to .NET SDK

On this page