LIVE
Formalizing Fermat's Last Theorem04/09/26 · Anthropic|OpenAI and Anthropic suffer simultaneous outages with no official explanation04/09/26|Show HN: Open-Source eInk Bike Computer04/09/26|Corporate America increasingly turns to open-source AI04/09/26|Study finds Google's AI Mode surfaces pricier products than classic search04/09/26 · Google|Study measures how coding agents pick third-party tools03/09/26|OpenAI's GPT-6 Astra sets new state-of-the-art on ARC-AGI-303/09/26 · OpenAI|ESPO: A Prompt Optimization Method That Beats GEPA With Shorter, More Stable Prompts03/09/26|"Last Translation Benchmark": a large-scale collaborative effort for a definitive MT benchmark03/09/26|NVIDIA pushes local AI at IFA 2026 with RTX Spark PCs and a personal inference router03/09/26 · NVIDIA|Google DeepMind unveils WeatherNext 3, its most accurate weather AI model yet03/09/26 · Google DeepMind|OpenAI Launches $1B Daybreak Program for Frontline Cybersecurity Defenders03/09/26 · OpenAI|Formalizing Fermat's Last Theorem04/09/26 · Anthropic|OpenAI and Anthropic suffer simultaneous outages with no official explanation04/09/26|Show HN: Open-Source eInk Bike Computer04/09/26|Corporate America increasingly turns to open-source AI04/09/26|Study finds Google's AI Mode surfaces pricier products than classic search04/09/26 · Google|Study measures how coding agents pick third-party tools03/09/26|OpenAI's GPT-6 Astra sets new state-of-the-art on ARC-AGI-303/09/26 · OpenAI|ESPO: A Prompt Optimization Method That Beats GEPA With Shorter, More Stable Prompts03/09/26|"Last Translation Benchmark": a large-scale collaborative effort for a definitive MT benchmark03/09/26|NVIDIA pushes local AI at IFA 2026 with RTX Spark PCs and a personal inference router03/09/26 · NVIDIA|Google DeepMind unveils WeatherNext 3, its most accurate weather AI model yet03/09/26 · Google DeepMind|OpenAI Launches $1B Daybreak Program for Frontline Cybersecurity Defenders03/09/26 · OpenAI|
🇺🇸 United States🎧 Speech recognitionReleased November 2023

Whisper large-v3

OpenAI
Open-sourceSelf-hostRGPD
Verdict

A solid pick for self-hosting and full data control.

Overview

Whisper large-v3 is an encoder-decoder model for speech recognition and translation, trained on millions of hours of weakly supervised audio, which gives it solid multilingual zero-shot robustness. Its open weights under Apache 2.0 and laptop-tier hardware requirements make it a practical pick for on-premise deployment in Europe, keeping audio data on local infrastructure. The real constraint: a 30-second receptive field means longer recordings need chunking or sequential decoding, trading speed against accuracy.

Skill profile

Not disclosed

Strengths

  • Open-source and self-hostable

Limitations

  • API pricing not disclosed

Who is it for

A good fit if…
  • you want to control cost or self-host
  • you have GDPR constraints
Skip it if…

    Ideal use cases

    • Meeting transcription
    • Multilingual subtitling
    • Speech-to-text translation
    • On-premise voice assistants
    • Audio content archiving

    Access & availability

    Self-hostable (open weights)

    Key specifications

    Context
    0
    Input price
    Output price
    Speed
    Price not auditedBenchmarks not audited

    Privacy

    GDPR-compliantHosting : self

    Run it locally

    Runs on a laptop5.1M6k
    QuantizationDiskRAM / VRAMTypical hardware
    Q4 · recommended0.9 GB3 GBAny recent PC/Mac
    Q8 · balanced1.7 GB4 GBAny recent PC/Mac
    FP16 · max quality3.1 GB5 GBAny recent PC/Mac

    Estimates for a moderate context. Long contexts need more RAM (KV cache).

    Deploy

    Copy-ready commands generated from this card. Adjust context length and GPU count to your hardware.

    Estimated memory · FP16 5 Go · Q4 3 Go

    OpenAI-compatible server for production on NVIDIA GPUs.

    pip install vllm
    vllm serve openai/whisper-large-v3 \
      --max-model-len 32768 \
      --tensor-parallel-size 1 \
      --dtype auto
    openai/whisper-large-v3
    Advanced data · for experts
    Architecture, modalities, detailed cost, full benchmarks
    Architecture
    dense
    Size
    1.55B
    Cutoff date
    Inputs
    text
    Outputs
    text
    License
    apache-2.0
    Hosting
    self
    Hallucination score
    Estimated cost (API)
    Typical exchange (~3k in / 1k out)
    Not disclosed
    1M in + 1M out
    Not disclosed
    All benchmarks
    Arena Elo
    MMLU
    GPQA
    HumanEval
    SWE-Bench
    MATH

    Similar models