Table of Contents

Enum WhisperModelSize

Namespace
AiDotNet.Audio.Whisper
Assembly
AiDotNet.dll

Available Whisper model sizes.

public enum WhisperModelSize

Fields

Base = 1

Base model (~74M parameters) - good balance of speed and accuracy.

Large = 4

Large model (~1.5B parameters) - highest accuracy, slowest.

LargeV2 = 5

Large-v2 model - improved large model.

LargeV3 = 6

Large-v3 model - latest large model with best accuracy.

Medium = 3

Medium model (~769M parameters) - high accuracy.

Small = 2

Small model (~244M parameters) - good accuracy.

Tiny = 0

Tiny model (~39M parameters) - fastest, least accurate.