121103qwq/dsh-vision-sidecar0

dsh-vision-sidecar

Add no-key hosted or OpenAI-compatible vision to DeepSeek Harness while keeping DeepSeek as the reasoning model

AI Analysis

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

Package
dsh-vision-sidecar
Version
0.1.2
License
MIT
Last updated
Aug 13, 2026

Install

$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.