GoodMem
ReferenceClient SDKsJavaScript SDKModels

LLMResponse Model

LLMResponse Model documentation for JavaScript SDK

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
supportedModalities[Modality]Supported content modalities[optional]
labels{String: String}User-defined labels for categorization[optional]
versionStringVersion information[optional]
monitoringEndpointStringMonitoring endpoint URL[optional]
capabilitiesLLMCapabilities
defaultSamplingParamsLLMSamplingParams[optional]
maxContextLengthNumberMaximum context window size in tokens[optional]
clientConfig{String: Object}Provider-specific client configuration[optional]
ownerIdStringOwner ID of the LLM
createdAtNumberCreation timestamp (milliseconds since epoch)
updatedAtNumberLast update timestamp (milliseconds since epoch)
createdByIdStringID of the user who created the LLM
updatedByIdStringID of the user who last updated the LLM

On this page