Ever0330/universal-vision0

@deepseek-ai/dsh-Universal-Vision

通用多模态视觉模型设置与运行库,支持使用任何配置的视觉模型进行图像描述

AI 分析

核心用途是为 DSH 提供通用的图像识别与描述能力。适合需要处理图片输入、调用各类多模态视觉模型进行分析的任务。

套件
@deepseek-ai/dsh-Universal-Vision
版本
0.1.0-rc.1
最近更新
2026年8月24日

安裝

此插件尚未提供可驗證的 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

  1. Navigate to Settings > Models
  2. Find the vision model configuration section
  3. Select your provider and model
  4. Save the configuration

Configuration Options

OptionTypeDefaultDescription
providerstringdeepseek-officialProvider type
modelstringBased on providerVision model name