hyper-dsh-plugins/dsh-open-efforts ↗★ 1
dsh-open-efforts
Choose reasoning effort for additional models in DeepSeek Harness, with Off and five standard levels.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hyper-dsh-plugins/dsh-open-efforts说明文档
阅读完整 README ↗Usage
Once a custom model appears in llm-pi-ai under models or modelOverrides:
- Open the model menu in the composer.
- Select the target model.
- Open Effort.
- Select
Off / Low / Mid / High / XHigh / Max.
The plugin watches model-topology and settings updates. Reopen the model menu after adding or editing a model to load the latest metadata.
Configuration written by the plugin
A Chat Completions model receives this capability configuration:
models:
- id: your-model
reasoningEfforts:
off: none
low: low
medium: medium
high: high
xhigh: xhigh
max: max
compat:
supportsReasoningEffort: true
Model names, context windows, output limits, existing compat.thinkingFormat values, and unrelated fields remain intact. The plugin replaces each models array as a whole to follow DSH settings path-mutation rules for arrays.