Ever0330/universal-vision ↗★ 0
@deepseek-ai/dsh-Universal-Vision
Universal vision-model settings and runtime for image description using any configured vision model
AI 분석
核心用途是为 DSH 提供通用的图像识别与描述能力。适合需要处理图片输入、调用各类多模态视觉模型进行分析的任务。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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 |