llm-fallback
Multi-level provider fallback for same-named models in the DeepSeek Harness
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:CanGeng/llm-fallback说明文档
阅读完整 README ↗Configuration
See cordis.patch.yml. The pools list maps a model id to its ordered
provider chain. The config is validated when the plugin loads: an unknown
alwaysPolicy, a pool without a non-empty model, or a pool whose providers
is not an array throws immediately instead of failing silently later.
config:
alwaysPolicy: reject
alwaysMaxRetries: 2
pools:
- model: deepseek-v4-pro
providers: [deepseek-official, ark-coding, ark-agent]