diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-08 08:38:04 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-08 08:38:04 +0300 |
| commit | 60ce155562e2b66132f16e5887a8aaf19c0158f3 (patch) | |
| tree | 9aa3d2e65592376b88fbf5c2c9965ed4b09f7eec | |
| parent | 1c3fceb65ee711317508a37005592922b162669b (diff) | |
pi models: add local ollama gemma4:26b-a4b-it-qat-32k-ctx model
| -rw-r--r-- | pi/agent/models.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pi/agent/models.json b/pi/agent/models.json index 009ed5f..dd99425 100644 --- a/pi/agent/models.json +++ b/pi/agent/models.json @@ -507,6 +507,23 @@ }, "models": [ { + "id": "gemma4:26b-a4b-it-qat-32k-ctx", + "name": "Gemma 4 26B a4b it qat [ollama]", + "reasoning": false, + "input": [ + "text", + "image" + ], + "cost": { + "input": 0, + "output": 0, + "cacheRead": 0, + "cacheWrite": 0 + }, + "contextWindow": 32768, + "maxTokens": 32768 + }, + { "id": "gemma4:31b-cloud", "name": "gemma4 31B [ollama]", "reasoning": true, |
