GoodMem
ReferenceClient SDKsJava SDKModels

LLMCapabilities Model

LLMCapabilities Model documentation for Java SDK

LLMCapabilities

Capabilities and features supported by an LLM service

Properties

NameTypeDescriptionNotes
supportsChatBooleanSupports conversational/chat completion format with message roles[optional]
supportsCompletionBooleanSupports raw text completion with prompt continuation[optional]
supportsFunctionCallingBooleanSupports function/tool calling with structured responses[optional]
supportsSystemMessagesBooleanSupports system prompts to define model behavior and context[optional]
supportsStreamingBooleanSupports real-time token streaming during generation[optional]
supportsSamplingParametersBooleanSupports sampling parameters like temperature, top_p, and top_k for generation control[optional]