GoodMem
ReferenceClient SDKsJava SDKModels

LLMResponse Model

LLMResponse Model documentation for Java SDK

LLMResponse

LLM configuration information

Properties

NameTypeDescriptionNotes
llmIdStringUnique identifier of the LLM
displayNameStringUser-facing name of the LLM
descriptionStringDescription of the LLM[optional]
providerTypeLLMProviderType
endpointUrlStringAPI endpoint URL
apiPathStringAPI path for chat/completions request
modelIdentifierStringModel identifier
supportedModalitiesList<Modality>Supported content modalities[optional]
labelsMap<String, String>User-defined labels for categorization[optional]
versionStringVersion information[optional]
monitoringEndpointStringMonitoring endpoint URL[optional]
capabilitiesLLMCapabilities
defaultSamplingParamsLLMSamplingParams[optional]
maxContextLengthIntegerMaximum context window size in tokens[optional]
clientConfigMap<String, Object>Provider-specific client configuration[optional]
ownerIdStringOwner ID of the LLM
createdAtLongCreation timestamp (milliseconds since epoch)
updatedAtLongLast update timestamp (milliseconds since epoch)
createdByIdStringID of the user who created the LLM
updatedByIdStringID of the user who last updated the LLM