Appearance
The Ollama sidebar is your command center for model lifecycle management. Click the π¦ icon in the activity bar to open it.
Local Models Panel β
Shows all models that have been pulled to your machine.
Model Tree β
Models are grouped by family (tree view) by default. Each family node collapses/expands to show its variants (e.g., llama3.2 β 3b, 1b).
Toggle to a flat list with the Show as Flat List button (β) in the panel header, or back to grouped with Show as Tree (β).
Capability Badges β
Each model item shows capability indicators:
- π§ Thinking / chain-of-thought
- π Tool calling
- π Vision (image input)
- π§© Embedding model
Status Indicators β
- Running β the model is currently loaded in Ollama's memory. Shows VRAM used and how long it has been loaded.
- Stopped β the model is installed but not loaded.
Inline Buttons β
Right side of each running or stopped model item:
| Button | When | Action |
|---|---|---|
| βΆ Start | Stopped | Load model into memory |
| βΉ Stop | Running | Unload model from memory |
| π Delete | Stopped | Remove model from disk |
Running models cannot be deleted β stop them first.
Panel Toolbar β
| Button | Action |
|---|---|
| π | Manage auth token for remote instances |
| β Model settings | Open per-model parameter controls |
| π Filter | Type to filter by model name |
| β Clear filter | Remove active filter |
| β / β | Toggle grouped tree / flat list |
| π Refresh | Reload local model list |
| β Collapse all | Collapse all family groups |
The list auto-refreshes every 30 seconds (configurable via ollama.localModelRefreshInterval).
Model Settings Webview β
Use the β Model settings button (or Ollama: Open Model Settings) to open a webview with per-model controls for:
temperature,top_p,top_knum_ctx,num_predictthink,think_budget
Updates are applied immediately and persisted per model.
Status Bar Heartbeat β
Outside the sidebar, Opilot shows a persistent status bar heartbeat:
- Loading:
$(loading~spin) Ollama⦠- Online:
$(pulse) Ollamaor$(pulse) Ollama (N) - Offline:
$(warning) Ollama offline(after 2 consecutive failures)
The tooltip includes host, per-model memory, and processor (CPU/GPU) details for currently running models.
Cloud Models Panel β
Shows models from Ollama Cloud β premium hosted models that run server-side but appear in the sidebar like local models.
Authentication β
Click the Login (π€) button in the panel header to authenticate. This triggers ollama login via the Ollama CLI. Once authenticated, cloud models are fetched automatically.
Inline Buttons β
| Button | When | Action |
|---|---|---|
| π | Always | Open the model's page on ollama.ai |
| βΆ Run | Stopped | Activate the cloud model |
| βΉ Stop | Running | Deactivate the cloud model |
| π Delete | Stopped | Remove from your account |
Cloud model names end with :cloud to distinguish them from local variants.
Library Panel β
Browses the full Ollama model library. Models are displayed as family nodes with expandable variant children.
Pulling a Model β
- Expand a family to see its variants (e.g.,
3b,7b,13b,70b) - Click Pull (β¬) on the variant you want
- A streaming progress notification shows download progress
Variants already installed locally show a β checkmark.
Filtering & Grouping β
| Button | Action |
|---|---|
| π Filter | Type to filter by model name |
| β Clear | Remove active filter |
| β / β | Toggle grouped / flat view |
| π Refresh | Re-fetch from ollama.ai |
| β Collapse | Collapse all families |
| π | Open model page on ollama.ai |
The library is fetched on startup. Use the refresh button or wait for the scheduled refresh (configurable via ollama.libraryRefreshInterval, default 6 hours).
Modelfiles Panel β
See the dedicated Modelfile Manager page.
