EmmanuelMartinez/tolten-image-attach0

@tolten/image-attach

DSH 输入框一键图片粘贴插件,支持自动切换至多模态视觉模型并在完成后恢复原模型。

AI 分析

核心用途是简化 DSH 的多模态交互流程,实现无缝的图片上传与视觉分析。适合经常需要向 AI 发送截图、设计图并希望自动路由视觉模型的用户。

套件
@tolten/image-attach
版本
0.1.0
授權
MIT
最近更新
2026年9月10日

安裝

此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗

🎛️ Configuration

Point it at whatever vision model your provider catalog exposes — edit the two constants at the top of plugin/client.js:

const VISION_MODEL = 'deepseek-v4-flash-vision-exp'
const VISION_PROVIDER = 'deepseek-official'

Your model must declare image input in the provider catalog (inputModalities: ["text", "image"]), or the request will be rejected.