Update opencode default model rules for mac-5/6/7

This commit is contained in:
hotwa
2026-03-18 00:07:34 +08:00
parent bf12bc2b37
commit 2ac25fabf8
4 changed files with 93 additions and 0 deletions

View File

@@ -58,6 +58,34 @@ Each wrapper should:
3. fix provider + model mapping
4. run `opencode-ai acp`
## Active Default Routing Baseline (2026-03-18)
Current `opencode` default-model routing baseline:
- `mac-5`
- default model: `opencode/minimax-m2.5-free`
- rationale: the minimax free cloud route already passed direct + ACP minimal validation and avoids the timeout-prone local `oMLX` ACP path
- `mac-6`
- provider label: `vllm`
- base URL: `http://100.64.0.5:8000/v1`
- model id: `Qwen3.5-27B`
- default model string: `vllm/Qwen3.5-27B`
- `mac-7`
- provider label: `vllm`
- base URL: `http://100.64.0.5:8000/v1`
- model id: `Qwen3.5-27B`
- default model string: `vllm/Qwen3.5-27B`
Superseded assumption:
- Do not continue to describe the cluster rule as "each machine defaults to its own local model" for `opencode` ACP.
- That older description was true for the earlier `oMLX`-first phase but is no longer the active default-policy baseline.
Validation snapshot:
- `mac-6` ACP test result: `MAC6_VLLM_ACP_OK`
- `mac-7` ACP test result: `MAC7_VLLM_ACP_OK`
## Key Files
### OpenClaw