GoodMem
ReferenceClient SDKsJavaScript SDKModels

EmbedderResponse Model

EmbedderResponse Model documentation for JavaScript SDK

Properties

NameTypeDescriptionNotes
embedderIdStringUnique identifier of the embedder
displayNameStringUser-facing name of the embedder
descriptionStringDescription of the embedder[optional]
providerTypeProviderType
endpointUrlStringAPI endpoint URL
apiPathStringAPI path for embeddings request
modelIdentifierStringModel identifier
dimensionalityNumberOutput vector dimensions
distributionTypeDistributionType
maxSequenceLengthNumberMaximum input sequence length[optional]
supportedModalities[Modality]Supported content modalities[optional]
labels{String: String}User-defined labels for categorization[optional]
versionStringVersion information[optional]
monitoringEndpointStringMonitoring endpoint URL[optional]
ownerIdStringOwner ID of the embedder
createdAtNumberCreation timestamp (milliseconds since epoch)
updatedAtNumberLast update timestamp (milliseconds since epoch)
createdByIdStringID of the user who created the embedder
updatedByIdStringID of the user who last updated the embedder

On this page