cost per meeting
monthly bill
per audio hour
is speech-to-text

Where the money goes — per meeting

One meeting, broken into its three billable pieces. Notice how the transcript the model reads and the summary it writes are almost free next to the audio it had to transcribe.

ComponentSizeCost / meetingShare

Build your own vs a SaaS seat — the break-even

A subscription charges a flat seat fee no matter how much you record; your own pipeline charges per meeting with no floor. Each row is a monthly volume: the API column is what you would pay, the seat column is the flat fee, and the winner flips once you record enough.

Meetings / monthYour API costSaaS seatCheaper

The summary is free; you are paying for the microphone

Everyone building an internal notetaker braces for a big language-model bill and then discovers the model is the cheapest part of the whole thing. The arithmetic is stark: a 45-minute meeting is only a few thousand spoken words, which is well under ten thousand tokens, and summarising that on a cheap model costs a fraction of a cent — you could run a thousand meetings through the LLM for the price of a sandwich. What actually costs money is the speech-to-text pass, because it is billed per minute of audio and every second has to be processed whether anyone is talking or not. So the lever that matters is not which frontier model writes the summary; it is your transcription rate and the number of meetings you record. That reframes the whole build-versus-buy question. A SaaS seat is a flat fee that makes sense for someone in back-to-back calls all day, but for a team that records a handful of meetings a week, a do-it-yourself pipeline costs a few dollars a month and the break-even is nowhere close. Size the transcription side precisely on the transcription cost calculator, price the summary tokens on the token counter, and compare the flat-fee trade-off directly with the SaaS vs API cost calculator.

Host your project:DigitalOcean — $200 free ↗Hostinger VPS
Transcription CostSpeech-to-Text CostToken CounterSaaS vs APIChatbot Cost