AI Agent Hub
Back to plugins
🤖

dsh-model-capabilities

Model Inference Updated 2026.08.29

Run the following command in DeepSeek Harness:

dsh plugin install lylarcher/dsh-model-capabilities

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install lylarcher/dsh-model-capabilities in the DeepSeek Harness terminal to install it; source code is available at https://github.com/lylarcher/dsh-model-capabilities

About this plugin

The built-in Models page in DSH handles basic model management but deliberately leaves out two fields that matter a great deal for inference experience: input modalities (text / image) and per-model reasoning effort levels (reasoningEfforts). Changing them today means hand-editing settings.yaml line by line or hopping between every provider models array and its modelOverrides. dsh-model-capabilities pulls both into a dedicated Settings section so you manage everything in one place.

Open the Model Input & Reasoning panel to see every configured provider and its models, including modelOverrides. Toggle text or image modality per model, fill wire values for reasoning levels from minimal through max, or set a level to off so no reasoning parameter is sent. Writes go straight through the llm-pi-ai settings namespace, so the running adapter re-registers routes instantly, the model picker reflects new reasoning levels immediately, and the change persists to settings.yaml with no restart needed.

If you only need a quick input-type picker while adding a model, an inline field is the lighter choice. But if you also want reasoning wiring and a single overview of every configured model and override, this plugin was built for exactly that gap. Ideal for developers running multiple models on DSH Web or Desktop who care about inference depth and multimodal input.

Use Cases

  • Bulk-toggle text and image input modalities across multiple models without hand-editing settings.yaml
  • Set per-level reasoning wire values from minimal to max, or flip them off to stop sending reasoning parameters
  • Review and write to every provider models array and modelOverrides from a single unified panel

Best For

  • Developers running multiple reasoning models on DSH Web or Desktop simultaneously
  • Users who need multimodal input and reasoning configuration without manual YAML editing
  • Ops personnel managing multiple providers and modelOverrides who need a global overview