Time GardenDocumentation
Time Garden EternalChoosing Your AI Models

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-mini for everything (fast, runs anywhere, ~2.5 GB)
  • Recommended setup: phi4-mini for daily operations, phi4 for weekly+ (much smarter for long-form synthesis, ~9 GB)
  • Power setup: phi4-mini for daily, phi4 for weekly/monthly, mistral:instruct for 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

OperationWhat it doesDefault
Daily RatingGenerates a 1–10 rating from your entryphi4-mini
Daily AliasGenerates a 3-phrase titlephi4-mini
Daily Q&AAnswers a question about todayphi4-mini

Weekly

OperationWhat it doesDefault
Weekly SummarySynthesizes the weekphi4-mini
Weekly AliasGenerates a week titlephi4-mini
Wheel of LifeRates 8 dimensions for the weekphi4-mini
Weekly Q&AAnswers a question about the weekphi4

Monthly / Quarterly / Yearly

OperationWhat it doesDefault
Period SummarySynthesizes the period from the layer belowphi4-mini
Period AliasGenerates a period titlephi4-mini
Period Q&AAnswers a question about the periodphi4
Year in Review (yearly only)Long-form annual reviewphi4

Chunking

OperationWhat it doesDefault
Chunking modelBreaks long content into smaller summaries before final synthesisphi4-mini

(See Chunking Settings Explained for what chunking is.)


How To Change Models

  1. Open Obsidian Settings (gear icon, bottom-left)
  2. Click Time Garden Plugin in the left sidebar
  3. Find the AI Models section
  4. 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, fast
  • llama3.1:8b — Solid all-rounder
  • phi4 — 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; large
  • qwen2.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

  1. Start with phi4-mini everywhere. Live with it for a week.
  2. Notice what feels weakest — usually weekly+ summaries and Q&A.
  3. Upgrade just those operations to phi4 or mistral:instruct.
  4. 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:

  1. ollama pull <model-name> in your terminal
  2. In Time Garden Plugin settings, click Add Model, enter the name
  3. 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

On this page