hyper-dsh-plugins/dsh-open-efforts ↗★ 1
dsh-open-efforts
DeepSeek Harness 思考强度选择插件:为其他模型提供关闭及五种标准推理强度档位选择。
AI 分析
核心用途是为自定义模型手动调节推理思考强度。适合需要精细控制模型推理成本和深度的用户。必要条件是启用 llm-pi-ai 模块。
安裝
$
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.