You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name the benchmarked build: DeepSeek V4 Flash 0731
The label said "DeepSeek V4 Flash", which does not identify a fixed model.
OpenRouter also serves ~deepseek/deepseek-v4-flash-latest, an alias that
routes to whatever is newest in the family, so a published score under the
bare name comes to describe something we never ran. The label now matches
OpenRouter's own name for the build on file, and every run in the dataset
is deepseek-v4-flash-0731, so nothing about the measurement changes.
The longer label broke the build. angled_labels_overhanging() caught it in
the cost chart, which sorts by price and therefore puts the cheapest model
in column 0, where a leaning label has nowhere to sweep: 106.0px of spill
against 97.0px of clearance. AXIS_PAD_L goes 80 -> 98, which clears it by
8.5px and keeps the working slack every previous raise aimed for, at about
18px of plot width on the three charts that share the constant.
The geometry comment is rewritten with the new arithmetic, since it reasoned
in detail from numbers this change invalidates, and now records that a
rename can break the build, not just a wider cut. AGENTS.md picks up the new
value and a warning that pad_l=AXIS_PAD_L is a default argument bound at
import, so setting the module attribute at runtime measures the old pad and
silently proves nothing.
NO_PLAIN_Q4 in audit.py is keyed by label and moves with it.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments