Skip to main content

getLoadedModels()

warning

不稳定的 API:此软件包目前处于实验阶段。在测试过程中,我们可能会对 API 做一些更改,并在未来切换到基于 WebGPU 的后端。

返回一个已经下载并存储在浏览器 IndexedDB 存储中的 Whisper 模型数组。

🌐 Returns an array of Whisper models that have already been downloaded and stored in the browser's IndexedDB storage.

返回值

🌐 Return value

返回一个 Promise,该 Promise 解析为一个 WhisperWebModel 字符串数组,表示已经下载并可在本地使用的模型。

🌐 Returns a Promise that resolves to an array of WhisperWebModel strings, representing the models that are already downloaded and available locally.