Can meeting transcription really run without any cloud service?
Yes. The Whisper-family models run on your own CPU or GPU through LM-Kit, so the recording, the transcript, and every summary or translation derived from it stay on hardware you control. Air-gapped operation works once the models are present.
Does it handle multilingual meetings?
Yes. The spoken language is detected automatically, transcription covers the Whisper family's multilingual range, and speech translation can render segments into another language as they decode.
How do teams use it without writing code?
Deploy LM-Kit One and POST recordings to its transcription endpoint from any tool or language; the server authenticates callers, applies your policies, and logs usage. Embedding with LM-Kit.NET is for putting transcription inside your own application.
What does high-volume transcription cost?
There is no per-minute meter. Throughput is set by your hardware and the model you choose, so backfilling an archive of recordings is a scheduling decision rather than a budget event.