DeepSeek Harness plugin

deepseek-harness-model-config

Advanced per-model reasoning and capacity settings for DeepSeek Harness

Jump to install

Source facts

Repository
MarvekG/deepseek-harness-model-config
Latest update
Aug 20, 2026
Category
Models & Providers
GitHub stars
28
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/MarvekG/deepseek-harness-model-config
Plugin: deepseek-harness-model-config
Author: MarvekG

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.en.mdSource · read only
README language

DeepSeek Harness Model Configuration Plugin

English | 中文

Adds an Advanced Model Configuration page to the DeepSeek Harness Web UI. Use it to create custom model endpoints and configure each model's capabilities.

Features

  • Create custom endpoints with a name, URL, API key, and protocol.
  • Configure provider-level custom request headers for model requests.
  • Supports openai-completions, openai-responses, and anthropic-messages.
  • Fetch candidate models through a unified GET /models flow, with select all, invert selection, and select none actions.
  • Use the same editor for new and saved endpoints; saved endpoints can refresh models, new models start unchecked, and checked models remain selected after a refresh.
  • Endpoint advanced parameters cover default capacities, input modalities, reasoning compatibility, caching, transport, timeouts, and retry policies.
  • Completes missing context windows, maximum output, input modalities, and reasoning capabilities from models.dev; it first selects the official provider implied by the model ID, then falls back to the default provider record, with whole-record switching available before saving.
  • Edit each selected model's capacity, text/image input support, and reasoningEfforts; review a configuration preview before saving.
  • Chinese and English UI copy follows the Harness language setting.
  • API keys are written only through Harness credential storage, never to settings.yaml or the configuration preview.

See the [llm-pi-ai parameter reference](docs/llm-pi-ai-parameters.md) for the complete configuration table.

Open settings <img width="1666" height="810" alt="image" src="https://github.com/user-attachments/assets/945e6566-dca2-45ca-bcc3-4609ea47f079" />

Add an endpoint Enter the endpoint name, BASE_URL, and API key, then fetch models and check the ones you want: <img width="1746" height="1580" alt="image" src="https://github.com/user-attachments/assets/828f36ea-8a7d-4021-9dbb-253d60a1e949" />

Fill in remaining parameters 1. Endpoint advanced parameters: the defaults are usually fine. Custom headers apply only to model requests; Fetch available models still uses the API key.

<img width="1712" height="1613" alt="image" src="https://github.com/user-attachments/assets/e185563c-4b89-468f-8463-49463c5b6e41" />

2. Model parameters: mainly check the context window and maximum output length. <img width="1744" height="1628" alt="image" src="https://github.com/user-attachments/assets/a9a1e123-1e78-4435-addc-02ded574ba83" />

Model parameters are usually filled in automatically, as long as https://models.dev is reachable.

Install

Install and run dsh, then install from GitHub by default:

dsh plugin --profile web add github:MarvekG/deepseek-harness-model-config
dsh web

Open Settings → Advanced model config in the Web UI to create endpoints or edit existing llm-pi-ai model configuration.

For a reproducible version, append a commit SHA to the repository address, such as github:MarvekG/deepseek-harness-model-config#<sha>.

Local Debugging

After cloning this repository, install the local link: dependency from its root:

dsh plugin --profile web add .
dsh web

Uninstall

Remove the plugin from the Web profile:

dsh plugin --profile web remove dsh-models-config-plugin

Update

Update by removing the old version and adding the new one:

dsh plugin --profile web remove dsh-models-config-plugin
dsh plugin --profile web add github:MarvekG/deepseek-harness-model-config
dsh web

For local debugging, replace the second command with dsh plugin --profile web add ..

License

[MIT](LICENSE)

Links