Noemm/dsh-web-search-glm0

dsh-web-search-glm

Zhipu GLM-backed search provider (native web_search via the Anthropic-compatible API) for the DeepSeek Harness web capability seam (ctx.web)

包名
dsh-web-search-glm
版本
0.1.0
许可证
MIT
最近更新
2026年8月28日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Noemm/dsh-web-search-glm

Configuration

Settings live in the web-search-glm section of ~/.dsh/settings.yaml:

KeyDefaultDescription
apiKeyLiteral API key (secret). Prefer the apiKeyEnv credential reference.
apiKeyEnvZAI_API_KEYCredential reference name. Keep it in sync with the apiKeyEnv of the zai provider in your dsh settings so both read one stored key.
baseURLhttps://open.bigmodel.cn/api/anthropic/v1Anthropic-compatible endpoint; /messages is appended by the provider. The overseas deployment can point to https://api.z.ai/api/anthropic/v1.
modelglm-5.3Model that executes the native web search. Verified live — see Model notes.
apiVersion2023-06-01Value of the anthropic-version header.
maxTokens4096Upper bound on generated tokens for the Messages request.
maxUses5Maximum web_search server-tool uses per request.

Example: