mrdevlorx/dsh-model-garden ↗★ 1
dsh-model-garden
A searchable, sortable model picker for the DeepSeek Harness Web UI — provider groups, favorites, live per-task cost, prices and context windows.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:mrdevlorx/dsh-model-garden说明文档
阅读完整 README ↗Configuration
No configuration is required. Two behaviors can be adjusted at the top of the respective file:
- Hidden provider routes —
HIDDEN_PROVIDER_PREFIXESinclient.js(andSKIP_PREFIXESinindex.js). Some plugins mirror providers as internal routes (e.g. a vision toolkit duplicating every provider asvision-toolkit-); such prefixes are excluded from the picker and the catalog. - Price aliases —
PROVIDER_ALIASES/MODEL_ALIASESinclient.jsmap DSH route ids to models.dev catalog ids. They serve two cases: renamed routes (deepseek-official→deepseek) and subscription routes whose catalog entry is all-zero (kimi-for-coding→moonshotai,alibaba-tp→alibaba-cn,oneprovider→anthropic), giving plan models their pay-as-you-go reference price. - Price cache TTL —
PRICE_TTL(default 24 h) and catalog TTL —CATALOG_TTL(default 10 min).
Favorites, collapsed providers and the price cache live in the browser's localStorage under dsh.modelgarden.*.