added qwable and orinth
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user