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 全文を読む ↗
ドキュメント
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 |