whisper-tiny-en
Model ID: @cf/openai/whisper-tiny-en
Whisper is a pre-trained model for automatic speech recognition (ASR) and speech translation. Trained on 680k hours of labelled data, Whisper models demonstrate a strong ability to generalize to many datasets and domains without the need for fine-tuning. This is the English-only version of the Whisper Tiny model which was trained on the task of speech recognition.
Properties
Task Type: Automatic Speech Recognition
Code Examples
Workers - Typescript
curl
Response
Automatic speech recognition responses return both a single string text
property with the audio transcription and an optional array of words
with start and end timestamps if the model supports that.
API Schema
The following schema is based on JSON Schema