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