dsh-model-parameters
Run the following command in DeepSeek Harness:
dsh plugin install fonlan/dsh-model-parameters
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install fonlan/dsh-model-parameters in the DeepSeek Harness terminal to install the plugin; the source is available at https://github.com/fonlan/dsh-model-parameters .
About this plugin
Most providers' /v1/models endpoint returns little more than a bare id. Filling in display names, context windows, max output tokens, reasoning efforts, and input modalities by hand in settings.yaml is tedious and error-prone. dsh-model-parameters turns that into a single automatic reconcile.
The plugin watches every change in the llm-pi-ai settings namespace and performs a fill-only reconcile against a locally cached models.dev catalog (~4 MB, refreshed lazily on a 7-day TTL by default). Matching is deterministic and provider-aware: official vendor entries win ties, more complete entries beat partial ones, and bare ids resolve via case-insensitive last-path-segment matching. Existing values are never overwritten, and unmatched models are left as-is while being listed in the completion report.
Ideal for anyone managing multiple LLM providers through DSH, especially those whose /v1/models endpoint exposes only ids. Synchronized models become immediately usable without hunting through vendor docs for each parameter. The settings card provides per-field toggles, provider-to-catalog mapping overrides, TTL control, and a full completion audit trail.
Screenshots
Use Cases
- After provider sync, model entries lack metadata such as display name and context window and must be filled in by hand
- New provider routes carry bare-id model entries missing reasoning efforts and input modalities
- After manually editing settings.yaml, a fresh reconcile is needed to backfill missing fields
Best For
- Developers managing multiple LLM providers through DSH
- Users of providers whose /v1/models endpoint returns only bare ids
- Anyone who wants to cut manual settings.yaml upkeep
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.