Available models
On Apple Silicon, the three Gemma 4 models are automatically pulled as MLX/NVFP4 builds instead of the base GGUF — a meaningful speed win, at a larger download size (shown above).
gemma4:e2b-it-qat (Gemma 4 E2B) is the default and handles most meetings well. llama3.2:3b is still available for existing users pinned to it, but is deprecated in favor of the Gemma 4 lineup and hidden from the default model picker. Larger models produce better-structured, more detailed notes; the trade-off is processing time and disk space.
How to change models
- Open Settings → AI
- Select a model from the list
- If the model is not yet downloaded, Steno will download it via Ollama
Choosing the right model
For daily use:gemma4:e2b-it-qat (default) works well for most meetings. Notes are clear and concise without requiring significant processing time.
For important meetings: qwen3.5:9b or gemma4:12b-it-qat produce more detailed notes with better-identified action items and more accurate key topics. gemma4:12b-it-qat offers a 256K context window, which helps with long meetings.
For the highest quality: gpt-oss:20b produces the best local output, at the cost of more disk space and slower processing.
Using a cloud model
Steno optionally supports OpenAI, Anthropic, AWS Bedrock, or a custom API endpoint as an alternative to a local model. If configured, your transcript and any typed notes (not your audio) are sent to that API for summarization. To configure a cloud model:- Open Settings → AI
- Select Cloud API
- Choose the provider and enter your credentials
Which model produces the best action items?
Which model produces the best action items?
qwen3.5:9b is particularly good at identifying and formatting action items from meeting transcripts. If structured output is important, it is worth the extra size over the default gemma4:e2b-it-qat.How much disk space do the models require?
How much disk space do the models require?
The default setup (Parakeet +
gemma4:e2b-it-qat) requires approximately 7GB. The largest model (gpt-oss:20b) requires ~14GB. Ollama models are stored in ~/.ollama/models/.Can I delete models I no longer use?
Can I delete models I no longer use?
Yes. Run
ollama rm [model-name] in Terminal to remove a model and free the disk space. You can re-download it later from within Steno.My Mac has 8GB RAM -- which model should I use?
My Mac has 8GB RAM -- which model should I use?
Stick with
gemma4:e2b-it-qat (the default) — it has the smallest footprint of the curated lineup. The larger models need more RAM to hold the model weights, so on an 8GB Mac they are more likely to cause swapping, which slows both summarization and the rest of your system.