All models
Audiov1.0.0

Whisper

Speech-to-text with Whisper

2 inputsTEXTSTRUCTURED

How old is the Brooklyn Bridge?

Speech transcribed to text

Run the node

AUDIO
TEXT
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins whisper and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("whisper", {
  audio: { ref: "https://..." },
  language: { value: "en" },
});

Schema

Inputs

audio*AUDIO
languageTEXTen

Outputs

textTEXT
segmentsSTRUCTURED