ZI-LV68/dsh-deepseek-model-router ↗★ 0
dsh-deepseek-model-router
Auto-switch DeepSeek models for DeepSeek Harness: routes every model request to the vision model when images are present, to the pro model for complex tasks, and to the fast model otherwise; includes a switch_model tool for manual per-session overrides.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ZI-LV68/dsh-deepseek-model-router说明文档
阅读完整 README ↗Configuration
All fields optional (defaults shown):
config:
provider: deepseek-official # only sessions on this provider are routed
fastModel: deepseek-v4-flash
proModel: deepseek-v4-pro
visionModel: deepseek-v4-flash-vision-exp
complexityThreshold: 2 # task score >= threshold -> pro
toolName: switch_model # registered tool name
enabled: true