Choosing Your AI Models
Pick the right AI model for each Time Garden operation — fast for short tasks, smarter for synthesis. Defaults are good.
Time Garden Eternal lets you pick a different AI model for every operation. That's a lot of dials — but you don't have to use them. Defaults are good. This page is for when you want to make them better.
The Quick Recommendation
If you don't want to think about it:
- Lightest setup:
phi4-minifor everything (fast, runs anywhere, ~2.5 GB) - Recommended setup:
phi4-minifor daily operations,phi4for weekly+ (much smarter for long-form synthesis, ~9 GB) - Power setup:
phi4-minifor daily,phi4for weekly/monthly,mistral:instructfor Q&A (~4 GB)
You can always start light, then upgrade later. Models can be added or removed at any time via ollama pull and ollama rm.
What Each Operation Uses
Time Garden lets you assign a model to each of the following:
Daily
| Operation | What it does | Default |
|---|---|---|
| Daily Rating | Generates a 1–10 rating from your entry | phi4-mini |
| Daily Alias | Generates a 3-phrase title | phi4-mini |
| Daily Q&A | Answers a question about today | phi4-mini |
Weekly
| Operation | What it does | Default |
|---|---|---|
| Weekly Summary | Synthesizes the week | phi4-mini |
| Weekly Alias | Generates a week title | phi4-mini |
| Wheel of Life | Rates 8 dimensions for the week | phi4-mini |
| Weekly Q&A | Answers a question about the week | phi4 |
Monthly / Quarterly / Yearly
| Operation | What it does | Default |
|---|---|---|
| Period Summary | Synthesizes the period from the layer below | phi4-mini |
| Period Alias | Generates a period title | phi4-mini |
| Period Q&A | Answers a question about the period | phi4 |
| Year in Review (yearly only) | Long-form annual review | phi4 |
Chunking
| Operation | What it does | Default |
|---|---|---|
| Chunking model | Breaks long content into smaller summaries before final synthesis | phi4-mini |
(See Chunking Settings Explained for what chunking is.)
How To Change Models
- Open Obsidian Settings (gear icon, bottom-left)
- Click Time Garden Plugin in the left sidebar
- Find the AI Models section
- For each operation, pick a model from the dropdown
The dropdown only shows models you have installed locally. If a model you want isn't there, pull it via Ollama (the terminal command) or use the Add Model button in Time Garden's settings to register it.
Which Models Are Good For What?
Small / Fast (2–4 GB)
phi4-mini— Microsoft. Excellent for short tasks like aliases and ratings. The default for a reason.deepseek-r1:1.5b— Tiny reasoning model. Sometimes hallucinates on summarization. Decent for simple tasks.
Medium (4–9 GB)
mistral:instruct— Strong general-purpose, good at instructions, fastllama3.1:8b— Solid all-rounderphi4— Microsoft's larger model. Excellent for summarization and Q&A. The recommended upgrade.
Larger (10+ GB)
llama3.3:70b— Top-tier; needs serious hardware (32GB+ RAM)mixtral— Excellent for long-context tasks; largeqwen2.5:32b— Strong all-rounder
Hardware reality check.
The largest models won't run smoothly on most laptops. Apple Silicon (M1 Pro+) handles phi4-sized models well. A discrete Nvidia GPU with 12+ GB VRAM is the sweet spot for the bigger ones. If summaries take 5+ minutes, your model is too big for your machine.
A Strategy
- Start with
phi4-minieverywhere. Live with it for a week. - Notice what feels weakest — usually weekly+ summaries and Q&A.
- Upgrade just those operations to
phi4ormistral:instruct. - Leave the daily-rating / daily-alias on
phi4-mini— these are short tasks and don't benefit much from a heavier model.
That gets you 80% of the quality at maybe 30% of the runtime cost.
Adding Custom Models
Anything Ollama can pull, Time Garden can use. So if you find a model on ollama.com/library that excites you:
ollama pull <model-name>in your terminal- In Time Garden Plugin settings, click Add Model, enter the name
- It now appears in every dropdown
There's also support for fine-tuned and quantized variants — anything Ollama can run will work.
One Important Caveat
Bigger ≠ always better.
Some "bigger" models are tuned for code, not language. Some are tuned for chat, not summarization. If a model gives weird output on Time Garden tasks, see the troubleshooting guide or just swap it for something simpler.
Up Next
- Customizing AI Prompts — tune what each model is asked
- Chunking Settings Explained — control how much context each model sees
- Dealing with useless AI answers — when output goes sideways