Variable MODELSConst

MODELS: {
    base: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-base.bin";
    base.en: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-base.en.bin";
    large-v1: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-large-v1.bin";
    large-v2: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-large-v2.bin";
    large-v3: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-large-v3.bin";
    large-v3-turbo: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-large-v3-turbo.bin";
    medium: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-medium.bin";
    medium.en: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-medium.en.bin";
    small: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-small.bin";
    small.en: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-small.en.bin";
    tiny: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-tiny.bin";
    tiny.en: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-tiny.en.bin";
} = ...

MODELS is an object that contains the URLs of different ggml whisper models. Each model is represented by a key-value pair, where the key is the model name and the value is the URL of the model.

Type declaration

  • Readonly base: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-base.bin"
  • Readonly base.en: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-base.en.bin"
  • Readonly large-v1: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-large-v1.bin"
  • Readonly large-v2: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-large-v2.bin"
  • Readonly large-v3: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-large-v3.bin"
  • Readonly large-v3-turbo: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-large-v3-turbo.bin"
  • Readonly medium: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-medium.bin"
  • Readonly medium.en: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-medium.en.bin"
  • Readonly small: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-small.bin"
  • Readonly small.en: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-small.en.bin"
  • Readonly tiny: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-tiny.bin"
  • Readonly tiny.en: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-tiny.en.bin"