CommonCompute
Get startedDownload the Mac app
Workloads

Transcription

Whisper-large and distil-whisper on bulk audio. Speaker diarisation, word timestamps, and language detection are optional.

python
job = cc.transcribe.batch(
    model="whisper-large-v3",
    inputs=s3_glob("s3://calls/2025-10/*.wav"),
    diarize=True,
    word_timestamps=True,
)