added qwable and orinth

This commit is contained in:
2026-06-26 11:33:35 -04:00
parent 224afbb3a6
commit 705421470a
6 changed files with 384 additions and 7 deletions

View File

@@ -56,6 +56,42 @@
"tool_call": true
}
}
},
"framework-qwable": {
"npm": "@ai-sdk/openai-compatible",
"name": "Framework Desktop (Strix Halo) — Qwable (Fable-style, llama.cpp)",
"options": {
"baseURL": "http://10.0.0.70:8082/v1",
"apiKey": "dummy"
},
"models": {
"qwable": {
"name": "Qwable-3.6-27B (Fable-style reasoning, ~10-15 tok/s, swap-model qwable)",
"limit": {
"context": 65536,
"output": 16384
},
"tool_call": true
}
}
},
"framework-ornith": {
"npm": "@ai-sdk/openai-compatible",
"name": "Framework Desktop (Strix Halo) — Ornith (agentic coding, llama.cpp)",
"options": {
"baseURL": "http://10.0.0.70:8083/v1",
"apiKey": "dummy"
},
"models": {
"ornith": {
"name": "Ornith-1.0-35B-A3B (agentic coding MoE, ~80-100 tok/s, swap-model ornith)",
"limit": {
"context": 65536,
"output": 16384
},
"tool_call": true
}
}
}
},
"mcp": {