Table of Contents

Class OnnxModelRepositories.Whisper

Namespace
AiDotNet.Onnx
Assembly
AiDotNet.dll

OpenAI Whisper speech recognition models.

public static class OnnxModelRepositories.Whisper
Inheritance
OnnxModelRepositories.Whisper
Inherited Members

Fields

Base

Whisper base model (74M parameters).

public const string Base = "openai/whisper-base"

Field Value

string

Large

Whisper large model (1.5B parameters).

public const string Large = "openai/whisper-large-v3"

Field Value

string

Medium

Whisper medium model (769M parameters).

public const string Medium = "openai/whisper-medium"

Field Value

string

Small

Whisper small model (244M parameters).

public const string Small = "openai/whisper-small"

Field Value

string

Tiny

Whisper tiny model (39M parameters).

public const string Tiny = "openai/whisper-tiny"

Field Value

string