hi-fangj/dsh-models-radar0

dsh-models-radar

模型能力雷达插件,在设置页展示各模型层级的基准测试评分与 IQ 趋势。

AI 分析

核心用途是可视化展示不同大模型在各项任务上的能力评分、7天 IQ 趋势及效率指标。适合需要对比和挑选最适合当前任务模型的用户。数据基于 codexradar 众测基准,支持自动缓存与过期刷新。

套件
dsh-models-radar
版本
0.1.1
授權
MIT
最近更新
2026年8月26日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hi-fangj/dsh-models-radar

Usage

Capability Page

  1. Open Settings in the lower-left corner of the DSH Web GUI.
  2. Select Model Capability.
  3. Choose DeepSWE or Pompeii at the top.
  4. Select a model tier from the overview or tier selector.

The page refreshes on open within the freshness windows: data served from cache costs no upstream request, and only expired datasets are refetched. Clicking a row in the overview changes the model tier used by the metrics, trend, and task diagnostics below it.

Capability Overview

Each base model is represented by its strongest tier. Expand a row to inspect all available reasoning-effort tiers. IQ bars use an absolute 0–110 scale:

IQBand
< 70Needs improvement
70–84.9General
85–94.9Steady
95–99.9Excellent
≥ 100Leading

Task Diagnostics

DeepSWE uses the benchmark's real majority-vote result. Pompeii keeps its continuous F1 semantics. Filters and counts are computed locally; no extra API request is made when changing filters.

Composer Readout

The compact pill below the composer follows the model selected for the session's next request, not merely the most recently completed response. It displays:

SWE IQ 90.2   ↑ +1.4   [48h sparkline]

Matching behavior:

  1. Exact model@reasoningEffort match
  2. Best tier of the same base model, prefixed with
  3. Hidden when the base model does not exist in the DeepSWE leaderboard

The readout updates immediately when the composer model changes. The readout polls the host every 15 minutes (the shortest freshness window), so each tick costs one local request and an upstream fetch at most once per window per channel; a failed refresh keeps the last successful value.