AI Agent Hub
Back to plugins
🧩

dsh-llm-openai-compatible

admin-security Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install cqnxnzg/dsh-llm-openai-compatible

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

Run dsh plugin install cqnxnzg/dsh-llm-openai-compatible in your DeepSeek Harness terminal to install the plugin from https://github.com/cqnxnzg/dsh-llm-openai-compatible; built artifacts are committed to the repo so it is ready to use immediately after installation with no extra build steps.

About this plugin

Connecting DeepSeek Harness to an OpenAI-compatible inference endpoint—local vLLM, LM Studio, llama.cpp, Ollama's /v1 compatibility layer, or remote gateways like OpenRouter, Together, and DeepSeek's official API—used to mean patching the core or writing glue code every time you switched providers. dsh-llm-openai-compatible is the universal plug for exactly this: install it, point the base URL at your endpoint, and chat works immediately with zero changes to the Harness core.

Core capabilities include automatic /v1 normalization of the base URL, optional API-key auth (anonymous requests for local services, Bearer auth for remote gateways), a declarative models array recording each endpoint's real model IDs along with vision, thinking, and token-window metadata, a discoverModels() helper that fetches GET /v1/models and imports real IDs in one click, and a live Settings panel where you change the endpoint, key, model catalog, and retry policy with instant effect—no restart required.

It is built for teams already running vLLM, LM Studio, or llama.cpp locally; individual developers who prefer Ollama's models but want to stay on the open protocol; and platform admins routing through aggregators like OpenRouter or Together for unified multi-model management. In short: if a service speaks the OpenAI Chat Completions protocol, plug it in and chat.

Use Cases

  • Chat with a freshly served vLLM or LM Studio model inside DeepSeek Harness without extra tooling
  • Tap into an existing Ollama model library through its OpenAI-compatible /v1 layer
  • Mount OpenRouter, Together, or other remote gateways in Harness for unified multi-vendor model routing

Best For

  • AI engineers running vLLM, LM Studio, or llama.cpp on local hardware
  • Developers who manage models with Ollama but prefer the open Chat Completions protocol
  • Platform admins centralizing multi-vendor model routing inside DeepSeek Harness