Whisper

Package: openai-whisper · 4 nodes · Speech-to-text

Transcribe audio files using OpenAI's Whisper model. Extract text, language detection, and timestamps.

Node Reference

NodeTypeInputsOutputs
TranscribestatementAudio Path (str), Model (whisper.Model)Text (str), Result (whisper.Transcript), Segments (list<any>)
Load Modelstatement-Model (whisper.Model)
Get LanguageexpressionResult (whisper.Transcript)Language (str)
Get TimestampsexpressionResult (whisper.Transcript)Timestamps (list<any>)

Typical Pipeline

Load Model → Transcribe → Get Language / Get Timestamps. Text output is available directly from Transcribe.