Ever0330/universal-vision ↗★ 0
@deepseek-ai/dsh-Universal-Vision
Universal vision-model settings and runtime for image description using any configured vision model
AI Analysis
核心用途是为 DSH 提供通用的图像识别与描述能力。适合需要处理图片输入、调用各类多模态视觉模型进行分析的任务。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full 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 |