mcut
@mcut/transcription-local

WHISPER\_MODELS

Generated TypeScript API reference for the public mcut SDK.

mcut SDK


mcut SDK / transcription-local/src / WHISPER_MODELS

Variable: WHISPER_MODELS

const WHISPER_MODELS: object;

Defined in: packages/transcription-local/src/index.ts:40

Built-in model choices (ONNX community builds of OpenAI Whisper).

Type Declaration

base

readonly base: "onnx-community/whisper-base" = 'onnx-community/whisper-base';

Multilingual, ~145MB at q8 — the WebGPU default.

tiny.en

readonly tiny.en: "onnx-community/whisper-tiny.en" = 'onnx-community/whisper-tiny.en';

English-only, ~40MB — the low-memory default.

On this page