AI Agent Hub
Back to plugins
dsh-llm-opencode-go preview

dsh-llm-opencode-go

Model Inference Updated 2026.09.03

Run the following command in DeepSeek Harness:

dsh plugin install NOirBRight/dsh-llm-opencode-go

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

Run dsh plugin install NOirBRight/dsh-llm-opencode-go to install this plugin in DeepSeek Harness; the source repository is https://github.com/NOirBRight/dsh-llm-opencode-go .

About this plugin

DeepSeek Harness already supports multiple model providers out of the box, but OpenCode Go models such as Muse Spark and GLM-5.3-Flash had no first-class integration. dsh-llm-opencode-go closes that gap by bringing the full OpenCode Go model catalog into Harness unified routing layer, so you can call these models without leaving your existing workflow.

The plugin key strength is per-model protocol selection: each model is matched to the correct endpoint (Completions, Responses, or Anthropic Messages) from the official Go catalog table automatically, with no manual per-model configuration. Model discovery fetches the live model list and enriches each entry with context window, vision, and thinking metadata, while subscription usage reads the 5-hour, weekly, and monthly consumption meters from native Go endpoints. Both capabilities stay outside the chat protocol. The model catalog is fully interactive: drag to reorder, expand a row to inspect capability flags, and remove entries you do not need. API keys are write-only and never echoed to the browser.

Best suited for teams or individual developers who already manage multi-provider models in DeepSeek Harness and want OpenCode Go on the same routing and usage dashboard. In Web mode, pair it with dsh-llm-providers-ui for the complete LLM Providers settings page; in Headless mode the Host route works standalone without the UI owner package.

Screenshots

Use Cases

  • Call OpenCode Go models such as Muse Spark or GLM-5.3-Flash from Harness
  • Auto-route each model to Completions, Responses, or Messages per the official catalog
  • Monitor 5-hour, weekly, and monthly subscription usage at a glance

Best For

  • Developers already managing multi-provider models in DeepSeek Harness
  • Teams needing OpenCode Go models with a unified usage dashboard
  • Individual users running Harness in Headless or Web mode