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.

AI 분석

核心用途是提供一个可搜索、可排序的可视化模型选择与对比面板。适合在 DSH 中接入了多服务商、多模型,需要频繁切换并监控模型成本与窗口限制的用户。

패키지
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.*.