bamboostrip/dsh-llm-capabilities0

dsh-llm-capabilities

DSH plugin: auto-detect and configure model capabilities (reasoningEfforts + input modalities) for llm-pi-ai. Successor to dsh-reasoning-efforts.

包名
dsh-llm-capabilities
版本
0.1.0
许可证
MIT
最近更新
2026年8月26日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bamboostrip/dsh-llm-capabilities

Usage

  1. Add your provider in Settings → Models as usual (route, baseURL, apiKeyEnv).
  2. Open Settings → Model Capabilities, pick the provider.
  3. Click Detect from endpoint (or Pre-fill from catalog for catalog models).
  4. Toggle per model:
    • Offer thinking levels → pick off/low/medium/high/xhigh/max, edit wire spellings inline
    • Vision: inherit / image ✓ / text-only
  5. Apply to settings → writes to llm-pi-ai (providers..models). Intensity slider and image admission update immediately.

Configuration shape written

llm-pi-ai:
  providers:
    my-gateway:
      baseURL: https://gateway.example/v1
      api: openai-completions
      models:
        - id: gpt-4o
          input: [text, image]          # vision
          reasoningEfforts:              # thinking
            off: null
            low: low
            medium: medium
            high: high
        - id: text-only-model
          input: [text]
          reasoningEfforts: false        # explicitly no reasoning