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 分析

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

パッケージ
dsh-vision-sidecar
バージョン
0.1.2
ライセンス
MIT
最終更新
2026/08/13

インストール

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

ドキュメント

README 全文を読む ↗

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.