diff options
Diffstat (limited to 'pi/agent')
| -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, |
