Meeting notetaker
Transcribe a meeting recording with speaker labels and automatic language detection, identify speakers by name, then send the transcript to LLM Gateway for a formatted summary with action items.
Products used: Pre-recorded STT + speaker diarization + Speaker Identification + language detection + LLM Gateway
Model selection: This example uses both universal-3-pro and universal-2 for broad language coverage across 99 languages. If your meetings are English-only, you can use universal-3-pro alone for the highest accuracy.
Python
JavaScript
Example output
Speaker Identification maps generic labels like “Speaker A” to real names. You can pass a list of known_values to guide identification, or omit it to let the model infer names from the conversation. Learn more in the Speaker Identification guide.
See the End-to-end examples overview for all available pipelines.