LLMModule
TypeScript API implementation of the useLLM hook.
PrivacyFilterModule
TypeScript API implementation of the usePrivacyFilter hook.
SpeechToTextModule
The SpeechToTextModule class provides a direct interface to the library's speech-to-text (STT) capabilities. While useSpeechToText is the preferred way for React components, this module offers full control over the model's lifecycle and is suitable for non-React contexts or advanced use cases.
TextEmbeddingsModule
TypeScript API implementation of the useTextEmbeddings hook.
TextToSpeechModule
TypeScript API implementation of the useTextToSpeech hook.
TokenizerModule
TypeScript API implementation of the useTokenizer hook.
VADModule
TypeScript API implementation of the useVAD hook.