summaryrefslogtreecommitdiff
path: root/pi
diff options
context:
space:
mode:
Diffstat (limited to 'pi')
-rw-r--r--pi/agent/models.json31
1 files changed, 30 insertions, 1 deletions
diff --git a/pi/agent/models.json b/pi/agent/models.json
index dd99425..d07731a 100644
--- a/pi/agent/models.json
+++ b/pi/agent/models.json
@@ -522,7 +522,19 @@
},
"contextWindow": 32768,
"maxTokens": 32768
- },
+ }
+ ]
+ },
+ "ollama-cloud": {
+ "baseUrl": "https://ollama.com/v1",
+ "apiKey": "${OLLAMA_API_KEY}",
+ "api": "openai-completions",
+ "compat": {
+ "supportsStore": false,
+ "supportsDeveloperRole": false,
+ "maxTokensField": "max_tokens"
+ },
+ "models": [
{
"id": "gemma4:31b-cloud",
"name": "gemma4 31B [ollama]",
@@ -558,6 +570,23 @@
"maxTokens": 8192
},
{
+ "id": "kimi-k2.7-code:cloud",
+ "name": "kimi k2.7 code 1042B [ollama]",
+ "reasoning": true,
+ "input": [
+ "text",
+ "image"
+ ],
+ "cost": {
+ "input": 0,
+ "output": 0,
+ "cacheRead": 0,
+ "cacheWrite": 0
+ },
+ "contextWindow": 262144,
+ "maxTokens": 8192
+ },
+ {
"id": "qwen3.5:cloud",
"name": "qwen3.5 397B [ollama]",
"reasoning": true,