全部插件

DSH / BUNDLE / CLIENT-UI

@goodandready/dsh-model-sync

v0.3.10GooDAnDReaDY / dsh-model-syncdd59b84859

可安装组合包UI 与客户端插件社区 · Topic 自动分析Web UI

概览

@goodandready/dsh-model-sync

Automatic model catalog synchronization for API-key DeepSeek Harness providers.

README / ZH

插件文档

📦 @goodandready/dsh-model-sync

DeepSeek Harness 服务商模型目录动态同步与账户余额监控插件

🇬🇧 English🇷🇺 Русский🇨🇳 中文说明


⚡ 插件概览

dsh-model-sync 保持 DeepSeek Harness 模型选单与上游大模型服务商实时同步。

每当服务商上线新模型、扩充上下文长度或调整定价时,插件自动拉取最新清单,同步模型能力标签(vision 视觉、tools 工具调用、reasoning 深度思考、embeddings 嵌入),并在无需重启服务的前提下热重载目录。

graph LR
    subgraph Trigger [调度与手动触发]
        Cron[⏰ 后台定时轮询调度器] --> Engine[dsh-model-sync 核心引擎]
        WebUI[🖥️ 设置面板: 立即同步按钮] --> Engine
    end

    subgraph Providers [25+ 上游服务商]
        Engine --> Registry{适配器注册表}
        Registry -->|Bearer 鉴权| P1[OpenAI / DeepSeek / OpenRouter / Groq]
        Registry -->|x-api-key 鉴权| P2[Anthropic Claude / 自定义网关]
        Registry -->|query-key 鉴权| P3[Google Gemini]
        Registry -->|本地探针| P4[本地 Ollama / vLLM / SGLang]
    end

    subgraph Reconcile [目录对齐与审计]
        P1 --> Normalizer[模型归一化与能力特征打标]
        P2 --> Normalizer
        P3 --> Normalizer
        P4 --> Normalizer
        Normalizer --> Diff[差异审计流: 新增 / 废弃模型]
        Diff --> Catalog[DSH 当前生效模型选单]
    end

    style Trigger fill:#1e1e2e,stroke:#89b4fa,stroke-width:2px,color:#cdd6f4
    style Providers fill:#181825,stroke:#cba6f7,stroke-width:2px,color:#cdd6f4
    style Reconcile fill:#11111b,stroke:#a6e3a1,stroke-width:2px,color:#cdd6f4

📦 安装指南

dsh plugin --profile web add @goodandready/dsh-model-sync

📄 开源协议

MIT © GooDAnDReaDY