diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-14 09:31:57 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-14 09:31:57 +0300 |
| commit | 8dce6dee657ee2f75d00ecb1ebd650e9be7724ad (patch) | |
| tree | d83ed8aa828d528e02f61ebad36d513008432514 /pi/agent/models.json | |
| parent | 60ce155562e2b66132f16e5887a8aaf19c0158f3 (diff) | |
Add kimi-k2.7-code:cloud via ollama-cloud; update pik/pi-ollama-kimi aliases to k2.7; add pik6/kimi short aliases
Diffstat (limited to 'pi/agent/models.json')
| -rw-r--r-- | pi/agent/models.json | 31 |
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, |
