summaryrefslogtreecommitdiff
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
parentd65afe8c83cb7361225dd62503ae042450fc1aa3 (diff)
pik alias
-rw-r--r--hypr.fish18
-rw-r--r--pi/agent/models.json126
-rw-r--r--pi/agent/settings.json4
3 files changed, 135 insertions, 13 deletions
diff --git a/hypr.fish b/hypr.fish
index 0fccad2..4dedfe0 100644
--- a/hypr.fish
+++ b/hypr.fish
@@ -5,8 +5,16 @@ abbr pi-hyperstack-qwen36 pi --model hyperstack1/Qwen/Qwen3.6-27B-FP8
abbr pi-hyperstack-gemma4 pi --model hyperstack2/cyankiwi/gemma-4-31B-it-AWQ-4bit
abbr hyperstack-create ruby ~/git/hypr/hyperstack.rb create
-# Ollama (local endpoint pointing at cloud models)
-abbr pi-ollama-kimi pi --provider ollama --model kimi-k2.6:cloud
-abbr pi-ollama-qwen pi --provider ollama --model qwen3.5:cloud
-abbr pi-ollama-glm pi --provider ollama --model glm-5.1:cloud
-abbr pi-ollama-minimax pi --provider ollama --model minimax-m2.7:cloud
+# Ollama cloud models (name-version-paramcount)
+abbr pi-ollama-kimi-k26-1042b pi --provider ollama --model kimi-k2.6:cloud
+abbr pik pi --provider ollama --model kimi-k2.6:cloud
+abbr pi-ollama-qwen35-397b pi --provider ollama --model qwen3.5:cloud
+abbr pi-ollama-glm51-756b pi --provider ollama --model glm-5.1:cloud
+abbr pi-ollama-minimax-m27-229b pi --provider ollama --model minimax-m2.7:cloud
+abbr pi-ollama-qwen3-coder-next-80b pi --provider ollama --model qwen3-coder-next:cloud
+abbr pi-ollama-qwen3-coder-480b pi --provider ollama --model qwen3-coder:480b-cloud
+abbr pi-ollama-gpt-oss-20b pi --provider ollama --model gpt-oss:20b-cloud
+abbr pi-ollama-gpt-oss-120b pi --provider ollama --model gpt-oss:120b-cloud
+abbr pi-ollama-deepseek-v31-671b pi --provider ollama --model deepseek-v3.1:671b-cloud
+abbr pi-ollama-glm46-357b pi --provider ollama --model glm-4.6:cloud
+abbr pi-ollama-minimax-m2-230b pi --provider ollama --model minimax-m2:cloud
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