getLoadedModels()
warning
Unstable API: This package is experimental for the moment. As we test it, we might make a few changes to the API and switch to a WebGPU-based backend in the future.
Returns an array of Whisper models that have already been downloaded and stored in the browser's IndexedDB storage.
Return value
Returns a Promise that resolves to an array of WhisperWebModel
strings, representing the models that are already downloaded and available locally.