Docs / Features / Models

Models

Choose a Whisper transcription model, install local smart formatting, and manage the disk space they use.

What a model is

Ditto runs whisper.cpp, an optimized port of OpenAI’s Whisper. Whisper ships in five sizes. Each one is a single binary file that gets loaded into RAM (and VRAM on GPU) when you transcribe.

Bigger models are more accurate, especially on accents, technical jargon, and noisy audio. They’re also slower and use more resources. For most day-to-day dictation, Small strikes the best balance.

The five sizes

ModelSizeSpeed (GPU)Speed (CPU)Best for
Tiny75 MB~150 ms~1.5 sQuick notes, low-spec machines
Base142 MB~250 ms~3 sCasual everyday use
Small466 MB~500 ms~8 sDaily use, recommended
Medium1.5 GB~1.2 s~25 sAccents, jargon, noisy environments
Large-v32.9 GB~2.5 s~80 sMaximum quality, slow without GPU

Switching the active model

  1. Open Settings from the tray icon.
  2. Go to the Models panel.
  3. Click the row of the model you want to use. Only downloaded models can be selected. Non-downloaded models show a Download button instead.

The change applies to the next transcription. Currently active models stay loaded between transcriptions for low latency, so switching may add a small delay on the first use of a new model.

Downloading

If a model isn’t downloaded yet, click Download in its row. Ditto fetches it from HuggingFace and saves it to your %APPDATA%\ditto\models\ folder.

A progress bar appears while it downloads. You can:

Refreshing the list

If you delete a model file manually (from %APPDATA%\ditto\models\ in Explorer), Ditto won’t notice until you tell it to recheck. There’s a refresh button next to the Active model title — click it and Ditto re-scans the folder.

If the model that was active is gone, Ditto falls back to whichever model is still available, or reopens the welcome window if none remain.

Where they live

Whisper and formatter models use separate folders:

Filenames follow the pattern ggml-<size>.bin:

Settings → Models → Storage → Open folder opens the shared %APPDATA%\ditto\ data folder.

Removing models

User-downloaded Whisper and Qwen models have a delete button in Settings. Ditto protects the last available Whisper model so transcription cannot be left without a working model. Models supplied with a development build are shown as installed but cannot be removed from the app.

To remove everything Ditto stored (settings + all models):

This wipes %APPDATA%\ditto\ entirely and restarts the app from scratch with the welcome window.

Which one should I pick?

A rough guide:

You can always switch later — there’s no commitment to your first pick.

Smart local formatting

Ditto can optionally pass the raw Whisper result through Qwen3 1.7B, running locally with llama.cpp. It can:

Download the Qwen model from Settings → Models → Local writing AI. The model is about 1.3 GB and is stored separately in %APPDATA%\ditto\formatter-models\.

Enable or disable it under Settings → Advanced → Smart local formatting. If the formatter fails, times out, or removes too much content, Ditto automatically keeps the original Whisper transcription. Audio and text never leave the computer during formatting.