dsh-anyrouter
Dedicated AnyRouter Claude Code and Codex Responses adapter for DeepSeek Harness
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:shaomingbo/dsh-anyrouter说明文档
阅读完整 README ↗Configuration
Persisted under the llm-anyrouter settings namespace:
llm-anyrouter:
baseURL: https://anyrouter.top
models:
- id: claude-opus-5
protocol: claude-code
contextWindow: 1000000
maxTokens: 128000
reasoning:
efforts: [off, minimal, low, medium, high, xhigh, max]
defaultEffort: high
adaptive: true # Claude only: adaptive effort instead of a thinking budget
- id: gpt-5.6-sol
protocol: codex-responses
reasoning:
efforts: [off, low, medium, high]
defaultEffort: high
An absent reasoning block falls back to the build-time reference profile generated from pi-ai's catalog (src/model-profiles.generated.ts); disabled: true offers the model without a reasoning control. The API key itself lives in the credentials service (or the launch environment), never in this section.