30-minute podcast pass

Transcribe an episode, then generate a synthetic read of the summary. The transcription half of the job most creators pay for monthly.

The pipeline

  1. Transcribe 30 minutes of audio, whisper-large-v3
  2. Write show notes from the transcript, qwen3-32b
  3. Voice a 90-second intro, kokoro-tts

Fastest card where every stage is a real measurement: NVIDIA H100 80GB HBM3, 34 s for the whole job.

Every GPU, slowest job to fastest

GPUTotal timeComputeEnergyBasis
NVIDIA H100 80GB HBM334 s21 s1.05 Whall 3 stages measured
NVIDIA H20046 s22 s0.85 Whall 3 stages measured
NVIDIA A100 40GB SXM459 s37 s2.13 Whall 3 stages measured
NVIDIA A100 80GB SXM467 s43 s1.81 Whall 3 stages measured
NVIDIA L40S75 s33 s1.89 Whall 3 stages measured
NVIDIA A10G77 s58 s2.03 Whall 3 stages measured
NVIDIA L42 min1.5 min1.6 Whall 3 stages measured

Cards that can't run this pipeline

Every one of these fails on the same kind of wall, a stage that will not fit in VRAM.

How these numbers are built

Each stage time is the quantity of work divided by that card's measured throughput for that model, from our own bench. The pipeline is assumed to run batched, every image, then every clip, so each model loads once. Model load time is added where we recorded it; our text-generation runs don't carry a load measurement yet, so pipelines with a language-model stage are slightly optimistic. Nothing here is a single timed run of the whole pipeline, and we don't present it as one.