GoodMem
ReferenceClient SDKsJavaScriptModels

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]
providerTypeLLMProviderTypeType of LLM provider
endpointUrlStringAPI endpoint base URL
apiPathStringAPI path for chat/completions request[optional]
modelIdentifierStringModel identifier
supportedModalities[Modality]Supported content modalities
credentialsEndpointAuthentication[optional]
labels{String: String}User-defined labels for categorization
versionStringVersion information[optional]
monitoringEndpointStringMonitoring endpoint URL[optional]
capabilitiesLLMCapabilitiesLLM capabilities defining supported features and modes
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