GoodMem
ReferenceClient SDKsJavaModels

LLMResponse Model

LLMResponse Model documentation for Java SDK

LLMResponse

LLM configuration information

Properties

NameTypeDescriptionNotes
llmIdUUIDUnique identifier of the LLM
displayNameStringUser-facing name of the LLM
descriptionStringDescription of the LLM[optional]
providerTypeLLMProviderTypeType of LLM provider
endpointUrlStringAPI endpoint base URL
apiPathStringAPI path for chat/completions request[optional]
modelIdentifierStringModel identifier
supportedModalitiesList<Modality>Supported content modalities
credentialsEndpointAuthentication[optional]
labelsMap<String, String>User-defined labels for categorization
versionStringVersion information[optional]
monitoringEndpointStringMonitoring endpoint URL[optional]
capabilitiesLLMCapabilitiesLLM capabilities defining supported features and modes
defaultSamplingParamsLLMSamplingParams[optional]
maxContextLengthIntegerMaximum context window size in tokens[optional]
clientConfigMap<String, Object>Provider-specific client configuration[optional]
ownerIdUUIDOwner ID of the LLM
createdAtLongCreation timestamp (milliseconds since epoch)
updatedAtLongLast update timestamp (milliseconds since epoch)
createdByIdUUIDID of the user who created the LLM
updatedByIdUUIDID of the user who last updated the LLM