diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-31 20:29:28 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-31 20:29:28 +0300 |
| commit | 79e08926afcc69954dd7013c68795c63fe5e2bd6 (patch) | |
| tree | c98baf0d183728cb5b812eb22263a39e678f8be4 /pi/agent | |
| parent | a6b6a0174d249c10959f0e91c47f68d3328efaae (diff) | |
cleanup
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 23f0656..395bdc2 100644 --- a/pi/agent/models.json +++ b/pi/agent/models.json @@ -507,6 +507,23 @@ }, "models": [ { + "id": "gemma4:31b-cloud", + "name": "gemma4 31B [ollama]", + "reasoning": true, + "input": [ + "text", + "image" + ], + "cost": { + "input": 0, + "output": 0, + "cacheRead": 0, + "cacheWrite": 0 + }, + "contextWindow": 262144, + "maxTokens": 32768 + }, + { "id": "kimi-k2.6:cloud", "name": "kimi k2.6 1042B [ollama]", "reasoning": true, |
