What is the model behind web speech api

Hello. Thanks for your amazing work.
From here: https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API/Using_the_Web_Speech_API

Note : On Chrome, using Speech Recognition on a web page involves a server-based recognition engine. Your audio is sent to a web service for recognition processing, so it won’t work offline.

Are you running publicly available model in your backend?

1 Like

Currently we are not running a publicly available model with our backend

1 Like

Please check https://bugzilla.mozilla.org/show_bug.cgi?id=1248897

1 Like

Thanks. What model is used instead?

Please refer to the bug for any future details on how the Web Speech API will be backed with an STT engine.

1 Like