keman-ai/dsh-opencode-zen ↗★ 1
dsh-opencode-zen
Bring OpenCode Zen's free models to DeepSeek Harness — an LLM provider plugin that adds 7 free models to the picker, no API key required
AI 分析
核心用途是免 API 密钥在 DSH 中直接调用 OpenCode Zen 提供的 7 个免费大模型。适合希望降低使用成本、尝试多模型的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:keman-ai/dsh-opencode-zenドキュメント
README 全文を読む ↗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