Henta111/dsh-more-models-thinking-level0

dsh-more-models-thinking-level

多模型思考程度声明插件:为 DeepSeek Harness 中的 GPT、Gemini 及 OpenAI 兼容提供商声明单模型推理强度。

AI 分析

核心用途是让自定义网关能够根据模型声明选择匹配的推理强度(如 off/low/high),适合使用混合模型、需要精细控制各模型思考深度的用户。

套件
dsh-more-models-thinking-level
版本
0.1.0
授權
MIT
最近更新
2026年8月24日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Henta111/dsh-more-models-thinking-level

DSH Cross-model Reasoning Adapter

Installable and removable DSH bundle. Provider-native parameter conversion remains owned by the host's dsh-llm-pi-ai.

The plugin exposes per-model reasoning levels (off / minimal / low / medium / high / xhigh) for GPT, Codex, Gemini and OpenAI-compatible models in DeepSeek Harness, so your custom gateway can select a reasoning intensity that matches the model.

Install (plugin market)

Once published to npm:

dsh plugin add dsh-more-models-thinking-level

Or from this repository directly:

dsh plugin add https://github.com/Henta111/dsh-more-models-thinking-level

Remove

dsh plugin remove dsh-more-models-thinking-level

How it works

  • The bundle layer registers the plugin into the profile's dsh.profile.bundles.
  • The web client adds a settings section (推理适配 / Reasoning adapter).
  • Provider-native wire values are declared per model via reasoningEfforts; the host (dsh-llm-pi-ai) performs the actual conversion.

License

MIT