mrdevlorx/dsh-model-garden1

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.

包名
dsh-model-garden
版本
0.4.1
许可证
MIT
最近更新
2026年8月20日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:mrdevlorx/dsh-model-garden

Configuration

No configuration is required. Two behaviors can be adjusted at the top of the respective file:

  • Hidden provider routesHIDDEN_PROVIDER_PREFIXES in client.js (and SKIP_PREFIXES in index.js). Some plugins mirror providers as internal routes (e.g. a vision toolkit duplicating every provider as vision-toolkit-); such prefixes are excluded from the picker and the catalog.
  • Price aliasesPROVIDER_ALIASES / MODEL_ALIASES in client.js map DSH route ids to models.dev catalog ids. They serve two cases: renamed routes (deepseek-officialdeepseek) and subscription routes whose catalog entry is all-zero (kimi-for-codingmoonshotai, alibaba-tpalibaba-cn, oneprovideranthropic), giving plan models their pay-as-you-go reference price.
  • Price cache TTLPRICE_TTL (default 24 h) and catalog TTLCATALOG_TTL (default 10 min).

Favorites, collapsed providers and the price cache live in the browser's localStorage under dsh.modelgarden.*.