dshbase

插件目录 / Developer / dsh-bigmodel-catalog

dsh-bigmodel-catalog

未验证 OpenSaozi

✓ 持续维护 基于 7 个官方 DSH 包

查看 GitHub ↗ ← 返回插件目录

1Stars
0Forks
0未关闭 issue
语言
2026-08-22最近推送
跨平台平台

功能简介

接入智谱 BigModel / GLM Coding Plan 作为 DeepSeek Harness 模型清单插件,解锁 glm-5.3 等模型。 | Live Zhipu BigModel / GLM catalog plugin for DeepSeek Harness.

我们的评价
未验证 — 尚未实测

接入智谱 BigModel / GLM Coding Plan 作为 DeepSeek Harness 模型清单插件,解锁 glm-5.3 等模型。 | Live Zhipu BigModel / GLM catalog plugin for DeepSeek Harness. 尚未验证——请自行安装测试。

「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。

你是插件作者? 想拿到「已验证」标签——提交你自己的验证证据(截图、日志或短视频),我们审核通过后即改为「已验证」。

提交验证证据 ↗

README

DSH Plugin: LLM Provider - BigModel GLM

中文 | English

Allows connecting to the Zhipu AI BigModel / GLM Coding Plan as an LLM Provider, enabling DeepSeek Harness to utilize the dedicated Coding Plan route and unlocking the verified 1M-token context model glm-5.3 (along with glm-4.5, glm-4.6, and glm-5).

Target Audience and Use Cases

Designed for developers with a Zhipu GLM Coding Plan membership or BigModel account who need to analyze large codebases, process long documents, or perform intensive code generation.

Key Features

  • Unlocks 1M Context Window: Directly select glm-5.3 in the model selector, featuring a 1,000,000-token context limit and 128K max output capacity.
  • Tailored for Coding Plan: Connects to Zhipu AI's developer-focused Coding PaaS endpoint (https://open.bigmodel.cn/api/coding/paas/v4/models).
  • Live Reconciled with Verified Exceptions: Combines live endpoint discovery while maintaining verified support for glm-5.3.
  • Independent Provider Route: The plugin registers its own zai adapter. It reuses the exported PiAiAdapter only for message and stream conversion, without depending on llm-pi-ai provider configuration or catalog seams.
  • Secure Credential Isolation: The plugin resolves BIGMODEL_API_KEY through the Harness credential service for each request and never places the key in Cordis configuration or logs.

Installation and Quick Start

Install a reviewed revision into a DeepSeek Harness profile. The repository includes a dsh.bundle patch and prebuilt runtime artifacts so no local build steps are required:

dsh plugin --profile <profile> add github:OpenSaozi/dsh-bigmodel-catalog#<commit-sha>

The installed bundle contributes the following Cordis configuration:

- id: model-catalog-bigmodel
  name: '@deepseek-ai/dsh-model-catalog-bigmodel'
  config:
    apiKeyEnv: BIGMODEL_API_KEY
    baseURL: https://open.bigmodel.cn/api/coding/paas/v4
    displayName: BigModel

The plugin owns the complete zai route: catalog, live filtering, credential resolution, and adapter registration all live in this package. Deployments may override baseURL for another Coding Plan endpoint and apiKeyEnv for another credential reference.

Contributing

Please attach provider evidence for every catalog change: exact model ID, protocol, context/output capacity, reasoning behavior, and direct request verification where applicable. Update both README languages and run package tests in a matching DeepSeek Harness checkout.

License and Disclaimer

MIT License. This community integration is not affiliated with or endorsed by Zhipu AI, BigModel, DeepSeek, or pi-ai.

Model Experience

Catalog Selection

What the model sees

No package-owned text. The plugin controls which BigModel descriptor, such as glm-5.3, can be selected; the exported PiAiAdapter owns request conversion.

Token effect

No direct token effect. Tokenization and context use remain properties of the selected model and pi-ai's z.ai-compatible request implementation.

KV Cache effect

No direct effect. Selecting a different model may change provider-side cache eligibility, but this plugin adds no request content.

Known Limitations and Deferred Work

  • Refresh runs on mount and when the managed credential named by BIGMODEL_API_KEY changes. Failure keeps the maintained catalog and logs the error.
  • The Coding Plan Models endpoint currently omits a directly callable glm-5.3; that exact id is an explicit verified exception.
  • The endpoint supplies ids, not complete capability metadata. Context and output capacities therefore come from the reviewed descriptor table and remain pinned by package tests.

安装

🧩 让 Agent 自动装(推荐)

装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:

dsh plugin add dshbase-catalog

然后对 agent 说「帮我装 dsh-bigmodel-catalog」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包

该插件是 GitHub 源码(未发 npm)——直接从仓库装:

Web profile:

dsh plugin --profile web add github:OpenSaozi/dsh-bigmodel-catalog

Headless(CLI)profile:

dsh plugin --profile headless add github:OpenSaozi/dsh-bigmodel-catalog

实测报告

尚未 L3 验证——若已跑过,见下方失败备注。

状态:pending · 最近测试 2026-08-26
备注:验证: install-fail 浏览全部待验证失败 →
安全:尚未扫描——我们的每日静态扫描将很快覆盖它。

分享徽章

Developer 里更多

浏览全部 7789 个插件 →