Speech-to-Text

Medical speech-to-text
that doesn't guess.

Two models, one benchmark. #1 of 28 systems on medical accuracy — with zero fabricated drug names.

#1 of 28
medical accuracy, sealed benchmark
0 drugs
fabricated, every test set
3 ways
EU cloud · self-host · on-device
Two models

Pick the deployment, not the accuracy.

Flagship · API & self-host

omi-medical-1

The most accurate medical STT we measured. Managed EU-cloud API, or self-hosted in your own tenant.

  • #1 of 28 · M-WER 0.94% · 0 fabricated drugs
  • EU cloud (live) or self-host
  • Realtime & custom vocabulary in preview
Get an API key Model card
Open · on-device

omi-medical-edge-1

Open weights that run fully offline — for when audio can’t leave the machine.

  • #1 open model that runs on-device
  • Runs on Mac, CUDA or CPU
  • Open weights (CC-BY-4.0) · MIT runtime
Model card & download Commercial SDK
Benchmark

How they rank.

28 systems, identical audio, one open scorer — ranked by medical-term error rate. The flagship leads the cloud APIs; the edge model leads the open ones. Full board & methodology →

Closed-source APIs

SystemM-WERDrug
omi-medical-1 (ours)0.94%0.00%
ElevenLabs Scribe v20.97%0.00%
Google Chirp 31.11%1.13%
Gemini 3.1 Pro1.34%0.23%
Speechmatics Enhanced Medical1.36%1.81%

Open models

SystemM-WERDrug
omi-medical-edge-1 (ours)2.16%5.43%
Voxtral Mini Transcribe v22.47%5.66%
Whisper Large v3 Turbo2.54%6.11%
Qwen3-ASR 1.7B2.79%6.11%
Parakeet TDT 0.6B v23.80%8.60%

Deployable open models. A 9B research model scores higher on medical terms but can’t run at edge latency.

Quickstart

Running in minutes.

omi-medical-1 · Cloud API

curl https://api.omi.health/v1/audio/transcriptions \
  -H "Authorization: Bearer $OMI_API_KEY" \
  -F model="omi-medical-1" \
  -F [email protected]

OpenAI-compatible — change the base URL and key. Create a free key →

omi-medical-edge-1 · On-device

pip install omi-med-stt

omi-med-stt consultation.wav
# runs offline on Mac, CUDA or CPU

Open weights, MIT runtime — audio never leaves the machine. Model card →

Start building.

Free during preview — founding users keep 50% off list price.