hyper-dsh-plugins/dsh-open-efforts1

dsh-open-efforts

Choose reasoning effort for additional models in DeepSeek Harness, with Off and five standard levels.

包名
dsh-open-efforts
版本
0.1.0
许可证
MIT
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hyper-dsh-plugins/dsh-open-efforts

Usage

Once a custom model appears in llm-pi-ai under models or modelOverrides:

  1. Open the model menu in the composer.
  2. Select the target model.
  3. Open Effort.
  4. 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.