Browser-native recognition, not a bundled model
Transcription is handled by the SpeechRecognition interface built into the browser itself - in Chrome and Edge this is the same engine behind voice typing and dictation. No speech model ships with the page; the tool wires the API's start/result/error events to the interface, so recognition quality, supported languages, and even whether it works at all depend entirely on the browser you're running it in.