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
hx-vals='{"sort":"market","dir":"{{if and (eq $s "market") (eq $d "desc")}}asc{{else}}desc{{end}}"}'
118
+
style="cursor:pointer" title="OpenRouter rankings market signal. Advisory usage/popularity signal only; not used as a quality benchmark.">Market{{if eq $s "market"}} {{if eq $d "asc"}}↑{{else}}↓{{end}}{{end}}</th>
hx-vals='{"sort":"value","dir":"{{if and (eq $s "value") (eq $d "desc")}}asc{{else}}desc{{end}}"}'
118
121
style="cursor:pointer" title="Quality per $ (higher = more bang per buck). Role-specific in Suggest mode (uses role's Pareto axes); generic agentic/prompt in browse mode.">Value{{if eq $s "value"}} {{if eq $d "asc"}}↑{{else}}↓{{end}}{{end}}</th>
<tdclass="price-cell" title="TTFA - TTFT: reasoner's thinking time before answer starts.">{{if gt .ThinkTime 0.0}}{{printf "%.1f" .ThinkTime}}{{else}}<spanstyle="color:var(--text-secondary)">—</span>{{end}}</td>
108
+
<tdclass="price-cell" title="OpenRouter rankings market signal. Advisory only; not used as quality.">{{if gt .Market.Rank 0}}#{{.Market.Rank}}{{else if gt .Market.Share 0.0}}{{printf "%.1f%%" .Market.Share}}{{else if gt .Market.Score 0.0}}✓{{else}}<spanstyle="color:var(--text-secondary)">—</span>{{end}}</td>
108
109
<tdclass="price-cell" title="Quality per $ — role-specific in Suggest, agentic/prompt otherwise.">{{if gt .ValuePerDollar 0.0}}{{printf "%.0f" .ValuePerDollar}}{{else}}<spanstyle="color:var(--text-secondary)">—</span>{{end}}</td>
0 commit comments