Blue-2571/dsh-image-model-router ↗★ 0
@blue/dsh-image-model-router
DSH 路由插件:当用户消息包含图片时自动将请求路由至视觉模型,否则保持原模型不变。
AI 分析
核心用途是实现图文混合输入时的智能模型分流。适合日常混合使用文本与多模态视觉任务、希望自动切换模型以节省成本或提高效率的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Blue-2571/dsh-image-model-router说明文档
阅读完整 README ↗Configuration
| Key | Default | Description |
|---|---|---|
provider | deepseek-official | Provider id the vision request is routed to. |
model | deepseek-v4-flash-vision-exp | Vision model id. Any image-capable route your provider advertises works here. |