• English
  • DeepSeek Harness

    DeepSeek's official open-source agent runtime (command: dsh), built on an "everything is a plugin" architecture — one command starts a local Web UI. MIT-licensed, model-agnostic: add ByteSeek as an OpenAI-compatible provider and you are in.

    Developer preview

    DeepSeek Harness is in developer preview and the team explicitly warns of compatibility-breaking changes. Pin versions for anything serious; if this page drifts from reality, the official docs win.

    Install

    Requires Node.js ^22.19.0 or >=24.0.0 (odd major versions such as Node 23 are unsupported) — check with node --version first.

    Run with npx (recommended)
    npm global install
    cd your-project
    npx @deepseek-ai/dsh web

    Website: deepseek.com/harness; official docs: deepseek-harness.github.io.

    The Web UI starts at http://127.0.0.1:3080 by default and opens your browser; over SSH it only prints the URL. Pass --no-open to suppress the auto-open.

    Prerequisites

    • dsh web starts and serves the Web UI
    • An OpenAI-format group key from the API Keys page

    Configure

    1. In the Web UI open Settings → Models.
    2. Add an OpenAI-compatible provider:
      • Base URL: https://tokens.byteseek.ai/v1
      • API Key: your sk- key
      • Model: an exact ID from the model plaza, e.g. gpt-5.6-sol
    3. Changes apply immediately — no restart.
    4. Back in the session view, pick a workspace directory first, then switch the model selector to your new provider.
    Key settings
    FieldValue
    Provider typeOpenAI-compatible
    Base URLhttps://tokens.byteseek.ai/v1
    API KeyYour sk- key
    Model IDPer the model plaza; prefix IDs with a composite key

    API keys and workspaces are configured in the browser UI, not on the command line.

    Verify

    Send a message to the configured model in the Web UI; a normal reply means success. Charges appear on the usage page.

    Common issues

    SymptomFix
    Fails to startUnsupported Node version — needs ^22.19 || >=24; nvm install 24 && nvm use 24, then a fresh terminal
    npx hangsDependency resolution issue — npm i -g @deepseek-ai/dsh, then dsh web
    Port busyPass --port (default 3080)
    401Wrong key — re-paste in Settings → Models
    403Model not in group or wrong format, see Error Codes
    Behaviour changed after upgradeExpected in preview — pin versions and read the release notes
    © 2026 ByteSeek Limited. All rights reserved.TermsPrivacyDisclaimer