EmmanuelMartinez/tolten-image-attach0

@tolten/image-attach

One-click MD3 image attachment for the DeepSeek Harness composer, with automatic per-session vision-model routing: attach an image and the session switches to a vision model, then restores your previous model.

包名
@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.