Ever0330/universal-vision ↗★ 0
@deepseek-ai/dsh-Universal-Vision
Universal vision-model settings and runtime for image description using any configured vision model
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Default Configuration
The default configuration uses deepseek-official, which reuses the DeepSeek API Key configured in Settings > Models.
Custom API Configuration (Recommended)
The default configuration uses DeepSeek, but you can configure other vision models:
Method 1: Modify cordis.patch.yml
- id: universal-vision
name: '@deepseek-ai/dsh-Universal-Vision'
config:
provider: deepseek-official # or 'openai', 'anthropic', etc.
model: deepseek-v4-flash # Optional, override default model
Method 2: Configure in DSH Web GUI
- Navigate to Settings > Models
- Find the vision model configuration section
- Select your provider and model
- Save the configuration
Configuration Options
| Option | Type | Default | Description |
|---|---|---|---|
provider | string | deepseek-official | Provider type |
model | string | Based on provider | Vision model name |