Blue-2571/dsh-image-model-router ↗★ 0
@blue/dsh-image-model-router
DeepSeek Harness plugin: route an agent request to a vision model (deepseek-v4-flash-vision-exp) when the user message contains an image, and keep the original model otherwise.
AI 분석
核心用途是实现图文混合输入时的智能模型分流。适合日常混合使用文本与多模态视觉任务、希望自动切换模型以节省成本或提高效率的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Blue-2571/dsh-image-model-routerConfiguration
| 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. |