From 60ce155562e2b66132f16e5887a8aaf19c0158f3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 8 Jun 2026 08:38:04 +0300 Subject: pi models: add local ollama gemma4:26b-a4b-it-qat-32k-ctx model --- pi/agent/models.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 @@ -506,6 +506,23 @@ "maxTokensField": "max_tokens" }, "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]", -- cgit v1.2.3