keman-ai/dsh-opencode-zen1

dsh-opencode-zen

将 OpenCode Zen 的免费模型引入 DeepSeek Harness:一个 LLM 服务商插件,在选择器中新增 7 个免费模型,无需 API 密钥。

AI 分析

核心用途是免 API 密钥在 DSH 中直接调用 OpenCode Zen 提供的 7 个免费大模型。适合希望降低使用成本、尝试多模型的用户。

包名
dsh-opencode-zen
版本
0.1.0
许可证
MIT
最近更新
2026年8月27日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:keman-ai/dsh-opencode-zen

Configuration

All optional. An empty config gives the behaviour described above.

plugins:
  dsh-opencode-zen:
    apiKeyEnv: OPENCODE_API_KEY        # credential reference (an env var name)
    baseURL: https://opencode.ai/zen/v1
    catalogUrl: https://models.dev/api.json
    catalogTtlMs: 3600000              # catalog TTL, one hour by default
    catalogTimeoutMs: 8000             # catalog request timeout
    maxTokens: 32000                   # output cap; the model's own lower cap wins
    defaultContextWindow: 128000       # assumed when the catalog has no entry