The Cloudglue JavaScript SDK is a wrapper around the Cloudglue API which makes it easy to turn video into LLM ready data.
TypeScript
and has first class support for it.bash npm install @aviaryhq/cloudglue-js
CLOUDGLUE_API_KEY
or pass the api key in as a parameter to the Cloudglue
class constructorTranscribe
API to generate multimodal transcripts from videos. Getting started is easy, just specify the video you want to transcribe and the configuration of the transcription.
force_search
which gives the underlying LLM a hint that we need you to always execute a search for the incoming message as well as include_citations
which tells the system to provide references for the information described by the chat generation.