summaryrefslogtreecommitdiff
path: root/pi/agent
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-30 17:28:16 +0300
committerPaul Buetow <paul@buetow.org>2026-05-30 17:28:16 +0300
commit5b0eb1cac2e43b709dd199b3df438ba2a23a38a0 (patch)
treec04c910ae89a410d7c3a425b0b6d9e59f3de9d2f /pi/agent
parentd65afe8c83cb7361225dd62503ae042450fc1aa3 (diff)
pik alias
Diffstat (limited to 'pi/agent')
-rw-r--r--pi/agent/models.json126
-rw-r--r--pi/agent/settings.json4
2 files changed, 122 insertions, 8 deletions
diff --git a/pi/agent/models.json b/pi/agent/models.json
index 734b076..13b41ab 100644
--- a/pi/agent/models.json
+++ b/pi/agent/models.json
@@ -508,10 +508,11 @@
"models": [
{
"id": "kimi-k2.6:cloud",
- "name": "kimi-k2.6 [ollama]",
+ "name": "kimi k2.6 1042B [ollama]",
"reasoning": true,
"input": [
- "text"
+ "text",
+ "image"
],
"cost": {
"input": 0,
@@ -524,10 +525,11 @@
},
{
"id": "qwen3.5:cloud",
- "name": "qwen3.5 [ollama]",
+ "name": "qwen3.5 397B [ollama]",
"reasoning": true,
"input": [
- "text"
+ "text",
+ "image"
],
"cost": {
"input": 0,
@@ -540,7 +542,7 @@
},
{
"id": "glm-5.1:cloud",
- "name": "glm-5.1 [ollama]",
+ "name": "glm-5.1 756B [ollama]",
"reasoning": true,
"input": [
"text"
@@ -556,7 +558,119 @@
},
{
"id": "minimax-m2.7:cloud",
- "name": "minimax-m2.7 [ollama]",
+ "name": "minimax-m2.7 229B [ollama]",
+ "reasoning": true,
+ "input": [
+ "text"
+ ],
+ "cost": {
+ "input": 0,
+ "output": 0,
+ "cacheRead": 0,
+ "cacheWrite": 0
+ },
+ "contextWindow": 196608,
+ "maxTokens": 128000
+ },
+ {
+ "id": "qwen3-coder-next:cloud",
+ "name": "qwen3-coder-next 80B [ollama]",
+ "reasoning": true,
+ "input": [
+ "text"
+ ],
+ "cost": {
+ "input": 0,
+ "output": 0,
+ "cacheRead": 0,
+ "cacheWrite": 0
+ },
+ "contextWindow": 262144,
+ "maxTokens": 32768
+ },
+ {
+ "id": "qwen3-coder:480b-cloud",
+ "name": "qwen3-coder 480B [ollama]",
+ "reasoning": false,
+ "input": [
+ "text"
+ ],
+ "cost": {
+ "input": 0,
+ "output": 0,
+ "cacheRead": 0,
+ "cacheWrite": 0
+ },
+ "contextWindow": 262144,
+ "maxTokens": 32768
+ },
+ {
+ "id": "gpt-oss:20b-cloud",
+ "name": "gpt-oss 20B [ollama]",
+ "reasoning": true,
+ "input": [
+ "text"
+ ],
+ "cost": {
+ "input": 0,
+ "output": 0,
+ "cacheRead": 0,
+ "cacheWrite": 0
+ },
+ "contextWindow": 131072,
+ "maxTokens": 16384
+ },
+ {
+ "id": "gpt-oss:120b-cloud",
+ "name": "gpt-oss 120B [ollama]",
+ "reasoning": true,
+ "input": [
+ "text"
+ ],
+ "cost": {
+ "input": 0,
+ "output": 0,
+ "cacheRead": 0,
+ "cacheWrite": 0
+ },
+ "contextWindow": 131072,
+ "maxTokens": 16384
+ },
+ {
+ "id": "deepseek-v3.1:671b-cloud",
+ "name": "deepseek-v3.1 671B [ollama]",
+ "reasoning": true,
+ "input": [
+ "text"
+ ],
+ "cost": {
+ "input": 0,
+ "output": 0,
+ "cacheRead": 0,
+ "cacheWrite": 0
+ },
+ "contextWindow": 163840,
+ "maxTokens": 16384
+ },
+ {
+ "id": "glm-4.6:cloud",
+ "name": "glm-4.6 357B [ollama]",
+ "reasoning": true,
+ "input": [
+ "text"
+ ],
+ "cost": {
+ "input": 0,
+ "output": 0,
+ "cacheRead": 0,
+ "cacheWrite": 0
+ },
+ "contextWindow": 202752,
+ "maxTokens": 131072
+ },
+ {
+ "id": "minimax-m2:cloud",
+ "name": "minimax-m2 230B [ollama]",
"reasoning": false,
"input": [
"text"
diff --git a/pi/agent/settings.json b/pi/agent/settings.json
index 90ee31c..2c0da68 100644
--- a/pi/agent/settings.json
+++ b/pi/agent/settings.json
@@ -1,6 +1,6 @@
{
"lastChangelogVersion": "0.75.5",
- "defaultProvider": "openai",
- "defaultModel": "gpt-4.1",
+ "defaultProvider": "ollama",
+ "defaultModel": "minimax-m2.7:cloud",
"defaultThinkingLevel": "high"
} \ No newline at end of file