What it does
Every cleanup level does the same core job: add punctuation and capitalization, drop filler words, and resolve the moments where you correct yourself mid-sentence. The difference is how far it goes beyond that.When you retract something (“send it to marketing, actually no, to legal”), cleanup keeps only your final intent (“Send it to legal.”) — the abandoned wording is dropped, not left in the text.
Cleanup intensity
Pick how aggressive the edit should be under Settings → Models.List detection
At every level, when you dictate a sequence (“first… second… then…” or “one… two… three…”), cleanup formats it as a proper list instead of a run-on sentence. Ordered steps become numbered lists; plain item lists become bullets.Custom prompts
Need something specific — always draft in the third person, always output Markdown, always keep a certain tone? Choose Custom intensity, hit View / edit prompt, and write your own instructions.Where cleanup runs
You can run cleanup on any of these, chosen under Settings → Models:- Freestyle Transcribe — transcription and cleanup in one fast pass.
- A local LLM — runs on your device, nothing leaves your computer.
- A cloud model — bring your own key for OpenAI, Anthropic, Google, Groq, or Mistral.
How it fits the pipeline
Cleanup is one stage in a larger flow. Roughly:1
Vocabulary biases recognition
Your vocabulary terms are sent to the speech model so tricky names and jargon come through correctly.
2
Speech is transcribed
Your audio becomes raw text.
3
Cleanup rewrites the text
The language model tidies it up at your chosen intensity (this step).
4
Dictionary applies replacements
Your dictionary swaps exact phrases in the cleaned text. This runs even when cleanup is off.
If cleanup fails for any reason (a provider hiccup, an unsupported model), Freestyle falls back to your raw transcript rather than losing your words.