mario03690/dsh-allrouter
Register AllRouter as a DSH provider: one base URL and one key for Kimi K3, Claude, GPT-5.6, Grok, GLM, DeepSeek and MiniMax-H3 — switch models freely, every call reports its real cost.
Project Overview项目介绍
This is a provider plugin for DeepSeek Harness (DSH) connecting to AllRouter. It enables access to multiple leading LLMs via one API key and endpoint, returning real per-call cost. Use it when you need to manage multiple LLM providers with one account. Note MiniMax-H3 requires manual enablement in your AllRouter console.
这是DeepSeek Harness(DSH)的AllRouter接入插件,可通过一个API密钥和端点访问Kimi K3、Claude、GPT等多个主流大模型,每次调用返回真实计费。适合统一管理多个大模型供应商的场景,注意MiniMax-H3需先在AllRouter控制台手动开启。
请帮我了解并安装插件:【dsh-allrouter】【https://github.com/mario03690/dsh-allrouter】
Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。
Or use CLI install (for developers)或使用命令行安装(适合开发者)
CLI Install命令行安装
dsh plugin --profile web add github:mario03690/dsh-allrouter
把 mario03690/dsh-allrouter 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
dsh-allrouter
One base URL, one key — Kimi K3 · Claude · GPT · Grok · GLM · DeepSeek · MiniMax-H3.
DSH lets you add any OpenAI-compatible provider. Point it at AllRouter and you stop juggling three providers and three keys: switch between Kimi-K3, Claude Opus 5, GPT-5.6, Grok, GLM, DeepSeek and MiniMax-H3 from one endpoint, billed to your own account at direct rates. Every response reports its real cost.
Install
dsh plugin --profile <your-profile> add github:mario03690/dsh-allrouter
export ALLROUTER_API_KEY=sk-...
Then pick any model above in dsh. This plugin ships only a provider block (llm-pi-ai.providers.allrouter
in cordis.patch.yml, per the dsh v0.1 provider docs) — no tool code runs on your machine, and your key stays
in your own environment. Settings changes take effect on the next request; no restart needed.
Verified 2026-08-17 against https://allrouter.ai/v1: Kimi-K3, claude-fable-5, gpt-5.6-sol,
grok-4.6, GLM5.2, deepseek-v4-flash all return valid openai-completions responses with a usage
block (so per-call cost is computable).
MiniMax-H3: available on AllRouter but priced as a "self-serve" model — enable it once in your AllRouter console (系统设置 → 运营设置 → 开启自用模型) before selecting it. The other models work out of the box.
Why AllRouter
- One account, one key, one bill across many frontier models — no per-provider setup.
- Direct token rates, no markup; failed calls not charged.
- Real cost returned on every call, so you can compare models on price/latency, not marketing.
Disclosure: published by the team behind ainetcafe.com; AllRouter is the routing service we build on. Get a key: https://allrouter.ai/register. MIT.
Compatibility & permissions (at a glance)
| Signal | This plugin |
|---|---|
| Runtime | dsh v0.1 developer preview (2026-08-13, Cordis v4). Touches only the MCP client config shape — the narrowest surface available. Verified against a live endpoint on 2026-08-17. |
| What runs locally | Nothing. Ships one provider config block (llm-pi-ai.providers.allrouter); no tool code, no build step, no lifecycle script. |
| Filesystem access | None. |
| Shell / process access | None. |
| Network access | Outbound HTTPS to allrouter.ai/v1 only, made by dsh itself — this package adds no network client. |
| Credentials | Your own ALLROUTER_API_KEY, read from your environment by dsh and stored in $DSH_HOME/.credentials.yaml. We never see it. |
| Data retention | Prompts go directly from dsh to AllRouter; this package stores nothing. |
| Dependencies | None. |
| License | MIT (see LICENSE). |
| Publisher | The team that runs ainetcafe.com — our own hosted service, free tier plus paid usage. Issues get a same-day reply. |
A directory listing is not a security review. Read
cordis.patch.yml— it is short enough to read in full in under a minute.
Han-1413141/dsh-cost-meter
Ychris12138/dsh-usage-stats
slywalker2006/dsh-passwords
songoao25/dsh-bottom-info-bar
LiZhenNet/dsh-antigravity
dingminhua/dsh-connect-trae
wenzetan/dsh-quota-panel