diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-30 17:28:16 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-30 17:28:16 +0300 |
| commit | 5b0eb1cac2e43b709dd199b3df438ba2a23a38a0 (patch) | |
| tree | c04c910ae89a410d7c3a425b0b6d9e59f3de9d2f /hypr.fish | |
| parent | d65afe8c83cb7361225dd62503ae042450fc1aa3 (diff) | |
pik alias
Diffstat (limited to 'hypr.fish')
| -rw-r--r-- | hypr.fish | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -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 |
