121103qwq/dsh-vision-sidecar0

dsh-vision-sidecar

为 DeepSeek 保留主推理模型同时接入无 key 或 OpenAI 兼容视觉模型的侧车能力。

AI 分析

适合需要图片理解但保持 DeepSeek 推理主模型的任务。需配置 visionBaseURL/API/目标模型等。

套件
dsh-vision-sidecar
版本
0.1.2
授權
MIT
最近更新
2026年8月13日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:121103qwq/dsh-vision-sidecar

Configuration

The no-key default needs no patch. To change the reasoning target or request bounds, override the vision-sidecar row:

- id: vision-sidecar
  config:
    targetProvider: deepseek-official
    targetModel: deepseek-v4-pro
    visionBaseURL: https://oai.endpoints.kepler.ai.cloud.ovh.net/v1
    visionModel: Qwen2.5-VL-72B-Instruct
    visionApiKeyEnv: ''
    visionTimeoutMs: 60000
    visionMaxResponseBytes: 524288
    visionMaxSessionBytes: 1048576
    maxImagesPerRequest: 4

Remote URLs must use HTTPS. HTTP is accepted only for loopback-compatible development endpoints. URL-embedded credentials, query strings, and fragments are rejected.