bamboostrip/dsh-llm-capabilities ↗★ 0
dsh-llm-capabilities
DSH plugin: auto-detect and configure model capabilities (reasoningEfforts + input modalities) for llm-pi-ai. Successor to dsh-reasoning-efforts.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bamboostrip/dsh-llm-capabilities说明文档
阅读完整 README ↗Usage
- Add your provider in
Settings → Modelsas usual (route, baseURL, apiKeyEnv). - Open
Settings → Model Capabilities, pick the provider. - Click Detect from endpoint (or Pre-fill from catalog for catalog models).
- Toggle per model:
Offer thinking levels→ pickoff/low/medium/high/xhigh/max, edit wire spellings inlineVision: inherit / image ✓ / text-only
- 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