Mirrors the private dots tree at 900bdda: one shared base plus per-host overlays, replacing the old flat .config/ layout (last synced 2026-06-28). - packages: common/ gui/ wm/ lw/ fl/ + install.sh and bin/ tooling (dotsync, reconcile-hyde.sh) - new README (layout, deploy order, HyDE dependency), plus ToDo.md and HYDE-UPDATE.md - current HyDE waybar rig (layouts/, cava), pi agent extensions, claude/ config, tmux, presenterm, aichat roles - drops stale duplicates and generated cruft that should never have been tracked: the second top-level .pi/ copy, btop.log, zellij config.kdl.bak, fish_variables, nvim codecompanion.lua - .pi/agent/auth.json is gitignored now; auth.json.example ships instead - fl/ and wm/ hypr themes/ stay untracked (HyDE-generated per machine, per the root .gitignore)
215 lines
7.6 KiB
JSON
215 lines
7.6 KiB
JSON
{
|
|
"providers": {
|
|
"duskadiy": {
|
|
"baseUrl": "https://llm.duskadiy.com/api/v1",
|
|
"api": "openai-completions",
|
|
"apiKey": "$DUSKADIY_API_KEY",
|
|
"compat": {
|
|
"supportsDeveloperRole": false,
|
|
"supportsReasoningEffort": false,
|
|
"maxTokensField": "max_tokens"
|
|
},
|
|
"models": [
|
|
{
|
|
"id": "gemma-4-E4B-it-UD-Q8_K_XL",
|
|
"name": "Gemma 4 E4B · 64k · vision — fast generalist, long docs",
|
|
"reasoning": false,
|
|
"input": ["text", "image"],
|
|
"contextWindow": 65536,
|
|
"maxTokens": 16384,
|
|
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }
|
|
},
|
|
{
|
|
"id": "gemma-4-26B-A4B-it-UD-IQ4_XS",
|
|
"name": "Gemma 4 26B · 24k · vision — quality generalist",
|
|
"reasoning": false,
|
|
"input": ["text", "image"],
|
|
"contextWindow": 24576,
|
|
"maxTokens": 4096,
|
|
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }
|
|
},
|
|
{
|
|
"id": "Qwen3-Coder-30B-Instruct-UD-Q3_K_XL",
|
|
"name": "Qwen3 Coder 30B · 32k — main agent coder",
|
|
"reasoning": false,
|
|
"input": ["text"],
|
|
"contextWindow": 32768,
|
|
"maxTokens": 4096,
|
|
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }
|
|
},
|
|
{
|
|
"id": "Qwen3-Coder-Next-UD-IQ3_XXS",
|
|
"name": "Qwen3 Coder Next 80B · 128k — long sessions",
|
|
"reasoning": false,
|
|
"input": ["text"],
|
|
"contextWindow": 131072,
|
|
"maxTokens": 16384,
|
|
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }
|
|
},
|
|
{
|
|
"id": "Qwen3.6-35B-A3B-MTP-UD-IQ3_XXS",
|
|
"name": "Qwen3.6 35B · 24k · vision — daily driver",
|
|
"reasoning": false,
|
|
"input": ["text", "image"],
|
|
"contextWindow": 24576,
|
|
"maxTokens": 8192,
|
|
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }
|
|
},
|
|
{
|
|
"id": "Qwen3.6-35B-A3B-Thinking",
|
|
"name": "Qwen3.6 35B Thinking · 24k · vision — hard problems",
|
|
"reasoning": true,
|
|
"compat": { "thinkingFormat": "qwen-chat-template" },
|
|
"input": ["text", "image"],
|
|
"contextWindow": 24576,
|
|
"maxTokens": 8192,
|
|
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }
|
|
},
|
|
{
|
|
"id": "Qwen3.5-9B-UD-Q6_K_XL",
|
|
"name": "Qwen3.5 9B · 32k · vision — quick tasks",
|
|
"reasoning": true,
|
|
"compat": { "thinkingFormat": "qwen-chat-template" },
|
|
"input": ["text", "image"],
|
|
"contextWindow": 32768,
|
|
"maxTokens": 8192,
|
|
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }
|
|
},
|
|
{
|
|
"id": "GLM-4.7-Flash-UD-Q4_K_XL",
|
|
"name": "GLM-4.7 Flash · 24k — quality coder",
|
|
"reasoning": true,
|
|
"compat": { "thinkingFormat": "qwen-chat-template" },
|
|
"input": ["text"],
|
|
"contextWindow": 24576,
|
|
"maxTokens": 8192,
|
|
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }
|
|
},
|
|
{
|
|
"id": "gpt-oss-20b",
|
|
"name": "gpt-oss 20B · 64k — fast reasoning + tools",
|
|
"reasoning": true,
|
|
"input": ["text"],
|
|
"contextWindow": 65536,
|
|
"maxTokens": 8192,
|
|
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }
|
|
},
|
|
{
|
|
"id": "gpt-oss-20b-low",
|
|
"name": "gpt-oss 20B low · 64k — snappy answers",
|
|
"reasoning": true,
|
|
"input": ["text"],
|
|
"contextWindow": 65536,
|
|
"maxTokens": 8192,
|
|
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }
|
|
}
|
|
]
|
|
},
|
|
"localcpp": {
|
|
"baseUrl": "http://192.168.0.204:11343/v1",
|
|
"api": "openai-completions",
|
|
"apiKey": "no-key-required",
|
|
"compat": {
|
|
"supportsDeveloperRole": false,
|
|
"supportsReasoningEffort": false,
|
|
"maxTokensField": "max_tokens"
|
|
},
|
|
"models": [
|
|
{
|
|
"id": "gemma-4-E4B-it-UD-Q8_K_XL",
|
|
"name": "Gemma 4 E4B · 64k · vision — fast generalist, long docs",
|
|
"reasoning": false,
|
|
"input": ["text", "image"],
|
|
"contextWindow": 65536,
|
|
"maxTokens": 16384,
|
|
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }
|
|
},
|
|
{
|
|
"id": "gemma-4-26B-A4B-it-UD-IQ4_XS",
|
|
"name": "Gemma 4 26B · 24k · vision — quality generalist",
|
|
"reasoning": false,
|
|
"input": ["text", "image"],
|
|
"contextWindow": 24576,
|
|
"maxTokens": 4096,
|
|
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }
|
|
},
|
|
{
|
|
"id": "Qwen3-Coder-30B-Instruct-UD-Q3_K_XL",
|
|
"name": "Qwen3 Coder 30B · 32k — main agent coder",
|
|
"reasoning": false,
|
|
"input": ["text"],
|
|
"contextWindow": 32768,
|
|
"maxTokens": 4096,
|
|
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }
|
|
},
|
|
{
|
|
"id": "Qwen3-Coder-Next-UD-IQ3_XXS",
|
|
"name": "Qwen3 Coder Next 80B · 128k — long sessions",
|
|
"reasoning": false,
|
|
"input": ["text"],
|
|
"contextWindow": 131072,
|
|
"maxTokens": 16384,
|
|
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }
|
|
},
|
|
{
|
|
"id": "Qwen3.6-35B-A3B-MTP-UD-IQ3_XXS",
|
|
"name": "Qwen3.6 35B · 24k · vision — daily driver",
|
|
"reasoning": false,
|
|
"input": ["text", "image"],
|
|
"contextWindow": 24576,
|
|
"maxTokens": 8192,
|
|
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }
|
|
},
|
|
{
|
|
"id": "Qwen3.6-35B-A3B-Thinking",
|
|
"name": "Qwen3.6 35B Thinking · 24k · vision — hard problems",
|
|
"reasoning": true,
|
|
"compat": { "thinkingFormat": "qwen-chat-template" },
|
|
"input": ["text", "image"],
|
|
"contextWindow": 24576,
|
|
"maxTokens": 8192,
|
|
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }
|
|
},
|
|
{
|
|
"id": "Qwen3.5-9B-UD-Q6_K_XL",
|
|
"name": "Qwen3.5 9B · 32k · vision — quick tasks",
|
|
"reasoning": true,
|
|
"compat": { "thinkingFormat": "qwen-chat-template" },
|
|
"input": ["text", "image"],
|
|
"contextWindow": 32768,
|
|
"maxTokens": 8192,
|
|
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }
|
|
},
|
|
{
|
|
"id": "GLM-4.7-Flash-UD-Q4_K_XL",
|
|
"name": "GLM-4.7 Flash · 24k — quality coder",
|
|
"reasoning": true,
|
|
"compat": { "thinkingFormat": "qwen-chat-template" },
|
|
"input": ["text"],
|
|
"contextWindow": 24576,
|
|
"maxTokens": 8192,
|
|
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }
|
|
},
|
|
{
|
|
"id": "gpt-oss-20b",
|
|
"name": "gpt-oss 20B · 64k — fast reasoning + tools",
|
|
"reasoning": true,
|
|
"input": ["text"],
|
|
"contextWindow": 65536,
|
|
"maxTokens": 8192,
|
|
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }
|
|
},
|
|
{
|
|
"id": "gpt-oss-20b-low",
|
|
"name": "gpt-oss 20B low · 64k — snappy answers",
|
|
"reasoning": true,
|
|
"input": ["text"],
|
|
"contextWindow": 65536,
|
|
"maxTokens": 8192,
|
|
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|