Enum WhisperModelSize
Available Whisper model sizes.
public enum WhisperModelSize
Fields
Base = 1Base model (~74M parameters) - good balance of speed and accuracy.
Large = 4Large model (~1.5B parameters) - highest accuracy, slowest.
LargeV2 = 5Large-v2 model - improved large model.
LargeV3 = 6Large-v3 model - latest large model with best accuracy.
Medium = 3Medium model (~769M parameters) - high accuracy.
Small = 2Small model (~244M parameters) - good accuracy.
Tiny = 0Tiny model (~39M parameters) - fastest, least accurate.