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.
AI 분석
核心用途是为自定义模型手动调节推理思考强度。适合需要精细控制模型推理成本和深度的用户。必要条件是启用 llm-pi-ai 模块。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hyper-dsh-plugins/dsh-open-effortsUsage
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.